@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f8fafc;background-color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:inherit;text-decoration:inherit}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}:root{--primary: #6366f1;--text: #f8fafc;--text-muted: #94a3b8;--bg-dark: #0f172a;--gradient: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #22d3ee 100%)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-dark);color:var(--text);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.hero{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.hero-content{text-align:center}.hero h1{font-size:4.5rem;font-weight:800;letter-spacing:-.02em;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:1.5rem;font-weight:300;color:var(--text-muted);letter-spacing:.2em;text-transform:uppercase;margin-top:.25rem}.divider{width:60px;height:2px;background:var(--gradient);margin:2.5rem auto}.coming-soon{font-size:1rem;color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase}.footer{padding:2rem;text-align:center;border-top:1px solid rgba(255,255,255,.05)}.footer p{color:var(--text-muted);font-size:.875rem}@media(max-width:768px){.hero h1{font-size:3rem}.tagline{font-size:1.125rem}}
