:root{--bg: #040a16;--bg-2: #050d1e;--bg-3: #030810;--surface: #080f1e;--surface-2: #0a1628;--surface-3: #0d1926;--text: #f0f6ff;--text-2: #c0d4e4;--muted: #7a9ab5;--muted-2: #4a6a80;--muted-3: #3e5e74;--line: rgba(255, 255, 255, .06);--line-2: rgba(255, 255, 255, .1);--teal: #00e5c0;--blue: #4ad8f8;--violet: #a78bfa;--amber: #f59e0b;--coral: #ff7474;--green: #47d16c;--shadow: 0 24px 80px rgba(0, 0, 0, .58);--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", Consolas, "SFMono-Regular", ui-monospace, monospace}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.5;scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body::selection{background:#00e5c03d}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img,svg,video{display:block;max-width:100%}.site-shell{min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 50% -10%,rgba(0,229,192,.08),transparent 34rem),var(--bg)}.container{width:min(100% - 48px,1152px);margin:0 auto}.nav{position:fixed;inset:0 0 auto;z-index:50;height:64px;background:#040a16d9;border-bottom:1px solid rgba(0,229,192,.1);backdrop-filter:blur(14px)}.nav-inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-weight:700;font-size:.92rem}.brand span span{color:var(--teal)}.brand-mark{width:28px;height:28px;border:1px solid var(--teal);border-radius:5px;background:#00e5c01f;display:grid;grid-template-columns:repeat(2,5px);grid-template-rows:repeat(2,5px);place-content:center;gap:3px}.brand-mark i{border-radius:1px;background:var(--teal)}.brand-mark i:nth-child(2),.brand-mark i:nth-child(3){opacity:.55}.brand-mark i:nth-child(4){opacity:.25}.nav-links,.nav-actions{display:flex;align-items:center;gap:28px}.nav-links a,.nav-actions .link{color:var(--muted);font-size:.9rem;transition:color .16s ease}.nav-links a:hover,.nav-actions .link:hover{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 22px;border-radius:8px;border:1px solid transparent;font-weight:750;font-size:.95rem;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease,opacity .16s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--teal);color:var(--bg);box-shadow:0 0 0 1px #00e5c01f,0 16px 36px #00e5c01f}.btn-secondary{background:#00e5c014;color:var(--teal);border-color:#00e5c04d}.btn-secondary:hover{background:#00e5c024}.btn-small{min-height:34px;padding:0 16px;border-radius:6px;font-size:.86rem}.hero{position:relative;padding:152px 0 112px;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-2) 100%);overflow:hidden}.grid-bg:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(0,229,192,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,229,192,.045) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(80% 60% at 50% 0%,black 35%,transparent 100%)}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;gap:64px}.hero-inner>*{min-width:0}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 24px;padding:5px 14px;border:1px solid rgba(0,229,192,.25);border-radius:999px;background:#00e5c014;color:var(--teal);font-size:.76rem;letter-spacing:.08em;font-weight:700;text-transform:uppercase}.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--teal);box-shadow:0 0 18px #00e5c0cc}h1,h2,h3,p{margin-top:0}.hero h1{max-width:560px;margin-bottom:22px;color:var(--text);font-size:clamp(2.35rem,5vw,3.35rem);line-height:1.12;letter-spacing:0}.accent{color:var(--teal)}.danger{color:var(--coral)}.dim{color:var(--muted)}.hero-copy{max-width:535px;margin-bottom:30px;color:var(--muted);font-size:1.08rem;line-height:1.72}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.trust-row{display:flex;flex-wrap:wrap;gap:10px 16px;color:var(--muted-2);font-size:.8rem}.trust-row span{display:inline-flex;align-items:center;gap:6px}.trust-row span:before{content:"";width:4px;height:4px;border-radius:50%;background:#00e5c09e}.hero-note{margin-top:24px;padding:14px 16px;max-width:500px;border:1px solid rgba(255,255,255,.06);border-left-color:#00e5c06b;border-radius:8px;background:#080f1eb3;color:var(--muted);font-size:.88rem}.desktop-visual{position:relative;width:100%;max-width:100%;min-width:0;min-height:360px}.desktop-frame{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;border:1px solid rgba(0,229,192,.16);border-radius:12px;background:radial-gradient(circle at 35% 45%,rgba(0,90,130,.18),transparent 48%),linear-gradient(135deg,#060e1e,#0a1628);box-shadow:var(--shadow),0 0 0 1px #00e5c00f}.desktop-frame:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,229,192,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,229,192,.035) 1px,transparent 1px);background-size:32px 32px}.codex-preview{border-color:#00e5c02e;background:radial-gradient(circle at 72% 54%,rgba(0,229,192,.08),transparent 20rem),linear-gradient(135deg,#101717,#111415 50%,#151819)}.codex-preview:before{z-index:0;background-image:linear-gradient(rgba(0,229,192,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,229,192,.025) 1px,transparent 1px);background-size:34px 34px;opacity:.65}.codex-titlebar{position:absolute;inset:0 0 auto;z-index:5;height:30px;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:16px;padding:0 10px;background:#152220;border-bottom:1px solid rgba(255,255,255,.06);color:#cfdad894;font-size:.58rem;font-weight:650}.codex-window-actions,.codex-controls,.codex-menu,.codex-composer-tools,.codex-panel-tabs{display:flex;align-items:center}.codex-window-actions{gap:8px}.codex-window-actions span{width:9px;height:9px;border:1px solid rgba(207,218,216,.36);border-radius:2px}.codex-menu{gap:16px}.codex-controls{gap:10px}.codex-controls span{width:10px;height:2px;border-radius:2px;background:#cfdad86b}.codex-controls span:nth-child(2){height:9px;background:transparent;border:1px solid rgba(207,218,216,.36)}.codex-controls span:nth-child(3){position:relative;width:10px;height:10px;background:transparent}.codex-controls span:nth-child(3):before,.codex-controls span:nth-child(3):after{content:"";position:absolute;left:4px;top:-1px;width:1px;height:12px;background:#cfdad86b;transform:rotate(45deg)}.codex-controls span:nth-child(3):after{transform:rotate(-45deg)}.codex-shell{position:absolute;inset:30px 0 0;z-index:2;display:grid;grid-template-columns:minmax(132px,.26fr) 1fr minmax(112px,.23fr);min-height:0;background:#101414eb}.codex-sidebar,.codex-main,.codex-tools{min-width:0;min-height:0}.codex-sidebar{padding:12px 9px;background:#122220db;border-right:1px solid rgba(255,255,255,.06);color:#e0e8e7b8;font-size:.56rem}.codex-side-action,.codex-project{display:flex;align-items:center;gap:7px;min-height:18px}.codex-side-action span,.codex-project span,.codex-tool-card span{width:9px;height:9px;border:1px solid rgba(0,229,192,.4);border-radius:3px;background:#00e5c014}.codex-side-action.active{color:#eef8f6}.codex-side-label{margin:14px 0 7px;color:#e0e8e75c;font-size:.52rem}.codex-thread{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;min-height:18px;color:#e0e8e7b3}.codex-thread strong{overflow:hidden;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.codex-thread span,.codex-project.muted{color:#e0e8e757}.codex-main{position:relative;background:#141515;border-right:1px solid rgba(255,255,255,.055)}.codex-panel-tabs{height:28px;gap:8px;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.055);color:#e0e8e76b;font-size:.54rem}.codex-panel-tabs span{max-width:122px;overflow:hidden;padding:4px 8px;border-radius:6px;text-overflow:ellipsis;white-space:nowrap}.codex-panel-tabs .active{background:#ffffff0b;color:#f4f5f6c7}.codex-center{position:absolute;inset:28px 18px 12px;display:grid;align-content:center;justify-items:center;gap:24px;padding-bottom:24px}.codex-center h3{margin:0;color:#f4f5f6eb;font-size:clamp(.9rem,2.2vw,1.28rem);font-weight:760;letter-spacing:0}.codex-composer{width:min(82%,380px);min-height:70px;display:grid;align-content:space-between;padding:12px;border:1px solid rgba(255,255,255,.055);border-radius:10px;background:#2a2b2b;color:#f4f5f657;font-size:.58rem;box-shadow:0 18px 48px #00000047}.codex-composer-tools{justify-content:space-between;gap:12px;color:#f4f5f69e;font-size:.54rem}.codex-tools{display:grid;align-content:center;gap:10px;padding:14px;background:#151616}.codex-tool-card{display:grid;justify-items:center;gap:5px;min-height:70px;padding:10px 8px;border:1px solid rgba(255,255,255,.035);border-radius:8px;background:#00000038;color:#f4f5f6b8;text-align:center;font-size:.54rem}.codex-tool-card strong{font-size:.58rem}.codex-tool-card small{color:#f4f5f661;font-size:.5rem}.desktop-top,.taskbar{position:absolute;left:0;right:0;z-index:4;height:28px;display:flex;align-items:center;padding:0 10px;background:#060e1cf2;border-color:#ffffff0f}.desktop-top{top:0;border-bottom:1px solid rgba(255,255,255,.06);justify-content:flex-end;color:#78a0b473;font-family:var(--font-mono);font-size:.55rem}.taskbar{bottom:0;border-top:1px solid rgba(255,255,255,.06);justify-content:space-between}.taskbar-left,.taskbar-right{display:flex;align-items:center;gap:8px}.win-logo,.task-dot,.tray-chip{width:16px;height:16px;border-radius:3px;background:#1a3050}.task-dot{width:14px;height:14px;background:#1a2a3a;border:1px solid rgba(255,255,255,.1)}.tray-chip{display:grid;place-items:center;background:#00e5c01a;border:1px solid rgba(0,229,192,.4)}.clock{color:#78a0b499;font-family:var(--font-mono);font-size:.55rem}.code-window{position:absolute;inset:34px 170px 36px 12px;z-index:3;overflow:hidden;border:1px solid rgba(255,255,255,.06);border-radius:7px;background:var(--surface-3)}.code-title{height:24px;display:flex;align-items:center;gap:6px;padding:0 9px;background:#0a1420;border-bottom:1px solid rgba(255,255,255,.06);color:#648ca085;font-family:var(--font-mono);font-size:.58rem}.window-dot{width:7px;height:7px;border-radius:50%}.window-dot.red{background:#ff5f56}.window-dot.yellow{background:#ffbd2e}.window-dot.green{background:#27c93f}.code-lines{display:grid;grid-template-columns:22px 1fr;gap:10px;padding:12px 14px;font-family:var(--font-mono);font-size:.56rem}.line-numbers{color:#506e8280;line-height:14px;text-align:right}.bars{padding-top:1px}.bar-line{height:2px;margin-bottom:7px;border-radius:2px;background:#1e4a6a}.bar-line:nth-child(1),.bar-line:nth-child(4),.bar-line:nth-child(9){background:#4a7a3a}.bar-line:nth-child(6){background:#4a3a6a}.bar-line:nth-child(11){background:#6a4a1e}.hud{position:absolute;right:18px;bottom:48px;z-index:8;min-width:152px;padding:9px 10px 8px;border:1px solid var(--teal);border-radius:7px;background:#040c18f5;box-shadow:0 0 18px #00e5c057,0 8px 20px #0009;font-family:var(--font-mono)}.hud-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:6px;border-bottom:1px solid rgba(0,229,192,.15);color:var(--teal);font-size:.58rem;letter-spacing:.06em;text-transform:uppercase}.hud-title{display:inline-flex;align-items:center;gap:5px}.hud-title:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--teal)}.hud-version{color:#00e5c073}.hud-meters{display:grid;gap:6px;padding:8px 0 7px}.meter{display:grid;grid-template-columns:22px 1fr 32px;align-items:center;gap:8px;color:#96b4c8bd;font-size:.58rem}.meter-track{height:4px;overflow:hidden;border-radius:4px;background:#ffffff14}.meter-fill{height:100%;border-radius:inherit;background:var(--teal)}.meter:nth-child(2) .meter-fill{background:var(--blue)}.meter:nth-child(3) .meter-fill{background:var(--violet)}.meter strong{color:var(--teal);text-align:right}.meter:nth-child(2) strong{color:var(--blue)}.meter:nth-child(3) strong{color:var(--violet)}.hud-foot{padding-top:6px;border-top:1px solid rgba(0,229,192,.12);color:#648ca0a3;font-size:.53rem}.mini-osd{position:absolute;left:8%;bottom:-18px;z-index:9;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid rgba(255,255,255,.55);border-radius:4px;background:#ffffffeb;color:#05070a;font-family:"Segoe UI",var(--font-sans);font-size:.78rem;font-weight:700;box-shadow:0 8px 26px #00000059}.drain-square{width:8px;height:8px;background:var(--green)}section{position:relative;padding:96px 0}.section-dark{background:var(--bg)}.section-deep{background:var(--bg-2)}.section-kicker{margin-bottom:14px;color:var(--teal);font-size:.78rem;letter-spacing:.12em;font-weight:800;text-transform:uppercase}.section-head{max-width:660px;margin-bottom:44px}.section-head.center{margin-left:auto;margin-right:auto;text-align:center}.section-head h2,.split-copy h2,.final-cta h2{margin-bottom:16px;color:var(--text);font-size:clamp(1.75rem,4vw,2.6rem);line-height:1.18;letter-spacing:0}.section-head p,.split-copy p,.final-cta p{color:var(--muted);font-size:1rem;line-height:1.72}.problem-grid,.feature-grid,.trust-grid,.demo-grid,.comparison-grid,.pricing-grid{display:grid;gap:18px}.problem-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card{position:relative;overflow:hidden;padding:24px;border:1px solid var(--line);border-top-color:#00e5c02e;border-radius:10px;background:var(--surface)}.card:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,229,192,.3),transparent);opacity:0;transition:opacity .16s ease}.card:hover:after{opacity:1}.icon{width:36px;height:36px;margin-bottom:16px;display:grid;place-items:center;border-radius:8px;background:#00e5c014;color:var(--teal)}.icon.warning{color:var(--coral);background:#ff74741a}.card h3{margin-bottom:9px;color:#d0dde8;font-size:1rem}.card p{margin-bottom:0;color:var(--muted-3);font-size:.9rem;line-height:1.66}.split{display:grid;grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);align-items:center;gap:64px}.solution-visual{min-height:350px;display:grid;place-items:center}.hud-stack{position:relative;width:min(100%,520px);min-height:320px}.large-hud{position:absolute;top:34px;left:10px;width:290px;padding:18px;border:1px solid rgba(0,229,192,.45);border-radius:10px;background:#040c18f0;box-shadow:0 0 30px #00e5c033}.large-hud .hud-head{font-size:.72rem}.large-hud .meter{grid-template-columns:32px 1fr 42px;font-size:.75rem}.tray-menu{position:absolute;right:10px;bottom:12px;width:260px;border:1px solid var(--line-2);border-radius:9px;background:#f6f8fb;color:#1f2933;box-shadow:0 22px 70px #0000006b;font-size:.88rem}.tray-menu h3{margin:0;padding:14px 16px;border-bottom:1px solid #dce3ea;color:#111827;font-size:1rem}.tray-menu p{margin:0;padding:11px 16px;border-bottom:1px solid #e8edf2;color:#2d3748}.tray-menu .status{margin:12px 16px 16px;padding:10px 12px;border-radius:7px;background:#ebf9f5;color:#176b59;font-weight:700}.check-list{display:grid;gap:12px;margin-top:24px}.check-list div{display:flex;gap:12px;align-items:flex-start;color:var(--muted);font-size:.94rem}.check-list div:before{content:"";width:18px;height:18px;flex:0 0 18px;margin-top:2px;border-radius:50%;background:linear-gradient(135deg,transparent 45%,var(--teal) 45% 58%,transparent 58%),#00e5c01f;border:1px solid rgba(0,229,192,.3)}.feature-grid,.demo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.demo-card{min-height:250px;display:flex;flex-direction:column}.media-placeholder{position:relative;min-height:132px;margin-bottom:18px;border:1px dashed rgba(0,229,192,.22);border-radius:8px;background:linear-gradient(135deg,#00e5c00d,#4ad8f808),#060f20;display:grid;place-items:center;color:#7a9ab5bf;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.media-placeholder:before{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.04);border-radius:5px}.quote-line{margin:34px auto 0;max-width:760px;color:var(--text-2);text-align:center;font-size:1.18rem;font-weight:700}.comparison-grid{grid-template-columns:1.1fr .9fr;align-items:stretch}.comparison-list{display:grid;gap:12px}.comparison-row{display:grid;grid-template-columns:155px 1fr;gap:16px;padding:15px 16px;border:1px solid var(--line);border-radius:8px;background:#080f1ea6}.comparison-row strong{color:var(--text-2)}.comparison-row span{color:var(--muted)}.simple-panel{padding:28px;border:1px solid rgba(0,229,192,.22);border-radius:12px;background:radial-gradient(circle at 100% 0%,rgba(0,229,192,.12),transparent 16rem),var(--surface);box-shadow:0 22px 70px #00000047}.simple-panel h3{margin-bottom:14px;font-size:1.35rem}.simple-panel p{color:var(--muted);line-height:1.7}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.price-card{display:flex;flex-direction:column;min-height:100%}.price-card.featured{border-color:#00e5c07a;box-shadow:0 0 0 1px #00e5c014,0 30px 90px #00e5c014}.plan-label{color:var(--teal);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.price{margin:12px 0 8px;color:var(--text);font-size:2.1rem;font-weight:800}.price span{color:var(--muted-2);font-size:.9rem;font-weight:600}.plan-copy{color:var(--muted);min-height:56px}.feature-list{display:grid;gap:0;margin:18px 0 24px;padding:0;list-style:none}.feature-list li{display:flex;align-items:center;gap:11px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.045);color:#8aacbf;font-size:.92rem}.feature-list li:before{content:"";width:17px;height:17px;border-radius:50%;background:linear-gradient(135deg,transparent 45%,var(--teal) 45% 58%,transparent 58%),#00e5c01a;flex:0 0 17px}.feature-list .muted{color:#3c5568}.feature-list .muted:before{opacity:.18}.price-card .btn{margin-top:auto;width:100%}.trust-layout{display:grid;grid-template-columns:330px 1fr;gap:54px;align-items:start}.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-card{display:grid;grid-template-columns:36px 1fr;gap:14px;padding:20px}.trust-card .icon{margin:0;width:34px;height:34px}.trust-card h3{margin-bottom:5px;font-size:.92rem}.faq{max-width:780px;margin:0 auto}.faq details{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:18px;padding:20px 0;color:var(--text-2);font-weight:700}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--teal);font-size:1.2rem}.faq details[open] summary:after{content:"-"}.faq p{margin:0 0 20px;color:var(--muted);line-height:1.7}.final-cta{position:relative;overflow:hidden;padding:102px 0;background:linear-gradient(180deg,var(--bg-2),var(--bg));text-align:center}.final-cta .container{position:relative;z-index:2;max-width:720px}.final-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:32px}.microcopy{margin-top:20px;color:#2a4a5c;font-size:.84rem}.footer{padding:38px 0;border-top:1px solid rgba(255,255,255,.05);background:var(--bg-3)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;color:#2a3e50;font-size:.84rem}.footer-links{display:flex;gap:20px}.footer a:hover{color:var(--muted)}.page{padding:128px 0 80px;background:var(--bg)}.page .content{width:min(100% - 48px,820px);margin:0 auto}.page h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:16px}.page h2{margin-top:42px;margin-bottom:12px;color:var(--text-2);font-size:1.35rem}.page p,.page li{color:var(--muted);line-height:1.75}.page ul,.page ol{padding-left:20px}.page code{padding:2px 6px;border:1px solid rgba(0,229,192,.14);border-radius:5px;background:#00e5c00f;color:var(--text-2);font-family:var(--font-mono);font-size:.9em}.page pre{overflow-x:auto;margin:14px 0 22px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);color:var(--text-2)}.page pre code{padding:0;border:0;background:transparent;color:inherit}.guide-content h2{scroll-margin-top:88px}.guide-callout{display:grid;gap:10px;margin:28px 0 34px;padding:18px;border:1px solid rgba(0,229,192,.22);border-radius:8px;background:#080f1ec2}.guide-callout strong{color:var(--text-2)}.guide-callout code{width:max-content;padding:8px 10px;color:var(--bg);background:var(--teal);border-color:transparent;font-size:1rem;font-weight:800}.guide-callout .callout-image{width:100%;max-width:764px;height:auto;justify-self:center;overflow:hidden;border:1px solid rgba(0,229,192,.18);border-radius:8px;background:var(--surface-2);box-shadow:0 18px 46px #00000047}.guide-callout span{color:var(--muted);line-height:1.65}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.waitlist-shell{background:radial-gradient(circle at 72% 10%,rgba(74,216,248,.08),transparent 28rem),radial-gradient(circle at 20% 12%,rgba(0,229,192,.08),transparent 24rem),var(--bg)}.waitlist-hero{position:relative;min-height:100vh;display:grid;align-items:center;padding:126px 0 86px;overflow:hidden;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-2) 100%)}.waitlist-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);gap:72px;align-items:center}.waitlist-copy h1{margin-bottom:8px;color:var(--text);font-size:clamp(3.4rem,8vw,5.8rem);line-height:.98;letter-spacing:0}.tagline{margin-bottom:22px;color:var(--teal);font-size:clamp(1.25rem,3vw,1.68rem);font-weight:800;letter-spacing:0}.waitlist-form{width:min(100%,560px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin:30px 0 12px;padding:6px;border:1px solid rgba(0,229,192,.22);border-radius:10px;background:#080f1ed1;box-shadow:0 20px 70px #00000038}.waitlist-form.centered{margin-left:auto;margin-right:auto}.waitlist-form input[type=email]{width:100%;min-width:0;min-height:46px;border:0;outline:0;border-radius:7px;background:transparent;color:var(--text);padding:0 14px}.waitlist-form input[type=email]::placeholder{color:var(--muted-2)}.waitlist-form input[type=email]:focus{box-shadow:inset 0 0 0 1px #00e5c052;background:#00e5c009}.waitlist-form .btn{min-height:46px;white-space:nowrap}.waitlist-form .btn:disabled{cursor:wait;opacity:.68;transform:none}.website-field{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.form-status{min-height:24px;margin:0 0 22px;color:var(--muted);font-size:.9rem}.form-status.success{color:var(--teal)}.form-status.error{color:var(--coral)}.waitlist-product{position:relative;min-width:0}.waitlist-code{inset:38px 182px 42px 18px}.waitlist-hud{right:26px;bottom:58px;min-width:178px;transform:scale(1.05);transform-origin:bottom right}.tiny-brand{width:12px!important;height:12px!important;grid-template-columns:repeat(2,3px)!important;grid-template-rows:repeat(2,3px)!important;gap:1px!important;border:0!important;background:transparent!important}.waitlist-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.waitlist-points .card{min-height:210px}.waitlist-cta{padding-top:92px;padding-bottom:92px}.waitlist-cta h2{max-width:720px;margin-left:auto;margin-right:auto}@media(max-width:1020px){.hero-inner,.split,.comparison-grid,.trust-layout,.waitlist-hero-inner{grid-template-columns:1fr}.hero-inner{gap:52px}.desktop-visual{min-height:0}.feature-grid,.demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.problem-grid{grid-template-columns:1fr}.trust-layout{gap:34px}.waitlist-hero-inner{gap:48px}.codex-shell{grid-template-columns:minmax(118px,.3fr) 1fr}.codex-tools{display:none}.waitlist-points{grid-template-columns:1fr}}@media(max-width:760px){.container{width:min(100% - 32px,1152px)}.nav-links,.nav-actions{display:none}.hero{padding:126px 0 76px}.waitlist-hero{min-height:auto;padding:116px 0 70px}.hero h1{max-width:100%;font-size:2.05rem;overflow-wrap:normal}.hero-copy,.hero-note{max-width:100%}section{padding:68px 0}.hero-actions,.final-actions{flex-direction:column;align-items:stretch}.waitlist-copy h1{font-size:3.25rem}.waitlist-form{grid-template-columns:1fr;padding:8px}.btn{width:100%}.desktop-frame{aspect-ratio:1 / .84}.codex-titlebar{grid-template-columns:auto 1fr auto;gap:10px;height:28px}.codex-menu{display:none}.codex-shell{inset:28px 0 0;grid-template-columns:86px 1fr}.codex-sidebar{padding:9px 7px;font-size:.48rem}.codex-side-action,.codex-thread,.codex-project{min-height:16px}.codex-side-action span,.codex-project span{width:7px;height:7px}.codex-thread{grid-template-columns:1fr;gap:0}.codex-thread span,.codex-side-label,.codex-project.muted{display:none}.codex-panel-tabs{height:24px;padding:0 8px;font-size:.48rem}.codex-panel-tabs span:not(.active){display:none}.codex-center{inset:24px 10px 8px;gap:14px;padding-bottom:18px}.codex-center h3{font-size:.9rem;text-align:center}.codex-composer{width:min(92%,230px);min-height:56px;padding:9px;border-radius:8px;font-size:.5rem}.codex-composer-tools{font-size:.46rem}.code-window{inset:34px 92px 36px 10px}.hud{right:10px;bottom:44px;min-width:130px;transform:scale(.86);transform-origin:bottom right}.waitlist-code{inset:34px 96px 36px 10px}.waitlist-hud{right:8px;bottom:42px;min-width:142px;transform:scale(.84)}.mini-osd{left:10px;bottom:-12px}.feature-grid,.demo-grid,.pricing-grid,.trust-grid{grid-template-columns:1fr}.comparison-row{grid-template-columns:1fr;gap:6px}.footer-inner{flex-direction:column;text-align:center}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
