:root { --site-ink:#111c1b; --site-night:#0c1716; --site-paper:#f7f8f3; --site-white:#ffffff; --site-mist:#e5ebe5; --site-line:#cbd5ce; --site-muted:#5b6965; --site-acid:#d8ff67; --site-blue:#1780f5; --site-coral:#ff795f; --site-max:1200px; --site-radius:8px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--site-ink); background:var(--site-paper); font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size:16px; line-height:1.5; }
a { color:inherit; }
button, input { font:inherit; }
.site-shell { width:min(calc(100% - 48px), var(--site-max)); margin:0 auto; }
.site-header { position:sticky; top:0; z-index:20; min-height:68px; display:flex; align-items:center; gap:26px; padding:0 max(24px, calc((100vw - var(--site-max)) / 2)); border-bottom:1px solid rgba(203,213,206,.72); background:rgba(247,248,243,.96); }
.site-brand { display:inline-flex; align-items:center; gap:9px; color:var(--site-ink); font-size:16px; font-weight:750; line-height:1; text-decoration:none; white-space:nowrap; }
.site-brand-mark { width:25px; height:25px; display:grid; place-items:center; border-radius:6px; background:var(--site-ink); color:var(--site-acid); font-size:14px; font-weight:800; }
.site-nav { display:flex; align-items:center; gap:23px; margin-left:auto; }
.site-nav a, .site-login { color:#3f504b; font-size:14px; font-weight:600; text-decoration:none; }
.site-nav a:hover, .site-nav a.active, .site-login:hover { color:var(--site-ink); }
.site-actions { display:flex; align-items:center; gap:16px; }
.site-cta { min-height:38px; display:inline-flex; align-items:center; justify-content:center; padding:0 15px; border:1px solid var(--site-ink); border-radius:6px; background:var(--site-ink); color:var(--site-white); font-size:14px; font-weight:700; text-decoration:none; white-space:nowrap; transition:transform .18s ease, background .18s ease, color .18s ease; }
.site-cta:hover { transform:translateY(-2px); background:var(--site-acid); color:var(--site-ink); }
.site-nav-toggle { display:none; }
.site-hero { position:relative; min-height:calc(100vh - 68px); overflow:hidden; background:var(--site-night); color:var(--site-white); }
.hero-network { position:absolute; inset:0; width:100%; height:100%; opacity:.96; }
.hero-layout { position:relative; z-index:1; min-height:calc(100vh - 180px); display:grid; grid-template-columns:minmax(0, 760px) 1fr; align-items:center; gap:40px; padding:84px 0 44px; }
.hero-copy { max-width:760px; }
.eyebrow { margin:0 0 14px; color:var(--site-muted); font-size:12px; font-weight:800; letter-spacing:0; text-transform:uppercase; }
.eyebrow-on-dark { color:var(--site-acid); }
h1, h2, p { margin-top:0; }
.hero-copy h1 { max-width:720px; margin-bottom:23px; font-size:clamp(48px, 6.5vw, 88px); font-weight:760; line-height:.99; letter-spacing:0; }
.hero-lead { max-width:560px; margin-bottom:30px; color:#c9d6d1; font-size:19px; line-height:1.55; }
.hero-actions { display:flex; align-items:center; flex-wrap:wrap; gap:21px; }
.site-cta-bright { border-color:var(--site-acid); background:var(--site-acid); color:var(--site-ink); }
.site-cta-bright:hover { background:var(--site-white); }
.text-link { display:inline-flex; align-items:center; gap:7px; color:var(--site-ink); font-size:14px; font-weight:750; text-decoration:none; }
.text-link:hover { text-decoration:underline; text-underline-offset:4px; }
.text-link-light { color:var(--site-white); }
.hero-index { justify-self:end; align-self:end; display:grid; gap:8px; width:145px; padding-bottom:36px; color:#92aaa2; font-size:13px; }
.hero-index span:first-child { color:var(--site-acid); font-size:28px; font-weight:750; }
.hero-bottom { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:24px; padding-bottom:31px; color:#9fb1aa; font-size:13px; }
.hero-scroll { display:inline-flex; align-items:center; gap:8px; color:var(--site-white); font-weight:700; text-decoration:none; }
.proof-band { border-bottom:1px solid var(--site-line); background:var(--site-paper); }
.proof-grid { display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:0; }
.proof-grid > * { min-height:164px; margin:0; padding:31px 32px 28px; border-right:1px solid var(--site-line); }
.proof-grid > *:last-child { border-right:0; }
.proof-grid p { color:#20312d; font-size:20px; font-weight:680; line-height:1.35; }
.proof-grid div { display:flex; flex-direction:column; justify-content:space-between; gap:26px; }
.proof-grid strong { color:var(--site-ink); font-size:15px; }
.proof-grid span { color:var(--site-muted); font-size:14px; }
.product-stage { padding:112px 0; background:var(--site-white); }
.stage-head { display:grid; grid-template-columns:.85fr 1.15fr; gap:46px; align-items:end; margin-bottom:52px; }
.stage-head h2, .path-grid h2, .resource-grid h2, .final-inner h2 { margin-bottom:0; color:var(--site-ink); font-size:clamp(32px, 4.2vw, 58px); font-weight:730; line-height:1.04; letter-spacing:0; }
.section-lead { max-width:540px; margin:0; color:var(--site-muted); font-size:18px; }
.operating-screen { overflow:hidden; border:1px solid #253734; border-radius:8px; background:#0f1d1b; color:#edf6f0; box-shadow:0 28px 68px rgba(21,37,32,.18); }
.screen-top { height:48px; display:flex; align-items:center; gap:9px; padding:0 16px; border-bottom:1px solid #29413d; color:#d5e2db; font-size:13px; font-weight:700; }
.screen-logo { width:20px; height:20px; display:grid; place-items:center; border-radius:4px; background:var(--site-blue); color:#fff; font-size:11px; }
.screen-state { margin-left:auto; padding:4px 8px; border:1px solid #49625d; border-radius:999px; color:var(--site-acid); font-size:11px; }
.screen-body { min-height:464px; display:grid; grid-template-columns:170px 1fr; }
.screen-nav { display:flex; flex-direction:column; gap:7px; padding:19px 12px; border-right:1px solid #29413d; color:#91a8a0; font-size:12px; }
.screen-nav span { padding:8px 9px; border-radius:5px; }
.screen-nav-active { background:#19322e; color:#fff; }
.screen-main { min-width:0; padding:26px; }
.screen-main-top { display:flex; justify-content:space-between; gap:24px; padding-bottom:23px; }
.screen-main-top div { display:grid; gap:5px; }
.screen-main-top small { color:#8fa59d; }
.screen-main-top strong { font-size:28px; line-height:1; }
.screen-main-top span { color:#98afa7; font-size:12px; }
.screen-main-top button { align-self:start; padding:7px 10px; border:1px solid #45625c; border-radius:5px; background:transparent; color:#eef6f1; font-size:12px; cursor:pointer; }
.screen-signal-row { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:25px; }
.signal-chip { padding:6px 9px; border-radius:999px; font-size:11px; font-weight:700; }
.signal-blue { background:#173c68; color:#b6d8ff; }.signal-acid { background:#35491d; color:var(--site-acid); }.signal-coral { background:#5c3029; color:#ffb9ac; }
.screen-chart { position:relative; height:154px; overflow:hidden; display:flex; align-items:end; gap:10px; padding:18px 20px 15px; border:1px solid #29413d; border-radius:6px; }
.screen-chart i { width:11%; background:#315d57; }
.screen-chart i:nth-child(1){height:26%}.screen-chart i:nth-child(2){height:43%}.screen-chart i:nth-child(3){height:34%}.screen-chart i:nth-child(4){height:61%}.screen-chart i:nth-child(5){height:52%}.screen-chart i:nth-child(6){height:76%}.screen-chart i:nth-child(7){height:88%}
.screen-chart b { position:absolute; right:20px; top:18px; width:78%; height:2px; background:var(--site-acid); transform:rotate(-8deg); transform-origin:right center; }
.screen-orders { display:grid; grid-template-columns:1fr 1.5fr 1.4fr auto; gap:12px; align-items:center; min-height:47px; padding:0 8px; border-bottom:1px solid #29413d; color:#c9d8d2; font-size:12px; }.screen-orders span:nth-child(3){color:var(--site-acid)}.screen-orders strong{font-size:12px}
.path-band { padding:112px 0; border-top:1px solid var(--site-line); background:var(--site-paper); }
.path-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; }
.path-list { margin:0; padding:0; list-style:none; border-top:1px solid var(--site-line); }
.path-list li { display:grid; grid-template-columns:48px 1fr; gap:18px; padding:24px 0; border-bottom:1px solid var(--site-line); }
.path-list > li > span { color:var(--site-blue); font-size:14px; font-weight:800; }.path-list strong{font-size:20px}.path-list p{margin:7px 0 0;color:var(--site-muted);font-size:15px}
.resource-band { padding:100px 0; background:var(--site-night); color:var(--site-white); }
.resource-grid { display:grid; grid-template-columns:1.45fr .55fr; gap:70px; align-items:end; }.resource-grid h2{color:var(--site-white);max-width:690px}.resource-grid p:not(.eyebrow){max-width:560px;margin:20px 0 0;color:#b8cac2;font-size:17px}.resource-link{min-height:230px;display:flex;flex-direction:column;justify-content:space-between;padding:24px;border:1px solid #36514b;border-radius:8px;background:#142523;color:#fff;text-decoration:none}.resource-link:hover{border-color:var(--site-acid)}.resource-link span{color:#aac3ba;font-size:13px}.resource-link strong{font-size:20px}.resource-link b{color:var(--site-acid);font-size:26px}
.final-band { padding:104px 0; background:var(--site-acid); }.final-inner{display:flex;align-items:end;justify-content:space-between;gap:36px}.final-inner .eyebrow{color:#355119}.final-inner h2{max-width:720px}.final-inner .site-cta{background:var(--site-ink);color:#fff}.final-inner .site-cta:hover{background:#fff;color:var(--site-ink)}
.site-footer { border-top:1px solid var(--site-line); background:var(--site-paper); }.footer-row{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--site-muted);font-size:13px}.footer-row > a:last-child{color:var(--site-ink);font-weight:700;text-decoration:none}
[data-reveal] { opacity:1; transform:none; }

.help-body { background:var(--site-white); }.help-header{background:rgba(255,255,255,.96)}.help-main{min-height:calc(100vh - 150px)}.help-hero{padding:85px 0 80px;background:var(--site-night);color:#fff}.help-hero-inner{max-width:960px}.help-hero h1{max-width:700px;margin-bottom:12px;font-size:clamp(42px,6vw,74px);font-weight:760;line-height:1.02}.help-hero > div > p:not(.eyebrow){color:#c4d4ce;font-size:18px}.help-search{display:grid;grid-template-columns:1fr auto;gap:0;max-width:780px;margin-top:34px}.help-search label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.help-search input{height:58px;min-width:0;padding:0 18px;border:1px solid #698078;border-right:0;border-radius:8px 0 0 8px;background:#f7fbf8;color:var(--site-ink);outline:0}.help-search input:focus{box-shadow:inset 0 0 0 2px var(--site-acid)}.help-search button{height:58px;padding:0 20px;border:1px solid var(--site-acid);border-radius:0 8px 8px 0;background:var(--site-acid);color:var(--site-ink);font-weight:800;cursor:pointer}.help-shortcuts{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.help-shortcuts a{padding:5px 9px;border:1px solid #49615a;border-radius:999px;color:#c9d8d2;font-size:12px;text-decoration:none}.help-shortcuts a:hover{border-color:var(--site-acid);color:var(--site-acid)}.help-content{padding:88px 0}.help-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:27px}.help-section-head h2{margin:0;font-size:36px;line-height:1.1}.help-section-head > p{max-width:390px;margin:0;color:var(--site-muted);font-size:15px}.help-section-head.compact{margin-bottom:12px}.help-category-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--site-line);border-left:1px solid var(--site-line)}.help-category{min-height:232px;display:flex;flex-direction:column;gap:10px;padding:23px;border-right:1px solid var(--site-line);border-bottom:1px solid var(--site-line);color:var(--site-ink);text-decoration:none;transition:background .18s ease,color .18s ease}.help-category:hover{background:var(--site-ink);color:#fff}.help-category-index{font-size:12px;font-weight:800}.help-category strong{font-size:20px}.help-category small{max-width:260px;color:var(--site-muted);font-size:14px;line-height:1.45}.help-category:hover small{color:#c2d0ca}.help-category b{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;font-size:12px}.help-category b i{font-size:20px;font-style:normal}.help-category-acid .help-category-index{color:#749d12}.help-category-blue .help-category-index{color:var(--site-blue)}.help-category-coral .help-category-index{color:var(--site-coral)}.help-category-ink .help-category-index{color:#3e4d49}.help-lower-grid{display:grid;grid-template-columns:1.45fr .55fr;gap:54px;margin-top:86px}.help-article-list{border-top:1px solid var(--site-line)}.help-article-row{display:grid;grid-template-columns:minmax(0,1fr) auto 24px;gap:18px;align-items:center;padding:17px 0;border-bottom:1px solid var(--site-line);color:var(--site-ink);text-decoration:none}.help-article-row:hover strong{color:var(--site-blue)}.help-article-row span{min-width:0;display:grid;gap:5px}.help-article-row strong{font-size:16px}.help-article-row small{overflow:hidden;color:var(--site-muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.help-article-row > b{color:var(--site-muted);font-size:12px;font-weight:600;white-space:nowrap}.help-article-row i{font-size:20px;font-style:normal}.help-release{align-self:start;padding:24px;border:1px solid var(--site-line);border-radius:8px;background:var(--site-paper)}.help-release h2{margin-bottom:10px;font-size:24px;line-height:1.15}.help-release p:not(.eyebrow){color:var(--site-muted);font-size:14px}.help-route{max-width:900px}.help-route[aria-live]:empty{display:none}.help-back{display:inline-flex;margin-bottom:28px;color:var(--site-muted);font-size:14px;font-weight:700;text-decoration:none}.help-back:hover{color:var(--site-blue)}.help-route-head{padding-bottom:35px;border-bottom:1px solid var(--site-line)}.help-route-head h1,.help-article header h1{max-width:760px;margin-bottom:14px;font-size:clamp(36px,5vw,62px);font-weight:750;line-height:1.05}.help-route-head p:not(.eyebrow),.help-article header > p:not(.eyebrow){max-width:650px;margin-bottom:0;color:var(--site-muted);font-size:18px}.help-route-list{margin-top:24px}.help-category.compact{min-height:64px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px;border-left:1px solid var(--site-line);border-right:1px solid var(--site-line)}.help-category.compact strong{font-size:15px}.help-category.compact i{font-size:20px;font-style:normal}.help-article{padding-bottom:50px}.help-article header{padding-bottom:29px;border-bottom:1px solid var(--site-line)}.article-meta{display:flex;flex-wrap:wrap;gap:15px;margin-top:22px;color:var(--site-muted);font-size:13px}.article-copy{max-width:700px;padding:37px 0 30px;font-size:17px;line-height:1.72}.article-copy h2{margin:38px 0 13px;font-size:27px;line-height:1.18}.article-copy p{margin-bottom:16px}.article-copy li{margin-bottom:8px}.article-feedback{display:flex;align-items:center;gap:10px;padding-top:22px;border-top:1px solid var(--site-line);font-size:14px}.article-feedback span{margin-right:4px;font-weight:700}.article-feedback button{padding:6px 10px;border:1px solid var(--site-line);border-radius:6px;background:var(--site-white);color:var(--site-ink);font-size:13px;cursor:pointer}.article-feedback button:hover{border-color:var(--site-ink)}.related-guides{padding-top:40px}.related-guides h2{margin:0 0 14px;font-size:29px}.help-footer{background:var(--site-paper)}

@media (max-width:900px){.site-header{gap:16px;padding:0 20px}.site-nav{gap:15px}.site-nav a{font-size:13px}.site-actions{gap:10px}.hero-layout{grid-template-columns:1fr;padding-top:72px}.hero-index{display:none}.stage-head,.path-grid,.resource-grid,.help-lower-grid{grid-template-columns:1fr;gap:28px}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid p{grid-column:1/-1;border-bottom:1px solid var(--site-line)}.proof-grid > *:nth-child(2){border-right:1px solid var(--site-line)}.resource-grid{gap:40px}.final-inner{align-items:flex-start;flex-direction:column}.help-category-grid{grid-template-columns:repeat(2,1fr)}.help-section-head{align-items:flex-start;flex-direction:column;gap:10px}}
@media (max-width:680px){.site-shell{width:min(calc(100% - 32px),var(--site-max))}.site-header{min-height:60px}.site-nav-toggle{display:grid;place-items:center;gap:5px;width:34px;height:34px;margin-left:auto;padding:0;border:1px solid var(--site-line);border-radius:6px;background:transparent;cursor:pointer}.site-nav-toggle span{display:block;width:15px;height:1px;background:var(--site-ink)}.site-nav{position:absolute;top:calc(100% + 1px);left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:8px 16px 16px;border-bottom:1px solid var(--site-line);background:var(--site-paper)}.site-nav.is-open{display:flex}.site-nav a{padding:10px 0;border-bottom:1px solid var(--site-line)}.site-actions{margin-left:0}.site-login{display:none}.site-cta{min-height:34px;padding:0 10px;font-size:12px}.hero-copy h1{font-size:47px}.hero-lead{font-size:17px}.hero-layout{min-height:calc(100vh - 140px);padding-top:62px}.hero-bottom{align-items:flex-start;flex-direction:column;padding-bottom:24px}.proof-grid{grid-template-columns:1fr}.proof-grid > *{min-height:0;padding:24px 0;border-right:0;border-bottom:1px solid var(--site-line)}.proof-grid p{grid-column:auto}.proof-grid > *:last-child{border-bottom:0}.product-stage,.path-band,.resource-band{padding:74px 0}.stage-head h2,.path-grid h2,.resource-grid h2,.final-inner h2{font-size:38px}.operating-screen{margin:0 -4px}.screen-body{grid-template-columns:83px 1fr;min-height:400px}.screen-nav{padding:14px 7px;font-size:10px}.screen-main{padding:17px}.screen-main-top strong{font-size:23px}.screen-main-top button{display:none}.screen-orders{grid-template-columns:1fr 1.1fr auto;font-size:10px}.screen-orders span:nth-child(3){display:none}.path-list li{grid-template-columns:38px 1fr}.footer-row{align-items:flex-start;flex-direction:column;justify-content:center;padding:18px 0}.help-hero{padding:65px 0 60px}.help-hero h1{font-size:46px}.help-search{grid-template-columns:1fr}.help-search input{height:54px;border-right:1px solid #698078;border-bottom:0;border-radius:8px 8px 0 0}.help-search button{height:48px;border-radius:0 0 8px 8px}.help-content{padding:64px 0}.help-section-head h2{font-size:31px}.help-category-grid{grid-template-columns:1fr}.help-category{min-height:185px}.help-lower-grid{margin-top:62px}.help-article-row{grid-template-columns:minmax(0,1fr) 20px;gap:12px}.help-article-row > b{display:none}.help-article-row small{white-space:normal}.help-route-head h1,.help-article header h1{font-size:42px}.article-copy{font-size:16px}.article-feedback{align-items:flex-start;flex-wrap:wrap}.article-feedback span{width:100%}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-cta,[data-reveal]{transition:none}.site-cta:hover{transform:none}}
