:root{color-scheme:dark;--bg: #0a0907;--bg-2: #0f0d0a;--surface: #14110c;--surface-2: #1b1812;--line: rgba(232, 200, 120, .1);--line-strong: rgba(232, 200, 120, .22);--gold-50: #fbf3dc;--gold-100: #f4e3b0;--gold-200: #e8c878;--gold-300: #d4ab52;--gold-400: #b88a36;--gold-500: #8c6622;--gold-700: #3d2c12;--gold-900: #1c140a;--teal-50: #d4ebe8;--teal-100: #a4d4d0;--teal-200: #5fb5af;--teal-300: #3d8a85;--teal-400: #266864;--teal-500: #1a4844;--teal-700: #0d3232;--teal-900: #051c1c;--ink: #f4ede0;--ink-2: #ddd2bc;--ink-3: #9a9080;--ink-4: #635a4d;--page-pad: 40px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;overflow-x:hidden;background:var(--bg);color:var(--ink);font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;letter-spacing:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.grain:after{content:"";position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.06;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>")}::selection{background:var(--gold-300);color:var(--bg)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{border:2px solid var(--bg);border-radius:10px;background:var(--gold-700)}::-webkit-scrollbar-thumb:hover{background:var(--gold-500)}a{color:inherit;text-decoration:none}button,summary{font:inherit}h1,h2,h3,p,dl,dd{margin:0}.page{position:relative;width:100%;max-width:1480px;margin:0 auto;padding:0 var(--page-pad)}.site-header{position:fixed;z-index:100;top:0;right:0;left:0;border-bottom:1px solid transparent;background:transparent;transition:background .35s ease,border-color .35s ease,backdrop-filter .35s ease}.site-header.is-scrolled{border-bottom-color:var(--line);background:#0a0907b8;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%)}.nav-inner{display:flex;height:68px;align-items:center;justify-content:space-between}.brand-lockup{display:inline-flex;align-items:center;gap:10px;line-height:1}.brand-lockup span{color:var(--ink);font-size:22px;font-weight:600;letter-spacing:-.01em}.brand-lockup.large{gap:12px;transform:scale(2.5);transform-origin:top left}.brand-lockup.large span{font-size:30px}.brand-mark{flex:0 0 auto}.brand-mark rect{fill:var(--gold-200)}.brand-mark rect:nth-child(1),.brand-mark rect:nth-child(9){opacity:1}.brand-mark rect:nth-child(2),.brand-mark rect:nth-child(8){opacity:.901}.brand-mark rect:nth-child(3),.brand-mark rect:nth-child(7){opacity:.802}.brand-mark rect:nth-child(4),.brand-mark rect:nth-child(6){opacity:.703}.brand-mark rect:nth-child(5){opacity:.631}.site-nav{display:flex;align-items:center;gap:30px}.site-nav a:not(.btn){color:var(--ink-3);font-size:13.5px;letter-spacing:.01em;transition:color .2s ease}.site-nav a:not(.btn):hover{color:var(--ink)}.nav-divider{width:1px;height:18px;background:var(--line-strong)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;max-width:100%;min-height:50px;border:1px solid transparent;border-radius:999px;padding:0 22px;font-size:14px;font-weight:500;letter-spacing:.005em;line-height:1;white-space:nowrap;transition:transform .25s cubic-bezier(.2,.7,.3,1),background .2s ease,border-color .2s ease,box-shadow .25s ease,color .2s ease}.btn path{stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(180deg,var(--gold-100),var(--gold-200) 55%,var(--gold-300));box-shadow:inset 0 1px #ffffff73,0 1px #0006,0 14px 30px -10px #e8c87859,0 0 0 1px #e8c87859;color:#1c1408}.btn-primary:hover{box-shadow:inset 0 1px #ffffff8c,0 1px #0006,0 18px 40px -10px #e8c87880,0 0 0 1px #e8c8788c}.btn-ghost{border-color:var(--teal-500);background:#1a48442e;color:var(--teal-100)}.btn-ghost:hover{border-color:var(--teal-300);background:#1a484459;color:var(--teal-50)}.btn-sm{min-height:36px;padding:0 14px;font-size:12.5px}.btn-spec{margin-left:4px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;opacity:.55}.eyebrow{display:flex;align-items:center;gap:8px;color:var(--gold-300);font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;font-weight:500;letter-spacing:.16em;line-height:1.5;text-transform:uppercase}.eyebrow strong{color:var(--gold-100);font-weight:600}.dot{display:inline-block;width:5px;height:5px;border-radius:999px;background:var(--gold-200);box-shadow:0 0 12px var(--gold-200);animation:pulseDot 2.4s ease-in-out infinite}@keyframes pulseDot{0%,to{opacity:.6;transform:scale(.85)}50%{opacity:1;transform:scale(1.05)}}.hero-section{position:relative;min-height:100vh;overflow:hidden;padding-top:68px}.hero-visualizer,.hero-vignette{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-visualizer{z-index:0;display:block;opacity:.95}.hero-vignette{z-index:1;pointer-events:none;background:radial-gradient(ellipse at 75% 35%,#0a090700,#0a090773 60%,#0a0907cc),linear-gradient(180deg,#0a090780,#0a090700 25%,#0a090700 70%,#0a090733)}.hero-content{z-index:2;display:flex;min-height:calc(100vh - 68px);align-items:center}.hero-copy{max-width:760px;padding-top:80px;padding-bottom:120px}h1,h2,h3{font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink)}h1{margin-top:28px;font-size:clamp(54px,8.4vw,124px);font-weight:700;letter-spacing:-.028em;line-height:.92}.hero-body{max-width:620px;margin-top:44px;color:var(--ink-2);font-size:clamp(18px,1.55vw,22px);font-weight:400;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:48px}.trust-strip{display:flex;flex-wrap:wrap;gap:28px;margin-top:120px}.trust-strip div{display:flex;max-width:220px;align-items:flex-start;gap:12px}.trust-strip svg{flex:0 0 auto;margin-top:2px}.trust-strip circle{stroke:var(--gold-300);stroke-width:1;opacity:.5}.trust-strip path{stroke:var(--gold-200);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.trust-strip span{display:grid;gap:2px;color:var(--ink-3);font-size:12px;line-height:1.45}.trust-strip strong{color:var(--ink);font-size:13px;font-weight:500}.hero-corners{position:absolute;z-index:3;right:40px;bottom:28px;left:40px;display:flex;justify-content:space-between;pointer-events:none;color:var(--ink-4);font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.free-stamp{position:absolute;z-index:3;top:22%;right:14%;display:grid;justify-items:end;pointer-events:none;text-align:right;transform:rotate(-6deg)}.free-stamp strong{color:var(--gold-200);font-size:128px;font-weight:800;letter-spacing:-.04em;line-height:.85;text-shadow:0 4px 40px rgba(232,200,120,.25)}.free-stamp span{margin-top:14px;color:var(--ink-3);font-family:JetBrains Mono,ui-monospace,monospace;font-size:13px;letter-spacing:.18em;line-height:1.8;text-transform:uppercase}.section{position:relative}.section>.page{padding-top:0;padding-bottom:0}.systems-section,.promise-section{padding:140px 0 100px}.workflow-section{padding:100px 0 120px}.download-section{padding:60px 0 80px}.faq-section{padding:100px 0 120px}.section-label{display:flex;align-items:center;gap:14px;margin-bottom:28px;color:var(--ink-4);font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.section-label .num{color:var(--gold-300)}.section-label .line{flex:1;height:1px;background:linear-gradient(90deg,var(--line-strong),transparent)}.section-label.teal .num{color:var(--teal-200)}.section-label.teal span:nth-child(2){color:var(--teal-100)}.section-label.teal .line{background:linear-gradient(90deg,var(--teal-500),transparent)}.systems-intro{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:end;margin-bottom:56px}h2{max-width:920px;font-size:clamp(40px,5.5vw,78px);font-weight:700;letter-spacing:-.022em;line-height:1.02}.systems-intro h2{line-height:1}.systems-intro p{max-width:480px;margin-bottom:8px;color:var(--ink-2);font-size:16px;font-weight:300;line-height:1.6}.system-card-grid,.promise-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.system-card-grid{gap:18px}.promise-card-grid{gap:28px;margin-top:64px}.system-card-grid article,.promise-card-grid article{padding:28px 26px 30px;border-radius:14px}.system-card-grid article{border:1px solid var(--line);background:linear-gradient(180deg,#e8c87806,#e8c87800)}.promise-card-grid article{border:1px solid var(--teal-500);background:linear-gradient(180deg,#1a48442e,#0d323214)}.system-card-grid span,.promise-card-grid span,.workflow-strip span,.release-note-grid span{display:block;margin-bottom:22px;color:var(--gold-300);font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.promise-card-grid span{color:var(--teal-200)}.system-card-grid h3,.promise-card-grid h3{margin-bottom:14px;font-size:26px;font-weight:600;letter-spacing:-.01em;line-height:1.12}.system-card-grid p,.promise-card-grid p{color:var(--ink-3);font-size:14px;line-height:1.6}.workflow-strip{display:grid;overflow:hidden;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:56px;border:1px solid var(--line);border-radius:14px}.workflow-strip article{display:flex;min-height:360px;flex-direction:column;padding:32px 30px 36px}.workflow-strip article+article{border-left:1px solid var(--line)}.workflow-strip h3{margin-bottom:16px;font-size:28px;font-weight:600;letter-spacing:-.01em;line-height:1.1}.workflow-strip p{max-width:360px;color:var(--ink-3);font-size:14px;line-height:1.6}.workflow-strip svg{width:100%;height:80px;margin-top:auto;padding-top:20px}.workflow-strip path,.workflow-strip line,.workflow-strip rect{fill:none;stroke:var(--gold-300);stroke-width:1;stroke-linecap:round;stroke-linejoin:round}.workflow-strip .bars rect{fill:var(--gold-200);stroke:none;opacity:.7}.workflow-strip text{fill:var(--gold-200);font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px}.workflow-strip .slider line{stroke:var(--gold-300);opacity:.25}.workflow-strip .slider circle{fill:var(--gold-200);stroke:var(--gold-100)}.workflow-strip .dashed{stroke-dasharray:3 3;opacity:.7}.download-panel{overflow:hidden;padding:56px;border:1px solid var(--gold-300);border-radius:18px;background:radial-gradient(ellipse at top right,#e8c87829,#e8c87800 60%),linear-gradient(180deg,#16120a,#0f0c08)}.download-panel>.eyebrow{margin-bottom:18px}.download-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:end}.download-grid h2{max-width:680px;font-size:clamp(38px,4.8vw,64px)}.download-grid p{max-width:540px;margin-top:18px;color:var(--ink-2);font-size:15px;line-height:1.6}.download-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.spec-grid{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px 18px;color:var(--ink-3);font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px}.spec-grid dt{color:var(--ink-4)}.spec-grid dd{min-width:0;color:var(--ink-3);overflow-wrap:anywhere}.spec-grid dd:nth-of-type(4){color:var(--ink-2)}.release-note-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:34px;border:1px solid var(--line);background:#e8c87814}.release-note-grid article{min-width:0;padding:18px;background:#0a090794}.release-note-grid span{margin-bottom:10px}.release-note-grid p{color:var(--ink-3);font-size:13.5px;line-height:1.55}.faq-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:80px}.faq-list{display:grid}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{position:relative;display:grid;cursor:pointer;grid-template-columns:minmax(0,1fr) 22px;gap:24px;align-items:center;padding:22px 0;color:var(--ink);font-size:24px;font-weight:600;letter-spacing:-.01em;line-height:1.18;list-style:none;transition:color .2s ease}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";display:inline-grid;width:22px;height:22px;place-items:center;border:1px solid var(--line-strong);border-radius:999px;color:var(--gold-200);font-size:14px;line-height:1;transition:transform .25s ease}.faq-list details[open] summary{color:var(--gold-100)}.faq-list details[open] summary:after{transform:rotate(45deg)}.faq-list p{overflow:hidden;max-width:620px;padding-bottom:22px;color:var(--ink-3);font-size:14.5px;line-height:1.6}.site-footer{overflow:hidden;padding:80px 0 32px;border-top:1px solid var(--line);background:linear-gradient(180deg,transparent,rgba(232,200,120,.025))}.footer-logo{min-height:112px;padding-bottom:56px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-top:40px;border-top:1px solid var(--line)}.footer-grid p:first-child{max-width:360px;color:var(--ink-2);font-size:13px;line-height:1.6}.footer-grid .eyebrow{margin-top:22px}.footer-grid nav{display:flex;flex-direction:column;gap:8px}.footer-grid nav strong{margin-bottom:8px;color:var(--gold-300);font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.footer-grid a{color:var(--ink-2);font-size:13.5px;line-height:1.45;transition:color .2s ease}.footer-grid a:hover{color:var(--ink)}.footer-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:48px;padding-top:24px;border-top:1px solid var(--line);color:var(--ink-4);font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.14em;line-height:1.5;text-transform:uppercase}@media(max-width:1180px){.free-stamp{right:6%;opacity:.38}.systems-intro,.download-grid,.faq-layout{grid-template-columns:1fr}.systems-intro p,.download-grid p{max-width:720px}.workflow-strip{grid-template-columns:1fr}.workflow-strip article+article{border-top:1px solid var(--line);border-left:0}.release-note-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-height:760px)and (min-width:821px){.hero-copy{padding-top:42px;padding-bottom:72px}h1{margin-top:22px;font-size:clamp(54px,7vw,88px)}.hero-body{max-width:650px;margin-top:28px;font-size:18px;line-height:1.5}.hero-actions{margin-top:30px}.trust-strip{margin-top:58px}.free-stamp strong{font-size:104px}.free-stamp span{font-size:11px}}@media(max-width:820px){:root{--page-pad: 22px}.site-nav a:not(.btn),.nav-divider{display:none}.hero-copy{padding-top:56px}.free-stamp{display:none}.trust-strip{margin-top:72px}.hero-corners{right:22px;left:22px;gap:16px;flex-direction:column}.systems-section,.promise-section,.faq-section{padding:96px 0 76px}.workflow-section{padding:82px 0 90px}.download-panel{padding:32px 22px}.release-note-grid,.footer-grid,.footer-bottom{grid-template-columns:1fr}.footer-bottom{display:grid}.brand-lockup.large{transform:scale(1.75)}}@media(max-width:560px){.nav-inner{height:64px}.brand-lockup span{font-size:20px}.btn{white-space:normal}.btn-spec{display:block;width:100%;margin-left:0}h1{margin-top:22px;font-size:clamp(50px,16vw,76px)}.hero-body{margin-top:30px;font-size:17px;line-height:1.55}.hero-actions{align-items:stretch}.hero-actions .btn,.download-actions .btn{width:100%}.trust-strip{display:grid;gap:18px}.section-label{gap:10px;font-size:10px}.section-label .line{min-width:32px}.system-card-grid,.promise-card-grid{grid-template-columns:1fr}.spec-grid{grid-template-columns:1fr;gap:4px 0}.spec-grid dd{margin-bottom:10px}.faq-list summary{font-size:20px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}
