:root{color:#172033;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f6f8fc}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}.app-bootstrap{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 30%,#fff 0,#f6f8fc 52%,#eef2f8)}.app-bootstrap__card{width:min(100%,320px);display:grid;justify-items:center;gap:12px;padding:30px;border-radius:24px;background:#ffffffe0;box-shadow:0 20px 60px #1924401a}.app-bootstrap__mark{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;color:#fff;font-size:22px;font-weight:800;background:linear-gradient(135deg,#7c3aed,#5b21b6)}.app-bootstrap__title{font-size:18px;font-weight:750}.app-bootstrap__note{color:#7b8498;font-size:13px}.app-bootstrap__spinner{width:22px;height:22px;border:2px solid #e4defd;border-top-color:#7c3aed;border-radius:50%;animation:app-bootstrap-spin .7s linear infinite}@keyframes app-bootstrap-spin{to{transform:rotate(360deg)}}
