.reconcile{margin-top:10px;padding:9px 12px;border:1px solid #d9b2c0;border-radius:4px;background:#fbf0f4;color:#6b4855;font-size:11px}
.reconcile strong{color:#4d3440}
.category-hire{border-color:#b9d8c5;background:#e8f7ee;color:#216d43}
.category-transfer{border-color:#bdd2e6;background:#edf5fc;color:#275f91}
.category-dismissal{border-color:#e2b7b2;background:#fff0ef;color:#963b34}
.category-other{border-color:#d5d9de;background:#f0f2f4;color:#65707d}
.early-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:10px}
.early-grid article{padding:11px 13px;border:1px solid var(--ui-border);border-top:3px solid var(--ui-accent);border-radius:4px;background:#fff;box-shadow:var(--ui-shadow)}
.early-grid small,.early-grid strong{display:block}
.early-grid small{color:var(--ui-muted)}
.early-grid strong{margin-top:4px;font-size:18px;font-weight:500}
@media(max-width:700px){.early-grid{grid-template-columns:1fr}}
.quality{display:inline-block;padding:2px 7px;border:1px solid transparent;border-radius:3px;font-size:10px;font-weight:700;text-transform:uppercase}
.quality-critical{border-color:#e2b7b2;background:#fff0ef;color:#963b34}
.quality-high{border-color:#c8b2df;background:#f4eef9;color:#6f5f86}
.quality-medium{border-color:#c9d5e1;background:#eef3f8;color:#45647d}
.report-export{display:flex;justify-content:flex-end;margin-bottom:-34px;position:relative;z-index:1}
.timesheet-wrap{display:block;width:100%;max-width:100%;overflow-x:scroll;overflow-y:auto;border:1px solid var(--ui-border);border-radius:4px;background:#fff;max-height:68vh;padding-bottom:8px;scrollbar-gutter:stable}
.timesheet-grid{border-collapse:separate;border-spacing:0;table-layout:fixed;min-width:100%;width:max-content;font-size:11px}
.timesheet-grid th,.timesheet-grid td{box-sizing:border-box;border-right:1px solid #dfe5ec;border-bottom:1px solid #e6ebf0;padding:3px 4px;text-align:center;vertical-align:middle;background:#fff}
.timesheet-grid thead th{position:sticky;top:0;z-index:2;background:#f4f6f8;color:#4b5560;font-weight:600}
.timesheet-grid thead th.day-col,.timesheet-grid tbody td{width:42px;min-width:42px;max-width:42px}
.timesheet-grid thead th.total-col,.timesheet-grid tbody td.total{width:68px;min-width:68px;max-width:68px}
.timesheet-grid thead th span,.timesheet-grid thead th small{display:block;line-height:1.1}
.timesheet-grid thead th small{margin-top:2px;color:#7b8591;font-size:9px;text-transform:lowercase}
.timesheet-grid th.weekend{background:#f4eef9;color:#6f5f86}
.timesheet-grid .timesheet-person{position:sticky;left:0;z-index:3;width:285px;min-width:285px;max-width:285px;text-align:left;background:#fbfcfd;box-shadow:1px 0 0 #dfe5ec}
.timesheet-grid tbody .timesheet-person{font-weight:600}
.timesheet-grid .timesheet-person a{display:block;color:#1f5f92;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.15}
.timesheet-grid .timesheet-person small{display:block;margin-top:3px;color:#7b8591;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.1}
.timesheet-grid td{height:34px}
.timesheet-grid td.filled{box-shadow:inset 0 0 0 1px #9fb7ca;background:#f3f7fa!important;color:#30495d!important}
.timesheet-grid td.cell-available{box-shadow:inset 0 0 0 1px #58a36f;background:#e5f5eb!important;color:#166238!important}
.timesheet-grid td.cell-vacation{box-shadow:inset 0 0 0 1px #c99bac;background:#f7edf1!important;color:#7a4d5e!important}
.timesheet-grid td.cell-sick{box-shadow:inset 0 0 0 1px #b85c55;background:#ffe2df!important;color:#8d3832!important}
.timesheet-grid td.cell-parental{box-shadow:inset 0 0 0 1px #8d79c7;background:#ece6ff!important;color:#4d3f91!important}
.timesheet-grid td.cell-other,.timesheet-grid td.cell-mixed{box-shadow:inset 0 0 0 1px #788795;background:#e4e8ec!important;color:#3f4b55!important}
.timesheet-grid td.hours-low{box-shadow:inset 0 0 0 1px #c99bac!important;background:#f7edf1!important;color:#7a4d5e!important}
.timesheet-grid td.hours-normal{box-shadow:inset 0 0 0 1px #3d9b5d!important;background:#dff3e7!important;color:#135f33!important}
.timesheet-grid td.hours-high{box-shadow:inset 0 0 0 1px #2f6fa3!important;background:#e2f0fb!important;color:#1c5683!important}
.timesheet-grid td.day-off{box-shadow:inset 0 0 0 1px #aeb8c2!important;background:#f1f3f5!important;color:#596673!important}
.timesheet-grid td.time-vacation{box-shadow:inset 0 0 0 1px #c99bac!important;background:#f7edf1!important;color:#7a4d5e!important}
.timesheet-grid td.time-sick{box-shadow:inset 0 0 0 1px #b85c55!important;background:#ffe2df!important;color:#8d3832!important}
.timesheet-grid td.time-parental{box-shadow:inset 0 0 0 1px #8d79c7!important;background:#ece6ff!important;color:#4d3f91!important}
.timesheet-grid td.time-other,.timesheet-grid td.time-mixed{box-shadow:inset 0 0 0 1px #788795!important;background:#e4e8ec!important;color:#3f4b55!important}
.timesheet-grid td.empty-cell{background:#fafbfc}
.timesheet-grid td strong{display:block;font-size:12px;font-weight:800;line-height:1}
.timesheet-grid td small{display:block;margin-top:2px;width:34px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit;font-size:9px;line-height:1;opacity:.82}
.timesheet-grid td.total,.timesheet-grid thead th:nth-last-child(-n+2){position:sticky;background:#fbf0f4;font-weight:700;color:#6b4855}
.timesheet-grid td.total:last-child,.timesheet-grid thead th:last-child{right:0}
.timesheet-grid td.total:nth-last-child(2),.timesheet-grid thead th:nth-last-child(2){right:68px}
@media(max-width:900px){.timesheet-wrap{max-height:70vh}.timesheet-grid .timesheet-person{width:210px;min-width:210px;max-width:210px}.timesheet-grid thead th.day-col,.timesheet-grid tbody td{width:40px;min-width:40px;max-width:40px}.timesheet-grid td small{width:32px}}
