:root{--bg: #07070b;--bg-soft: #11121a;--panel: #171722;--text: #f5f7fb;--muted: #adb4c5;--line: rgba(255, 255, 255, .14);--cyan: #49f2ff;--pink: #ff3ea5;--lime: #c4ff4d;--shadow: 0 24px 80px rgba(0, 0, 0, .45)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,rgba(255,62,165,.12),transparent 28rem),radial-gradient(circle at 78% 20%,rgba(73,242,255,.16),transparent 18rem),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(1280px,calc(100% - 2rem));margin:0 auto;padding:1.1rem 0}.brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--text);font-weight:800;text-decoration:none}.brand img{width:44px;height:44px;border-radius:8px;box-shadow:0 0 24px #49f2ff47}.nav{display:flex;align-items:center;gap:.35rem}.nav a{border:1px solid transparent;border-radius:8px;color:var(--muted);padding:.55rem .8rem;text-decoration:none}.nav a:hover,.nav a[aria-current=page]{border-color:var(--line);color:var(--text);background:#ffffff0f}.hero{display:grid;grid-template-columns:minmax(620px,1fr) minmax(360px,.72fr);gap:clamp(4rem,7vw,7rem);align-items:center;width:min(1280px,calc(100% - 2rem));min-height:calc(100vh - 84px);margin:0 auto;padding:2rem 0 5rem}.hero-copy{min-width:0;max-width:720px}.eyebrow{margin:0 0 .75rem;color:var(--lime);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:1rem;font-size:clamp(4.6rem,5.4vw,6.35rem);line-height:.92}h2{font-size:3.2rem;line-height:1}h3{font-size:1.1rem}.hero p{color:var(--muted);font-size:1.1rem;max-width:56ch}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:8px;padding:.72rem 1rem;font-weight:800;text-decoration:none}.button.primary{background:var(--cyan);color:#071015}.button.secondary{border:1px solid var(--line);background:#ffffff0f;color:var(--text)}.stage{position:relative;display:grid;justify-self:end;place-items:center;width:min(470px,100%);min-height:420px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:linear-gradient(rgba(73,242,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,62,165,.13) 1px,transparent 1px),#09090f;background-size:32px 32px;box-shadow:var(--shadow)}.stage:before,.stage:after{position:absolute;content:"";width:56%;height:4px;background:var(--pink);box-shadow:0 0 24px var(--pink)}.stage:before{top:18%;left:-12%;transform:rotate(-18deg)}.stage:after{right:-18%;bottom:24%;background:var(--cyan);box-shadow:0 0 24px var(--cyan);transform:rotate(21deg)}.stage img{position:relative;z-index:1;width:min(260px,62%);filter:drop-shadow(0 0 42px rgba(196,255,77,.42))}.scanline{position:absolute;inset:0;background:repeating-linear-gradient(180deg,rgba(255,255,255,.07) 0,rgba(255,255,255,.07) 1px,transparent 1px,transparent 8px);pointer-events:none}.band{width:min(1280px,calc(100% - 2rem));margin:0 auto;padding:4rem 0 5rem;border-top:1px solid var(--line)}.section-heading{max-width:720px;margin-bottom:1.6rem}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.feature-card{min-height:180px;border:1px solid var(--line);border-radius:8px;background:#ffffff0e;padding:1.25rem}.feature-card p,.legal-content p,.legal-hero p{color:var(--muted)}.legal-page{width:min(900px,calc(100% - 2rem));margin:0 auto;padding:3rem 0 5rem}.legal-hero{padding:2rem 0 2.5rem}.legal-hero h1{font-size:5rem}.legal-content{border-top:1px solid var(--line);padding-top:2rem}.legal-section{margin-top:2rem}.legal-section h2{margin-bottom:.55rem;font-size:1.35rem}.legal-content a{color:var(--cyan);text-underline-offset:.18em}.link-row{display:flex;flex-wrap:wrap;gap:.8rem}.link-row a{display:inline-flex;align-items:center;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:.7rem 1rem;color:var(--text);font-weight:800;text-decoration:none}.link-row a:hover{background:#ffffff0f}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(1280px,calc(100% - 2rem));margin:0 auto;border-top:1px solid var(--line);padding:1.5rem 0 2rem;color:var(--muted)}.site-footer a{color:var(--text);text-decoration:none}@media(max-width:760px){.site-header,.site-footer{align-items:flex-start;flex-direction:column}.nav{width:100%;overflow-x:auto}.hero{grid-template-columns:1fr;gap:2rem;min-height:auto;padding-top:1rem}h1,.legal-hero h1{font-size:3.35rem}h2{font-size:2rem}.stage{min-height:300px}.feature-grid{grid-template-columns:1fr}}@media(min-width:761px)and (max-width:1140px){.hero{grid-template-columns:1fr;gap:2.5rem;min-height:auto}.stage{justify-self:stretch;width:100%}}@media(min-width:761px)and (max-width:1020px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
