*,*:before,*:after{box-sizing:border-box}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#232229;color:#fff;display:flex;align-items:center;justify-content:center;min-height:100vh;text-align:center}.redirect-screen{display:flex;flex-direction:column;align-items:center;gap:24px;padding:24px}.logo img{display:block;width:64px;height:64px;border-radius:16px}.spinner{width:36px;height:36px;border-radius:50%;border:3px solid rgba(255,255,255,.2);border-top-color:#e73936;animation:spin .8s linear infinite}.redirect-text{font-size:16px;color:#fffc}.fallback-link{color:#fff;font-size:16px;text-decoration:underline;text-underline-offset:4px;padding:8px 4px}.fallback-link[hidden]{display:none}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.spinner{animation-duration:2s}}
