.staff-ui .staff-report-directory { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:40px 48px; max-width:1200px; }
.staff-ui .staff-report-group { min-width:0; }
.staff-ui .staff-report-group h2 { display:flex; align-items:center; gap:10px; margin:0 0 12px; font-size:18px; line-height:26px; font-weight:700; }
.staff-ui .staff-report-group h2 .sl-icon { color:#727278; }
.staff-ui .staff-report-group-links { border-top:1px solid #e4e4e7; }
.staff-ui .staff-report-destination { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:88px; padding:18px 12px 18px 0; border-bottom:1px solid #e4e4e7; color:#303033; text-decoration:none; }
.staff-ui .staff-report-destination > span { display:grid; gap:5px; min-width:0; }
.staff-ui .staff-report-destination strong { font-size:16px; font-weight:500; }
.staff-ui .staff-report-destination span span { color:#727278; font-size:14px; line-height:20px; }
.staff-ui .staff-report-destination > .sl-icon { flex:none; color:#727278; }
.staff-ui .staff-report-destination:hover { background:#f7f7f8; }
.staff-ui .staff-report-destination:hover strong { color:#c52520; }
.staff-ui .staff-report-destination:focus-visible { outline:2px solid #ee342d; outline-offset:3px; border-radius:4px; }
.staff-ui .staff-report-stack { display:grid; gap:24px; min-width:0; }
.staff-ui .staff-report-toolbar { display:flex; align-items:end; flex-wrap:wrap; gap:12px; }
.staff-ui .staff-report-toolbar .staff-field { margin:0; }
.staff-ui .staff-report-toolbar > label { display:grid; gap:6px; min-width:160px; }
.staff-ui .staff-report-toolbar .staff-button-primary { min-height:40px; }
.staff-ui .staff-report-meta { display:flex; flex-wrap:wrap; gap:8px 20px; font-size:13px; line-height:20px; color:#727278; }
.staff-ui .staff-report-heading { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:12px; margin-bottom:16px; }
.staff-ui .staff-report-heading h2 { margin:0; font-size:18px; line-height:26px; font-weight:700; }
.staff-ui .staff-report-number { text-align:right; font-variant-numeric:tabular-nums; white-space:nowrap; }
.staff-ui .staff-report-source { color:#727278; font-size:13px; line-height:20px; }
.staff-ui .staff-report-source > summary { font-size:14px; color:#727278; }
.staff-ui .staff-report-source p { margin:0; }
.staff-ui .staff-report-empty { display:grid; justify-items:start; gap:8px; padding:32px 0; }
.staff-ui .staff-report-empty h2 { margin:0; font-size:18px; font-weight:700; }
.staff-ui .staff-report-empty p { margin:0; color:#727278; max-width:560px; }
@media(max-width:760px) {
  .staff-ui .staff-report-directory { grid-template-columns:minmax(0,1fr); gap:28px; }
  .staff-ui .staff-report-destination { min-height:84px; padding:16px 0; }
  .staff-ui .staff-report-toolbar > label { flex:1; }
  .staff-ui .staff-report-toolbar button,.staff-ui .staff-report-toolbar input[type=submit] { min-height:44px; }
}
.staff-ui .staff-performance-overview { display:flex; flex-wrap:wrap; gap:32px 64px; }
.staff-ui .staff-performance-overview > div { display:grid; gap:8px; }
.staff-ui .staff-performance-overview span { color:#727278; font-size:14px; }
.staff-ui .staff-performance-overview strong { font-size:30px; line-height:36px; font-weight:500; font-variant-numeric:tabular-nums; }
.staff-ui .staff-performance-overview small { font-size:16px; color:#727278; }
.staff-ui .staff-performance-chart { border:1px solid #e4e4e7; border-radius:8px; padding:24px; }
.staff-ui .staff-performance-ranking { list-style:none; padding:0; margin:0; display:grid; gap:12px; }
.staff-ui .staff-performance-ranking li { display:grid; grid-template-columns:minmax(180px,240px) minmax(0,1fr) 96px; align-items:center; gap:24px; }
.staff-ui .staff-performance-route { min-width:0; display:grid; gap:4px; }
.staff-ui .staff-performance-route strong { font-size:14px; font-weight:500; overflow-wrap:anywhere; }
.staff-ui .staff-performance-route span { font-size:13px; color:#727278; }
.staff-ui .staff-performance-bar { height:8px; }
.staff-ui .staff-performance-bar span { display:block; height:100%; background:#ee342d; border-radius:3px; min-width:0; }
.staff-ui .staff-performance-ranking > li > strong { font-size:14px; font-weight:500; }
.staff-ui .staff-performance-column-unit { display:block; font-size:12px; font-weight:400; color:#727278; white-space:nowrap; margin-top:3px; }
.staff-ui .staff-performance-path { display:block; overflow-wrap:anywhere; }
.staff-ui .staff-performance-method { display:grid; gap:12px; padding-top:16px; max-width:800px; }
@media(max-width:760px) {
 .staff-ui .staff-performance-overview { gap:24px; justify-content:space-between; }
 .staff-ui .staff-performance-overview strong { font-size:26px; }
 .staff-ui .staff-performance-chart { padding:16px; }
 .staff-ui .staff-performance-ranking li { grid-template-columns:minmax(0,1fr) 90px; gap:8px 12px; }
 .staff-ui .staff-performance-ranking .staff-performance-route { grid-column:1/-1; }
 .staff-ui .staff-performance-bar { height:12px; }
}
.staff-ui .staff-reconciliation-index { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); border:1px solid #e4e4e7; border-radius:8px; overflow:hidden; }
.staff-ui .staff-reconciliation-index-item { display:flex; gap:10px; align-items:center; min-height:52px; padding:14px 16px; color:#303033; text-decoration:none; border-bottom:1px solid #eeeef0; }
.staff-ui .staff-reconciliation-index-item:nth-child(odd) { border-right:1px solid #eeeef0; }
.staff-ui .staff-reconciliation-index-item .sl-icon { flex:none; color:#727278; }
.staff-ui .staff-reconciliation-index-item span { flex:1; min-width:0; }
.staff-ui .staff-reconciliation-index-item strong { font-weight:400; color:#727278; white-space:nowrap; }
.staff-ui .staff-reconciliation-index-item:hover { background:#f7f7f8; }
.staff-ui .staff-reconciliation-section { scroll-margin-top:24px; }
.staff-ui .staff-reconciliation-section > summary { gap:12px; }
.staff-ui .staff-reconciliation-section > summary > span:first-of-type { flex:1; }
.staff-ui .staff-reconciliation-count { font-size:13px; color:#727278; font-weight:400; }
.staff-ui .staff-reconciliation-body { display:grid; gap:16px; padding:20px; min-width:0; }
.staff-ui .staff-reconciliation-body > p { margin:0; }
.staff-ui .staff-reconciliation-text { overflow-wrap:anywhere; }
.staff-ui .staff-reconciliation-fact-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.staff-ui .staff-reconciliation-fact-list h3 { margin:0 0 16px; font-size:15px; font-weight:500; }
.staff-ui .staff-reconciliation-fact-list dl { display:grid; gap:10px; margin:0; }
.staff-ui .staff-reconciliation-fact-list dl div { display:flex; gap:16px; justify-content:space-between; }
.staff-ui .staff-reconciliation-fact-list dt { color:#727278; }
.staff-ui .staff-reconciliation-fact-list dd { margin:0; font-variant-numeric:tabular-nums; }
@media(max-width:760px) {
 .staff-ui .staff-reconciliation-index,.staff-ui .staff-reconciliation-fact-list { grid-template-columns:minmax(0,1fr); }
 .staff-ui .staff-reconciliation-index-item:nth-child(odd) { border-right:0; }
 .staff-ui .staff-reconciliation-body { padding:16px; }
 .staff-ui .staff-reconciliation-count { max-width:100px; text-align:right; }
}
.staff-ui .staff-report-identity { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.staff-ui .staff-report-heading h2 > .staff-report-meta { display:inline; margin-left:8px; font-weight:400; }
.staff-ui .staff-attribution-detail { display:grid; grid-template-columns:minmax(0,1fr) minmax(280px,340px); gap:40px; align-items:start; }
.staff-ui .staff-attribution-detail > aside { border-left:1px solid #e4e4e7; padding-left:28px; }
.staff-ui .staff-attribution-copy { display:grid; gap:8px; }
.staff-ui .staff-attribution-copy > label { font-weight:500; }
.staff-ui .staff-attribution-copy > div { display:flex; gap:8px; min-width:0; }
.staff-ui .staff-attribution-copy input { min-width:0; flex:1; font-size:13px; }
.staff-ui .staff-attribution-copy button { flex:none; }
.staff-ui .staff-attribution-facts { margin:0; display:grid; gap:16px; }
.staff-ui .staff-attribution-facts div { display:grid; gap:4px; }
.staff-ui .staff-attribution-facts dt { color:#727278; font-size:13px; }
.staff-ui .staff-attribution-facts dd { margin:0; overflow-wrap:anywhere; }
.staff-ui .staff-attribution-archive { border-top:1px solid #e4e4e7; padding-top:20px; }
@media(max-width:1000px) { .staff-ui .staff-attribution-detail { grid-template-columns:minmax(0,1fr); gap:32px; } .staff-ui .staff-attribution-detail > aside { padding-left:0; border-left:0; } .staff-ui .staff-attribution-facts { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:500px) { .staff-ui .staff-attribution-copy > div { flex-wrap:wrap; } .staff-ui .staff-attribution-copy input { flex-basis:100%; } .staff-ui .staff-attribution-copy button { min-height:44px; } }
.staff-ui .staff-reconciliation-section > summary { font-size:16px; font-weight:500; }
.staff-ui .staff-reconciliation-codes { display:grid; gap:12px; padding:16px 0 0; }
.staff-ui .staff-reconciliation-codes div { display:grid; gap:4px; }
.staff-ui .staff-reconciliation-codes dd { margin:0; overflow-wrap:anywhere; }
.staff-ui .staff-attribution-table td { white-space:nowrap; }
.staff-ui .staff-attribution-table td:not(:first-child) { overflow:hidden; text-overflow:ellipsis; }
