.shift-handover-panel{margin-top:18px;padding:22px;border:1px solid var(--ops-line);border-radius:18px;background:var(--ops-panel);box-shadow:0 10px 28px rgba(22,46,72,.07)}
.shift-handover-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.shift-handover-toolbar h2{margin:0 0 5px;font-size:21px;color:var(--ops-text)}
.shift-handover-toolbar p{margin:0;color:var(--ops-muted);font-size:14px}
.shift-handover-table-wrap{overflow:auto;border:1px solid var(--ops-line);border-radius:14px;background:var(--ops-panel)}
.shift-handover-table{width:100%;min-width:1320px;border-collapse:separate;border-spacing:0;table-layout:fixed}
.shift-handover-table th{padding:12px 8px;background:color-mix(in srgb,var(--srca-green) 10%,var(--ops-panel));color:var(--ops-text);font-size:13px;font-weight:800;text-align:center;border-bottom:1px solid var(--ops-line)}
.shift-handover-table td{padding:8px;border-bottom:1px solid var(--ops-line);vertical-align:top;text-align:center;color:var(--ops-text)}
.shift-handover-table tbody tr:last-child td{border-bottom:0}
.shift-handover-table th:nth-child(1){width:165px}.shift-handover-table th:nth-child(2){width:165px}.shift-handover-table th:nth-child(3){width:250px}.shift-handover-table th:nth-child(4){width:115px}.shift-handover-table th:nth-child(5){width:165px}.shift-handover-table th:nth-child(6){width:155px}.shift-handover-table th:nth-child(7){width:200px}.shift-handover-table th:nth-child(8){width:105px}
.shift-handover-table input,.shift-handover-table textarea,.shift-handover-table select{width:100%;box-sizing:border-box;border:1px solid var(--ops-line);border-radius:9px;padding:8px 9px;background:var(--ops-bg);color:var(--ops-text);font:inherit;outline:none}
.shift-handover-table input[type="datetime-local"]{direction:ltr;text-align:center;min-height:42px;font-size:.88rem;font-weight:800}
.shift-handover-table select{min-height:42px;font-weight:900;text-align:center}
.shift-handover-table textarea{min-height:66px;resize:vertical;line-height:1.45}
.shift-handover-table input:focus,.shift-handover-table textarea:focus,.shift-handover-table select:focus{border-color:var(--srca-green);box-shadow:0 0 0 3px rgba(22,126,92,.12)}
.shift-handover-ended-at[readonly]{background:color-mix(in srgb,var(--ops-line) 25%,var(--ops-panel));cursor:default}
.shift-handover-row-actions{display:flex;flex-direction:column;gap:6px}
.shift-handover-row-actions .btn{width:100%;min-height:34px;padding:5px 8px;font-size:.82rem}
.shift-handover-empty{padding:30px;text-align:center;color:var(--ops-muted);font-weight:700}
@media(max-width:760px){.shift-handover-panel{padding:14px}.shift-handover-toolbar{align-items:stretch;flex-direction:column}.shift-handover-toolbar .btn{width:100%}}
