:root{--color-bg: #eef1ef;--color-surface: rgba(249, 251, 249, .84);--color-surface-strong: #ffffff;--color-text: #18221e;--color-text-secondary: rgba(24, 34, 30, .68);--color-text-muted: rgba(24, 34, 30, .5);--color-accent: #173e31;--color-accent-hover: #235845;--color-signal: #b7e86c;--color-accent-blue: #315a76;--color-border: rgba(24, 34, 30, .16);--color-border-light: rgba(24, 34, 30, .1);--font-sans: "Inter", -apple-system, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;--font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;--container-max: 1200px;--section-gap: 5rem;--header-height: 64px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:16px;line-height:1.5;color:var(--color-text);background:var(--color-bg);font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.34;background-image:linear-gradient(rgba(24,34,30,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(24,34,30,.035) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 78%);mask-image:linear-gradient(to bottom,#000,transparent 78%)}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--color-text);text-decoration:none;transition:opacity .2s ease,color .2s ease}a:hover{opacity:.84}h1,h2,h3,h4{font-weight:700;line-height:1.06;color:var(--color-text);letter-spacing:-.045em}h1{font-size:clamp(2.4rem,6vw,4.8rem)}h2{font-size:clamp(1.75rem,4vw,3.4rem)}h3{font-size:1.25rem}p{margin:0 0 var(--space-md);color:var(--color-text-secondary);line-height:1.7}p:last-child{margin-bottom:0}code,pre,[data-mono]{font-family:var(--font-mono)}button{font-family:inherit;cursor:pointer;border:none;border-radius:var(--radius-md);font-weight:500;transition:all .2s ease}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding-left:var(--space-xl);padding-right:var(--space-xl)}.page{position:relative;padding:calc(var(--space-3xl) + 1.5rem) 0 var(--space-3xl);min-height:calc(100vh - var(--header-height));overflow:hidden}.page:before{content:"";position:absolute;inset:0;pointer-events:none;display:none}.page>.container{position:relative;z-index:1}.page-title{max-width:920px;margin:0 auto var(--space-md);text-align:center}.page-lead{text-align:center;max-width:760px;margin:0 auto var(--space-2xl);font-size:1.05rem;color:var(--color-text-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.25rem;font-size:.875rem;font-weight:700;border-radius:999px;transition:all .2s ease}.btn:active,button:active{transform:translateY(1px) scale(.99)}.btn-primary{background:var(--color-accent);color:#f8fff9!important;box-shadow:0 14px 34px #173e3129;opacity:1}.btn-primary:hover{transform:translateY(-2px);opacity:1}.btn-secondary{background:#fff6;color:var(--color-accent)!important;border:1px solid rgba(23,62,49,.22);opacity:1}.btn-secondary:hover{border-color:#b7e86c85;opacity:1}.btn-lg{padding:.8rem 1.5rem;font-size:.9375rem}.section{padding:var(--section-gap) 0}.section-title{text-align:center;margin-bottom:var(--space-md)}.section-desc{text-align:center;max-width:640px;margin-left:auto;margin-right:auto;font-size:1rem}.cta{padding:5rem 0;background:#eef2eb;border-top:1px solid var(--color-border-light)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.cta-inner{text-align:center;max-width:640px;margin:0 auto}.cta-title{font-size:clamp(1.7rem,3.8vw,3rem);margin-bottom:var(--space-sm)}.cta-desc{margin-bottom:var(--space-xl)}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:.25rem;padding:var(--space-xs) 0;font-size:.8125rem;font-weight:500;font-family:inherit;color:var(--color-text-secondary);background:none;border:none;cursor:pointer;transition:color .2s ease}.nav-dropdown-trigger:hover,.nav-dropdown-trigger.active{color:var(--color-accent)}.nav-dropdown-chevron{font-size:.625rem;line-height:1;transition:transform .2s ease}.nav-dropdown-chevron.open{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + .7rem);left:50%;transform:translate(-50%);min-width:12rem;margin:0;padding:.45rem;list-style:none;background:#fffffff0;border:1px solid var(--color-border-light);border-radius:var(--radius-md);box-shadow:0 18px 44px #1a221e24,inset 0 1px #fffc;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);z-index:200}.nav-dropdown-item{display:block;padding:.58rem .75rem;font-size:.8125rem;color:var(--color-text-secondary)!important;border-radius:var(--radius-sm);opacity:1;white-space:nowrap}.nav-dropdown-item:hover{background:#eef2eb;color:var(--color-text)!important;opacity:1}.nav-dropdown-divider{height:1px;margin:.375rem .5rem;background:var(--color-border-light)}@media(max-width:640px){.nav-dropdown-menu{left:auto;right:0;transform:none}}.header{height:var(--header-height);background:#eef1efe6;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--color-border-light);position:sticky;top:0;z-index:100}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.logo{display:inline-flex;align-items:center;gap:.58rem;font-size:1rem;font-weight:800;color:var(--color-text)!important;letter-spacing:-.02em}.logo-mark{width:30px;height:30px;object-fit:contain;border-radius:0}.logo:hover{opacity:.78}.nav{display:flex;align-items:center;gap:var(--space-xl)}.nav-link{font-size:.8125rem;font-weight:500;color:var(--color-text-secondary)!important;padding:var(--space-xs) 0}.nav-link:hover{color:var(--color-text)!important}.nav-link.active{color:var(--color-accent)!important}.nav-link.active:after{content:"";display:inline-block;width:5px;height:5px;margin-left:6px;vertical-align:middle;border-radius:50%;background:var(--color-signal);box-shadow:0 0 0 3px #b7e86c2e}.footer{margin-top:auto;padding:var(--space-3xl) 0 var(--space-xl);background:#111613;border-top:1px solid var(--color-border-light);text-align:center}.footer-inner{max-width:520px;margin:0 auto}.footer-brand{font-size:.95rem;font-weight:800;color:#fff;margin-bottom:var(--space-xs)}.footer-desc{font-size:.8125rem;color:#fff;margin-bottom:var(--space-lg)}.footer-copy{font-size:.75rem;color:#fff}.footer-icp{display:inline-block;margin-top:var(--space-xs);font-size:.75rem;color:#fff;text-decoration:none}.footer-icp:hover{color:var(--color-text);text-decoration:underline}@media(max-width:640px){.header-inner{padding:0 var(--space-md)}.header-inner:after{display:none}.logo{gap:.42rem;font-size:.82rem;line-height:1.15}.logo-mark{width:26px;height:26px}.nav{gap:.72rem}.nav-link{font-size:.75rem}.nav .nav-link[href="/login"]{display:none}}.splash{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;background:radial-gradient(circle at 52% 42%,rgba(36,211,133,.18),transparent 25rem),radial-gradient(circle at calc(42% - 80mm) 44%,rgba(41,130,255,.22),transparent 7.5rem),radial-gradient(circle at 74% 22%,rgba(41,130,255,.16),transparent 24rem),linear-gradient(145deg,#030407,#071017 52%,#030608);color:#f6faf8;font-family:var(--font-sans)}.splash:focus{outline:none}.splash:focus-visible{outline:4px solid rgba(77,240,160,.28);outline-offset:-4px}.splash:active{transform:scale(.998)}.splash-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(123,206,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(123,206,255,.07) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:radial-gradient(circle at center,#000 0%,transparent 76%);mask-image:radial-gradient(circle at center,#000 0%,transparent 76%);animation:splash-grid-drift 18s linear infinite}.splash-glow{pointer-events:none;position:absolute;border-radius:999px;filter:blur(64px)}.splash-glow-primary{left:50%;top:44%;width:min(36rem,72vw);height:min(36rem,72vw);transform:translate(-50%,-50%);background:#4df0a033;animation:splash-glow-pulse 5.5s ease-in-out infinite}.splash-glow-left{left:calc(43% - 80mm);top:44%;width:min(10rem,16vw);height:min(10rem,16vw);transform:translate(-58%,-50%);background:#2982ff42;filter:blur(22px);animation:splash-glow-left-pulse 6.4s ease-in-out infinite}.splash-glow-left-accent{left:calc(47% - 80mm);top:44%;width:min(5rem,10vw);height:min(5rem,10vw);transform:translate(-62%,-50%);background:#60baff52;filter:blur(17px);animation:splash-glow-left-accent 4.6s ease-in-out infinite}.splash-glow-secondary{right:-10rem;top:12%;width:min(34rem,58vw);height:min(34rem,58vw);background:#2982ff2e}.splash-glow-balance{left:-13rem;bottom:-12rem;width:min(32rem,54vw);height:min(32rem,54vw);background:#2982ff33;opacity:.82}.splash-nav{position:absolute;top:0;right:0;z-index:20;display:flex;align-items:center;gap:.5rem;padding:1.25rem 1.5rem;font-size:.875rem;pointer-events:auto}.splash-nav-link{padding:.125rem .25rem;font-weight:500;color:#f4fcf9bd!important;opacity:1;border-radius:.375rem;transition:color .2s ease}.splash-nav-link:hover{color:#fff!important;opacity:1}.splash-nav-link:focus-visible{outline:2px solid rgba(77,240,160,.4);outline-offset:2px}.splash-nav-sep{color:#f4fcf93d;-webkit-user-select:none;user-select:none}.splash-nav-muted{color:#f4fcf96b;padding:.125rem .25rem}.splash-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;transform:translateY(-5vmin);pointer-events:none;animation:splash-content-in .8s cubic-bezier(.22,1,.36,1) forwards}.splash-logo{width:min(48vmin,52vw);height:min(48vmin,52vw);max-width:none;object-fit:contain;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 24px 55px rgba(77,240,160,.16));animation:splash-logo-breathe 4.8s ease-in-out .8s infinite}.splash-brand{margin:-8.5vmin 0 0;font-size:clamp(1.85rem,6.2vmin,3.75rem);font-weight:800;line-height:1;letter-spacing:.42em;padding-left:.42em;background:linear-gradient(to bottom,#fff,#c9f8e2 44%,#6ce9aa);-webkit-background-clip:text;background-clip:text;color:transparent}.splash-tagline{margin:1.25rem 0 0;font-size:clamp(.9rem,1.8vw,1.1rem);letter-spacing:.18em;color:#ebf7f3a3}.splash-hint{margin:1.7rem 0 0;font-size:.8125rem;letter-spacing:.2em;color:#ebf7f375;animation:splash-hint-pulse 2.5s ease-in-out infinite}@keyframes splash-content-in{0%{opacity:0;transform:translateY(calc(-5vmin + 18px)) scale(.98)}to{opacity:1;transform:translateY(-5vmin) scale(1)}}@keyframes splash-grid-drift{0%{background-position:0 0,0 0}to{background-position:42px 84px,84px 42px}}@keyframes splash-glow-pulse{0%,to{opacity:.74;transform:translate(-50%,-50%) scale(.94)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}}@keyframes splash-glow-left-pulse{0%,to{opacity:.68;transform:translate(-58%,-50%) scale(.92)}50%{opacity:1;transform:translate(-58%,-50%) scale(1.06)}}@keyframes splash-glow-left-accent{0%,to{opacity:.55;transform:translate(-62%,-50%) scale(.88)}50%{opacity:.95;transform:translate(-62%,-50%) scale(1.12)}}@keyframes splash-logo-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.024)}}@keyframes splash-hint-pulse{0%,to{opacity:.46}50%{opacity:.95}}@media(max-width:640px){.splash-logo{width:min(58vmin,64vw);height:min(58vmin,64vw)}.splash-brand{margin-top:-9.8vmin}}@media(prefers-reduced-motion:reduce){.splash-grid,.splash-glow-primary,.splash-glow-left,.splash-glow-left-accent,.splash-content,.splash-logo,.splash-hint{animation:none!important}.splash:active{transform:none}}.landing-page{min-height:100dvh;display:flex;flex-direction:column;font-family:var(--font-sans);background:radial-gradient(circle at 50% 0%,rgba(77,240,160,.1),transparent 34rem),radial-gradient(circle at 76% 18%,rgba(41,130,255,.1),transparent 30rem),#05070b;color:var(--color-text)}.landing-header{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:1.25rem 1.5rem;font-size:.875rem;color:var(--color-text-secondary)}.landing-nav-active{font-weight:700;color:var(--color-accent)}.landing-nav-muted{color:var(--color-text-muted)}.landing-nav-link{color:var(--color-text-secondary)!important;opacity:1;border-radius:.375rem;transition:color .2s ease}.landing-nav-link:hover{color:var(--color-text)!important;opacity:1}.landing-nav-sep{color:#f4fcf93d;-webkit-user-select:none;user-select:none}.landing-main{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:0 1rem 4rem;overflow:hidden}.landing-main:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(123,206,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(123,206,255,.045) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:radial-gradient(circle at 50% 45%,#000 0%,transparent 70%);mask-image:radial-gradient(circle at 50% 45%,#000 0%,transparent 70%)}.landing-glow{pointer-events:none;position:absolute;left:50%;top:50%;width:min(32rem,72vw);height:min(32rem,72vw);transform:translate(-50%,-50%);border-radius:50%;background:#4df0a02e;filter:blur(58px);animation:landing-glow-in .6s ease-out forwards}@keyframes landing-glow-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.85)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.landing-card{position:relative;z-index:1;width:100%;max-width:30rem;padding:2rem;border:1px solid var(--color-border-light);border-radius:28px;background:linear-gradient(180deg,#ffffff14,#ffffff08);box-shadow:inset 0 1px #ffffff14,0 24px 90px #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:landing-card-in .45s cubic-bezier(.22,1,.36,1) forwards}@keyframes landing-card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.landing-logo-wrap{text-align:center}.landing-logo{width:7.2rem;height:7.2rem;object-fit:contain;margin:0 auto;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 16px 34px rgba(77,240,160,.16))}.landing-card-body{margin-top:-.5rem}.landing-title{margin:1.25rem 0 0;font-size:1.35rem;font-weight:800;letter-spacing:-.03em;text-align:center;color:var(--color-text)}.landing-subtitle{margin:.375rem 0 0;font-size:.875rem;text-align:center;color:var(--color-text-secondary)}.landing-notice{margin:1.5rem 0;padding:.9rem 1rem;border-radius:18px;border:1px solid rgba(77,240,160,.16);background:#4df0a00f;font-size:.875rem}.landing-notice-title{margin:0;font-weight:700;color:var(--color-text)}.landing-notice-body{margin:.25rem 0 0;line-height:1.6;color:var(--color-text-secondary);font-size:.875rem}.landing-form-preview{border:none;margin:0;padding:0;opacity:.62}.landing-form-hint{margin:0 0 1rem;text-align:center;font-size:.75rem;color:var(--color-text-muted)}.landing-field{display:block;margin-bottom:1rem}.landing-label{display:block;margin-bottom:.375rem;font-size:.8125rem;font-weight:700;color:var(--color-text-secondary)}.landing-field input{width:100%;padding:.65rem .8rem;font-size:.875rem;font-family:inherit;border:1px solid var(--color-border-light);border-radius:14px;background:#ffffff0a;color:var(--color-text)}.landing-field input::placeholder{color:var(--color-text-muted)}.landing-btn-disabled{width:100%;margin-top:.25rem;padding:.7rem;font-size:.875rem;font-weight:700;border-radius:999px;background:#ffffff14;color:var(--color-text-muted);cursor:not-allowed}.landing-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.landing-btn-primary,.landing-btn-secondary{display:block;width:100%;padding:.72rem 1rem;font-size:.875rem;font-weight:700;text-align:center;border-radius:999px;transition:background .2s ease,color .2s ease,transform .2s ease;opacity:1}.landing-btn-primary{background:linear-gradient(135deg,#54f3a5,#9cffd0);color:#021108!important;opacity:1}.landing-btn-primary:hover{transform:translateY(-2px);opacity:1}.landing-btn-secondary{background:#ffffff0a;color:#f4fcf9db!important;border:1px solid rgba(170,231,210,.24);opacity:1}.landing-btn-secondary:hover{border-color:#4df0a05c;opacity:1}.landing-footer-hint{margin:1.5rem 0 0;text-align:center;font-size:.875rem;color:var(--color-text-muted)}.landing-link{margin-left:.25rem;font-weight:700;color:var(--color-accent)!important;text-decoration:underline;text-underline-offset:2px;opacity:1}.landing-link:hover{color:var(--color-accent-hover)!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.enterprise-site{position:relative;color:var(--color-text);background:var(--color-bg)}.enterprise-container{width:min(1352px,calc(100% - 88px));margin:0 auto}.enterprise-hero{position:relative;padding:4.25rem 0 5rem;overflow:hidden;background:linear-gradient(90deg,#eef1eff5,#eef1efc2),linear-gradient(rgba(24,34,30,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(24,34,30,.045) 1px,transparent 1px);background-size:auto,32px 32px,32px 32px}.hero-grid{display:grid;grid-template-columns:minmax(0,.7fr) minmax(420px,1fr);gap:clamp(2rem,5vw,5.25rem);align-items:center;min-height:calc(100dvh - var(--header-height) - 2.5rem)}.section-label{display:inline-flex;align-items:center;margin:0 0 1.1rem;color:var(--color-text-muted);font-size:.94rem;font-weight:800;letter-spacing:-.01em}.section-label:before{content:"";width:6px;height:6px;margin-right:8px;border-radius:50%;background:var(--color-signal);box-shadow:0 0 0 4px #b7e86c2e}.hero-copy h1,.enterprise-section h2,.enterprise-cta h2{margin:0;color:var(--color-text);letter-spacing:-.065em}.hero-copy h1{max-width:740px;font-size:clamp(3rem,4.7vw,4.5rem);line-height:1.08}.hero-lead,.section-lead{max-width:680px;margin:1.35rem 0 0;color:var(--color-text-secondary);font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.85}.hero-copy .hero-lead{margin-top:1rem;font-size:clamp(1.05rem,1.35vw,1.18rem);line-height:1.7}.hero-description{max-width:760px;margin:1.15rem 0 0;color:#2f3e37c7;font-size:clamp(.98rem,1.25vw,1.08rem);line-height:1.85}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.btn-enterprise{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 1.35rem;border-radius:999px;font-size:.94rem;font-weight:850;transition:transform .2s ease,background .2s ease,border-color .2s ease}.btn-enterprise:hover{transform:translateY(-2px);opacity:1}.btn-enterprise-primary{color:#f8fff9!important;background:var(--color-accent)}.btn-enterprise-secondary{color:var(--color-accent)!important;border:1px solid rgba(23,62,49,.24);background:#ffffff5c}.hero-media-wrap{position:relative;min-width:0}.hero-media{display:block;width:100%;aspect-ratio:1 / .94;object-fit:cover;border-radius:30px;box-shadow:0 28px 78px #192b222e}.trust-panel{margin-top:1rem;padding:1.45rem;border-radius:22px;color:#f8fff9;background:#17372d;background-image:linear-gradient(rgba(183,232,108,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(183,232,108,.06) 1px,transparent 1px);background-size:24px 24px;box-shadow:0 20px 44px #14302624}.trust-panel strong{display:block;margin-bottom:.45rem;font-size:1.45rem;letter-spacing:-.045em}.trust-panel span,.media-note{display:block;color:#f8fff9b8;font-size:.9rem;line-height:1.65}.deployment-panel{display:grid;gap:.75rem}.deployment-panel b{color:#f8fff9;font-weight:850}.media-note{margin:.75rem 0 0;color:var(--color-text-muted)}.enterprise-section{padding:clamp(5rem,8vw,8rem) 0;border-top:1px solid rgba(24,32,29,.1)}.proof-grid{display:grid;grid-template-columns:.9fr .52fr .98fr;gap:1rem;align-items:stretch}.enterprise-section h2,.enterprise-cta h2{max-width:740px;font-size:clamp(2.2rem,4.6vw,4.45rem);line-height:1.08}.proof-list{margin-top:3rem}.proof-row,.path-row{display:grid;grid-template-columns:136px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(24,32,29,.13)}.proof-row strong,.path-row strong{color:var(--color-text);font-size:1.06rem;letter-spacing:-.04em}.proof-row span,.path-row span{color:var(--color-text-secondary);font-size:.92rem;line-height:1.65}.document-card,.system-card,.matrix-card{border:1px solid rgba(24,32,29,.1);border-radius:22px;background:#ffffffa8;box-shadow:0 24px 62px #1a221e1a}.document-card{overflow:hidden}.document-card img{display:block;width:100%;height:640px;object-fit:cover;filter:saturate(.86) contrast(1.04)}.document-card p{margin:0;padding:1rem;color:var(--color-text-secondary);font-size:.88rem;line-height:1.65}.system-card{position:relative;padding:clamp(1.4rem,2vw,2rem)}.system-card:before{content:"PLATFORM MAP / 08";position:absolute;top:1.55rem;right:1.6rem;color:var(--color-text-muted);font-family:var(--font-mono);font-size:.6rem;letter-spacing:.1em}.system-card h3{margin:0 0 1.4rem;color:var(--color-text);font-size:1.7rem;letter-spacing:-.05em}.module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.module-card{min-height:118px;padding:1rem;border-radius:8px;border:1px solid rgba(24,34,30,.06);background:#eef2eb;transition:transform .2s ease,border-color .2s ease,background .2s ease}.module-card:hover{transform:translateY(-2px);border-color:#173e3138;background:#f5f8f2}.module-card.emphasized{background:#dce7dc}.module-card h4{margin:0 0 1.2rem;color:var(--color-text);font-size:1rem;letter-spacing:-.04em}.module-card p{margin:0;color:var(--color-text-secondary);font-size:.86rem;line-height:1.55}.section-head{max-width:820px;margin-bottom:2.5rem}.product-matrix-section .section-head h2{max-width:none;white-space:normal;text-wrap:balance;font-size:clamp(1.7rem,4vw,4.45rem)}.matrix-grid{display:grid;gap:1rem}.matrix-field-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.matrix-card{display:block;min-height:230px;padding:1.35rem;color:var(--color-text)!important;transition:transform .2s ease,box-shadow .2s ease}.matrix-card-platform{min-height:190px;padding:clamp(1.45rem,2.4vw,2.2rem);background:linear-gradient(135deg,rgba(23,62,49,.08),transparent 48%),#ffffffb8}.matrix-card-platform h3{font-size:clamp(1.75rem,3vw,2.45rem)}.matrix-card-platform p{max-width:760px}.matrix-card:hover{transform:translateY(-4px);opacity:1;box-shadow:0 28px 68px #1a221e24}.matrix-card span{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:2.2rem;border-radius:8px;color:#f8fff9;background:var(--color-accent);font-weight:900}.matrix-card.soft span{color:var(--color-accent);background:#dce7dc}.matrix-card h3{margin:0 0 .75rem;color:var(--color-text);font-size:1.45rem;letter-spacing:-.05em}.matrix-card p{margin:0;color:var(--color-text-secondary);font-size:.94rem;line-height:1.7}.materials-section{position:relative;color:#f5f2e8;background:#111613;background-image:linear-gradient(rgba(183,232,108,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(183,232,108,.045) 1px,transparent 1px);background-size:32px 32px}.materials-section .section-label,.materials-section .section-lead,.materials-section .path-row span{color:#f5f2e8b8}.materials-section h2,.materials-section .path-row strong{color:#f5f2e8}.materials-grid{display:grid;grid-template-columns:minmax(360px,.86fr) 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}.materials-photo img{display:block;width:100%;aspect-ratio:1 / .84;object-fit:cover;border-radius:26px;box-shadow:0 28px 76px #00000047}.path-list{margin-top:2.6rem}.materials-section .path-row{border-color:#f5f2e82e}.enterprise-cta{padding:clamp(5rem,8vw,8rem) 0}.cta-box{padding:clamp(2.2rem,5vw,4rem);border-radius:30px;background:linear-gradient(135deg,rgba(23,62,49,.08),transparent 44%),#f9fbf9d6;border:1px solid rgba(24,32,29,.1);box-shadow:0 24px 62px #1a221e1a}.cta-box h2{max-width:none;white-space:nowrap}.cta-box .btn-enterprise{margin-top:2rem}@media(max-width:980px){.enterprise-container{width:min(100% - 32px,720px)}.hero-grid,.proof-grid,.materials-grid{grid-template-columns:1fr}.matrix-field-row{grid-template-columns:repeat(2,minmax(0,1fr))}.document-card img{height:420px}}@media(max-width:640px){.enterprise-hero{padding-top:3rem}.hero-copy h1,.enterprise-section h2,.enterprise-cta h2{font-size:clamp(2.35rem,13vw,3.35rem)}.cta-box h2{font-size:clamp(1.3rem,5.8vw,2.35rem)}.product-matrix-section .section-head h2{font-size:clamp(1.1rem,5vw,2.35rem)}.matrix-field-row,.module-grid{grid-template-columns:1fr}.proof-row,.path-row{grid-template-columns:1fr;gap:.35rem}}.about-page .page-lead{margin-bottom:var(--space-2xl)}.about-content{max-width:820px;margin:0 auto;display:grid;gap:1rem}.about-block{padding:var(--space-xl);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);background:#ffffffb8;box-shadow:0 18px 46px #1a221e12}.about-block h2{font-size:1.1rem;font-weight:800;margin:0 0 var(--space-sm);color:var(--color-text);letter-spacing:-.02em}.about-block p{margin:0 0 var(--space-sm);font-size:.95rem;color:var(--color-text-secondary);line-height:1.72}.about-block p:last-child{margin-bottom:0}.about-list{margin:0;padding-left:0;list-style:none;display:grid;gap:.65rem}.about-list li{position:relative;padding-left:1rem;font-size:.9rem;color:var(--color-text-secondary);line-height:1.6}.about-list li:before{content:"";position:absolute;left:0;top:.72em;width:.4rem;height:.4rem;border-radius:999px;background:var(--color-accent)}.about-list strong{color:var(--color-text)}.about-contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md);margin-top:var(--space-lg)}.about-contact-card{min-height:110px;padding:var(--space-lg);border:1px solid var(--color-border-light);border-radius:var(--radius-md);background:#eef2eb}.about-contact-label{margin-bottom:var(--space-sm);font-size:.9rem;font-weight:800;color:var(--color-text)}.about-contact-card a,.about-contact-card p{margin:0;color:var(--color-text-secondary);font-size:.94rem;line-height:1.6}.about-contact-card a{color:var(--color-accent);text-decoration:none}.about-contact-card a:hover{text-decoration:underline}@media(max-width:720px){.about-contact-cards{grid-template-columns:1fr}}.product-app-icon{display:inline-flex;flex-shrink:0;overflow:hidden;border-radius:25%;filter:drop-shadow(0 10px 18px rgba(0,0,0,.28)) drop-shadow(0 2px 4px rgba(0,0,0,.18))}.product-app-icon svg,.product-app-icon img{display:block;width:100%;height:100%}.product-app-icon img{object-fit:cover;object-position:center;transform:scale(1.08)}.product-app-icon-md{width:3.1rem;height:3.1rem}.product-app-icon-lg{width:3.6rem;height:3.6rem}.products-page .page-title{max-width:980px;text-align:left}.products-page:before,.product-detail-page:before{display:block;background-image:linear-gradient(rgba(24,34,30,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(24,34,30,.035) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 70%);mask-image:linear-gradient(to bottom,#000,transparent 70%)}.products-page .page-lead{max-width:760px;margin-right:auto;margin-left:0;text-align:left}.products-hero{max-width:980px;margin-bottom:var(--space-3xl)}.products-eyebrow,.products-card-kicker{display:inline-flex;margin-bottom:var(--space-sm);color:var(--color-text-muted);font-size:.88rem;font-weight:850;letter-spacing:-.01em}.products-eyebrow:before,.products-card-kicker:before{content:"↳";margin-right:8px;color:var(--color-accent);font-family:var(--font-mono)}.products-hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-md)}.products-platform-card{display:grid;grid-template-columns:1.05fr .95fr .9fr;gap:var(--space-lg);align-items:stretch;margin-bottom:var(--space-3xl);padding:clamp(1.4rem,3vw,2rem);border:1px solid var(--color-border-light);border-radius:16px;background:var(--color-surface);box-shadow:0 24px 62px #1a221e1a}.products-platform-card h2{margin:0 0 var(--space-sm);font-size:clamp(1.7rem,3.3vw,2.8rem)}.products-platform-card p{max-width:680px;margin:0}.products-platform-list{display:grid;gap:var(--space-sm)}.products-platform-list span{padding:.85rem .95rem;border-radius:8px;border-left:3px solid var(--color-signal);color:var(--color-text);background:#eef2eb}.products-platform-image{width:100%;height:100%;min-height:300px;object-fit:cover;border-radius:20px}.products-section-head{max-width:760px;margin-bottom:var(--space-xl)}.products-section-head h2{margin:0;font-size:clamp(1.9rem,3.8vw,3.5rem)}.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-lg);margin-bottom:var(--space-3xl)}.products-page .product-card{position:relative;display:flex;flex-direction:column;min-height:600px;padding:var(--space-xl);overflow:hidden;border:1px solid var(--color-border-light);border-radius:16px;background:#ffffffb3;box-shadow:0 20px 52px #1a221e14;color:inherit;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease}.products-page .product-card:hover{transform:translateY(-4px);box-shadow:0 28px 68px #1a221e21}.products-page .product-card:before{content:"MODULE / ACTIVE";position:absolute;top:16px;right:24px;color:var(--color-text-muted);font-family:var(--font-mono);font-size:.58rem;letter-spacing:.1em}.products-page .product-card-topline{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-lg)}.products-page .product-card-image{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover;margin-bottom:var(--space-lg);border-radius:20px;background:#eef2eb;filter:saturate(.9) contrast(1.03)}.products-page .product-card-mingbairen .product-card-image,.products-page .product-card-fangxintou .product-card-image{object-position:center}.products-page .product-card-zixisuan .product-card-image{object-position:50% 38%}.products-page .product-card-hutuzhang .product-card-image{object-position:center}.products-page .product-card-badge{padding:.4rem .7rem;border-radius:999px;color:var(--color-accent);background:#dce7dc;font-size:.76rem;font-weight:900}.products-page .product-card h3{margin:0 0 var(--space-sm);font-size:clamp(1.65rem,3vw,2.45rem)}.products-page .product-card-subtitle{min-height:3.4rem;margin-bottom:var(--space-md);color:var(--color-text);font-size:1rem;font-weight:760}.products-page .product-card-summary{min-height:6rem;margin-bottom:var(--space-lg);font-size:.93rem}.products-page .product-card-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm);margin-bottom:var(--space-lg)}.products-page .product-card-stat{min-height:108px;padding:.9rem;border-radius:8px;border:1px solid rgba(24,34,30,.06);background:#eef2eb}.products-page .product-card-stat strong{display:block;margin-bottom:.3rem;color:var(--color-text);font-size:.98rem}.products-page .product-card-stat span{display:block;color:var(--color-text-secondary);font-size:.8rem;line-height:1.55}.products-page .product-card-pain{margin-top:auto;padding:.9rem 1rem;border-radius:8px;background:#173e31;color:#f8fff9;font-size:.9rem;font-weight:800}.products-page .product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid rgba(23,32,28,.1)}.products-page .product-card-footer span{color:var(--color-text-secondary);font-size:.82rem;line-height:1.55}.products-page .product-card-footer-link{flex-shrink:0;display:inline-flex;align-items:center;min-height:2.35rem;padding:0 .95rem;border-radius:999px;color:#f8fff9;background:var(--color-accent);font-size:.82rem;font-weight:900}.products-page .product-card-footer-link:after{content:" ↗";font-family:var(--font-mono)}.product-outro{padding:var(--space-3xl);border:1px solid var(--color-border-light);border-radius:16px;background:var(--color-surface);box-shadow:0 24px 62px #1a221e1a}.product-outro h2{max-width:820px;font-size:clamp(1.7rem,3.4vw,3rem);margin:0 0 var(--space-sm)}.product-outro p{max-width:760px;color:var(--color-text-secondary)}@media(max-width:980px){.products-platform-card,.products-grid{grid-template-columns:1fr}.products-page .product-card{min-height:auto}.products-page .product-card-summary,.products-page .product-card-subtitle{min-height:0}}@media(max-width:768px){.products-page .product-card-footer{align-items:flex-start;flex-direction:column}.products-platform-card,.products-page .product-card,.product-outro{padding:var(--space-lg)}}@media(max-width:520px){.products-page .product-card-stats{grid-template-columns:1fr}}.product-detail-page{position:relative;overflow:hidden}.product-detail-page:before{display:none}.product-detail-nav{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:var(--space-xl)}.product-detail-nav-link{display:inline-flex;align-items:center;min-height:2.25rem;padding:0 .85rem;border:1px solid var(--color-border-light);border-radius:999px;color:var(--color-text-secondary);background:#ffffff7a;text-decoration:none;font-size:.82rem;transition:all .22s ease}.product-detail-nav-link:hover,.product-detail-nav-link.active{border-color:#173e3142;color:var(--color-text);background:#dce7dc}.product-detail-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:var(--space-xl);align-items:stretch;margin-bottom:var(--space-3xl)}.product-detail-field-visual{margin:calc(var(--space-md) * -1) 0 var(--space-3xl);overflow:hidden;border:1px solid var(--color-border-light);border-radius:16px;background:#101816;box-shadow:0 22px 54px #1a221e1f}.product-detail-field-visual img{display:block;width:100%;max-height:560px;object-fit:cover;object-position:center 58%;filter:saturate(.92) contrast(1.04)}.product-detail-hero-copy,.product-detail-panel,.product-detail-card,.product-detail-feature-card,.flow-step{border:1px solid var(--color-border-light);background:#ffffffb8;box-shadow:0 22px 54px #1a221e17}.product-detail-hero-copy{padding:clamp(1.6rem,4vw,3.2rem);border-radius:16px;background-image:linear-gradient(rgba(24,34,30,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(24,34,30,.035) 1px,transparent 1px);background-size:32px 32px}.product-detail-eyebrow,.section-kicker{display:inline-flex;align-items:center;width:fit-content;margin-bottom:var(--space-sm);color:var(--color-text-muted);font-size:.86rem;font-weight:850;letter-spacing:-.01em}.product-detail-eyebrow:before,.section-kicker:before{content:"↳";margin-right:8px;color:var(--color-accent);font-family:var(--font-mono)}.product-detail-title-row{display:flex;align-items:center;gap:.85rem;margin-bottom:var(--space-sm)}.product-detail-title-row .page-title{margin:0}.product-detail-subtitle{margin:0 0 var(--space-md);color:var(--color-text);font-size:clamp(1.05rem,2vw,1.35rem);font-weight:700}.product-detail-summary{max-width:760px;margin:0;color:var(--color-text-secondary);line-height:1.82}.product-detail-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:var(--space-xl)}.product-detail-primary,.product-detail-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:2.65rem;padding:0 1rem;border-radius:999px;text-decoration:none;font-size:.9rem;font-weight:800}.product-detail-primary{color:#f8fff9;background:var(--color-accent);box-shadow:0 14px 30px #173e3124}.product-detail-secondary{border:1px solid var(--color-border-light);color:var(--color-accent);background:#ffffff7a}.product-detail-panel{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;padding:var(--space-lg);border-radius:16px}.product-detail-stat{display:grid;align-content:center;min-height:8.2rem;padding:var(--space-md);border:0;border-radius:8px;border:1px solid rgba(24,34,30,.06);background:#eef2eb}.product-detail-stat strong{color:var(--color-text);font-size:clamp(1.45rem,3vw,2rem);letter-spacing:-.04em}.product-detail-stat span{color:var(--color-text-muted);font-size:.82rem}.product-detail-section{margin-bottom:var(--space-3xl)}.product-detail-section.two-column{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}.product-detail-card{padding:var(--space-xl);border-radius:16px}.product-detail-card h2,.product-detail-section-head h2{margin:0;color:var(--color-text);font-size:clamp(1.35rem,3vw,2.2rem);line-height:1.18;letter-spacing:-.04em}.product-detail-card p{margin:var(--space-sm) 0 0;color:var(--color-text-secondary);line-height:1.7}.product-detail-card.accent{color:#f8fff9;border-color:transparent;background:#173e31;background-image:linear-gradient(rgba(183,232,108,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(183,232,108,.05) 1px,transparent 1px);background-size:24px 24px}.product-detail-card.accent h2,.product-detail-card.accent p{color:inherit}.product-detail-card.accent .section-kicker{color:#f8fff9ad}.pain-list{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:var(--space-md)}.pain-list span{padding:.45rem .7rem;border-radius:999px;color:var(--color-text);background:#eef2eb;font-size:.82rem}.product-detail-section-head{max-width:760px;margin-bottom:var(--space-xl)}.product-detail-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-md)}.product-detail-feature-card{position:relative;min-height:220px;padding:var(--space-lg);border-radius:8px;overflow:hidden;transition:transform .22s ease,border-color .22s ease,background .22s ease}.product-detail-feature-card:hover{transform:translateY(-4px);background:#f8faf5}.feature-index{font-family:var(--font-mono);color:var(--color-text-muted);font-size:.76rem;font-weight:800}.product-detail-feature-card h3{margin:var(--space-sm) 0;color:var(--color-text);font-size:1.05rem}.product-detail-feature-card p{margin:0;color:var(--color-text-secondary);font-size:.86rem;line-height:1.72}.flow-steps{display:flex;flex-wrap:nowrap;gap:var(--space-sm)}.flow-step{position:relative;flex:1 1 0;min-width:0;min-height:118px;padding:var(--space-md);border-radius:8px}.flow-step span{display:grid;place-items:center;width:1.9rem;height:1.9rem;margin-bottom:var(--space-sm);border-radius:4px;color:#04140c;background:#dce7dc;font-size:.8rem;font-weight:900}.flow-step strong{display:block;color:var(--color-text);font-size:clamp(.68rem,.82vw,.84rem);line-height:1.38}@media(max-width:980px){.product-detail-hero,.product-detail-section.two-column{grid-template-columns:1fr}.flow-steps{flex-wrap:wrap}.flow-step{flex:1 1 calc(50% - var(--space-sm))}}@media(max-width:620px){.product-detail-field-visual{margin-top:calc(var(--space-sm) * -1)}.product-detail-field-visual img{min-height:360px}.product-detail-panel,.product-detail-feature-grid{grid-template-columns:1fr}.flow-steps{flex-direction:column}.flow-step{flex:1 1 auto}.product-detail-title-row{align-items:flex-start;flex-direction:column}}.app{flex:1;display:flex;flex-direction:column}.app main{flex:1}
