:root { color-scheme: light; }
* { box-sizing: border-box; }
body {
  margin: 0; padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #f7f8fa; color: #1f2328;
}
h1 { font-size: 20px; margin: 0 0 4px 0; }
h2 { font-size: 15px; margin: 28px 0 10px 0; color: #1f2328; }
h3 { font-size: 13px; color: #1f2328; }
.sub { color: #6b7280; font-size: 13px; margin: 0 0 16px 0; }
code { background: #f3f4f6; padding: 1px 5px; border-radius: 4px; font-size: 12px; }
a { color: #4f46e5; }
.controls {
  display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap;
  background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 14px 16px; margin-bottom: 12px;
}
.field { display: flex; flex-direction: column; gap: 4px; }
.field label { font-size: 11px; color: #6b7280; text-transform: uppercase; letter-spacing: .03em; }
select, button, input[type="date"], input[type="text"], input[type="password"], input[type="file"] {
  font-size: 13px; padding: 7px 10px; border-radius: 7px; border: 1px solid #d1d5db; background: #fff; color: #1f2328;
}
.preset-row { display: flex; gap: 6px; }
button.preset { padding: 4px 8px; font-size: 11px; background: #f3f4f6; cursor: pointer; }
button.preset:hover { background: #e5e7eb; }
button.primary { background: #4f46e5; color: #fff; border-color: #4f46e5; cursor: pointer; font-weight: 600; }
button.primary:hover { background: #4338ca; }
button.primary:disabled { opacity: .6; cursor: default; }
button.secondary { background: #fff; cursor: pointer; }
button.secondary:hover { background: #f3f4f6; }
.status-line { font-size: 12px; color: #6b7280; margin-left: auto; align-self: center; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.card { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 12px 14px; }
.card .val { font-size: 22px; font-weight: 700; line-height: 1.1; }
.card .lbl { font-size: 12px; color: #6b7280; margin-top: 4px; }
.card.warn .val { color: #b45309; }
.card.bad .val { color: #b91c1c; }
.card.good .val { color: #15803d; }
.card.na { opacity: .55; }
.card .tag { display: inline-block; font-size: 9px; text-transform: uppercase; letter-spacing: .03em; background: #eef2ff; color: #4338ca; border-radius: 4px; padding: 1px 5px; margin-top: 5px; }
.card.clickable { cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.card.clickable:hover { border-color: #4f46e5; box-shadow: 0 0 0 2px rgba(79,70,229,.15); }
.team-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
.team-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 12px 14px; cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.team-card:hover { border-color: #4f46e5; }
.team-card.active { border-color: #4f46e5; box-shadow: 0 0 0 2px rgba(79,70,229,.15); }
.team-card .tname { font-weight: 700; font-size: 13px; }
.team-card .tgroup { font-size: 10px; color: #6b7280; text-transform: uppercase; letter-spacing: .03em; margin-bottom: 4px; }
.team-card .trow { display: flex; justify-content: space-between; font-size: 12px; color: #4b5563; margin-top: 3px; }
.team-card .trow .num-link { color: #0129AC; font-weight: 700; }
.team-card .trow .num-link:hover { text-decoration: underline; }
.team-card .tscore { font-size: 20px; font-weight: 700; margin-top: 6px; }
.panel { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 14px 16px; }
table { width: 100%; border-collapse: collapse; font-size: 13px; background: #fff; }
th, td { text-align: left; padding: 8px 10px; border-bottom: 1px solid #eef0f2; }
th { font-size: 11px; text-transform: uppercase; letter-spacing: .02em; color: #6b7280; cursor: pointer; user-select: none; white-space: nowrap; }
th:hover { color: #1f2328; }
th.sorted::after { content: " \25BC"; font-size: 9px; }
tbody tr:hover { background: #fafafa; }
.grade { font-weight: 700; padding: 2px 8px; border-radius: 12px; font-size: 12px; display: inline-block; }
.grade.great { background: #dcfce7; color: #15803d; }
.grade.ok { background: #fef9c3; color: #854d0e; }
.grade.poor { background: #fee2e2; color: #b91c1c; }
.teamtag { font-size: 10px; padding: 1px 6px; border-radius: 4px; background: #f3f4f6; color: #4b5563; display: inline-block; }
.table-wrap { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; margin-top: 8px; }
.table-scroll { overflow-x: auto; }
.table-toolbar { display: flex; gap: 8px; align-items: center; padding: 10px 12px; border-bottom: 1px solid #eef0f2; flex-wrap: wrap; }
.table-toolbar input[type="text"] { width: 220px; }
.note { font-size: 12px; color: #6b7280; background: #fff; border: 1px dashed #d1d5db; border-radius: 8px; padding: 10px 12px; margin-top: 16px; line-height: 1.5; }
.note b { color: #1f2328; }
.pill { display: inline-block; font-size: 10px; background: #f3f4f6; color: #6b7280; border-radius: 4px; padding: 1px 6px; margin-left: 4px; }
.empty-state { text-align: center; padding: 30px; color: #6b7280; font-size: 13px; }
.cap-note { font-size: 11px; color: #b45309; margin-top: 6px; }
.action-status-sel { font-size: 13px; padding: 4px 6px; border-radius: 6px; border: 1px solid #d1d5db; background: #fff; }
.action-status-sel.status-yes { color: #15803d; font-weight: 600; border-color: #86efac; }
.action-status-sel.status-no { color: #b91c1c; font-weight: 600; border-color: #fca5a5; }
.tab-bar { display: flex; gap: 4px; margin: 4px 0 18px; border-bottom: 2px solid #e5e7eb; flex-wrap: wrap; }
.tab-btn { background: none; border: none; padding: 10px 18px; font-size: 14px; font-weight: 600; color: #6b7280; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; }
.tab-btn:hover { color: #1f2328; }
.tab-btn.active { color: #0129AC; border-bottom-color: #0129AC; }
.tab-page { display: none; }
.tab-page.active { display: block; }
.seg-tab-bar, .month-tabs { display: flex; gap: 6px; margin: 0 0 12px; flex-wrap: wrap; }
.seg-tab-btn, .month-tab-btn { padding: 6px 16px; border: 1px solid #d1d5db; border-radius: 6px; background: #fff; cursor: pointer; font-size: 13px; color: #374151; }
.seg-tab-btn:hover, .month-tab-btn:hover { background: #f3f4f6; }
.seg-tab-btn.active, .month-tab-btn.active { background: #4f46e5; color: #fff; border-color: #4f46e5; }
.month-tab-panel { display: none; }
.month-tab-panel.active { display: block; }
.person-tickets-table th, .person-tickets-table td { border: 1px solid #e5e7eb; padding: 7px 10px; text-align: center; }
.person-tickets-table th { background: #DBEAFE; color: #0029AB; font-weight: 700; font-size: 11px; text-transform: uppercase; }
.person-tickets-table td:first-child, .person-tickets-table th:first-child { text-align: left; }
.person-tickets-table tbody tr:nth-child(even) td { background: #F7F8FC; }
.person-tickets-table tfoot td { background: #E2E3F3; font-weight: 700; }
.person-tickets-table td.clickable-cell { cursor: pointer; color: #0129AC; font-weight: 700; }
.person-tickets-table td.clickable-cell:hover { text-decoration: underline; }
.num-link { cursor: pointer; color: #0129AC; font-weight: 700; text-decoration: none; }
.num-link:hover { text-decoration: underline; }
.trend-up { color: #15803d; font-weight: 600; }
.trend-down { color: #b91c1c; font-weight: 600; }

.kpi-range-bar {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 8px;
  padding: 8px 14px; margin: 10px 0; font-size: 12.5px; color: #312e81;
}
.kpi-range-label { font-weight: 800; letter-spacing: .04em; font-size: 11px; }
.kpi-range-dates { font-weight: 700; }
.kpi-range-hint { color: #6366f1; margin-left: auto; font-size: 11.5px; }
.kpi-range-bar input[type="date"] { font-size: 12px; padding: 4px 6px; }
.kpi-range-bar button.secondary { font-size: 11.5px; padding: 4px 8px; }

.kpi-targets-bar {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  background: #fde68a; border: 1px solid #f5c542; border-radius: 8px;
  padding: 8px 14px; margin: 10px 0 18px; font-size: 12.5px; color: #78350f;
}
.kpi-targets-label { font-weight: 800; letter-spacing: .04em; font-size: 11px; margin-right: 4px; }
.kpi-summary-block { margin-bottom: 22px; }
.kpi-block-header {
  color: #fff; font-weight: 700; font-size: 13px; padding: 8px 14px;
  border-radius: 8px 8px 0 0; display: flex; align-items: baseline; gap: 10px;
}
.kpi-block-hint { font-weight: 400; font-size: 11px; opacity: .85; }
.kpi-head-day { background: #d97706; }
.kpi-head-night { background: #4338ca; }
.kpi-head-both { background: #0e7490; }
.kpi-head-alert { background: #b91c1c; }
.kpi-summary-block .table-wrap { border-radius: 0 0 10px 10px; margin-top: 0; }
tr.dev-row-unassigned td { background: #fef2f2; }
tr.dev-row-assigned td { background: #f0fdf4; }
table.kpi-table th, table.kpi-table td { text-align: center; white-space: nowrap; }
table.kpi-table th:first-child, table.kpi-table td:first-child,
table.kpi-table th:nth-child(2), table.kpi-table td:nth-child(2) { text-align: left; }
table.kpi-table tfoot td { background: #eef2ff; font-weight: 700; }
table.kpi-table td.good-cell { color: #15803d; font-weight: 700; }
table.kpi-table td.bad-cell { color: #b91c1c; font-weight: 700; }
table.kpi-daily-table input[type="number"] {
  width: 64px; text-align: right; font-size: 13px; padding: 5px 6px;
  border-radius: 6px; border: 1px solid #e7c65c; background: #fff9db;
}
table.kpi-daily-table input[type="number"]:focus { background: #fff; border-color: #4f46e5; outline: none; }
table.kpi-daily-table tbody tr:nth-child(7n) td { border-bottom: 2px solid #d1d5db; }
tr.kpi-today-row td { background: #eef2ff; }
.kpi-today-tag { display: inline-block; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; background: #4f46e5; color: #fff; border-radius: 4px; padding: 1px 6px; margin-left: 4px; }


.kpi-week-toggle {
  width: 100%; text-align: left; display: flex; align-items: center; gap: 8px;
  background: #f3f4f6; border: none; border-top: 1px solid #e5e7eb; padding: 10px 14px;
  font-size: 13px; font-weight: 600; color: #374151; cursor: pointer;
}
.kpi-week-toggle:hover { background: #e5e7eb; }
.kpi-week-toggle.open { background: #eef2ff; color: #312e81; }
.kpi-week-caret { font-size: 11px; }
.kpi-week-toggle-sub { margin-left: auto; font-size: 11px; font-weight: 400; color: #6b7280; }

.kpi-add-project { background: #fff; border: 2px solid #4f46e5; border-radius: 12px; padding: 16px; margin-bottom: 22px; box-shadow: 0 2px 10px rgba(79,70,229,.08); }
.kpi-add-project-title { font-weight: 700; font-size: 15px; margin-bottom: 12px; }
.kpi-add-project-fields { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; }
.kpi-add-project-fields label { display: flex; flex-direction: column; gap: 4px; font-size: 11px; color: #6b7280; }
.kpi-add-project-fields input[type="text"], .kpi-add-project-fields input[type="date"], .kpi-add-project-fields select {
  font-size: 13px; padding: 7px 9px; border-radius: 7px; border: 1px solid #d1d5db;
}
.kpi-add-checkbox { flex-direction: row !important; align-items: center; gap: 6px !important; font-size: 12px !important; color: #374151 !important; }
.kpi-day-group-row td { background: #f3f4f6; font-weight: 700; font-size: 11.5px; text-transform: uppercase; letter-spacing: .03em; color: #6b7280; padding: 6px 10px; }
.kpi-day-group-row.kpi-today-row td { background: #eef2ff; color: #4338ca; }
.kpi-empty-day td { color: #9ca3af; font-style: italic; font-size: 12px; }
.kpi-daily-table td.good-cell, .kpi-daily-table td.bad-cell { font-weight: 700; }

.kpi-scorecard-block { margin-bottom: 20px; }
.kpi-scorecard-head { font-weight: 700; font-size: 14px; margin-bottom: 10px; display: flex; align-items: baseline; gap: 8px; }
.kpi-scorecard-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.kpi-score-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 12px 14px; }
.kpi-score-card.good-cell { border-color: #86efac; background: #f0fdf4; }
.kpi-score-card.bad-cell { border-color: #fca5a5; background: #fef2f2; }
.kpi-score-val { font-size: 22px; font-weight: 700; }
.kpi-score-card.good-cell .kpi-score-val { color: #15803d; }
.kpi-score-card.bad-cell .kpi-score-val { color: #b91c1c; }
.kpi-score-lbl { font-size: 12px; color: #374151; margin-top: 2px; }
.kpi-score-target { font-size: 10.5px; color: #9ca3af; margin-top: 3px; }

.kpi-inner-tabs { margin: 4px 0 16px; }
.kpi-inner-tab-body { min-height: 100px; }

.kpi-details-toggle {
  background: none; border: none; color: #4f46e5; font-size: 12.5px; font-weight: 600;
  cursor: pointer; padding: 8px 0 0; text-align: left;
}
.kpi-details-toggle:hover { text-decoration: underline; }

/* Collapsible section wrapper (native <details>/<summary>) used to keep dense report tabs
   (e.g. Shift Lead) from dumping every table onto the page at once — collapsed by default,
   summary line stays visible so users can see what's inside before opening it. */
.kpi-collapsible { margin-bottom: 22px; }
.kpi-collapsible > summary {
  list-style: none; cursor: pointer; display: flex; align-items: baseline; gap: 8px;
}
.kpi-collapsible > summary::-webkit-details-marker { display: none; }
.kpi-collapsible > summary::before {
  content: '▸'; font-size: 11px; color: #6b7280; transition: transform 0.15s ease;
}
.kpi-collapsible[open] > summary::before { transform: rotate(90deg); }
.kpi-collapsible > summary .kpi-block-header { margin: 0; flex: 1; }
.kpi-week-collapsible { margin-top: 12px; }
.kpi-week-collapsible > summary {
  list-style: none; cursor: pointer; display: flex; align-items: baseline; gap: 8px;
}
.kpi-week-collapsible > summary::-webkit-details-marker { display: none; }
.kpi-week-collapsible > summary::before {
  content: '▸'; font-size: 11px; color: #6b7280; transition: transform 0.15s ease;
}
.kpi-week-collapsible[open] > summary::before { transform: rotate(90deg); }
.kpi-add-project-details { margin-top: 10px; padding-top: 10px; border-top: 1px solid #eef0f2; }
.kpi-mark-all-good-btn { font-size: 11.5px; padding: 4px 10px; margin-bottom: 10px; }
.kpi-add-project-checkboxes { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.trend-flat { color: #9ca3af; }
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(17,24,39,.55); z-index: 1000; align-items: center; justify-content: center; padding: 24px; }
.modal-overlay.open { display: flex; }
.modal-box { background: #fff; border-radius: 12px; width: 100%; max-width: 900px; max-height: 85vh; display: flex; flex-direction: column; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 14px 18px; border-bottom: 1px solid #eef0f2; }
.modal-head h3 { margin: 0; font-size: 15px; }
.modal-head .modal-sub { font-size: 12px; color: #6b7280; margin-top: 2px; }
.modal-close { background: #f3f4f6; border: none; border-radius: 8px; width: 30px; height: 30px; font-size: 16px; cursor: pointer; color: #4b5563; flex-shrink: 0; }
.modal-close:hover { background: #e5e7eb; }
.modal-body { overflow: auto; }
.modal-body table { font-size: 12px; }
.modal-body a.ticket-link { color: #4f46e5; font-weight: 600; text-decoration: none; }
.modal-body a.ticket-link:hover { text-decoration: underline; }
.source-toggle { display: flex; gap: 6px; align-items: center; font-size: 12px; color: #374151; }
.source-toggle select { font-size: 12px; padding: 4px 8px; }
.rca-manager { margin-bottom: 18px; }
.rca-manager-title { background: #0129AC; color: #fff; font-weight: 700; padding: 8px 12px; border-radius: 6px; margin-bottom: 8px; }
.rca-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 10px 14px; margin-bottom: 8px; }
.rca-card .rca-title { font-weight: 700; font-size: 13px; }
.rca-card .rca-meta { font-size: 11px; color: #6b7280; margin: 2px 0 6px; }

/* ===================== Shift Lead dashboard ===================== */
/* Hero KPI row — the "at a glance" strip at the very top of the tab. Bigger than the
   generic .card/.kpi-score-card (which stay at 22px) so it reads as the headline. */
.sl-hero-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; margin: 10px 0 22px; }
.sl-hero-tile {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 16px 18px;
  box-shadow: 0 1px 3px rgba(16,24,40,.04);
}
.sl-hero-tile .sl-hero-val { font-size: 32px; font-weight: 800; line-height: 1.05; color: #1f2328; }
.sl-hero-tile .sl-hero-lbl { font-size: 13px; color: #4b5563; margin-top: 6px; font-weight: 600; }
.sl-hero-tile .sl-hero-sub { font-size: 12px; color: #9ca3af; margin-top: 2px; }
.sl-hero-tile.good-cell { border-color: #86efac; background: #f0fdf4; }
.sl-hero-tile.good-cell .sl-hero-val { color: #15803d; }
.sl-hero-tile.bad-cell { border-color: #fca5a5; background: #fef2f2; }

/* "Shift Leads Compared" cards — one per lead, a handful of key numbers, no scrolling
   table. Reuses the same good/bad coloring convention as .sl-hero-tile / slGoodClass. */
.sl-lead-compare-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.sl-lead-compare-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 14px 16px; }
.sl-lead-compare-name { font-size: 15px; font-weight: 700; color: #1f2328; margin-bottom: 10px; }
.sl-lead-compare-metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(78px, 1fr)); gap: 10px; }
.sl-lead-compare-metric { text-align: center; }
.sl-lead-compare-val { font-size: 19px; font-weight: 800; color: #1f2328; line-height: 1.1; }
.sl-lead-compare-val.good-cell { color: #15803d; }
.sl-lead-compare-val.bad-cell { color: #b91c1c; }
.sl-lead-compare-lbl { font-size: 11px; color: #6b7280; margin-top: 3px; }

/* Clickable counts (hero tiles, comparison cards) that drill down to the tickets behind
   the number via slShowRowsModal. */
.sl-clickable-count { cursor: pointer; text-decoration: underline; text-decoration-style: dotted; text-decoration-color: currentColor; text-underline-offset: 3px; }
.sl-clickable-count:hover { color: #4f46e5; }

/* Per-lead product-type mix chips shown under the "Shift Leads Compared" cards. */
.sl-product-chip-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; padding-top: 10px; border-top: 1px solid #eef0f2; }
.sl-product-chip { font-size: 11.5px; color: #4b5563; background: #f3f4f6; border-radius: 12px; padding: 3px 10px; }
.sl-product-chip .sl-clickable-count { font-weight: 700; color: #1f2328; }
.sl-hero-tile.bad-cell .sl-hero-val { color: #b91c1c; }

/* Section headers for the dashboard's main blocks — a step up from .kpi-block-header so
   the centerpiece chart and hero row visually outrank the diagnostic tables below them. */
.sl-section-title { font-size: 17px; font-weight: 800; color: #1f2328; margin: 26px 0 12px; display: flex; align-items: baseline; gap: 10px; }
.sl-section-title .kpi-block-hint { font-size: 12.5px; }
.sl-section-title:first-child { margin-top: 4px; }

/* Big centerpiece bar chart panel (cross-lead comparison, and each lead's own hero chart). */
.sl-chart-panel { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 18px 20px 14px; margin-bottom: 22px; }
.sl-chart-title { font-size: 14px; font-weight: 700; color: #1f2328; margin-bottom: 2px; }
.sl-chart-hint { font-size: 12px; color: #6b7280; margin-bottom: 14px; }
.sl-chart-plot { display: flex; gap: 22px; align-items: flex-end; overflow-x: auto; padding: 0 4px 4px; position: relative; }
.sl-chart-plot.sl-chart-plot-grid {
  background-image: repeating-linear-gradient(to top, #eef0f2 0, #eef0f2 1px, transparent 1px, transparent 25%);
}
.sl-chart-cluster { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.sl-chart-bars { display: flex; gap: 4px; align-items: flex-end; }
.sl-chart-bar-col { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.sl-chart-bar-val { font-size: 13px; font-weight: 700; color: #374151; }
.sl-chart-bar-fill { border-radius: 4px 4px 0 0; width: 100%; }
.sl-chart-bar-week { font-size: 12.5px; color: #4b5563; white-space: nowrap; margin-top: 2px; font-weight: 600; }
.sl-chart-legend { display: flex; gap: 16px; flex-wrap: wrap; padding: 14px 4px 0; border-top: 1px solid #f3f4f6; margin-top: 14px; }
.sl-chart-legend-item { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: #374151; font-weight: 600; }
.sl-chart-legend-swatch { width: 12px; height: 12px; border-radius: 3px; display: inline-block; }

/* Per-lead dashboard card wrapping the whole tab-page for a Shift Lead. */
.sl-lead-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 20px 22px; }
.sl-lead-card-head { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 4px; }
.sl-lead-card-head h3 { font-size: 19px; font-weight: 800; margin: 0; color: #1f2328; }

/* De-emphasized "diagnostic tools" section (Dev Board Tickets, Transfer check, First
   Assignee) — visually secondary to the KPI/chart dashboard above it. */
.sl-diagnostics-wrap { margin-top: 30px; padding-top: 6px; border-top: 2px dashed #e5e7eb; }
.sl-diagnostics-label { font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: #9ca3af; margin: 6px 0 14px; }
.sl-diagnostics-wrap .kpi-collapsible { opacity: .92; }
.sl-diagnostics-wrap .kpi-block-header { font-size: 12.5px; padding: 7px 12px; }
