.hrCenter { min-width: 0; }
.hrWorkspace { min-width: 0; }
.centerTabs { display: flex; gap: 8px; overflow-x: auto; padding: 18px 0; border-bottom: 1px solid var(--line); }
.centerTab { flex: 0 0 auto; min-height: 38px; border: 1px solid transparent; border-radius: 5px; padding: 0 12px; background: transparent; color: var(--muted); font-weight: 700; white-space: nowrap; }
.centerTab.active, .centerTab:hover { border-color: var(--line); background: var(--surface); color: var(--brand); }
.hrSection { margin-top: 26px; padding: 22px 0 0; border-top: 1px solid var(--line); }
.hrSection h2, .hrSection h3 { color: var(--ink); }
.hrSection h3 { margin: 0 0 12px; font-size: 16px; }
.hrQueueGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
.hrMetric { padding: 18px; border: 1px solid var(--line); background: var(--surface); border-radius: 6px; }
.hrMetric span, .hrMetric strong { display: block; }
.hrMetric span { color: var(--muted); font-size: 13px; }
.hrMetric strong { margin-top: 8px; color: var(--ink); font-size: 26px; }
.hrList { display: grid; gap: 8px; }
.hrListRow { min-height: 54px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 11px 13px; border: 1px solid var(--line); background: var(--surface); border-radius: 5px; }
.hrListRow strong { color: var(--ink); overflow-wrap: anywhere; }
.hrListRow span, .hrListRow time, .hrListRow b { color: var(--muted); font-size: 13px; font-weight: 500; overflow-wrap: anywhere; }
.hrSplit, .hrEmployeeLayout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.hrEmployeeLayout { grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); }
.hrListButton { width: 100%; text-align: left; font: inherit; cursor: pointer; }
.hrListButton.active { border-color: var(--focus); background: var(--brand-soft); }
.hrDetail { min-height: 220px; padding: 18px; border-left: 1px solid var(--line); background: var(--surface); }
.hrDetail h3 { margin: 4px 0 20px; font-size: 19px; }
.factList { display: grid; gap: 0; margin: 0; }
.factList div { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.factList dt { color: var(--muted); font-size: 13px; }
.factList dd { margin: 0; color: var(--ink); overflow-wrap: anywhere; }
.hrTableWrap { overflow-x: auto; border: 1px solid var(--line); background: var(--surface); }
.hrTable { width: 100%; border-collapse: collapse; min-width: 620px; }
.hrTable th, .hrTable td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; font-size: 13px; }
.hrTable th { color: var(--muted); font-weight: 700; background: #f8faf9; }
.hrTable td { color: var(--text); }
.subsectionTitle { margin-top: 28px !important; }
.hrBatchForm { display: grid; gap: 16px; max-width: 720px; }
.hrBatchForm label { display: grid; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 700; }
.hrBatchForm input, .hrBatchForm select, .hrBatchForm textarea { width: 100%; border: 1px solid var(--line); border-radius: 5px; padding: 11px 12px; background: var(--surface); color: var(--text); }
.hrBatchForm textarea { min-height: 88px; resize: vertical; }
.hrBatchPreview { display: grid; gap: 10px; padding: 16px; border: 1px solid var(--focus); background: var(--brand-soft); }
.hrBatchPreview strong { color: var(--ink); }
.hrBatchPreview span { color: var(--text); font-size: 13px; overflow-wrap: anywhere; }
.mutedNote, .emptyState { color: var(--muted); line-height: 1.6; }
.centerLoading, .centerError { padding: 48px 0; color: var(--muted); }
.centerError h2 { color: var(--ink); font-size: 20px; }
.centerError p { line-height: 1.6; }
@media (max-width: 720px) {
  .hrQueueGrid, .hrSplit, .hrEmployeeLayout { grid-template-columns: 1fr; }
  .hrListRow { grid-template-columns: 1fr; gap: 5px; align-items: start; }
  .hrDetail { border-top: 1px solid var(--line); border-left: 0; }
  .hrSection { margin-top: 18px; padding-top: 18px; }
  .hrMetric strong { font-size: 22px; }
}
