:root{--bg:#f5f6fa;--bg-elevated:#fff;--surface:#fff;--surface-alt:#f1f2f8;--surface-hover:#eaedf7;--border:#e4e6f0;--border-strong:#d2d5e3;--text-primary:#12131c;--text-secondary:#585d72;--text-muted:#8b90a3;--text-inverse:#fff;--brand:#92680b;--brand-hover:#7a5609;--brand-solid:#f2cd00;--brand-solid-hover:#d9b800;--brand-ink:#1f2a3d;--brand-soft:#fbf3d9;--brand-soft-text:#6b4e08;--danger:#dc2626;--danger-soft:#fdebeb;--danger-text:#b42318;--shadow-lg:0 20px 40px -16px #1114223d;--radius-sm:8px;--radius-lg:16px;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--fs-xs:.75rem;--fs-sm:.875rem;--fs-lg:1.25rem;--sp-1:.25rem;--sp-2:.5rem;--sp-3:.75rem;--sp-4:1rem;--sp-5:1.25rem;--sp-6:1.5rem;--sp-8:2rem}:root[data-theme=dark]{--bg:#0b0c12;--surface:#13141e;--border:#262838;--text-primary:#eeeff6;--text-secondary:#a6a9bf;--text-muted:#71758c;--brand:#f2cd46;--brand-hover:#f7dc72;--brand-solid:#f2cd46;--brand-solid-hover:#f7dc72;--brand-ink:#1f2a3d;--danger:#f87171;--danger-soft:#3a1418;--danger-text:#fca5a5;--shadow-lg:0 24px 48px -18px #000000a6}.login-module__WEZH7G__page{box-sizing:border-box;font-family:var(--font-sans);background:var(--bg);color:var(--text-primary);padding:var(--sp-6) var(--sp-4);justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:flex;position:fixed;inset:0;overflow-y:auto}.login-module__WEZH7G__icon{flex-shrink:0;width:18px;height:18px}.login-module__WEZH7G__icon--sm{width:16px;height:16px}.login-module__WEZH7G__icon-muted{color:var(--text-muted)}.login-module__WEZH7G__theme-toggle-fixed{top:var(--sp-5);right:var(--sp-5);box-sizing:border-box;border-radius:var(--radius-sm);width:38px;height:38px;color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);z-index:10;justify-content:center;align-items:center;transition:background-color .15s,border-color .15s;display:flex;position:fixed}.login-module__WEZH7G__theme-toggle-fixed:hover{background:var(--surface-hover,var(--surface));border-color:var(--border-strong,var(--border))}.login-module__WEZH7G__icon-moon,:root[data-theme=dark] .login-module__WEZH7G__icon-sun{display:none}:root[data-theme=dark] .login-module__WEZH7G__icon-moon{display:block}.login-module__WEZH7G__auth-wrap{width:100%;max-width:408px}.login-module__WEZH7G__auth-card{box-sizing:border-box;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg), 0 32px 64px -36px color-mix(in srgb, var(--brand) 30%, transparent);padding:var(--sp-8) var(--sp-6) var(--sp-6)}.login-module__WEZH7G__auth-brand{align-items:center;gap:var(--sp-3);text-align:center;margin-bottom:var(--sp-6);flex-direction:column;display:flex}.login-module__WEZH7G__auth-brand-mark{width:64px;height:64px;display:block}.login-module__WEZH7G__auth-brand h1{font-size:var(--fs-lg);margin:0;font-weight:700}.login-module__WEZH7G__auth-brand p{font-size:var(--fs-sm);color:var(--text-muted);margin:0}.login-module__WEZH7G__auth-form{gap:var(--sp-5);flex-direction:column;display:flex}.login-module__WEZH7G__field{flex-direction:column;gap:6px;display:flex}.login-module__WEZH7G__field-row{justify-content:space-between;align-items:baseline;gap:var(--sp-3);display:flex}.login-module__WEZH7G__field label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.login-module__WEZH7G__field-forgot{font-size:var(--fs-xs);color:var(--text-secondary);font-weight:600;text-decoration:none}.login-module__WEZH7G__field-forgot:hover{text-decoration:underline}.login-module__WEZH7G__link-btn{cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}.login-module__WEZH7G__input-wrap{box-sizing:border-box;align-items:center;gap:var(--sp-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);padding:0 var(--sp-3);transition:border-color .15s,box-shadow .15s;display:flex}.login-module__WEZH7G__input-wrap:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 22%, transparent)}.login-module__WEZH7G__input-wrap[data-invalid=true]{border-color:var(--danger)}.login-module__WEZH7G__input-wrap input{min-width:0;color:var(--text-primary);font-size:var(--fs-sm);font:inherit;background:0 0;border:none;flex:1;padding:11px 0}.login-module__WEZH7G__input-wrap input::placeholder{color:var(--text-muted)}.login-module__WEZH7G__input-wrap input:focus-visible{outline:none}.login-module__WEZH7G__input-wrap__toggle{box-sizing:border-box;width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s;display:flex}.login-module__WEZH7G__input-wrap__toggle:hover{background:var(--surface-hover,var(--surface));color:var(--text-secondary)}.login-module__WEZH7G__auth-alert{align-items:flex-start;gap:var(--sp-2);background:var(--danger-soft);color:var(--danger-text);border:1px solid color-mix(in srgb, var(--danger) 35%, transparent);border-radius:var(--radius-sm);padding:var(--sp-3) var(--sp-4);font-size:var(--fs-sm);font-weight:600;line-height:1.4;display:flex}.login-module__WEZH7G__auth-alert svg{color:var(--danger-text);margin-top:1px}.login-module__WEZH7G__btn-primary{box-sizing:border-box;justify-content:center;align-items:center;gap:var(--sp-2);border-radius:var(--radius-sm);background:var(--brand-solid);width:100%;color:var(--brand-ink);font-size:var(--fs-sm);cursor:pointer;border:none;padding:12px;font-weight:700;transition:background-color .15s,opacity .15s;display:flex}.login-module__WEZH7G__btn-primary:hover{background:var(--brand-solid-hover)}.login-module__WEZH7G__btn-primary:disabled{opacity:.7;cursor:default}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}@media (max-width:480px){.login-module__WEZH7G__auth-card{padding:var(--sp-6) var(--sp-4)}}
