.auth-shell{grid-template-columns:minmax(320px,440px) 1fr;min-height:100%;display:grid}.auth-shell .auth-page{min-height:100%}.auth-brand-panel{background:var(--color-primary);color:var(--color-on-primary);padding:var(--space-8);justify-content:center;gap:var(--space-5);flex-direction:column;display:flex}.auth-brand-mark{align-items:center;gap:var(--space-3);font-size:var(--text-lg);margin-bottom:var(--space-3);font-weight:700;display:flex}.auth-brand-kicker{font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;color:color-mix(in srgb, var(--color-on-primary) 70%, transparent);margin:0;font-weight:600}.auth-brand-headline{font-size:var(--text-2xl);margin:0;font-weight:700;line-height:1.3}.auth-brand-lede{font-size:var(--text-md);color:color-mix(in srgb, var(--color-on-primary) 85%, transparent);max-width:34ch;margin:0;line-height:1.5}.auth-brand-list{margin:var(--space-3) 0 0;gap:var(--space-3);flex-direction:column;padding:0;list-style:none;display:flex}.auth-brand-list li{align-items:center;gap:var(--space-3);font-size:var(--text-sm);font-weight:600;display:flex}.auth-brand-list svg{width:22px;height:22px;color:var(--color-accent);flex-shrink:0}.auth-brand-footnote{align-items:center;gap:var(--space-2);margin:var(--space-5) 0 0;font-size:var(--text-xs);color:color-mix(in srgb, var(--color-on-primary) 65%, transparent);display:flex}.auth-brand-footnote svg{flex-shrink:0;width:16px;height:16px}@media (width<=900px){.auth-shell{grid-template-columns:1fr}.auth-brand-panel{padding:var(--space-6) var(--space-6) var(--space-5);gap:var(--space-3)}.auth-brand-headline{font-size:var(--text-xl)}.auth-brand-lede,.auth-brand-list,.auth-brand-footnote{display:none}}.auth-page{min-height:100%;padding:var(--space-8);justify-content:center;align-items:center;display:flex}.auth-card{background:var(--color-card);width:100%;max-width:400px;color:var(--color-card-foreground);border:1px solid var(--color-border);padding:var(--space-8);border-radius:8px}.auth-card--wide{max-width:640px}.auth-field-row{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}@media (width<=520px){.auth-field-row{grid-template-columns:1fr}}.auth-field textarea{width:100%;padding:var(--space-3);border:1px solid var(--color-border);font-size:var(--text-md);background:var(--color-card);color:var(--color-card-foreground);resize:vertical;border-radius:6px;min-height:4.5rem;font-family:inherit}.auth-field textarea:focus-visible{outline:2px solid var(--color-ring);outline-offset:1px}.auth-field-hint{margin:var(--space-2) 0 0;font-size:var(--text-xs);color:var(--color-muted-foreground)}.auth-section-heading{margin:var(--space-6) 0 var(--space-3);font-size:var(--text-sm);color:var(--color-muted-foreground);text-transform:uppercase;letter-spacing:.04em;font-weight:700}.auth-section-heading:first-of-type{margin-top:0}.auth-card h1{margin:0 0 var(--space-2);font-size:var(--text-xl);line-height:1.3}.auth-card p.auth-subtitle{margin:0 0 var(--space-6);color:var(--color-muted-foreground);font-size:var(--text-md);line-height:1.5}.auth-field{margin-bottom:var(--space-5)}.auth-field label{margin-bottom:var(--space-2);font-size:var(--text-sm);font-weight:600;display:block}.auth-field input,.auth-field select{width:100%;padding:var(--space-3);border:1px solid var(--color-border);font-size:var(--text-md);background:var(--color-card);color:var(--color-card-foreground);border-radius:6px}.auth-field input:focus-visible,.auth-field select:focus-visible{outline:2px solid var(--color-ring);outline-offset:1px}.auth-input-wrap{align-items:center;display:flex;position:relative}.auth-input-wrap input{padding-left:calc(var(--space-3) * 2 + 18px)}.auth-input-icon{left:var(--space-3);width:18px;height:18px;color:var(--color-muted-foreground);pointer-events:none;position:absolute}.auth-input-wrap input[type=password],.auth-input-wrap input[type=text].auth-input-has-toggle{padding-right:calc(var(--space-3) * 2 + 18px)}.auth-input-toggle{right:var(--space-2);width:32px;height:32px;color:var(--color-muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex;position:absolute}.auth-input-toggle svg{width:18px;height:18px}.auth-input-toggle:hover{color:var(--color-foreground);background:var(--color-muted)}.auth-checkbox-field label{align-items:center;gap:var(--space-3);font-weight:400;font-size:var(--text-sm);cursor:pointer;display:flex}.auth-checkbox-field input{width:24px;height:24px;accent-color:var(--color-primary);flex-shrink:0;margin:0}.auth-submit{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-3) var(--space-4);background:var(--color-primary);color:var(--color-on-primary);font-size:var(--text-md);cursor:pointer;border:none;border-radius:6px;font-weight:600;display:flex}.auth-submit svg{width:18px;height:18px}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-submit:hover:not(:disabled){filter:brightness(1.08)}.auth-error{margin:0 0 var(--space-5);padding:var(--space-3) var(--space-4);background:color-mix(in srgb, var(--color-destructive) 12%, var(--color-card));color:var(--color-destructive);font-size:var(--text-sm);border-radius:6px}.auth-success{margin:0 0 var(--space-5);padding:var(--space-3) var(--space-4);background:color-mix(in srgb, var(--color-success) 12%, var(--color-card));color:var(--color-success);font-size:var(--text-sm);border-radius:6px}.auth-notice{margin:0 0 var(--space-5);padding:var(--space-3) var(--space-4);background:color-mix(in srgb, var(--color-warning) 12%, var(--color-card));color:var(--color-warning);font-size:var(--text-sm);border-radius:6px}.auth-notice a,.auth-notice button.auth-link-button{color:inherit;text-decoration:underline}.auth-links{margin-top:var(--space-6);font-size:var(--text-sm);text-align:center;color:var(--color-muted-foreground)}.auth-links a{color:var(--color-primary);font-weight:600}.auth-links button.auth-link-button{color:var(--color-primary);font-weight:600;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline}.auth-links button.auth-link-button:disabled{color:var(--color-muted-foreground);cursor:not-allowed;text-decoration:none}.auth-password-requirements{margin:var(--space-2) 0 0;font-size:var(--text-xs);color:var(--color-muted-foreground);gap:var(--space-1);flex-direction:column;padding:0;list-style:none;display:flex}.auth-password-requirements li{align-items:center;gap:var(--space-2);display:flex}.auth-password-requirements li svg{flex-shrink:0;width:14px;height:14px}.auth-password-requirements li[data-met=true]{color:var(--color-success)}.auth-field-error{margin:var(--space-2) 0 0;font-size:var(--text-xs);color:var(--color-destructive)}.auth-otp-input{width:100%;max-width:320px;margin:0 auto var(--space-2);letter-spacing:.62em;text-align:center;padding:var(--space-4) 0 var(--space-4) .28em;border:1px solid var(--color-border);background:var(--color-card);color:var(--color-card-foreground);background-image:repeating-linear-gradient(to right, var(--color-border) 0, var(--color-border) 1px, transparent 1px, transparent calc(100% / 6));background-position:0 bottom;background-repeat:no-repeat;background-size:calc(100% - 1px) 1px;border-radius:8px;font-family:Noto Sans,monospace;font-size:28px;font-weight:700;display:block}.auth-otp-input:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}.auth-otp-masked-email{text-align:center;color:var(--color-muted-foreground);font-size:var(--text-sm);margin:0 0 var(--space-6)}.auth-otp-help{text-align:center;font-size:var(--text-xs);color:var(--color-muted-foreground);margin:var(--space-4) 0 0}.auth-otp-resend{text-align:center;margin-top:var(--space-4);font-size:var(--text-sm)}.profile-setup-page{min-height:100%;padding:var(--space-8) var(--space-6);justify-content:center;display:flex}.profile-setup-card{background:var(--color-card);width:100%;max-width:920px;color:var(--color-card-foreground);border:1px solid var(--color-border);padding:var(--space-8);gap:var(--space-8);border-radius:8px;grid-template-columns:240px 1fr;align-items:start;display:grid}@media (width<=720px){.profile-setup-card{padding:var(--space-6);grid-template-columns:1fr}}.profile-setup-card>h1,.profile-setup-card>p.auth-subtitle{grid-column:1/-1}.profile-photo-column{align-items:center;gap:var(--space-4);text-align:center;flex-direction:column;display:flex}.profile-photo-frame{background:var(--color-muted);border:1px solid var(--color-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;display:flex;overflow:hidden}.profile-photo-frame img{object-fit:cover;width:100%;height:100%}.profile-photo-initials{font-size:var(--text-2xl);color:var(--color-primary);font-weight:700}.profile-photo-actions{gap:var(--space-2);flex-direction:column;width:100%;display:flex}.profile-photo-actions button{width:100%;padding:var(--space-2) var(--space-3);font-size:var(--text-sm);cursor:pointer;border:1px solid var(--color-border);background:var(--color-card);color:var(--color-card-foreground);border-radius:6px;font-weight:600}.profile-photo-actions button:hover:not(:disabled){background:var(--color-muted)}.profile-photo-actions button:disabled{opacity:.6;cursor:not-allowed}.profile-photo-actions .profile-photo-remove{color:var(--color-destructive);border-color:color-mix(in srgb, var(--color-destructive) 40%, var(--color-border))}.profile-photo-hint{font-size:var(--text-xs);color:var(--color-muted-foreground);margin:0}.profile-status-summary{width:100%;padding:var(--space-3);border:1px solid var(--color-border);background:var(--color-muted);font-size:var(--text-xs);color:var(--color-muted-foreground);text-align:left;border-radius:6px}.profile-status-summary dt{color:var(--color-card-foreground);font-weight:600}.profile-status-summary dd{margin:0 0 var(--space-2)}.profile-status-summary dd:last-child{margin-bottom:0}.profile-form-column{min-width:0}.profile-section{margin-bottom:var(--space-7)}.profile-section:last-child{margin-bottom:0}.profile-section-heading{margin:0 0 var(--space-1);font-size:var(--text-md);font-weight:700}.profile-section-description{margin:0 0 var(--space-4);font-size:var(--text-sm);color:var(--color-muted-foreground)}.profile-readonly-field{align-items:center;gap:var(--space-2);padding:var(--space-3);border:1px solid var(--color-border);background:var(--color-muted);font-size:var(--text-md);margin-bottom:var(--space-4);border-radius:6px;display:flex}.profile-verified-badge{align-items:center;gap:var(--space-1);padding:2px var(--space-2);background:color-mix(in srgb, var(--color-success) 14%, var(--color-card));color:var(--color-success);font-size:var(--text-xs);border-radius:999px;font-weight:700;display:inline-flex}.profile-verified-badge svg{width:12px;height:12px}.profile-disclosure{border:1px solid var(--color-border);margin-bottom:var(--space-4);border-radius:6px;overflow:hidden}.profile-disclosure summary{padding:var(--space-3) var(--space-4);cursor:pointer;font-weight:600;font-size:var(--text-sm);justify-content:space-between;align-items:center;list-style:none;display:flex}.profile-disclosure summary::-webkit-details-marker{display:none}.profile-disclosure[open] summary{border-bottom:1px solid var(--color-border)}.profile-disclosure-body{padding:var(--space-4)}.profile-toggle-list{gap:var(--space-3);flex-direction:column;display:flex}.profile-toggle-row{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-3);border:1px solid var(--color-border);border-radius:6px;display:flex}.profile-toggle-row-text{flex-direction:column;gap:2px;display:flex}.profile-toggle-row-label{font-size:var(--text-sm);font-weight:600}.profile-toggle-row-hint{font-size:var(--text-xs);color:var(--color-muted-foreground)}.profile-switch{flex-shrink:0;align-items:center;display:inline-flex;position:relative}.profile-switch input{appearance:none;background:var(--color-border);cursor:pointer;border-radius:999px;width:40px;height:24px;margin:0;transition:background-color .15s;position:relative}.profile-switch input:before{content:"";background:var(--color-card);border-radius:50%;width:20px;height:20px;transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0003}.profile-switch input:checked{background:var(--color-primary)}.profile-switch input:checked:before{transform:translate(16px)}.profile-switch input:disabled{cursor:not-allowed;opacity:.7}.profile-switch input:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}.profile-security-note{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);border:1px solid var(--color-border);background:var(--color-muted);font-size:var(--text-sm);color:var(--color-muted-foreground);margin-bottom:var(--space-3);border-radius:6px;display:flex}.profile-security-note svg{width:18px;height:18px;color:var(--color-muted-foreground);flex-shrink:0;margin-top:1px}.profile-employee-options{gap:var(--space-2);flex-direction:column;display:flex}.profile-employee-options label{align-items:center;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--color-border);font-size:var(--text-sm);cursor:pointer;border-radius:6px;display:flex}.profile-employee-options input{width:20px;height:20px;accent-color:var(--color-primary);flex-shrink:0}.profile-actions{justify-content:flex-end;gap:var(--space-3);padding-top:var(--space-6);border-top:1px solid var(--color-border);margin-top:var(--space-2);grid-column:1/-1;display:flex}@media (width<=480px){.profile-actions{flex-direction:column-reverse}}.profile-actions .auth-submit{width:auto;padding-inline:var(--space-6)}.profile-actions .profile-save-draft{width:auto;padding:var(--space-3) var(--space-6);border:1px solid var(--color-border);background:var(--color-card);color:var(--color-card-foreground);font-size:var(--text-md);cursor:pointer;border-radius:6px;font-weight:600}.profile-actions .profile-save-draft:hover:not(:disabled){background:var(--color-muted)}.profile-actions button:disabled{opacity:.6;cursor:not-allowed}.update-prompt{left:50%;bottom:var(--space-6);z-index:1000;align-items:center;gap:var(--space-4);background:var(--color-foreground);color:var(--color-background);padding:var(--space-4) var(--space-5);font-size:var(--text-sm);max-width:calc(100vw - var(--space-8));border-radius:8px;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 8px 24px #1d2b2240}.update-prompt-actions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.update-prompt-actions button{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);font-size:var(--text-sm);cursor:pointer;background:var(--color-primary);color:var(--color-on-primary);border:none;border-radius:6px;font-weight:600;display:flex}.update-prompt-actions button svg{width:16px;height:16px}.update-prompt-actions button:hover{filter:brightness(1.1)}.update-prompt-dismiss{opacity:.75;color:var(--color-background)!important;background:0 0!important}.update-prompt-dismiss:hover{opacity:1}@media (width<=520px){.update-prompt{text-align:center;left:var(--space-4);right:var(--space-4);bottom:var(--space-4);flex-direction:column;align-items:stretch;max-width:none;transform:none}.update-prompt-actions{justify-content:center}}:root{--color-primary:#1f5d40;--color-on-primary:#fff;--color-secondary:#8fa98f;--color-on-secondary:#1d2b22;--color-accent:#a9c23f;--color-on-accent:#1d2b22;--color-background:#faf7ef;--color-foreground:#1d2b22;--color-card:#fff;--color-card-foreground:#1d2b22;--color-muted:#f0eee5;--color-muted-foreground:#5b6b5e;--color-border:#d8e0d3;--color-destructive:#c0392b;--color-on-destructive:#fff;--color-success:#2f7d4f;--color-warning:#b7791f;--color-ring:#1f5d40;--text-xs:.75rem;--text-sm:.875rem;--text-base:.875rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-7:1.75rem;--space-8:2rem;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--color-background);color:var(--color-foreground);margin:0;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:var(--color-primary)}:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
