/* Sign-in / install / error pages – follows the light/dark theme set on <body data-theme-version> */
body.auth-page{min-height:100vh;background:#f4f7fb;color:#6e6e6e;font-family:Poppins,Roboto,system-ui,sans-serif}
body.auth-page[data-theme-version="dark"]{background:#171622;color:#9aa0ad}
.auth-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 16px}
.auth-card{width:100%;max-width:440px;background:#fff;border-radius:18px;box-shadow:0 12px 40px rgba(0,0,0,.08);overflow:hidden;border:1px solid transparent}
[data-theme-version="dark"] .auth-card{background:#212130;border-color:#2e2e42;box-shadow:0 12px 40px rgba(0,0,0,.35)}
.auth-brand{text-align:center;padding:30px 30px 6px}
.auth-body{padding:20px 34px 32px}
.auth-body h3{font-weight:700;margin-bottom:6px;color:#212130}
[data-theme-version="dark"] .auth-body h3{color:#fff}
.auth-muted{color:#8796a5;font-size:14px}
.auth-footer{text-align:center;margin-top:20px;font-size:14px}
.auth-alert{border-radius:10px;font-size:14px}
.auth-copy{margin:18px 0 0;font-size:12px;color:#8796a5;text-align:center}
.auth-theme-toggle{position:fixed;top:16px;right:16px;z-index:50}
.kdf-brand-inline{display:inline-flex;align-items:center;gap:12px}
.kdf-brand-inline .kdf-brand-name{font-size:28px;font-weight:700;letter-spacing:.5px;color:#212130}
[data-theme-version="dark"] .kdf-brand-inline .kdf-brand-name{color:#fff}
.kdf-checks li{border-bottom:1px dashed rgba(128,128,128,.25)}
.kdf-checks li:last-child{border-bottom:0}
.kdf-error-code{font-size:72px;font-weight:800;line-height:1;color:var(--primary);margin-bottom:10px}
