:root{color-scheme:dark;--bg:#080b0d;--bg-soft:#0d1215;--panel:#10171b;--panel-strong:#141d22;--panel-muted:#0c1114;--line:rgba(177,199,205,0.13);--line-strong:rgba(177,199,205,0.22);--text:#edf5f2;--muted:#8da0a6;--subtle:#5f7077;--accent:#40f2a1;--accent-2:#4cc9f0;--warning:#f2be5c;--danger:#ff6b6b;--shadow:0 18px 50px rgba(0,0,0,0.28);--radius:8px}*{box-sizing:border-box}html{background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.025) 1px,transparent 1px),var(--bg);background-size:48px 48px}body{margin:0;min-height:100vh;color:var(--text);font-family:IBM Plex Sans,Aptos,PingFang SC,Microsoft YaHei,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit}li,p{line-height:1.65}.top-nav{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(360px,1.2fr) auto;grid-gap:1rem;gap:1rem;padding:.85rem 1.25rem;background:rgba(8,11,13,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand,.top-nav{align-items:center}.brand{display:flex;gap:.75rem}.brand span:last-child{display:flex;flex-direction:column}.brand small{color:var(--muted);font-size:.76rem}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;border:1px solid rgba(64,242,161,.45);border-radius:var(--radius);background:linear-gradient(145deg,rgba(64,242,161,.18),rgba(76,201,240,.08));color:var(--accent);font-size:.84rem;font-weight:800}.button-row,.language-toggle,.top-nav-actions,.top-nav-links{display:flex;align-items:center;gap:.55rem}.top-nav-links{justify-content:center;color:var(--muted);font-size:.9rem}.top-nav-links a{padding:.45rem .55rem;border-radius:var(--radius)}.top-nav-links a:hover{background:rgba(255,255,255,.055);color:var(--text)}.top-nav-actions{justify-content:flex-end}.nav-user-chip{max-width:15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:.55rem .8rem;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.04);color:var(--muted);font-size:.82rem}.nav-logout{min-height:2.1rem;padding:.48rem .75rem}.language-toggle{padding:.16rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-muted)}.language-toggle button{border:0;border-radius:6px;padding:.42rem .6rem;background:transparent;color:var(--muted);cursor:pointer;font-size:.78rem;font-weight:700}.language-toggle button.active{background:rgba(64,242,161,.16);color:var(--accent)}.nav-cta,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.35rem;border-radius:var(--radius);padding:.62rem .9rem;border:1px solid transparent;font-size:.88rem;font-weight:800;cursor:pointer}.nav-cta,.primary-button{background:var(--accent);color:#06100b;box-shadow:0 0 0 1px rgba(64,242,161,.2),0 14px 28px rgba(64,242,161,.08)}.secondary-button{border-color:var(--line-strong);background:rgba(255,255,255,.035);color:var(--text)}.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.55}.page-frame{width:min(1280px,calc(100vw - 2rem));margin:0 auto;padding:1.25rem 0 4rem}.hero-card,.login-card,.metric-card,.mini-card,.panel{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));box-shadow:var(--shadow)}.hero-card,.panel{border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem}.hero-card{background:linear-gradient(90deg,rgba(64,242,161,.07),transparent 42%),var(--panel)}.hero-card h1,.login-card h1,.panel h2{margin:.25rem 0 .45rem;line-height:1.12}.hero-card h1{max-width:860px;font-size:clamp(2rem,4vw,4.4rem);letter-spacing:-.02em}.hero-copy,.muted{color:var(--muted)}.hero-copy{max-width:760px;margin-bottom:0;font-size:1.02rem}.eyebrow{margin:0;color:var(--accent);font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.grid-2,.grid-3,.grid-4,.split-layout{display:grid;grid-gap:1rem;gap:1rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.split-layout{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}.stack,.stack-sm{display:flex;flex-direction:column}.stack{gap:1rem}.stack-sm{gap:.5rem}.metric-card-header,.split-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.hero-actions{flex-shrink:0;padding-top:.35rem}.field{display:flex;flex-direction:column;gap:.35rem;color:var(--muted);font-size:.85rem;font-weight:700}.field input,.field select{width:100%;border:1px solid var(--line);border-radius:var(--radius);padding:.75rem .82rem;background:#0a0f12;color:var(--text);outline:none}.field input:focus,.field select:focus{border-color:rgba(64,242,161,.6);box-shadow:0 0 0 3px rgba(64,242,161,.08)}.metric-card,.mini-card{border-radius:var(--radius);padding:1rem}.metric-card h3{margin:.35rem 0 0;font-size:1.75rem;line-height:1}.mini-card h3{margin:0 0 .45rem}.metric-title{margin:0;color:var(--muted);font-size:.82rem;font-weight:800}.metric-support{margin-bottom:0;color:var(--muted)}.basis-pill{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.32rem .58rem;border:1px solid rgba(64,242,161,.22);background:rgba(64,242,161,.08);color:var(--accent);font-size:.72rem;font-weight:900;white-space:nowrap}.mini-stat{border:1px solid var(--line);border-radius:var(--radius);padding:.85rem;background:var(--panel-muted)}.meta-block span,.mini-stat span{color:var(--muted);font-size:.8rem}.mini-stat strong{display:block;margin-top:.35rem}.message-error,.trust-note{border-radius:var(--radius);padding:1rem}.trust-note{background:rgba(64,242,161,.07);border:1px solid rgba(64,242,161,.16)}.message-error{background:rgba(255,107,107,.08);border:1px solid rgba(255,107,107,.25);color:#ffb1b1}.cycle-label{font-weight:800;color:var(--accent)}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius)}table{width:100%;border-collapse:collapse;min-width:760px}td,th{padding:.78rem .8rem;border-bottom:1px solid var(--line);text-align:left}th{color:var(--subtle);font-size:.76rem;text-transform:uppercase}td{color:var(--text)}ul{margin:0;padding-left:1.2rem}.ops-bars{display:grid;grid-gap:.7rem;gap:.7rem}.ops-bars div,.ops-list div{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--line);border-radius:var(--radius);padding:.75rem .85rem;background:var(--panel-muted)}.ops-bars span,.ops-list span{color:var(--muted)}.ops-bars strong,.ops-list strong{color:var(--accent)}.ops-list{display:grid;grid-gap:.65rem;gap:.65rem}.login-shell{min-height:calc(100vh - 74px);display:grid;place-items:center;padding:2rem}.login-card{width:min(420px,100%);border-radius:var(--radius);padding:1.25rem}.home-page{width:min(1320px,calc(100vw - 2rem));margin:0 auto;padding:1.35rem 0 8rem}.home-hero,.home-preview-shell,.home-story-band{display:grid;grid-gap:1.5rem;gap:1.5rem}.home-hero{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;padding:1.25rem 0 1.5rem}.home-hero-copy h1,.home-preview-card-header h3,.home-section-heading h2,.home-step-card h3,.home-story-copy h3{margin:0;letter-spacing:-.03em}.home-hero-copy h1{max-width:9ch;font-size:clamp(2.8rem,5.2vw,5.5rem);line-height:.98}.home-hero-copy p,.home-step-card p,.home-story-copy p{color:var(--muted)}.home-hero-copy>p{max-width:560px;margin:1rem 0 0;font-size:1.04rem}.home-hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.home-hero-subline{max-width:540px;margin-top:1rem;color:var(--subtle);font-size:.9rem}.home-hero-visual,.home-story-visual{position:relative}.home-hero-visual{border:1px solid rgba(89,222,182,.16);border-radius:28px;overflow:hidden;background:radial-gradient(circle at 78% 42%,rgba(64,242,161,.18),transparent 28%),radial-gradient(circle at 18% 16%,rgba(76,201,240,.12),transparent 24%),rgba(11,17,20,.9);box-shadow:0 30px 90px rgba(0,0,0,.34)}.home-hero-visual img,.home-story-visual img{display:block;width:100%;height:auto}.home-hero-glow{position:absolute;inset:auto -3rem -4rem auto;width:18rem;height:18rem;border-radius:999px;background:radial-gradient(circle,rgba(64,242,161,.22),transparent 68%);filter:blur(10px);pointer-events:none}.home-proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.35rem}.home-preview-shell,.home-proof-card,.home-step-card,.home-sticky-cta,.home-story-band{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));box-shadow:var(--shadow)}.home-proof-card{border-radius:18px;padding:1rem 1.1rem;background:linear-gradient(180deg,rgba(64,242,161,.09),rgba(255,255,255,.01)),var(--panel)}.home-proof-value{display:inline-block;color:var(--accent);font-size:1.15rem;font-weight:900;letter-spacing:.02em}.home-proof-card p{margin:.4rem 0 0;color:var(--muted)}.home-preview-section,.home-process-section,.home-section{margin-top:2rem}.home-section-heading{max-width:760px;margin-bottom:1.2rem}.home-section-heading h2{margin-top:.35rem;font-size:clamp(2rem,3vw,3.2rem);line-height:1.05}.home-section-heading .muted{margin-top:.85rem}.home-story-list{display:grid;grid-gap:1rem;gap:1rem}.home-story-band{grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);align-items:center;border-radius:28px;padding:1.25rem;overflow:hidden;background:radial-gradient(circle at 14% 18%,rgba(64,242,161,.08),transparent 20%),linear-gradient(180deg,rgba(15,24,28,.96),rgba(8,12,15,.98))}.home-story-band.reverse{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)}.home-story-band.reverse .home-story-visual{order:2}.home-story-band.reverse .home-story-copy{order:1}.home-story-visual{border:1px solid rgba(132,165,176,.16);border-radius:22px;overflow:hidden;background:rgba(8,12,15,.9)}.home-story-copy{display:flex;flex-direction:column;gap:.95rem;padding:.5rem .5rem .5rem 0}.home-story-copy h3{font-size:clamp(1.75rem,2.3vw,2.5rem);line-height:1.05}.home-point-list{list-style:none;display:grid;grid-gap:.7rem;gap:.7rem;margin:0;padding:0}.home-point-list li{position:relative;padding-left:1.05rem;color:#d4e5e1}.home-point-list li:before{content:"";position:absolute;left:0;top:.65rem;width:.42rem;height:.42rem;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 0 12px rgba(64,242,161,.4)}.home-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.home-step-card{border-radius:24px;padding:1.2rem;background:linear-gradient(180deg,rgba(11,18,21,.96),rgba(7,11,13,.98))}.home-step-badge{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:999px;background:rgba(64,242,161,.12);border:1px solid rgba(64,242,161,.18);color:var(--accent);font-size:.9rem;font-weight:900}.home-step-card h3{margin-top:1rem;font-size:1.35rem}.home-step-card p{margin-bottom:1rem}.home-step-visual{position:relative;height:10rem;border-radius:18px;border:1px solid rgba(132,165,176,.14);background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01)),#0b1114;overflow:hidden}.home-step-visual span{position:absolute;display:block;border-radius:14px;border:1px solid rgba(132,165,176,.14);background:rgba(10,18,22,.9)}.home-step-visual.visual-1 span:first-child{inset:1rem auto auto 1rem;width:3.9rem;height:3.2rem}.home-step-visual.visual-1 span:nth-child(2){inset:1rem 1rem auto auto;width:6rem;height:1.1rem}.home-step-visual.visual-1 span:nth-child(3){inset:auto 1rem 1rem 1rem;height:2.3rem}.home-step-visual.visual-2 span:first-child{inset:auto auto 1rem 1rem;width:3.5rem;height:5.5rem;background:linear-gradient(180deg,transparent 0 10%,rgba(64,242,161,.7) 10% 100%),rgba(10,18,22,.9)}.home-step-visual.visual-2 span:nth-child(2){inset:1rem 1rem auto auto;width:3.8rem;height:3.8rem;border-radius:999px}.home-step-visual.visual-2 span:nth-child(3){inset:auto 1rem 1rem auto;width:6.5rem;height:2.2rem}.home-step-visual.visual-3 span:first-child{inset:1rem auto auto 1rem;width:6rem;height:6rem;border-radius:999px;background:radial-gradient(circle,transparent 55%,rgba(64,242,161,.65) 56% 64%,transparent 65%),rgba(10,18,22,.9)}.home-step-visual.visual-3 span:nth-child(2){inset:1.2rem 1rem auto auto;width:5rem;height:1rem}.home-step-visual.visual-3 span:nth-child(3){inset:auto 1rem 1rem auto;width:7rem;height:3.4rem}.home-preview-shell{grid-template-columns:220px minmax(0,1fr);border-radius:28px;overflow:hidden;background:linear-gradient(180deg,rgba(11,18,21,.98),rgba(6,10,12,.98))}.home-preview-sidebar{padding:1.2rem;border-right:1px solid var(--line);background:linear-gradient(180deg,rgba(64,242,161,.07),transparent 22%),rgba(9,14,17,.98)}.home-preview-brand{display:flex;align-items:center;gap:.7rem;margin-bottom:1.5rem}.home-preview-menu{display:grid;grid-gap:.55rem;gap:.55rem}.home-preview-menu-item{padding:.68rem .78rem;border-radius:14px;color:var(--muted);background:rgba(255,255,255,.02)}.home-preview-menu-item.active{background:rgba(64,242,161,.12);color:var(--text);border:1px solid rgba(64,242,161,.2)}.home-preview-main{padding:1.2rem}.home-preview-grid,.home-preview-metrics{display:grid;grid-gap:.9rem;gap:.9rem}.home-preview-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.home-preview-chart-card,.home-preview-donut-card,.home-preview-metrics article,.home-preview-radar-card,.home-preview-table-card{border:1px solid rgba(132,165,176,.14);border-radius:18px;background:rgba(11,17,20,.9)}.home-preview-metrics article{padding:1rem}.home-preview-metrics span{display:block;color:var(--muted);font-size:.8rem}.home-preview-metrics strong{display:block;margin-top:.35rem;font-size:1.5rem}.positive{color:var(--accent)}.negative{color:#ff8d8d}.home-preview-grid{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);margin-top:.9rem}.home-preview-chart-card,.home-preview-donut-card,.home-preview-radar-card,.home-preview-table-card{padding:1rem}.home-preview-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.home-preview-card-header h3{font-size:1rem}.home-preview-card-header span{color:var(--muted);font-size:.76rem}.home-preview-chart{position:relative;height:18rem;border-radius:16px;overflow:hidden;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(180deg,rgba(255,255,255,.028) 1px,transparent 0),linear-gradient(180deg,rgba(64,242,161,.04),transparent 40%),#091014;background-size:56px 56px,56px 56px,auto,auto}.home-preview-chart .line{position:absolute;inset:auto auto 2.6rem 0;width:100%;height:55%;opacity:.95}.home-preview-chart .line-a{background:linear-gradient(135deg,transparent 3%,rgba(64,242,161,.95) 18%,rgba(64,242,161,.82) 48%,rgba(64,242,161,.98) 85%,transparent 97%);-webkit-clip-path:polygon(0 84%,7% 80%,14% 73%,21% 70%,28% 61%,35% 57%,42% 52%,49% 44%,56% 48%,63% 36%,70% 32%,77% 24%,84% 20%,91% 15%,100% 10%,100% 100%,0 100%);clip-path:polygon(0 84%,7% 80%,14% 73%,21% 70%,28% 61%,35% 57%,42% 52%,49% 44%,56% 48%,63% 36%,70% 32%,77% 24%,84% 20%,91% 15%,100% 10%,100% 100%,0 100%);filter:drop-shadow(0 0 10px rgba(64,242,161,.28))}.home-preview-chart .line-b{background:linear-gradient(135deg,transparent 8%,rgba(76,201,240,.9) 22%,rgba(49,126,255,.78) 54%,rgba(49,126,255,.92) 88%,transparent);-webkit-clip-path:polygon(0 88%,8% 85%,16% 80%,24% 78%,32% 70%,40% 68%,48% 63%,56% 58%,64% 53%,72% 47%,80% 39%,88% 35%,96% 28%,100% 23%,100% 100%,0 100%);clip-path:polygon(0 88%,8% 85%,16% 80%,24% 78%,32% 70%,40% 68%,48% 63%,56% 58%,64% 53%,72% 47%,80% 39%,88% 35%,96% 28%,100% 23%,100% 100%,0 100%);filter:drop-shadow(0 0 10px rgba(49,126,255,.24))}.home-preview-donut{width:11rem;height:11rem;margin:.4rem auto 1rem;border-radius:999px;background:radial-gradient(circle,rgba(10,16,19,1) 0 42%,transparent 43%),conic-gradient(from 120deg,#49e0af 0 34%,#2f7eff 34% 56%,#79d8ff 56% 77%,#1f2730 77% 100%);box-shadow:inset 0 0 0 1px rgba(132,165,176,.14)}.home-preview-legend{display:grid;grid-gap:.45rem;gap:.45rem;color:var(--muted)}.home-preview-legend span{position:relative;padding-left:1rem}.home-preview-legend span:before{content:"";position:absolute;left:0;top:.42rem;width:.45rem;height:.45rem;border-radius:999px;background:var(--accent)}.home-preview-legend span:nth-child(2):before{background:#2f7eff}.home-preview-legend span:nth-child(3):before{background:#79d8ff}.home-preview-legend span:nth-child(4):before{background:#5d6973}.home-preview-table{display:grid;grid-gap:.6rem;gap:.6rem}.home-preview-row{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-gap:.8rem;gap:.8rem;padding:.8rem;border-radius:14px;background:rgba(255,255,255,.025);color:var(--muted)}.home-preview-row strong{color:var(--text)}.home-preview-radar{display:grid;place-items:center;min-height:17rem}.home-preview-radar div{width:12rem;height:12rem;border-radius:20px;background:radial-gradient(circle,rgba(64,242,161,.16),transparent 34%),linear-gradient(180deg,rgba(132,165,176,.06),rgba(132,165,176,.02));-webkit-clip-path:polygon(50% 2%,92% 26%,92% 74%,50% 98%,8% 74%,8% 26%);clip-path:polygon(50% 2%,92% 26%,92% 74%,50% 98%,8% 74%,8% 26%);box-shadow:inset 0 0 0 1px rgba(64,242,161,.16),0 0 40px rgba(64,242,161,.08)}.home-sticky-cta{position:fixed;left:50%;bottom:1rem;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(1160px,calc(100vw - 2rem));padding:1rem 1.2rem;border-radius:24px;background:linear-gradient(90deg,rgba(12,18,22,.96),rgba(46,135,116,.88)),rgba(11,18,21,.95);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translateX(-50%)}.home-sticky-cta strong{display:block;font-size:1.45rem}.home-sticky-cta p{margin:.35rem 0 0;color:rgba(236,245,242,.82)}@media (max-width:980px){.top-nav{grid-template-columns:1fr}.top-nav-actions,.top-nav-links{justify-content:flex-start;flex-wrap:wrap}.grid-2,.grid-3,.grid-4,.split-layout{grid-template-columns:1fr}.button-row,.metric-card-header,.split-header{flex-direction:column}.page-frame{width:min(100vw - 1rem,100%);padding-top:.75rem}.hero-card h1{font-size:2.1rem}.home-page{width:min(100vw - 1rem,100%);padding-bottom:9.5rem}.home-hero,.home-preview-grid,.home-preview-metrics,.home-preview-shell,.home-proof-strip,.home-step-grid,.home-story-band,.home-story-band.reverse{grid-template-columns:1fr}.home-hero-copy h1,.home-section-heading h2{max-width:none}.home-story-band,.home-story-band.reverse{padding:1rem}.home-story-band.reverse .home-story-copy,.home-story-band.reverse .home-story-visual{order:0}.home-story-copy{padding:0}.home-preview-sidebar{border-right:0;border-bottom:1px solid var(--line)}.home-preview-chart{height:14rem}.home-sticky-cta{width:calc(100vw - 1rem);align-items:flex-start;flex-direction:column;bottom:.5rem;padding:.9rem 1rem}.home-sticky-cta strong{font-size:1.1rem}.home-sticky-cta .primary-button{width:100%}}