:root{--bg: #0a0a0a;--bg-elevated: #111111;--bg-card: #161616;--border: #262626;--text: #fafafa;--text-muted: #a3a3a3;--accent: #ffffff;font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:var(--text);text-decoration:none}a:hover{color:var(--accent)}button{font-family:inherit;cursor:pointer}#root{width:100%;min-height:100vh}.app{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0a0a,#1a1a2e)}.container{text-align:center;padding:2rem;max-width:600px}.logo{width:180px;height:auto;margin-bottom:2rem;filter:drop-shadow(0 0 20px rgba(255,255,255,.1))}.title{font-size:2.5rem;font-weight:600;color:#fff;margin:0 0 1rem;letter-spacing:-.02em}.message{font-size:1.25rem;color:#a3a3a3;margin:0 0 .5rem}.submessage{font-size:1rem;color:#737373;margin:0 0 2rem}.loader{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:12px;height:12px;background:#fff;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.dot:nth-child(1){animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}@media(max-width:480px){.logo{width:140px}.title{font-size:2rem}.message{font-size:1.1rem}}
