*{margin:0;padding:0;box-sizing:border-box}:root{--ink: #0c0c12;--muted: #676773;--muted-2: #9b9ba6;--line: #e7e7f2;--bg: #fbfbfe;--surface: #ffffff;--indigo: #6366f1;--sky: #38bdf8;--grad: linear-gradient(100deg, var(--indigo), var(--sky));--success: #10b981;--radius: 12px;--maxw: 1180px;--pad-x: 4rem;--display: "Space Grotesk", "Inter", sans-serif;--body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--body);-webkit-font-smoothing:antialiased;color:var(--ink);background:var(--bg);min-height:100vh;overflow-x:hidden;padding-top:68px}.page{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.hp-field{position:absolute;left:-9999px;top:-9999px;height:1px;width:1px;opacity:0}.accent,.accent-text{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.accent-text{font-weight:600}.section-title{font-family:var(--display);font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:600;letter-spacing:-.02em;line-height:1.15}.topbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffc;-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.5);box-shadow:0 1px 12px #00000008}.topbar-inner{display:flex;align-items:center;justify-content:space-between;padding:.8rem var(--pad-x);max-width:var(--maxw);margin:0 auto;width:100%}.brand{font-family:var(--display);color:var(--ink);text-decoration:none;display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;transition:opacity .2s ease}.brand:hover{opacity:.8}.logo{height:32px;width:auto;display:block}.brand-name{font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--ink)}.brand-accent{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.status{display:inline-flex;align-items:center;gap:.55rem;font-size:.75rem;color:var(--muted);font-weight:500;padding:.4rem .85rem;background:#10b98114;border-radius:20px;border:1px solid rgba(16,185,129,.15)}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px #10b98133}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);overflow:hidden}.hero-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(99,102,241,.08) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 40%,transparent 100%);mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 40%,transparent 100%);pointer-events:none}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.35}.hero-orb--1{width:600px;height:600px;top:-200px;left:-200px;background:radial-gradient(circle,#6366f1 0%,transparent 70%);animation:orbFloat 12s ease-in-out infinite}.hero-orb--2{width:500px;height:500px;bottom:-150px;right:-150px;background:radial-gradient(circle,#38bdf8 0%,transparent 70%);animation:orbFloat 16s ease-in-out infinite reverse}@keyframes orbFloat{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}.hero-content{position:relative;z-index:1;width:100%;padding:5rem var(--pad-x) 6rem}.hero-inner{max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.75rem}.hero-trust{display:flex;align-items:center;gap:1rem;font-size:.78rem;color:var(--muted);font-weight:500;flex-wrap:wrap;justify-content:center}.trust-item{display:flex;align-items:center;gap:.35rem}.trust-item svg{width:14px;height:14px}.trust-sep{width:2px;height:2px;background:var(--muted-2);border-radius:50%}.vid-parallax{position:relative;height:250vh}.vid-parallax-inner{position:sticky;top:0;height:100vh;overflow:hidden}.vid-parallax-video{width:100%;height:100%;object-fit:cover;display:block}.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--indigo);background:linear-gradient(135deg,var(--indigo),var(--sky));-webkit-background-clip:text;background-clip:text;color:transparent}.headline{font-family:var(--display);font-size:clamp(2.8rem,6vw,4.8rem);font-weight:700;letter-spacing:-.04em;line-height:1.1;color:var(--ink);margin:0}.lede{font-size:1.125rem;line-height:1.75;color:var(--muted);max-width:580px;font-weight:400}.capture{margin-top:.5rem;width:100%;max-width:500px}.capture-row{display:flex;gap:.75rem;align-items:stretch;position:relative;flex-direction:column}.capture-input{width:100%;padding:1rem 1.25rem;font-size:1rem;background:var(--surface);border:2px solid var(--line);border-radius:12px;color:var(--ink);font-family:inherit;outline:none;transition:all .2s ease}.capture-input:focus{border-color:var(--indigo);box-shadow:0 0 0 4px #6366f11a}.capture-input::placeholder{color:var(--muted-2)}.capture-btn{padding:1rem 2rem;font-size:1rem;font-weight:600;background:var(--grad);color:#fff;border:none;border-radius:12px;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;transition:all .2s ease;box-shadow:0 8px 24px #6366f140;width:100%}.capture-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #6366f159}.capture-btn:active{transform:translateY(0)}.capture-btn:focus-visible{outline:2px solid var(--sky);outline-offset:2px}.capture-btn:disabled{opacity:.6;cursor:not-allowed}.capture-note{margin-top:1rem;font-size:.875rem;color:var(--muted);line-height:1.5}.capture-message{margin-top:.75rem;padding:.65rem .85rem;border-radius:var(--radius);font-size:.85rem;display:none;line-height:1.4}.capture-message.success{display:block;background:#f2fbf7;color:#047857;border:1px solid #cdebd8}.capture-message.error{display:block;background:#fdf4f4;color:#b91c1c;border:1px solid #f5d4d4}.spinner{width:16px;height:16px;animation:spin 1s linear infinite}.spinner-circle{fill:none;stroke:#fff;stroke-width:3;stroke-dasharray:50;animation:spinCircle 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spinCircle{0%,to{stroke-dashoffset:50}50%{stroke-dashoffset:0}}.how{padding:3.5rem var(--pad-x);max-width:var(--maxw);margin:0 auto;width:100%;border-top:1px solid var(--line)}.how .section-title{margin-bottom:2rem}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.5rem}.card-step{font-family:var(--display);font-size:.95rem;font-weight:700;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--grad);margin-bottom:1rem}.card h3{font-family:var(--display);font-size:1.1rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.01em}.card p{font-size:.9rem;line-height:1.6;color:var(--muted)}.loop{border-top:1px solid var(--line);padding:5rem var(--pad-x);background:linear-gradient(180deg,var(--surface) 0%,#f4f4ff 60%,var(--surface) 100%);overflow:hidden}.loop-header{text-align:center;max-width:680px;margin:0 auto 4rem}.loop-header .eyebrow,.loop-header .section-title{margin-bottom:1rem}.loop-sub{font-size:1rem;line-height:1.7;color:var(--muted)}.loop-diagram{position:relative;width:640px;height:640px;margin:0 auto 4rem}.orbit-ring{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;animation:orbitRotate 30s linear infinite;transform-origin:center}@keyframes orbitRotate{to{transform:rotate(360deg)}}.loop-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;background:var(--surface);border:1px solid var(--line);border-radius:50%;width:110px;height:110px;justify-content:center;box-shadow:0 0 0 8px #6366f10f,0 8px 32px #6366f11f}.loop-center-icon{width:36px;height:36px}.loop-center span{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.loop-node{position:absolute;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;width:195px}.loop-node--top{top:0;left:50%;transform:translate(-50%);align-items:center;text-align:center}.loop-node--right{top:50%;right:0;transform:translateY(-50%)}.loop-node--bottom{bottom:0;left:50%;transform:translate(-50%);align-items:center;text-align:center}.loop-node--left{top:50%;left:0;transform:translateY(-50%);align-items:flex-end;text-align:right}.loop-node-num{width:28px;height:28px;border-radius:50%;background:var(--grad);display:flex;align-items:center;justify-content:center;font-family:var(--display);font-size:.78rem;font-weight:700;color:#fff;flex-shrink:0}.loop-node--top .loop-node-num,.loop-node--bottom .loop-node-num{margin:0 auto}.loop-node-body{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.1rem;width:100%;box-shadow:0 4px 20px #0000000d;transition:box-shadow .2s ease,transform .2s ease}.loop-node-body:hover{box-shadow:0 8px 32px #6366f11f;transform:translateY(-2px)}.loop-node-body strong{display:block;font-family:var(--display);font-size:.88rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.3rem;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.loop-node-body p{font-size:.78rem;line-height:1.55;color:var(--muted)}.loop-signal{margin-top:.75rem;display:flex;align-items:center;gap:.5rem}.loop-signal svg{width:80px;height:22px}.loop-signal span{font-size:.68rem;color:var(--muted);white-space:nowrap}.loop-badge{margin-top:.75rem;display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;padding:.3rem .65rem;border-radius:20px}.loop-badge--green{background:#10b98114;color:#047857;border:1px solid rgba(16,185,129,.2)}.loop-badge svg{width:14px;height:14px}.loop-metrics{margin-top:.75rem;display:flex;flex-direction:column;gap:.35rem}.loop-metric{display:flex;align-items:center;gap:.4rem;font-size:.72rem}.metric-band{width:20px;height:20px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.7rem;color:#fff}.metric-band.theta{background:#8b5cf6}.metric-band.alpha{background:var(--indigo)}.metric-band.beta{background:#ef4444}.metric-label{flex:1;color:var(--muted)}.metric-val{font-weight:600;font-size:.72rem}.metric-val.up{color:#059669}.metric-val.down{color:#dc2626}.loop-outcomes{margin-top:.75rem;list-style:none;display:flex;flex-direction:column;gap:.3rem}.loop-outcomes li{font-size:.72rem;color:var(--muted);display:flex;align-items:center;gap:.4rem}.loop-outcomes li:before{content:"✓";width:16px;height:16px;border-radius:50%;background:var(--grad);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.55rem;font-weight:700;flex-shrink:0}.loop-node--left .loop-outcomes li{flex-direction:row-reverse;justify-content:flex-start}.loop-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;max-width:var(--maxw);margin:0 auto;background:var(--line)}.loop-pillar{background:var(--surface);padding:1.5rem 1.35rem;display:flex;flex-direction:column;gap:.4rem;transition:background .2s ease}.loop-pillar:hover{background:#f8f8ff}.loop-pillar-icon{width:28px;height:28px;margin-bottom:.3rem}.loop-pillar strong{font-family:var(--display);font-size:.88rem;font-weight:700;letter-spacing:-.01em}.loop-pillar p{font-size:.78rem;color:var(--muted);line-height:1.5}@media (max-width: 860px){.loop-diagram{width:100%;max-width:420px;height:auto;aspect-ratio:1}.loop-node{width:140px}.loop-node-body{padding:.75rem .85rem}.loop-pillars{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.loop-diagram{max-width:340px}.loop-node{width:115px}.loop-node-body strong{font-size:.8rem}.loop-node-body p{font-size:.72rem}.loop-signal,.loop-badge,.loop-metrics,.loop-outcomes{display:none}.loop-pillars{grid-template-columns:1fr}}.band{border-top:1px solid var(--line);background:var(--surface)}.band-inner{display:grid;grid-template-columns:1fr 1.1fr;gap:3.5rem;align-items:center;padding:3.5rem var(--pad-x);max-width:var(--maxw);margin:0 auto;width:100%}.checks{list-style:none;margin-top:1.5rem;display:grid;gap:.7rem}.checks li{font-size:.95rem;font-weight:500;display:flex;align-items:center;gap:.65rem}.checks li:before{content:"✓";width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;background:var(--grad);flex-shrink:0}.agent{border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem;background:var(--bg)}.agent blockquote{font-size:1rem;line-height:1.65;color:var(--ink);border-left:3px solid;border-image:var(--grad) 1;padding-left:1rem;margin-bottom:1rem}.agent figcaption{font-size:.85rem;color:var(--muted);line-height:1.5}.agent figcaption strong{color:var(--ink)}.uses{padding:3.5rem var(--pad-x);max-width:var(--maxw);margin:0 auto;width:100%}.uses .section-title{margin-bottom:2rem}.uses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.use{background:var(--surface);padding:1.4rem 1.3rem}.use h3{font-family:var(--display);font-size:.98rem;font-weight:600;margin-bottom:.35rem}.use p{font-size:.83rem;color:var(--muted);line-height:1.5}.closing{text-align:center;padding:3.5rem var(--pad-x) 4.5rem;max-width:760px;margin:0 auto}.closing-line{font-family:var(--display);font-size:clamp(1.25rem,2.4vw,1.7rem);font-weight:600;line-height:1.35;letter-spacing:-.01em}.closing-cta{display:inline-block;margin-top:1.5rem;padding:.85rem 1.6rem;font-size:.92rem;font-weight:600;color:#fff;background:var(--ink);border-radius:var(--radius);text-decoration:none;transition:background .15s ease}.closing-cta:hover{background:var(--indigo)}.closing-cta:focus-visible{outline:2px solid var(--indigo);outline-offset:2px}.bottombar{border-top:1px solid var(--line);background:var(--bg);font-size:.82rem;color:var(--muted)}.bottombar-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem var(--pad-x);max-width:var(--maxw);margin:0 auto;width:100%}.stats{display:flex;align-items:center;gap:1.25rem}.stat strong{color:var(--ink);font-weight:600}.dot-sep{width:2px;height:2px;border-radius:50%;background:#cfcfd6}.copy{font-size:.78rem;color:var(--muted-2)}.disclaimer{padding:.4rem var(--pad-x) 1.2rem;font-size:.68rem;line-height:1.5;color:var(--muted-2);text-align:center;max-width:var(--maxw);margin:0 auto}@media (max-width: 1024px){:root{--pad-x: 2.25rem}}@media (max-width: 860px){:root{--pad-x: 1.5rem}.hero-content{padding:4rem var(--pad-x) 5rem}.headline{font-size:clamp(2.2rem,8vw,3.5rem)}.vid-parallax{height:180vh}.status{display:none}.how-grid{grid-template-columns:1fr}.band-inner{grid-template-columns:1fr;gap:2rem}.uses-grid{grid-template-columns:1fr 1fr}.stats{flex-wrap:wrap;gap:.85rem}.dot-sep{display:none}}@media (max-width: 480px){:root{--pad-x: 1.1rem}.hero-content{padding:3.5rem var(--pad-x) 4rem}.vid-parallax{height:140vh}.uses-grid{grid-template-columns:1fr}.bottombar-inner{flex-direction:column;gap:.55rem;align-items:flex-start}}
