@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap";*{box-sizing:border-box}.coming-container{height:100vh;width:100vw;background:linear-gradient(135deg,#020617,#020617,#0f172a);display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;color:#f8fafc;text-align:center;padding:20px}.content{max-width:700px;animation:fadeIn 1.2s ease-in-out}.brand{font-size:3.5rem;font-weight:700;letter-spacing:1px;margin-bottom:.5rem;color:#38bdf8}.tagline{font-size:1.4rem;font-weight:500;color:#cbd5f5;margin-bottom:2rem}.description{font-size:1rem;line-height:1.7;margin-bottom:1rem;color:#e5e7eb}.description.muted{color:#94a3b8}.badge{display:inline-block;margin-top:2rem;padding:10px 26px;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#22c55e);color:#020617;font-weight:600;letter-spacing:.8px;text-transform:uppercase;font-size:.85rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.brand{font-size:2.6rem}.tagline{font-size:1.1rem}.description{font-size:.95rem}}
