html,body,#root{height:100%;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.splash{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(1200px 600px at 10% 20%,rgba(255,255,255,.08),transparent),linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#0f172a;padding:32px}.card{max-width:820px;width:100%;background:#ffffffd9;box-shadow:0 10px 30px #1018281f;border-radius:14px;padding:48px 36px;text-align:center}.brand{font-weight:700;letter-spacing:.6px;color:#0f172a;font-size:18px;margin-bottom:8px}h1{margin:8px 0 12px;font-size:28px}.lead{margin:0 auto 24px;color:#334155;max-width:680px}.loader{display:flex;gap:10px;justify-content:center;margin-top:14px}.loader span{width:10px;height:10px;background:#0f172a;border-radius:50%;display:inline-block;animation:bounce 1s infinite ease-in-out}.loader span:nth-child(2){animation-delay:.12s}.loader span:nth-child(3){animation-delay:.24s}@keyframes bounce{0%,80%,to{transform:translateY(0);opacity:.6}40%{transform:translateY(-12px);opacity:1}}.attribution{margin-top:20px;font-size:13px;color:#0f172a99}@media (max-width: 520px){.card{padding:28px 20px}h1{font-size:22px}}
