:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#07101d;color:#eef4ff}body{min-height:100vh}.hidden{display:none!important}.screen{min-height:100vh}.center{display:grid;place-items:center;padding:24px}.auth-min-card{width:min(420px,100%);padding:34px 28px;border:1px solid #243b57;border-radius:18px;background:#0d1b2d;text-align:center;box-shadow:0 24px 70px rgba(0,0,0,.28)}.auth-min-logo{width:72px;height:72px;margin:0 auto 22px;display:grid;place-items:center;border-radius:18px;background:#557cf0;font-size:24px;font-weight:900}.auth-min-card h1{margin:0 0 10px;font-size:30px}.auth-min-card p{margin:0 0 24px;color:#8fa0b8;font-size:14px;line-height:1.5}.auth-min-button{display:block;width:100%;padding:14px 18px;border-radius:11px;background:#557cf0;color:#fff;text-decoration:none;font-weight:800}.auth-min-spinner{width:34px;height:34px;margin:0 auto 18px;border:3px solid #243b57;border-top-color:#557cf0;border-radius:50%;animation:nwspin .8s linear infinite}.auth-loading-card{padding:28px}.auth-loading-card h1{font-size:18px}.login-access-message{margin:0 0 14px;padding:10px;border-radius:9px;background:#321824;color:#f1a0ae;font-size:12px}@keyframes nwspin{to{transform:rotate(360deg)}}