:root{--bg1:#0f172a;--bg2:#1e3a8a}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;color:#fff}.splash{display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,var(--bg1),var(--bg2));padding:24px}.card{background:#ffffff0f;padding:36px;border-radius:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:center;max-width:560px}h1{font-size:2rem;margin-bottom:8px}p{opacity:.85;margin-bottom:18px}button{background:#fff;color:#0b1220;border:none;padding:10px 18px;border-radius:8px;font-weight:600;cursor:pointer}button:hover{opacity:.95}
