:root{--theme-primary:#1e40af;--theme-primary-light:#3b82f6;--theme-primary-dark:#1e3a8a;--theme-success:#059669;--theme-warning:#d97706;--theme-error:#dc2626;--theme-bg:#fff;--theme-bg-secondary:#f9fafb;--theme-border:#e5e7eb;--theme-text:#111827;--theme-text-secondary:#6b7280;--theme-elevation-0:#fff;--theme-elevation-100:#f3f4f6}@media (prefers-color-scheme:dark){:root{--theme-bg:#0f172a;--theme-bg-secondary:#1e293b;--theme-border:#334155;--theme-text:#f1f5f9;--theme-text-secondary:#94a3b8}}.login{background:linear-gradient(135deg,var(--theme-bg)0%,var(--theme-bg-secondary)100%);justify-content:center;align-items:center;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.login.template-minimal .template-minimal__wrap{background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:12px;max-width:400px;padding:40px;box-shadow:0 4px 6px #00000012,0 10px 13px #0000000d}.login__brand{text-align:center;margin-bottom:32px}.graphic-logo{width:120px;height:auto;display:inline-block}.graphic-logo path{fill:var(--theme-primary)!important}.login__heading{color:var(--theme-text);letter-spacing:-.5px;margin:24px 0 16px;font-size:24px;font-weight:700}.login__subheading{color:var(--theme-text-secondary);margin:0 0 24px;font-size:14px;line-height:1.5}.form-field{margin-bottom:16px}.form-field__label{color:var(--theme-text);text-transform:uppercase;letter-spacing:.3px;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-field__input,.form-field input{border:1px solid var(--theme-border);background:var(--theme-bg);width:100%;color:var(--theme-text);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:14px;transition:all .2s}.form-field__input:focus,.form-field input:focus{border-color:var(--theme-primary);outline:none;box-shadow:0 0 0 3px #1e40af1a}@media (prefers-color-scheme:dark){.form-field__input,.form-field input{background:var(--theme-bg-secondary)}.form-field__input:focus,.form-field input:focus{box-shadow:0 0 0 3px #3b82f61a}}.btn{cursor:pointer;text-transform:uppercase;letter-spacing:.3px;border:none;border-radius:8px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.btn--primary,.btn--submit,button[type=submit]{background:var(--theme-primary);color:#fff;width:100%;margin-top:8px}.btn--primary:hover,.btn--submit:hover,button[type=submit]:hover{background:var(--theme-primary-dark);box-shadow:0 4px 12px #1e40af26}.btn--primary:active,.btn--submit:active,button[type=submit]:active{transform:scale(.98)}.btn--secondary{background:var(--theme-bg-secondary);color:var(--theme-text);border:1px solid var(--theme-border)}.btn--secondary:hover{background:var(--theme-border);border-color:var(--theme-text-secondary)}.login__links a,.form-field__description a,a{color:var(--theme-primary);font-weight:500;text-decoration:none;transition:color .2s}a:hover{color:var(--theme-primary-dark)}.form-field__error,.payload-toast--error,.error{color:var(--theme-error);margin-top:6px;font-size:13px}.form-field:has(>.form-field__error) .form-field__input{border-color:var(--theme-error)}.form-field:has(>.form-field__error) input{border-color:var(--theme-error)}.form-field:has(>.form-field__error) .form-field__input:focus{box-shadow:0 0 0 3px #dc26261a}.form-field:has(>.form-field__error) input:focus{box-shadow:0 0 0 3px #dc26261a}.payload-toast--success,.success{color:var(--theme-success);font-size:13px}input[type=checkbox],input[type=radio]{accent-color:var(--theme-primary);cursor:pointer;width:18px;height:18px}.loading,[aria-busy=true]{opacity:.7;pointer-events:none}.spinner{border:2px solid var(--theme-border);border-top-color:var(--theme-primary);border-radius:50%;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:640px){.login.template-minimal .template-minimal__wrap{border-radius:8px;margin:16px;padding:24px}.login__heading{font-size:20px}.graphic-logo{width:100px}.btn{padding:12px 16px;font-size:14px}}body.login{color:var(--theme-text);background-color:var(--theme-bg-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}.payload-toast{border-radius:8px;font-size:14px}.modal{border-radius:12px;box-shadow:0 20px 25px #00000026}.field-list{gap:16px}.field-list__row{background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:8px;padding:16px}.tabs{border-bottom:1px solid var(--theme-border)}.tabs__tab{color:var(--theme-text-secondary);border-bottom:2px solid #0000;margin-bottom:-1px;padding-bottom:12px;font-weight:500;transition:all .2s}.tabs__tab--active{border-bottom-color:var(--theme-primary);color:var(--theme-primary)}select{border:1px solid var(--theme-border);background:var(--theme-bg);color:var(--theme-text);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:14px;transition:all .2s}select:focus{border-color:var(--theme-primary);outline:none;box-shadow:0 0 0 3px #1e40af1a}@media (prefers-color-scheme:dark){.login{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}.login.template-minimal .template-minimal__wrap{background:var(--theme-bg);box-shadow:0 4px 6px #0000004d}.btn--secondary{background:var(--theme-bg-secondary);color:var(--theme-text);border-color:var(--theme-border)}.btn--secondary:hover{background:var(--theme-border)}select{background:var(--theme-bg-secondary)}}@media print{.login,.login.template-minimal .template-minimal__wrap{box-shadow:none;border:none}}
