*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#020014;--surface:#0f1332;--border:#1e1b4b;--text:#e2e8f0;--text-muted:#94a3b8;--text-dim:#64748b;--accent:#8b5cf6;--accent-2:#06b6d4;--accent-glow:#8b5cf666;--radius:12px;--font:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}.landing{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.landing h1{background:linear-gradient(90deg, var(--accent), var(--accent-2));-webkit-text-fill-color:transparent;letter-spacing:-2px;-webkit-background-clip:text;background-clip:text;margin-bottom:0;font-size:3rem;font-weight:800}.landing .tagline{color:var(--text-muted);max-width:400px;margin-bottom:2rem;font-size:1.2rem}.features{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:3rem;display:flex}.feature{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);width:180px;padding:1rem 1.5rem}.feature h3{color:var(--accent-2);margin:0 0 .5rem;font-size:.9rem}.feature p{color:var(--text-muted);margin:0;font-size:.85rem}.btn{background:linear-gradient(90deg, var(--accent), var(--accent-2));color:#fff;box-shadow:0 0 20px var(--accent-glow);cursor:pointer;border:none;border-radius:30px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:transform .2s;display:inline-block}.btn:hover{transform:scale(1.05)}.btn.disabled{opacity:.85;cursor:default}.btn.disabled:hover{transform:none}.landing .links{gap:1.5rem;margin-top:3rem;display:flex}.landing .links a{color:var(--text-dim);font-size:.85rem}.landing .links a:hover{color:var(--accent)}.legal{max-width:800px;margin:0 auto;padding:2rem;line-height:1.6}.legal h1{color:var(--accent);border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:1rem;font-size:2rem;font-weight:700}.legal h2{color:var(--accent-2);margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.legal a{color:var(--accent)}.legal a:hover{text-decoration:underline}.legal p,.legal li{margin-bottom:.75rem}.legal ul{margin-bottom:.75rem;padding-left:1.5rem}.legal strong{color:#f1f5f9}.legal .back{color:var(--text-dim);margin-bottom:1.5rem;font-size:.85rem;display:inline-block}.legal .back:hover{color:var(--accent)}
