:root{color-scheme:light;color:#111827;background:#f8fafc;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body,html,#root{min-height:100%;margin:0;background:radial-gradient(circle at top,#eef2ff,#f8fafc)}.app-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{width:min(520px,100%);padding:32px;border-radius:24px;background:#fff;box-shadow:0 24px 80px #0f172a14;text-align:center}h1{margin:0 0 16px;font-size:clamp(2rem,2.5vw,2.75rem)}p{margin:0 0 24px;line-height:1.7;color:#475569}.links{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.links a{display:inline-flex;align-items:center;justify-content:center;min-width:140px;padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:600;color:#fff;background:#475569;transition:transform .2s ease,filter .2s ease}.links a:hover{transform:translateY(-1px);filter:brightness(1.05)}.links a:first-of-type{background:#111827}.links a:last-of-type{background:#0a66c2}
