.workforce-icon{display:inline-grid;flex:0 0 18px;inline-size:18px;block-size:18px;place-items:center}
.workforce-icon svg{inline-size:18px;block-size:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.workforce-subnav{display:flex;gap:6px;overflow-x:auto;margin:0 0 24px;padding:5px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-xs);scrollbar-width:thin}
.workforce-subnav button{display:inline-flex;align-items:center;gap:8px;min-width:max-content;min-height:44px;padding:9px 14px;border:0;border-radius:8px;background:transparent;color:#475569;cursor:pointer;font:inherit;font-size:.86rem;font-weight:650;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}
.workforce-subnav button:hover{background:#f1f5f9;color:#0f172a}
.workforce-subnav button.active{background:#eff6ff;color:#1d4ed8;box-shadow:inset 0 0 0 1px #bfdbfe}
[data-workforce-schedule],[data-workforce-attendance]{position:relative}
[data-workforce-schedule]::after{content:"";position:absolute;inset:9px 8px auto auto;inline-size:6px;block-size:6px;border-radius:50%;background:#60a5fa}
.workforce-field{display:grid;flex:1;gap:5px;min-width:165px;color:#cbd5e1;font-size:.7rem;font-weight:700}
.workforce-field select,.workforce-field textarea{width:100%}
.clock-entry{align-items:end;flex-wrap:wrap}
.clock-entry button{min-height:44px;white-space:nowrap}
.clock-entry #attendance-feedback{flex-basis:100%;margin:0;color:#bfdbfe}
.schedule-operations[hidden],.content>[hidden],.schedule-request[hidden]{display:none!important}
.schedule-operations{margin-top:0;padding-top:0;border-top:0}
.schedule-operations>.page-head{margin-top:0}
.schedule-create{margin-top:16px}
.schedule-create .schedule-form{grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:12px;margin:0}
.schedule-create .schedule-form select{min-height:44px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;background:#fff}
.request-filters{display:flex;gap:4px;margin:14px 0 4px;padding:4px;border-radius:9px;background:#f1f5f9}
.request-filters button{flex:1;min-height:40px;border:0;border-radius:7px;background:transparent;color:#64748b;cursor:pointer;font:inherit;font-size:.76rem;font-weight:700}
.request-filters button.active{background:#fff;color:#1d4ed8;box-shadow:var(--shadow-sm)}
.schedule-request{box-shadow:none}
.schedule-actions button{min-height:40px}
.empty-state{display:grid;min-height:120px;padding:20px;border:1px dashed #cbd5e1;border-radius:10px;place-items:center;gap:4px;background:#f8fafc;color:var(--muted);text-align:center}
.empty-state strong{color:#334155}
.people-toolbar{display:grid;gap:8px;margin-top:16px;padding:14px 16px}
.people-toolbar label{color:#334155;font-size:.78rem;font-weight:750}
.people-toolbar>div{display:flex;align-items:center;gap:12px}
.people-toolbar input{flex:1;min-width:0;min-height:44px;padding:9px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;font:inherit}
.people-toolbar span{min-width:90px;color:var(--muted);font-size:.78rem;text-align:right}
.people-toolbar input:focus-visible,.workforce-subnav button:focus-visible,.request-filters button:focus-visible{outline:3px solid #2563eb;outline-offset:2px}
@media(max-width:960px){.schedule-create .schedule-form{grid-template-columns:repeat(2,minmax(0,1fr))}.schedule-create .schedule-form button{width:fit-content}}
@media(max-width:640px){.workforce-subnav{margin-inline:-4px;border-radius:10px}.schedule-create .schedule-form{grid-template-columns:1fr}.schedule-create .schedule-form button{width:100%}.workforce-field{min-width:0;width:100%}.people-toolbar>div{align-items:stretch;flex-direction:column}.people-toolbar span{min-width:0;text-align:left}}
@media(prefers-reduced-motion:reduce){.workforce-subnav button{transition:none}}
