:root{--sidebar-width:240px;--modal-padding:20px;--app-bg:#e7e6e3;--primary-blue:#0087ff;--primary-blue-half:rgba(0,135,255,0.5);--primary-blue-dark:#005cad;--primary-blue-darker:#003d72;--jobber-green:#32821c;--jobber-green-darker:#2c7319;--dark-gray:#333333;--darker-gray:#222222;--medium-dark-gray:#5e5c5c;--medium-gray:#989797;--gray:#bdbdbd;--light-gray:#d8d8d8;--extra-light-gray:#efefef;--person-blue:#63A2FC;--person-brown:#A87360;--person-green:#2BAA2E;--person-orange:#FF7F00;--person-pink:#E141D9;--person-purple:#9D4DF2;--person-red:#FB3A25;--text-default:#333333;--active-block-zindex:1000;--menu-zindex:5000;--modal-zindex:10000;--toast-zindex:100000;--box-shadow:0 0 8px 0 rgba(0,0,0,0.4);--toast-success:#18a957;--toast-error:#e5484d;--toast-warning:#f5a524;--toast-info:#0087ff;--surface-primary:#ffffff;--surface-secondary:#f4f4f4;--surface-tertiary:#efefef;--surface-inset:#ffffff;--surface-elevated:#ffffff;--surface-overlay:#e7e6e3;--text-primary:#333333;--text-secondary:#5e5c5c;--text-tertiary:#989797;--text-muted:#bdbdbd;--border-primary:#e5e7eb;--border-secondary:#d8d8d8;--border-subtle:#f4f4f4;--input-bg:#ffffff;--input-border:#d8d8d8;--hover-bg:rgba(0,0,0,0.03);--hover-bg-strong:#f5f5f5;--selectmenu-bg:#f5f5f5;--selectmenu-text:#333333;--selectmenu-placeholder:#bdbdbd;--selectmenu-indicator:#bdbdbd;--selectmenu-border:#d8d8d8;--inset-shadow:rgba(0,0,0,0.34);--chip-bg:rgb(222,222,222);--chip-shadow:rgb(131,131,131);--chip-text:rgb(70,71,69);--soft-bounce-easing:linear(0,0.351 9%,0.626 18.3%,0.832 28.1%,0.909 33.2%,0.971 38.5%,1.013 43.3%,1.043 48.4%,1.062 53.8%,1.07 59.5%,1.063 68.8%,1.011 90.3%,1)}@media(prefers-color-scheme:dark){:root{--app-bg:#1a1a1a;--dark-gray:#e0e0e0;--darker-gray:#f0f0f0;--medium-dark-gray:#b0b0b0;--medium-gray:#808080;--gray:#606060;--light-gray:#404040;--extra-light-gray:#2a2a2a;--text-default:#e0e0e0;--surface-primary:#1e1e1e;--surface-secondary:#252525;--surface-tertiary:#2a2a2a;--surface-inset:#1f1f1f;--surface-elevated:#2a2a2a;--surface-overlay:#1a1a1a;--text-primary:#e0e0e0;--text-secondary:#b0b0b0;--text-tertiary:#808080;--text-muted:#606060;--border-primary:#3a3a3a;--border-secondary:#444444;--border-subtle:#2a2a2a;--input-bg:#252525;--input-border:#404040;--hover-bg:rgba(255,255,255,0.05);--hover-bg-strong:#333333;--selectmenu-bg:#252525;--selectmenu-text:#e0e0e0;--selectmenu-placeholder:#707070;--selectmenu-indicator:#808080;--selectmenu-border:#3a3a3a;--box-shadow:0 0 8px 0 rgba(0,0,0,0.6);--inset-shadow:rgba(0,0,0,0.6);--chip-bg:#535353;--chip-shadow:#222222;--chip-text:#d4d2d2;--toast-success:#3ecf8e;--toast-error:#ff6166;--toast-warning:#ffc56a;--toast-info:#4babff}}.auth-shell{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:var(--color-bg,#f7f7f8)}.auth-content{width:100%;max-width:420px;text-align:center}.auth-content .auth-logo{display:block;width:80px;height:80px;margin:0 auto 1.25rem;border-radius:18px}.auth-content h1{font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.auth-content .lede{color:var(--color-text-muted,#6b7280);margin:0 0 1.5rem}.auth-content form{display:flex;flex-direction:column;gap:1rem;text-align:left}.auth-content label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500}.auth-content input[type=email],.auth-content input[type=password],.auth-content input[type=text]{padding:.6rem .75rem;border:1px solid var(--color-border,#d1d5db);border-radius:6px;font-size:1rem;background:#fff}.auth-content input[type=email]:focus,.auth-content input[type=password]:focus,.auth-content input[type=text]:focus{outline:none;border-color:#0087ff;box-shadow:0 0 0 3px rgba(0,135,255,.15)}.auth-content button{margin-top:.5rem;padding:.7rem 1rem;background:#0087ff;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer}.auth-content button:hover:not(:disabled){background:#005cad}.auth-content button:disabled{opacity:.6;cursor:not-allowed}.auth-content .error{color:var(--color-error,#b91c1c);background:var(--color-error-bg,#fef2f2);border:1px solid var(--color-error-border,#fecaca);border-radius:6px}.auth-content .error,.auth-content .info{padding:.6rem .75rem;font-size:.9rem;margin-bottom:.5rem}.auth-content .info{color:var(--color-info,#1e40af);background:var(--color-info-bg,#eff6ff);border:1px solid var(--color-info-border,#bfdbfe);border-radius:6px}.auth-content .links{margin-top:1.25rem;text-align:center;font-size:.9rem;color:var(--color-text-muted,#6b7280)}.auth-content .links a{color:#0087ff;text-decoration:none}.auth-content .links a:hover{text-decoration:underline}