:root{--smha-blue:#31578f;--smha-blue-dark:#173a68;--smha-blue-hover:#2a4b7c;--smha-blue-tint:#eef5fb;--smha-blue-tint-strong:#dde9f6;--smha-green:#78a22f;--smha-green-dark:#57791c;--smha-green-tint:#f1f7e8;--ink:#0d1b2c;--ink-soft:#14263c;--muted:#24384f;--muted-2:#334961;--line:#dce5ef;--line-strong:#c3d2e3;--surface:#fff;--surface-soft:#f5f8fb;--surface-tint:#eef5fb;--surface-navy:var(--smha-blue-dark);--surface-navy-raised:#204a80;--status-bonus:#c23e83;--status-bonus-bg:#fbe9f2;--status-contract:#b5641b;--status-contract-bg:#fbeee0;--status-hc:#6a4fb0;--status-hc-bg:#efe9fb;--status-ot:#5d6f86;--status-ot-bg:#eceff3;--success:#57791c;--success-bg:#eef4e2;--warning:#a9660b;--warning-bg:#fbf1de;--danger:#b3261e;--danger-bg:#fbe9e7;--info:var(--smha-blue);--info-bg:var(--smha-blue-tint);--font-ui:-apple-system, "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-data:"Inter", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--text-eyebrow:.6875rem;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.875rem;--text-md:1rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:1.875rem;--leading-tight:1.2;--leading-normal:1.45;--tracking-eyebrow:.08em;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-pill:999px;--shadow-sm:0 1px 2px #11243c0f;--shadow-md:0 4px 12px #11243c14;--shadow-lg:0 12px 32px #11243c24;--ease:cubic-bezier(.2, .8, .2, 1);--dur-fast:.12s;--dur-base:.18s;--ops-sidebar-w:248px;--ops-topbar-h:56px;--ops-content-pad-x:32px;--ops-content-pad-y:24px;--staff-tabbar-h:64px;--staff-content-pad:16px;--tap-target-min:44px;--focus-ring:0 0 0 2px var(--surface), 0 0 0 4px var(--smha-blue)}@media (prefers-color-scheme:dark){:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}}*{box-sizing:border-box}body{font-family:var(--font-ui);color:var(--ink);background:var(--surface-soft);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{color:var(--ink);font-weight:var(--weight-semibold);line-height:var(--leading-tight);margin:0}p{margin:0}a{color:var(--smha-blue);text-decoration:none}a:hover{color:var(--smha-blue-hover);text-decoration:underline}:focus-visible{box-shadow:var(--focus-ring);border-radius:var(--radius-sm);outline:none}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}.page-header{margin-bottom:var(--space-6);text-align:center}.page-header__eyebrow{font-size:var(--text-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--ink);font-weight:var(--weight-semibold);margin-bottom:var(--space-1)}.page-header__title{font-size:var(--text-2xl)}.page-header__subtitle{margin-top:var(--space-1);color:var(--muted);font-size:var(--text-sm);margin-inline:auto}.btn{justify-content:center;align-items:center;gap:var(--space-2);height:var(--tap-target-min);padding:0 var(--space-5);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--weight-semibold);cursor:pointer;transition:background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);white-space:nowrap;border:1px solid #0000;display:inline-flex}.btn--sm{height:36px;padding:0 var(--space-4);font-size:var(--text-xs)}.btn--primary{background:var(--smha-blue);color:#fff}.btn--primary:hover{background:var(--smha-blue-hover)}.btn--primary:disabled{background:var(--line-strong);color:var(--muted-2);cursor:not-allowed}.btn--secondary{background:var(--surface);color:var(--smha-blue);border-color:var(--line-strong)}.btn--secondary:hover{background:var(--surface-tint);border-color:var(--smha-blue)}.btn--ghost{color:var(--muted);background:0 0}.btn--ghost:hover{background:var(--surface-soft);color:var(--ink)}.btn--confirm{background:var(--smha-green);color:#fff}.btn--confirm:hover{background:var(--smha-green-dark)}.btn--danger{background:var(--surface);color:var(--danger);border-color:#ecc9c5}.btn--danger:hover{background:var(--danger-bg)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.panel__header{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--line);display:flex}.panel__eyebrow{font-size:var(--text-xs);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--ink);font-weight:var(--weight-semibold)}.panel__title{font-size:var(--text-md);font-weight:var(--weight-semibold)}.panel__actions{gap:var(--space-2);display:flex}.panel__body{padding:var(--space-5)}.panel__body--flush{padding:0}.panel+.panel{margin-top:var(--space-5)}.metric{padding:var(--space-4) var(--space-5);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}.metric__label{font-size:var(--text-xs);color:var(--muted);font-weight:var(--weight-medium)}.metric__value{font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--ink);margin-top:var(--space-1)}.metric__value--accent{color:var(--smha-blue)}.metric-row{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}.table-wrap{border:1px solid var(--line);border-radius:var(--radius-md);overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:var(--text-sm);background:var(--surface)}.data-table thead th{z-index:1;background:var(--surface-soft);color:var(--muted);font-weight:var(--weight-semibold);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.02em;text-align:left;padding:var(--space-3) var(--space-3);border-bottom:1px solid var(--line);white-space:nowrap;position:sticky;top:0}.data-table td{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--line);vertical-align:middle}.data-table tbody tr:hover td{background:var(--surface-tint)}.data-table tbody tr:last-child td{border-bottom:none}.data-table td.is-numeric{text-align:right;font-variant-numeric:tabular-nums}.tabs{gap:var(--space-1);border-bottom:1px solid var(--line);display:flex}.tab{height:var(--tap-target-min);padding:0 var(--space-4);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--ink);cursor:pointer;border-bottom:2px solid #0000;align-items:center;display:inline-flex}.tab:hover{color:var(--smha-blue-dark)}.tab.is-active{color:var(--smha-blue-dark);border-bottom-color:var(--smha-blue);font-weight:var(--weight-bold)}.tab__badge{margin-left:var(--space-2)}.tabs--pills{background:var(--surface-soft);border-radius:var(--radius-md);border-bottom:none;padding:4px;display:inline-flex}.tabs--pills .tab{border-radius:var(--radius-sm);border-bottom:none;height:36px}.tabs--pills .tab.is-active{background:var(--surface);color:var(--smha-blue-dark);box-shadow:var(--shadow-sm)}.chip{align-items:center;gap:var(--space-1);height:24px;padding:0 var(--space-3);border-radius:var(--radius-pill);font-size:var(--text-xs);font-weight:var(--weight-semibold);white-space:nowrap;display:inline-flex}.chip--neutral{background:var(--surface-soft);color:var(--muted)}.chip--info{background:var(--info-bg);color:var(--smha-blue-dark)}.chip--success{background:var(--success-bg);color:var(--success)}.chip--warning{background:var(--warning-bg);color:var(--warning)}.chip--danger{background:var(--danger-bg);color:var(--danger)}.chip--bonus{background:var(--status-bonus-bg);color:var(--status-bonus)}.chip--contract{background:var(--status-contract-bg);color:var(--status-contract)}.chip--ot{background:var(--status-ot-bg);color:var(--status-ot)}.badge-dot{background:currentColor;border-radius:50%;width:8px;height:8px;display:inline-block}.field{gap:var(--space-1);margin-bottom:var(--space-4);flex-direction:column;display:flex}.field__label{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--ink-soft)}.field__label--optional:after{content:" (optional)";color:var(--muted-2);font-weight:var(--weight-regular)}.field input,.field select,.field textarea{height:var(--tap-target-min);padding:0 var(--space-3);border:1px solid var(--line-strong);border-radius:var(--radius-sm);font-size:var(--text-base);color:var(--ink);background:var(--surface);transition:border-color var(--dur-fast) var(--ease);font-family:inherit}.field textarea{height:auto;min-height:96px;padding:var(--space-3)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--smha-blue)}.field input:disabled,.field select:disabled{background:var(--surface-soft);color:var(--muted-2)}.field__help{font-size:var(--text-xs);color:var(--muted)}.field--error input,.field--error select,.field--error textarea{border-color:var(--danger)}.field__error{font-size:var(--text-xs);color:var(--danger)}.empty-state{text-align:center;padding:var(--space-10) var(--space-6);color:var(--muted)}.empty-state__icon{margin-bottom:var(--space-3);color:var(--muted-2)}.empty-state__title{font-size:var(--text-md);font-weight:var(--weight-semibold);color:var(--ink)}.empty-state__body{font-size:var(--text-sm);margin-top:var(--space-1);max-width:380px;margin-inline:auto}.empty-state__action{margin-top:var(--space-4)}.toast{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);background:var(--ink);color:#fff;font-size:var(--text-sm);min-width:280px;max-width:420px;display:flex}.toast--success{background:var(--success)}.toast--warning{background:var(--warning)}.toast--danger{background:var(--danger)}.toast--info{background:var(--smha-blue-dark)}.toast__title{font-weight:var(--weight-semibold)}.ops-shell{grid-template-columns:var(--ops-sidebar-w) 1fr;background:var(--surface-soft);min-height:100vh;display:grid}.ops-sidebar{background:linear-gradient(180deg, var(--surface-navy) 0%, var(--smha-blue-dark) 100%);color:#fff;padding:var(--space-5) var(--space-3);flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.ops-sidebar__brand{padding:0 var(--space-3) var(--space-6);font-weight:var(--weight-bold);font-size:var(--text-md);color:#fff}.ops-sidebar__section-label{letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:#ffffff80;padding:var(--space-4) var(--space-3) var(--space-1);font-size:10px}.ops-nav-item{justify-content:space-between;align-items:center;gap:var(--space-2);height:40px;padding:0 var(--space-3);border-radius:var(--radius-sm);color:#ffffffc7;font-size:var(--text-sm);font-weight:var(--weight-medium);cursor:pointer;display:flex}.ops-nav-item:hover{color:#fff;background:#ffffff14}.ops-nav-item.is-active{color:#fff;font-weight:var(--weight-semibold);background:#ffffff24}.ops-nav-item .chip{height:20px;padding:0 var(--space-2);background:var(--smha-green);color:#fff}.ops-topbar{z-index:5;height:var(--ops-topbar-h);background:var(--surface);border-bottom:1px solid var(--line);padding:0 var(--ops-content-pad-x);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.ops-topbar__period{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:flex}.ops-topbar__nav-btn{border-radius:var(--radius-sm);border:1px solid var(--line-strong);background:var(--surface);cursor:pointer;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.ops-topbar__nav-btn:hover{background:var(--surface-tint)}.ops-topbar__user{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--muted);cursor:pointer;display:flex}.ops-content{padding:var(--ops-content-pad-y) var(--ops-content-pad-x)}@media (max-width:1100px){.ops-shell{grid-template-columns:72px 1fr}.ops-sidebar__brand span.label,.ops-nav-item span.label{display:none}}.staff-shell{background:var(--surface-soft);max-width:480px;min-height:100vh;padding-bottom:calc(var(--staff-tabbar-h) + env(safe-area-inset-bottom));margin-inline:auto;position:relative}.staff-header{background:var(--smha-blue-dark);color:#fff;padding:var(--space-5) var(--staff-content-pad) var(--space-4)}.staff-header__greeting{font-size:var(--text-lg);font-weight:var(--weight-semibold)}.staff-header__meta{font-size:var(--text-xs);color:#ffffffb3;margin-top:2px}.staff-content{padding:var(--space-4) var(--staff-content-pad);gap:var(--space-3);flex-direction:column;display:flex}.staff-card{padding:var(--space-4)}.staff-card--primary{border-color:var(--smha-blue-tint-strong);background:var(--smha-blue-tint)}.staff-list-row{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);min-height:var(--tap-target-min);display:flex}.staff-list-row+.staff-list-row{margin-top:-1px}.staff-tabbar{max-width:480px;height:var(--staff-tabbar-h);padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--line);z-index:10;margin-inline:auto;display:flex;position:fixed;bottom:0;left:0;right:0}.staff-tab{color:var(--muted-2);font-size:11px;font-weight:var(--weight-medium);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;display:flex;position:relative}.staff-tab.is-active{color:var(--smha-blue)}.staff-tab .badge-dot{background:var(--status-bonus);width:7px;height:7px;position:absolute;top:2px;right:calc(50% - 18px)}.home-hero{background:linear-gradient(160deg, var(--smha-blue-dark) 0%, var(--smha-blue) 100%);color:#fff;padding:var(--space-12) var(--space-6);text-align:center}.home-hero__eyebrow{color:#ffffffb3;font-size:var(--text-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase}.home-hero__title{margin-top:var(--space-2);font-size:2.25rem}.home-hero__subtitle{color:#ffffffd9;font-size:var(--text-md);margin-top:var(--space-3);max-width:560px;margin-inline:auto}.home-steps{gap:var(--space-4);padding:var(--space-8) var(--space-6);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.home-step__index{color:var(--smha-green);font-weight:var(--weight-bold);font-size:var(--text-sm)}.home-shortcuts{gap:var(--space-4);padding:0 var(--space-6) var(--space-8);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.home-shortcut-card{padding:var(--space-5);text-align:left}.home-shortcut-card:hover{border-color:var(--smha-blue);box-shadow:var(--shadow-md)}.home-footer{border-top:1px solid var(--line);padding:var(--space-6);color:var(--muted);font-size:var(--text-xs);text-align:center}.auth-page{max-width:420px;margin:var(--space-12) auto;padding:0 var(--space-4)}.setup-page.auth-page{width:calc(100% - 32px);max-width:480px;margin:var(--space-12) auto;padding:0 var(--space-4)}.auth-persona-card{align-items:center;gap:var(--space-3);padding:var(--space-4);cursor:pointer;display:flex}.auth-persona-card:hover{border-color:var(--smha-blue)}.ops-login-card.auth-persona-card{text-align:left;align-items:flex-start;gap:var(--space-1);flex-direction:column;width:100%;display:flex}.panel h2,.panel h3,.command-card h2,.pillar-card h3,.panel-heading h2,.panel__title,.open-shifts-tracker-metric strong,.metric__value,.metric-card strong,.schedule-period-command-title,.gap-summary-table th,.staff-request-calendar-week-label,.staff-request-day-label strong,.manager-request-day-value,.call-out-form h3,.panel:not(.panel-strong) .card-kicker,.panel:not(.panel-strong) .panel-heading .card-kicker{color:var(--ink)!important}.card-kicker,.panel__eyebrow,.panel-heading .card-kicker,.command-nav-label,.schedule-period-command-eyebrow,.open-shifts-tracker-metric span,.metric__label,.metric-card span,.ops-shell-period-nav-current-label,.field__label,.command-nav-level .command-nav-label{opacity:1;color:var(--ink)!important}.panel p.card-kicker{color:var(--ink)!important}.panel .field-note,.panel .light-copy{color:var(--muted)}.panel-strong h2,.panel-strong h3,.panel-strong .panel-heading h2,.panel-strong .list-row strong,.panel-strong .card-kicker,.panel-strong p.card-kicker,.panel-strong .panel-heading .card-kicker{opacity:1;color:var(--ink)!important}.panel-strong .field-note,.panel-strong .light-copy,.panel-strong .field-help,.panel-strong p:not(.card-kicker),.panel-strong .form-success,.panel-strong .empty-state,.panel-strong .empty-state h3,.panel-strong .empty-state p,.panel-strong .list-row span,.panel-strong .saving-note{color:var(--ink)!important}.panel-strong .form-success{color:var(--smha-green-dark)!important}.shift-cell{border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:var(--weight-semibold);padding:2px 6px}.shift-cell--bonus{background:var(--status-bonus-bg);color:var(--status-bonus)}.shift-cell--contract{background:var(--status-contract-bg);color:var(--status-contract)}.shift-cell--hc{background:var(--status-hc-bg);color:var(--status-hc)}.shift-cell--ot{background:var(--status-ot-bg);color:var(--status-ot)}.shift-cell--locked{background:var(--surface-soft);color:var(--muted-2)}.u-muted{color:var(--muted)}.u-flex{align-items:center;gap:var(--space-2);display:flex}.u-gap-1{gap:var(--space-1)}.u-gap-2{gap:var(--space-2)}.u-gap-3{gap:var(--space-3)}.sr-only{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.setup-header,.page-header{width:100%;max-width:none;margin:0 0 var(--space-6);text-align:center;justify-content:center;align-items:center;gap:var(--space-3);flex-direction:column;display:flex}.setup-header>div{text-align:center;align-items:center;gap:var(--space-2);flex-direction:column;width:100%;max-width:none;display:flex}.setup-header .eyebrow,.page-header__eyebrow,.eyebrow{font-size:var(--text-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--ink);font-weight:var(--weight-semibold);margin:0 0 var(--space-1)}.setup-header h1,.page-header__title,.setup-page>.setup-header h1,.ops-shell-page .setup-header h1,.staff-portal-page .setup-header h1{letter-spacing:-.02em;line-height:var(--leading-tight);font-weight:var(--weight-semibold);margin:0;font-size:var(--text-2xl)!important}.setup-header p,.page-header__subtitle{font-size:var(--text-sm);line-height:var(--leading-normal);text-align:center;max-width:42rem;margin-inline:auto}.setup-header .data-source-pill{margin-inline:auto}.command-nav-stack{width:min(100%,920px);margin:var(--space-4) auto 0;flex-direction:column;align-items:center;display:flex}.command-nav-level,.command-nav-level-roles{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.command-nav-label{text-align:center;width:100%}.manager-dashboard-tabs,.schedule-view-tabs,.tabs--pills{justify-content:center;margin-inline:auto}.button{justify-content:center;align-items:center;gap:var(--space-2);min-height:var(--tap-target-min);height:auto;padding:0 var(--space-5);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--weight-semibold);cursor:pointer;white-space:nowrap;border:1px solid #0000;display:inline-flex}.button-primary{background:var(--smha-blue);color:#fff;border-color:var(--smha-blue)}.button-primary:hover{background:var(--smha-blue-hover);color:#fff;text-decoration:none}.button-secondary{background:var(--surface);color:var(--smha-blue);border-color:var(--line-strong)}.button-secondary:hover{background:var(--surface-tint);border-color:var(--smha-blue)}.panel,.command-card,.metric-card,.pillar-card{border-radius:var(--radius-lg);border-color:var(--line);box-shadow:var(--shadow-sm);background:var(--surface)}.metric-card{padding:var(--space-4) var(--space-5);min-height:0}.metric-card span{font-size:var(--text-xs);color:var(--muted);font-weight:var(--weight-medium)}.metric-card strong{font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--ink);margin-top:var(--space-1)}.ops-shell-nav{background:linear-gradient(180deg, var(--surface-navy) 0%, var(--smha-blue-dark) 100%);color:#fff;padding:var(--space-5) var(--space-3);gap:var(--space-3);flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.ops-shell-brand{padding:0 var(--space-3) var(--space-4);font-weight:var(--weight-bold);color:#fff;align-items:center;gap:var(--space-3);display:flex}.ops-shell-nav-link,.ops-nav-item{justify-content:space-between;align-items:center;gap:var(--space-2);min-height:40px;padding:0 var(--space-3);border-radius:var(--radius-sm);color:#ffffffc7;font-size:var(--text-sm);font-weight:var(--weight-medium);display:flex}.ops-shell-nav-link:hover,.ops-nav-item:hover{color:#fff;background:#ffffff14;text-decoration:none}.ops-shell-nav-link-active,.ops-nav-item.is-active{color:#fff;font-weight:var(--weight-semibold);background:#ffffff24}.ops-shell-context-bar,.ops-topbar{z-index:20;min-height:var(--ops-topbar-h);background:var(--surface);border-bottom:1px solid var(--line);height:auto;padding:0 var(--ops-content-pad-x);justify-content:space-between;align-items:center;gap:var(--space-3);display:flex;position:sticky;top:0}.ops-shell-content,.ops-content{padding:var(--ops-content-pad-y) var(--ops-content-pad-x)}.ops-shell-page.setup-page{width:100%;max-width:none;margin:0;padding:0}.manager-dashboard-tabs,.schedule-view-tabs,.manager-request-views,.tabs--pills{background:var(--surface-soft);border-radius:var(--radius-md);border-bottom:none;flex-wrap:wrap;justify-content:center;gap:4px;margin-inline:auto;padding:4px;display:inline-flex}.manager-dashboard-tab,.manager-request-view,.tabs--pills .tab{border-radius:var(--radius-sm);height:36px;padding:0 var(--space-4);color:var(--ink);font-size:var(--text-sm);font-weight:var(--weight-semibold);border-bottom:none;align-items:center;display:inline-flex}.manager-dashboard-tab-active,.manager-request-view-active,.tabs--pills .tab.is-active{background:var(--surface);color:var(--smha-blue-dark);box-shadow:var(--shadow-sm);font-weight:var(--weight-bold)}.schedule-tracker-swatch-bonus,.chip--bonus{background:var(--status-bonus-bg);color:var(--status-bonus)}.schedule-tracker-swatch-contract,.chip--contract{background:var(--status-contract-bg);color:var(--status-contract)}.chip--hc{background:var(--status-hc-bg);color:var(--status-hc)}.staff-shell{background:var(--surface-soft);max-width:480px;min-height:100vh;padding-bottom:calc(var(--staff-tabbar-h) + env(safe-area-inset-bottom,0px));margin-inline:auto}.staff-shell-content,.staff-content{padding:var(--space-4) var(--staff-content-pad);gap:var(--space-3);flex-direction:column;display:flex}.staff-bottom-tabs,.staff-tabbar{max-width:480px;min-height:var(--staff-tabbar-h);padding-bottom:env(safe-area-inset-bottom,0px);background:var(--surface);border-top:1px solid var(--line);z-index:10;margin-inline:auto;display:flex;position:fixed;bottom:0;left:0;right:0}.staff-bottom-tab,.staff-tab{min-height:var(--tap-target-min);color:var(--ink-soft);font-size:11px;font-weight:var(--weight-semibold);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;text-decoration:none;display:flex;position:relative}.staff-bottom-tab-active,.staff-tab.is-active{color:var(--smha-blue-dark);font-weight:var(--weight-bold)}.ops-login-card{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface);padding:var(--space-4);min-height:var(--tap-target-min)}.ops-login-card:hover{border-color:var(--smha-blue);box-shadow:var(--shadow-sm)}.schedule-grid-shell select.schedule-cell-select,select.schedule-cell-select{appearance:auto;-webkit-appearance:menulist;width:calc(100% - 2px)!important;max-width:none!important;height:calc(100% - 4px)!important;min-height:var(--grid-shift-min-height,22px)!important;max-height:calc(100% - 4px)!important;font-size:var(--grid-shift-font-size,.64rem)!important;background-image:none!important;padding:0 2px!important;line-height:1!important}@media (max-width:1100px){.ops-shell{grid-template-columns:var(--ops-sidebar-w) 1fr}}.page-header__eyebrow,.setup-header .eyebrow,.eyebrow,.panel__eyebrow,.card-kicker,.command-nav-label,.schedule-period-command-eyebrow,.ops-shell-period-nav-current-label,.field__label,label>span,.metric-card span,.metric__label,.metric-label,.open-shifts-tracker-metric span,.table thead th,.command-tracker-table thead th,.gap-summary-table th,.tab,.tabs .tab,.tabs--pills .tab,.manager-dashboard-tab,.manager-request-view,.staff-bottom-tab,.staff-tab,.button-secondary,.button-muted,.text-link,.ops-topbar__user{opacity:1;color:var(--ink)!important}.tab.is-active,.tabs--pills .tab.is-active,.manager-dashboard-tab-active,.manager-request-view-active,.staff-bottom-tab-active,.staff-tab.is-active{color:var(--smha-blue-dark)!important}.field-help,.field__help,.light-copy,.field-note,.empty-state,.empty-state h3,.empty-state p,.page-header__subtitle,.form-success,.request-queue-notice,.request-queue-notice p,.request-queue-notice .form-success{color:var(--ink)!important}.form-success,.request-queue-notice .form-success{color:var(--smha-green-dark)!important}.ops-shell-nav .ops-shell-brand,.ops-shell-nav .ops-shell-brand-text,.ops-shell-nav-link,.ops-nav-item{color:#ffffffeb!important}.ops-shell-nav-link-active,.ops-nav-item.is-active,.ops-shell-nav-link:hover,.ops-nav-item:hover{color:#fff!important}
