:root { color-scheme: light; font-family: Inter, "Segoe UI", system-ui, sans-serif; }
* { box-sizing: border-box; }
body { display: grid; min-width: 320px; min-height: 100vh; margin: 0; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 0, #fff 0, #f5f7fb 50%, #eef2f8 100%); color: #101828; }
.access-card { width: min(100%, 520px); padding: 46px; border: 1px solid #e4e9f1; border-radius: 28px; background: rgba(255,255,255,.92); box-shadow: 0 24px 80px rgba(11, 30, 62, .1); text-align: center; backdrop-filter: blur(16px); }
.access-brand-logo { display: block; width: 150px; height: 64px; margin: 0 auto 26px; object-fit: contain; }
.brand { display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 34px; }
.brand strong { font-size: 20px; letter-spacing: -.04em; }
.brand small { align-self: flex-start; margin-top: 3px; color: #7b8799; font-size: 9px; font-weight: 700; }
.brand-mark { display: grid; width: 26px; height: 26px; grid-template: repeat(2, 1fr) / repeat(2, 1fr); gap: 3px; transform: rotate(-4deg); }
.brand-mark i { border-radius: 4px; background: #175cd3; }
.brand-mark i:nth-child(2) { opacity: .7; }.brand-mark i:nth-child(3) { opacity: .45; }.brand-mark i:nth-child(4) { opacity: .2; }
.computer-icon { display: grid; width: 112px; height: 112px; margin: 0 auto 28px; place-items: center; border-radius: 32px; background: #edf4ff; color: #175cd3; }
.computer-icon svg { width: 68px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.blocked-dot { fill: #d97706; stroke: #fff; }.blocked-x { stroke: #fff; }
.check-line { stroke: #12805c; }
.computer-icon--checking { animation: breathe 1.8s ease-in-out infinite; }
.eyebrow { margin: 0 0 7px !important; color: #8491a5 !important; font-size: 10px !important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0 0 14px; font-size: clamp(28px, 5vw, 38px); line-height: 1.1; letter-spacing: -.045em; }
p { max-width: 410px; margin: 0 auto 12px; color: #667085; font-size: 14px; line-height: 1.65; }
button { width: 100%; min-height: 50px; margin-top: 22px; border: 0; border-radius: 14px; background: #0b1730; color: #fff; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease; }
button:hover { background: #162848; transform: translateY(-1px); } button:focus-visible { outline: 4px solid rgba(23,92,211,.2); }
button:disabled { cursor: wait; opacity: .7; transform: none; }
.login-card { width: min(100%, 480px); text-align: left; }
.login-card .access-brand-logo { margin-bottom: 20px; }
.login-card > .eyebrow, .login-card > h1, .login-card > p, .login-security { display: block; text-align: center; }
.login-form { display: grid; gap: 8px; margin-top: 26px; }
.login-form label { margin-top: 7px; color: #344054; font-size: 11px; font-weight: 700; }
.login-form input { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid #d9e0ea; border-radius: 12px; outline: none; background: #fff; color: #101828; font: inherit; }
.login-form input:focus { border-color: #175cd3; box-shadow: 0 0 0 4px rgba(23,92,211,.12); }
.login-form > button { margin-top: 12px; }
.password-field { position: relative; }
.password-field input { padding-right: 78px; }
.password-toggle { position: absolute; top: 50%; right: 8px; width: auto; min-height: 34px; margin: 0; padding: 0 10px; transform: translateY(-50%); border-radius: 8px; background: #edf4ff; color: #175cd3; font-size: 9px; }
.password-toggle:hover { transform: translateY(-50%); background: #dce9ff; }
.login-error { max-width: none; margin: 6px 0 0; padding: 10px 12px; border-radius: 10px; background: #fff0f1; color: #b4232c; font-size: 10px; line-height: 1.5; }
.login-security { margin-top: 18px; color: #8491a5; font-size: 9px; }
.loader { display: block; width: 24px; height: 24px; margin: 24px auto 0; border: 2px solid #dce4ef; border-top-color: #175cd3; border-radius: 50%; animation: spin .7s linear infinite; }
.close-help { display: block; margin-top: 12px; color: #8491a5; }
[hidden] { display: none !important; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes breathe { 50% { transform: scale(1.035); box-shadow: 0 0 0 10px rgba(23,92,211,.04); } }
@media (max-width: 560px) { .access-card { padding: 32px 24px; border-radius: 22px; } .computer-icon { width: 96px; height: 96px; border-radius: 27px; } }
@media (prefers-reduced-motion: reduce) { * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
