@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Manrope:wght@400;500;600&display=swap";:root{color:#0d1b2a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#f4f3ee;font-family:Manrope,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}a{color:inherit}::selection{color:#0d1b2a;background:#ffb200}.site-shell{--ink:#0d1b2a;--green:#2f9a80;--amber:#ffb200;isolation:isolate;background-color:#f4f3ee;background-image:linear-gradient(#0d1b2a09 1px,#0000 1px),linear-gradient(90deg,#0d1b2a09 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:44px 44px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;grid-template-rows:auto 1fr auto;grid-template-columns:minmax(0,1.1fr) minmax(380px,.72fr);gap:28px clamp(40px,8vw,130px);min-height:100vh;padding:34px clamp(24px,5vw,76px) 26px;display:grid;position:relative;overflow:hidden}.site-shell:after{content:"";pointer-events:none;z-index:-1;background:linear-gradient(90deg,#f4f3eee6 0,#0000 34% 72%,#f4f3eec2 100%);position:absolute;inset:0}.ambient{z-index:-1;opacity:.48;border-radius:50%;position:absolute}.ambient-one{background:radial-gradient(circle,#ffb20038,#0000 69%);width:520px;height:520px;top:-210px;right:-180px}.ambient-two{background:radial-gradient(circle,#2fa78b29,#0000 70%);width:420px;height:420px;bottom:-280px;left:20%}.site-header{grid-column:1/-1;justify-content:space-between;align-items:center;display:flex}.brand{letter-spacing:.34em;align-items:center;gap:8px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.brand-mark{width:48px;height:48px;display:block}.status-pill{letter-spacing:.12em;text-transform:uppercase;background:#ffffff4d;border:1px solid #0d1b2a26;border-radius:999px;align-items:center;gap:10px;padding:9px 14px;font:400 10px/1 DM Mono,monospace;display:inline-flex}.status-dot{background:var(--green);border-radius:50%;width:7px;height:7px;animation:2.4s ease-in-out infinite pulse;box-shadow:0 0 0 4px #2f9a801f}.hero{align-self:center;max-width:780px;padding:70px 0 50px}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#56616c;align-items:center;gap:15px;margin-bottom:32px;font:500 11px/1 DM Mono,monospace;display:flex}.eyebrow span{color:var(--green)}.eyebrow:after{content:"";background:#0d1b2a40;width:52px;height:1px}.hero h1{letter-spacing:-.055em;max-width:830px;margin:0;font-size:clamp(48px,6.1vw,92px);font-weight:500;line-height:.98}.hero h1 span{color:#0d1b2a66;display:block}.hero-copy{color:#5f6870;letter-spacing:-.015em;max-width:640px;margin:34px 0 0;font-size:clamp(16px,1.35vw,20px);line-height:1.7}.signal-card{background:#fff;border:1px solid #0d1b2a24;align-self:center;min-height:510px;padding:18px;position:relative;box-shadow:0 34px 80px #0d1b2a14}.signal-card:before,.signal-card:after{content:"";border-color:var(--amber);width:14px;height:14px;position:absolute}.signal-card:before{border-top:2px solid var(--amber);border-left:2px solid var(--amber);top:-1px;left:-1px}.signal-card:after{border-right:2px solid var(--green);border-bottom:2px solid var(--green);bottom:-1px;right:-1px}.card-topline,.card-footer{letter-spacing:.17em;color:#788084;justify-content:space-between;align-items:center;font:400 8px/1 DM Mono,monospace;display:flex}.live-label{color:var(--green);align-items:center;gap:7px;display:inline-flex}.live-label i{background:currentColor;border-radius:50%;width:5px;height:5px}.visual-stage{place-items:center;height:425px;display:grid;position:relative;overflow:hidden}.signal-mark{z-index:2;filter:drop-shadow(0 15px 25px #0d1b2a14);width:260px;height:260px;animation:5s ease-in-out infinite float;display:block;position:relative}.orbit{border:1px solid #0d1b2a1a;border-radius:50%;position:absolute}.orbit-one{width:260px;height:260px}.orbit-two{border-style:dashed;width:350px;height:350px;animation:35s linear infinite rotate}.orbit-three{border-color:#2f9a8024;width:440px;height:440px}.node{z-index:3;border-radius:50%;width:9px;height:9px;position:absolute}.node-one{background:var(--amber);top:77px;right:95px;box-shadow:0 0 0 6px #ffb2001f}.node-two{background:var(--green);bottom:85px;left:79px;box-shadow:0 0 0 6px #2f9a801f}.node-three{background:var(--ink);width:5px;height:5px;top:51%;left:32px}.card-footer{border-top:1px solid #0d1b2a1a;padding-top:15px}.site-footer{color:#7b8282;letter-spacing:.1em;text-transform:uppercase;border-top:1px solid #0d1b2a21;grid-column:1/-1;grid-template-columns:1fr auto 1fr;align-items:end;padding-top:18px;font:300 10px/1.4 DM Mono,monospace;display:grid}.site-footer p{margin:0}.site-footer a{color:var(--ink);justify-self:end;text-decoration:none}.site-footer a:hover{color:var(--green)}.signal-card{background:#f4f3ee}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes float{50%{transform:translateY(-8px)}}@keyframes pulse{50%{box-shadow:0 0 0 7px #2f9a8000}}@media (width<=900px){.site-shell{padding:24px;display:block}.hero{padding:85px 0 65px}.hero h1{font-size:clamp(45px,11vw,75px)}.signal-card{max-width:540px;min-height:460px;margin:0 auto 60px}.visual-stage{height:375px}.site-footer{margin-top:0}}@media (width<=560px){.site-shell{background-size:34px 34px;padding:20px}.brand{gap:5px;font-size:12px}.brand-mark{width:40px;height:40px}.status-pill{padding:8px 10px;font-size:8px}.hero{padding:72px 0 54px}.eyebrow{margin-bottom:24px}.hero h1{font-size:44px}.hero-copy{margin-top:26px;font-size:15px;line-height:1.65}.signal-card{min-height:390px;padding:14px}.visual-stage{height:310px}.signal-mark,.orbit-one{width:210px;height:210px}.orbit-two{width:280px;height:280px}.orbit-three{width:350px;height:350px}.node-one{top:52px;right:59px}.node-two{bottom:58px;left:54px}.site-footer{grid-template-columns:1fr auto;gap:12px}.footer-note{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
