*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0a0e14;--color-bg-elevated: #111820;--color-radar-green: #3dff8a;--color-radar-green-dim: #2ab86a;--color-cyan: #4dd9f5;--color-cyan-dim: #2a9db5;--color-text: #c8d4dc;--color-text-muted: #7a8a96;--color-border: rgba(77, 217, 245, .15);--font-mono: "Consolas", "Courier New", monospace;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100dvh}#root{min-height:100dvh}a{color:inherit}.page{position:relative;min-height:100dvh;display:flex;flex-direction:column;overflow:hidden}.radar-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.radar-ring{position:absolute;top:50%;left:50%;translate:-50% -55%;border-radius:50%;border:1px solid rgba(61,255,138,.08)}.radar-ring--1{width:300px;height:300px}.radar-ring--2{width:500px;height:500px;border-color:#3dff8a0d}.radar-ring--3{width:750px;height:750px;border-color:#4dd9f50a}.radar-sweep{position:absolute;top:50%;left:50%;width:400px;height:400px;translate:-50% -55%;border-radius:50%;background:conic-gradient(from 0deg,transparent 0deg,rgba(61,255,138,.06) 40deg,transparent 80deg);animation:sweep 8s linear infinite}@keyframes sweep{to{rotate:360deg}}.content{position:relative;z-index:1;flex:1;width:100%;max-width:720px;margin:0 auto;padding:3rem 1.5rem 2rem;display:flex;flex-direction:column;gap:3rem}.hero{text-align:center;padding-top:2rem}.alpha-badge{display:inline-block;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-radar-green);border:1px solid rgba(61,255,138,.3);padding:.3rem .8rem;border-radius:2px;margin-bottom:1.5rem;background:#3dff8a0f}.hero-title{font-size:clamp(2.2rem,6vw,3.2rem);font-weight:700;letter-spacing:-.02em;color:#e8f0f4;text-shadow:0 0 40px rgba(77,217,245,.15);margin-bottom:.5rem}.hero-slogan{font-family:var(--font-mono);font-size:clamp(1rem,3vw,1.2rem);color:var(--color-radar-green);letter-spacing:.04em;margin-bottom:.75rem}.hero-subtitle{font-size:1.05rem;color:var(--color-text-muted);max-width:480px;margin:0 auto 2rem}.cta{display:flex;flex-direction:column;align-items:center;gap:.75rem}.cta-hint{font-size:.85rem;color:var(--color-text-muted)}.btn{display:inline-block;font-family:var(--font-sans);font-size:.95rem;font-weight:600;text-decoration:none;padding:.75rem 1.75rem;border-radius:4px;cursor:pointer;transition:background .2s,box-shadow .2s,border-color .2s}.btn--primary{color:var(--color-bg);background:var(--color-radar-green);border:1px solid var(--color-radar-green);box-shadow:0 0 20px #3dff8a33}.btn--primary:hover{background:var(--color-radar-green-dim);box-shadow:0 0 30px #3dff8a59}.btn--secondary{color:var(--color-cyan);background:transparent;border:1px solid var(--color-border)}.btn--secondary:hover{background:#4dd9f514;border-color:#4dd9f559;box-shadow:0 0 16px #4dd9f51a}.section{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:6px;padding:1.75rem}.section-title{font-size:1.1rem;font-weight:600;color:var(--color-cyan);letter-spacing:.02em;margin-bottom:.75rem}.section-text{color:var(--color-text-muted);font-size:.95rem;margin-bottom:1rem}.about .section-text{margin-bottom:0}.feedback-list{list-style:none;margin-bottom:1.5rem}.feedback-list li{position:relative;padding-left:1.25rem;font-size:.95rem;color:var(--color-text);margin-bottom:.4rem}.feedback-list li:before{content:"›";position:absolute;left:0;color:var(--color-radar-green);font-family:var(--font-mono)}.footer{position:relative;z-index:1;text-align:center;padding:1.5rem;font-size:.8rem;color:var(--color-text-muted);border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem .6rem}.footer-domain{font-family:var(--font-mono);color:var(--color-cyan-dim)}.footer-separator{opacity:.4}@media(max-width:480px){.content{padding:2rem 1rem 1.5rem;gap:2rem}.hero{padding-top:1rem}.section{padding:1.25rem}.radar-ring--3{width:500px;height:500px}.footer{flex-direction:column;gap:.25rem}.footer-separator{display:none}}
