/* Shared login styles for the administration portal. */
*{box-sizing:border-box}.auth-card{position:relative;font:16px system-ui;max-width:440px;margin:10vh auto;padding:32px;border:1px solid #e2e6ee;border-radius:20px;background:white;color:#20263b;box-shadow:0 15px 60px #17244412}.auth-card h1{font-size:30px}.auth-card label{display:block;margin:18px 0}.auth-card input{display:block;width:100%;padding:12px;border:1px solid #ccd3df;border-radius:8px;margin-top:6px}.auth-card button{padding:12px 24px;background:#6456d9;border:0;border-radius:9px;color:white;cursor:pointer}.auth-card>a{display:block;margin-top:24px}.auth-error{color:#b32332}.eyebrow{font-size:12px;letter-spacing:.13em;color:#6658cc}.username-field{display:flex;align-items:center;border:1px solid #ccd3df;border-radius:8px;margin-top:6px;overflow:hidden}.username-field input{border:0;border-radius:0;margin:0}.username-field span{padding:12px;background:#f4f5f9;color:#545b69;white-space:nowrap}.theme-toggle{min-width:82px;border:1px solid #d8dce7!important;background:#fff!important;color:#353b4c!important;box-shadow:none!important}.auth-theme-toggle{position:absolute;right:20px;top:20px;padding:8px 11px!important;font-size:12px}.theme-host{display:inline-flex}
html[data-theme="dark"] body{background:#10131b;color:#edf0f7}html[data-theme="dark"] .auth-card{background:#1b202c;color:#edf0f7;border-color:#303747;box-shadow:0 20px 70px #0008}html[data-theme="dark"] .auth-card p{color:#aab1c0}html[data-theme="dark"] .auth-card input{background:#121722;color:#f5f7fb;border-color:#3a4253}html[data-theme="dark"] .username-field{border-color:#3a4253}html[data-theme="dark"] .username-field span{background:#272d3a;color:#c3c9d5}html[data-theme="dark"] .theme-toggle{background:#272d3a!important;color:#eef1f7!important;border-color:#41495a!important}
