.ops-page { display: grid; gap: 20px; color: var(--navy); min-width: 0; }
.ops-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ops-heading h1 { margin: 0; font-size: 28px; font-weight: 650; line-height: 1.25; letter-spacing: -.7px; }
.ops-heading p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.ops-heading .ops-eyebrow { margin: 0 0 5px; font-size: 12px; }
.ops-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.ops-page .btn { font-weight: 600; border-radius: 7px; box-shadow: none; gap: 6px; }
.ops-page .btn-primary:hover { background: var(--red-dark); }
.ops-page a:focus-visible, .ops-page button:focus-visible, .ops-page input:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.ops-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ops-metric, .ops-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; min-width: 0; }
.ops-metric { display: flex; flex-direction: column; gap: 7px; padding: 20px; }
.ops-metric:hover { border-color: #bbc5d6; }
.ops-metric > span { color: var(--muted); font-size: 13px; }
.ops-metric > strong { font-size: 32px; line-height: 1.1; }
.ops-metric > small { font-size: 12px; color: var(--muted); }
.ops-work-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 20px; align-items: start; }
.ops-card-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 20px; border-bottom: 1px solid var(--line); }
.ops-card-heading h2 { margin: 0; font-size: 16px; font-weight: 650; line-height: 1.45; }
.ops-card-heading p { color: var(--muted); margin: 6px 0 0; font-size: 12px; line-height: 1.5; }
.ops-link { color: var(--navy); font-size: 13px; font-weight: 600; }
.ops-link:hover { color: var(--red); text-decoration: underline; }
.ops-card-heading > .ops-link { flex: 0 0 auto; margin-top: 3px; }
.ops-counts { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.ops-counts > a { display: flex; gap: 10px; align-items: center; padding: 16px 20px; }
.ops-counts > a + a { border-left: 1px solid var(--line); }
.ops-counts strong { font-size: 23px; }
.ops-counts span { color: var(--muted); font-size: 12px; }
.ops-danger { color: #c52835; }
.ops-list { display: grid; }
.ops-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 20px; min-width: 0; }
.ops-row + .ops-row { border-top: 1px solid #eef2f7; }
a.ops-row:hover, .ops-row:has(a:hover) { background: #fafbfd; }
.ops-row-main { display: flex; flex-direction: column; min-width: 0; gap: 5px; overflow-wrap: anywhere; }
.ops-row-main strong { font-size: 13px; font-weight: 600; line-height: 1.4; }
.ops-row-main span { font-size: 12px; line-height: 1.5; color: var(--muted); }
.ops-row-end { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; flex: 0 0 auto; }
.ops-row-end small { font-size: 11px; color: var(--muted); }
.ops-row > .btn { flex: 0 0 auto; }
.ops-pill { display: inline-block; vertical-align: middle; padding: 4px 8px; border-radius: 5px; background: #f1f4f8; color: #526075; font-size: 11px; font-weight: 500; line-height: 1.3; }
.ops-pill-danger { color: #b42332; background: #fff0f1; }
.ops-pill-success { color: #15734c; background: #eaf8f0; }
.ops-empty { padding: 30px 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.ops-empty strong { color: var(--navy); display: block; font-size: 14px; font-weight: 600; }
.ops-empty p { margin: 7px 0 12px; }
.ops-footnote { color: var(--muted); margin: 0; padding: 12px 20px; border-top: 1px solid var(--line); font-size: 11px; line-height: 1.5; }
.ops-table-wrap { overflow-x: auto; }
.ops-table { width: 100%; border-collapse: collapse; font-size: 13px; text-align: left; }
.ops-table th { color: var(--muted); font-size: 11px; font-weight: 500; padding: 13px 20px; background: #fafbfd; white-space: nowrap; }
.ops-table td { padding: 16px 20px; border-top: 1px solid #eef2f7; max-width: 360px; overflow-wrap: anywhere; }
.ops-table td:first-child { white-space: nowrap; }
.ops-table tbody tr:hover { background: #fafbfd; }
.ops-search-card { padding: 20px; }
.ops-search-form { display: grid; gap: 10px; }
.ops-search-form label { color: var(--muted); font-size: 13px; }
.ops-search-form > div { display: flex; gap: 10px; }
.ops-search-form input { min-width: 0; flex: 1; padding: 11px 13px; border: 1px solid #cfd6e2; border-radius: 7px; color: var(--navy); background: #fff; }
.ops-search-summary { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.ops-search-results { display: grid; gap: 20px; }
@media (max-width: 1250px) {
    .ops-heading { align-items: flex-start; flex-direction: column; }
    .ops-work-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .ops-page { gap: 14px; }
    .ops-heading h1 { font-size: 24px; }
    .ops-heading p { font-size: 13px; line-height: 1.5; }
    .ops-actions { width: 100%; }
    .ops-actions .btn { flex: 1 1 auto; padding: 0 10px; font-size: 12px; }
    .ops-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .ops-metric { padding: 15px; }
    .ops-metric > strong { font-size: 27px; }
    .ops-metric > small { font-size: 11px; }
    .ops-card-heading { padding: 16px; gap: 8px; flex-wrap: wrap; }
    .ops-card-heading h2 { font-size: 15px; }
    .ops-row { padding: 14px 16px; gap: 10px; }
    .ops-row-end { max-width: 105px; }
    .ops-row-end small { text-align: right; }
    .ops-row > .ops-pill { max-width: 95px; flex: 0 0 auto; }
    .ops-counts > a { padding: 14px 16px; }
    .ops-empty { padding: 22px 16px; }
    .ops-table th, .ops-table td { padding: 12px 16px; }
    .ops-table { min-width: 580px; }
    .ops-search-card { padding: 16px; }
    .ops-search-form input { font-size: 16px; }
}
