:root{--bg:#02050f;--bg-elev:#0a1124;--bg-elev-2:#101a35;--border:#1c2a4a;--border-strong:#2c3d65;--text:#f5f7ff;--text-muted:#9fa9c4;--text-dim:#6a7593;--accent:#818cf8;--accent-2:#a78bfa;--accent-hot:#fff;--accent-soft:#818cf847;--accent-glow:#818cf838;--accent-2-glow:#a78bfa38;--user-bubble:#4f46e5;--sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--mono:"JetBrains Mono", ui-monospace, Consolas, monospace;font:16px/1.55 var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{background:var(--bg);margin:0;padding:0}body{position:relative;overflow-x:hidden}.backdrop{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.backdrop-svg{color:#818cf847;width:100%;height:100%;position:absolute;inset:0}.pcb-trace{stroke-dasharray:100 100;stroke-dashoffset:100px;animation:4.5s ease-out forwards pcb-draw,6s ease-in-out 4.5s infinite pcb-pulse}.pcb-trace-2{animation-delay:.4s,4.9s}.pcb-trace-3{animation-delay:.8s,5.3s}.pcb-trace-4{animation-delay:1.2s,5.7s}@keyframes pcb-draw{to{stroke-dashoffset:0}}@keyframes pcb-pulse{0%,to{stroke-opacity:.55;filter:drop-shadow(0 0 1px #818cf8)}50%{stroke-opacity:1;filter:drop-shadow(0 0 6px #818cf8)}}.pcb-pad{opacity:0;animation:.4s ease-out 4.5s forwards pad-appear}.pcb-pad-b{animation-delay:4.9s}.pcb-pad-c{animation-delay:5.3s}.pcb-pad-d{animation-delay:5.7s}@keyframes pad-appear{to{opacity:1}}main,.footer{z-index:1;position:relative}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}h1,h2,h3{font-family:var(--sans);color:var(--text);letter-spacing:-.02em;margin:0;line-height:1.1}h1{letter-spacing:-.035em;font-size:clamp(2.25rem,4.5vw,3.75rem);font-weight:800}.text-accent{color:var(--accent)}.phrase-cycle-frame{height:1.1em;line-height:1.1;display:block;position:relative}.phrase-cycle-wrap{white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.phrase-cycle{white-space:nowrap;vertical-align:baseline;display:inline-block}.phrase-crossfade-in{animation:.35s cubic-bezier(.22,1,.36,1) both phrase-crossfade-in}.phrase-crossfade-out{animation:.28s cubic-bezier(.5,0,.75,0) both phrase-crossfade-out}@keyframes phrase-crossfade-in{0%{opacity:0;filter:blur(6px);transform:translateY(8px)scale(.94)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes phrase-crossfade-out{0%{opacity:1;filter:blur();transform:translateY(0)scale(1)}to{opacity:0;filter:blur(6px);transform:translateY(-8px)scale(.94)}}.phrase-typewriter-in{animation-name:phrase-typewriter-in;animation-duration:.4s;animation-fill-mode:both}.phrase-typewriter-out{animation-name:phrase-typewriter-out;animation-duration:.3s;animation-fill-mode:both}@keyframes phrase-typewriter-in{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}@keyframes phrase-typewriter-out{0%{clip-path:inset(0)}to{clip-path:inset(0 100% 0 0)}}.scatter-char{display:inline-block}.scatter-char-in{animation:.42s cubic-bezier(.22,1,.36,1) both scatter-char-in}.scatter-char-out{animation:.32s cubic-bezier(.5,0,.75,0) both scatter-char-out}@keyframes scatter-char-in{0%{opacity:0;transform:translate(var(--scatter-tx,0), var(--scatter-ty,0)) rotate(var(--scatter-rot,0)) scale(.4);filter:blur(4px)}to{opacity:1;filter:blur();transform:translate(0)rotate(0)scale(1)}}@keyframes scatter-char-out{0%{opacity:1;filter:blur();transform:translate(0)rotate(0)scale(1)}to{opacity:0;transform:translate(var(--scatter-tx,0), var(--scatter-ty,0)) rotate(var(--scatter-rot,0)) scale(.4);filter:blur(4px)}}.phrase-serif{letter-spacing:-.02em;font-family:Georgia,Times New Roman,Times,serif;font-weight:500}.phrase-serif-italic{letter-spacing:-.015em;font-family:Georgia,Times New Roman,Times,serif;font-style:italic;font-weight:500}.phrase-mono{font-family:var(--mono);letter-spacing:-.02em;font-weight:600}.phrase-thin{letter-spacing:-.02em;font-family:Helvetica Neue,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300}@media (prefers-reduced-motion:reduce){.phrase-crossfade-in,.phrase-crossfade-out,.phrase-typewriter-in,.phrase-typewriter-out,.scatter-char-in,.scatter-char-out{animation:none}}h2{letter-spacing:-.025em;font-size:clamp(1.875rem,3.5vw,2.75rem);font-weight:700}h3{font-size:1.25rem;font-weight:600}p{color:var(--text-muted);margin:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{white-space:nowrap;border-radius:.6rem;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-size:.95rem;font-weight:600;transition:transform .15s,background .15s,box-shadow .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, #c7d2fe 0%, var(--accent) 60%, #6366f1 100%);color:#0a0a1a;box-shadow:0 0 0 1px var(--accent-soft), 0 0 22px var(--accent-glow), inset 0 1px 0 #ffffff73}.btn-primary:hover{box-shadow:0 0 0 1px var(--accent), 0 0 28px #818cf8b3, 0 8px 32px #a78bfa47, inset 0 1px 0 #fff9;transform:translateY(-1px)}.btn-ghost{color:var(--text);border:1px solid var(--border-strong);background:var(--bg-elev)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.brand-mark{color:var(--text);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.brand-mark svg{width:100%;height:100%;display:block;overflow:visible}.phasor-circle{fill:none;stroke:var(--text-muted);stroke-opacity:.35;stroke-width:1px}.phasor-axis{stroke:var(--text-muted);stroke-opacity:.35;stroke-width:.9px}.phasor-real{stroke:var(--text-muted);stroke-opacity:.55;stroke-width:1.6px;stroke-linecap:round}.phasor-imag{stroke:var(--accent);stroke-width:1.8px;stroke-linecap:round}.phasor-arrow{color:var(--text);stroke:currentColor;stroke-width:2.6px;stroke-linecap:round;fill:none}.phasor-wave{stroke:var(--accent);stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;fill:none}.phasor-label-real{fill:var(--text-muted);font-family:var(--sans);font-size:8px;font-weight:500}.phasor-label-imag{fill:var(--accent);font-family:var(--sans);font-size:8px;font-weight:600}.hero{padding:clamp(1.75rem,4vw,3rem) 0 clamp(3rem,6vw,5rem);position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(900px 400px at 70% 0,#a78bfa2e,#0000 70%),radial-gradient(700px 350px at 0 100%,#818cf838,#0000 70%);position:absolute;inset:0}.hero-stack{text-align:center;flex-direction:column;align-items:center;gap:clamp(2.5rem,5vw,4rem);display:flex;position:relative}.hero-copy{max-width:44rem}.hero h1{margin-top:0}.hero-copy .hero-sub,.hero-copy .hero-features,.hero-copy .hero-cta,.hero-copy .hero-meta{margin-left:auto;margin-right:auto}.hero-copy .hero-cta,.hero-copy .hero-meta{justify-content:center}.hero-copy .hero-sub{text-align:center}.hero-mark{filter:drop-shadow(0 0 24px #818cf838)drop-shadow(0 0 40px #a78bfa24);justify-content:center;align-items:center;gap:.25rem;margin-bottom:clamp(2.75rem,6vw,4.5rem);display:flex}.hero-wordmark{letter-spacing:-.035em;color:var(--text);font-size:clamp(2.75rem,6.5vw,4.5rem);font-weight:700;line-height:1}.hero-sub{color:var(--text-muted);max-width:36rem;margin-top:1.4rem;font-size:1.15rem;line-height:1.55}.hero-features{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:42rem;margin:1.5rem auto 0;padding:0;list-style:none;display:flex}.hero-features li{font-family:var(--mono);color:var(--text);border:1px solid var(--border-strong);background:#818cf812;border-radius:999px;padding:.4rem .85rem;font-size:.82rem;font-weight:500}.hero-cta{flex-wrap:wrap;align-items:center;gap:.9rem;margin-top:2rem;display:flex}.hero-cta-prompt{color:var(--text-muted);font-size:1.05rem;font-weight:500}.hero-meta{color:var(--text-dim);font-size:.85rem;font-family:var(--mono);flex-wrap:wrap;gap:1.4rem;margin-top:2rem;display:flex}.hero-meta-item:before{content:"◆";color:var(--accent);margin-right:.5rem}.shot{border:1px solid var(--border-strong);background:var(--bg-elev);box-shadow:0 30px 80px -20px #0009, 0 0 0 1px var(--border);border-radius:14px;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.pcb-trace,.pcb-pad{animation:none}.pcb-trace{stroke-dashoffset:0}.pcb-pad{opacity:.7}}.shot-bar{background:var(--bg-elev-2);border-bottom:1px solid var(--border);align-items:center;gap:.4rem;padding:.55rem .85rem;display:flex}.shot-dot{background:var(--border-strong);border-radius:50%;width:11px;height:11px}.shot-dot:first-child{background:#ff5f57}.shot-dot:nth-child(2){background:#febc2e}.shot-dot:nth-child(3){background:#28c840}.shot-title{font-family:var(--mono);color:var(--text-dim);margin-left:.7rem;font-size:.78rem}.shot img{width:100%;height:auto;display:block}.hero-shot-wrap{width:100%;max-width:1100px;position:relative}.hero-shot-wrap:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(#818cf82e,#0000 65%);position:absolute;inset:-60px -40px}.shot-wide img{width:100%}.footer{margin-top:3rem;padding:2rem 0}.footer-inner{color:var(--text-dim);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.85rem;display:flex}.footer-inner a:hover{color:var(--accent)}@media (width<=640px){.container{padding:0 1rem}h1{font-size:clamp(1.75rem,8vw,2.5rem)}.hero-mark{gap:.15rem;margin-bottom:clamp(1.75rem,5vw,2.75rem)}.brand-mark-detailed{width:clamp(144px,42vw,192px)!important;height:clamp(48px,14vw,64px)!important}.hero-wordmark{font-size:clamp(2rem,9vw,2.75rem)}.hero{padding:clamp(1rem,3vw,1.75rem) 0 clamp(2rem,5vw,3rem)}.hero-stack{gap:clamp(1.75rem,4vw,2.5rem)}.hero-sub{margin-top:1.1rem;font-size:1rem}.hero-features{gap:.4rem;margin-top:1.1rem}.hero-features li{padding:.32rem .7rem;font-size:.75rem}.hero-cta{gap:.7rem;margin-top:1.5rem}.hero-cta-prompt{font-size:.95rem}.btn{padding:.7rem 1.2rem;font-size:.9rem}.hero-shot-wrap:after{inset:-30px -10px}.footer{margin-top:2rem;padding:1.5rem 0}.footer-inner{text-align:center;justify-content:center;gap:.4rem}}@media (width<=540px){.pcb-trace,.pcb-pad{display:none}}
