:root{--bg: #090b14;--bg-soft: #101627;--text: #f3f6ff;--muted: #a9b2cc;--line: rgba(162, 180, 255, .2);--accent: #8aa0ff;--accent-2: #5ef1d6;--radius: 16px;--shadow: 0 20px 60px rgba(5, 8, 20, .45)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh}body{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at 10% 20%,rgba(110,136,255,.26),transparent 35%),radial-gradient(circle at 90% 30%,rgba(94,241,214,.17),transparent 33%),var(--bg);display:flex;flex-direction:column}a{color:inherit;text-decoration:none}.coming-soon-shell{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;width:100%;padding:40px 20px;position:relative;overflow:hidden}.coming-soon-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:600px;margin:0 auto;position:relative;z-index:2}.stars-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-image:radial-gradient(2px 2px at 20px 30px,#eee,#0000),radial-gradient(2px 2px at 60px 70px,#fff,#0000),radial-gradient(1px 1px at 50px 50px,#ddd,#0000);background-repeat:repeat;background-size:200px 200px;opacity:.1;pointer-events:none;z-index:1}.brand-mark-large{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#0a1020;font-weight:900;font-size:3.5rem;display:grid;place-content:center;margin-bottom:24px;box-shadow:0 20px 60px #8aa0ff4d}h1{font-size:clamp(2.2rem,6vw,3.5rem);line-height:1.1;margin:0 0 12px;letter-spacing:-1px}.subtitle{font-size:1.1rem;color:var(--muted);margin:0 0 24px;line-height:1.5}.divider{width:60px;height:3px;background:linear-gradient(90deg,transparent,var(--accent-2),transparent);margin:24px 0 28px;border-radius:999px}.features-preview{display:flex;flex-direction:column;gap:14px;margin:28px 0 32px}.feature-item{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:.95rem}.dot{width:8px;height:8px;border-radius:50%;background:var(--accent-2);flex-shrink:0}@media (max-width: 640px){.coming-soon-shell{padding:30px 16px}.brand-mark-large{width:64px;height:64px;font-size:2.5rem}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
