/* ============================================================================
   analytics.css — стили вкладки «Аналитика» (покрытие смен).
   ВНИМАНИЕ: в комментариях НЕЛЬЗЯ ставить звёздочку-слэш подряд — досрочно
   закрывает комментарий и молча съедает следующее правило (обжигались в hr.css).
   Токены берём из styles.css (var(--...)), своих цветов не изобретаем.
   ============================================================================ */

/* Нормативы в Справочнике: узкие числовые поля в клетках таблицы. */
.cov-norm-inp {
  width: 46px;
  padding: 5px 6px;
  text-align: center;
  border: 1px solid var(--hairline);
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink-1);
  background: var(--surface);
}
.cov-norm-inp:focus {
  outline: none;
  border-color: var(--accent, #3a5a8a);
}
.cov-rule-inp:focus {
  outline: none;
  border-color: var(--accent, #3a5a8a);
}

/* ─── Скролл вкладки: шапка стоит, сетка едет (зеркало body.is-hr) ──────────── */
body.is-analytics .content { overflow: hidden; display: flex; flex-direction: column; }
body.is-analytics .content > .an-header { flex-shrink: 0; }
body.is-analytics .content > .an-body { flex: 1; min-height: 0; overflow: auto; }

/* ─── Шапка вкладки (стиль модуля «Сотрудники»: сериф 20 + today-бар слева) ── */
.an-header { margin-bottom: 10px; }
.an-head { display: flex; align-items: center; justify-content: flex-start; gap: 16px; flex-wrap: wrap; margin-bottom: 10px; }
.an-title { font-family: var(--font-serif); font-size: 20px; line-height: 1; color: var(--ink); white-space: nowrap; }
.an-title-mon { color: var(--ink-3); font-style: italic; font-size: 16px; }
.an-today { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 12px; color: var(--ink-2); white-space: nowrap; }
.an-today-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--hue-vlek); box-shadow: 0 0 0 3px color-mix(in srgb, var(--hue-vlek) 22%, transparent); }
.an-chips { margin-bottom: 2px; }

/* Месяцы цифрами прямо в строке заголовка (экономим строку). */
.an-months { display: flex; gap: 3px; flex-wrap: wrap; }
.an-mbtn { min-width: 27px; padding: 4px 7px; border: 1px solid var(--hairline); background: var(--surface); border-radius: 6px; font-family: var(--font-mono); font-size: 12px; color: var(--ink-2); cursor: pointer; }
.an-mbtn:hover { border-color: var(--ink-3); }
.an-mbtn.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.an-mbtn.today-marker { border-color: var(--hue-vlek); color: var(--hue-vlek); }

/* ─── Календарная сетка (строки = смены, колонки = дни) ─────────────────────── */
.an-grid-wrap { display: inline-block; min-width: 100%; }
.an-grid { border-collapse: separate; border-spacing: 0; font-size: 12px; }
.an-grid th, .an-grid td { border-bottom: 1px solid var(--hairline); border-right: 1px solid var(--hairline); }

.an-grid thead th { position: sticky; top: 0; z-index: 2; background: var(--surface-2); color: var(--ink-3); font-weight: 500; padding: 4px 2px; }
.an-dh { min-width: 34px; text-align: center; }
.an-dh-num { display: block; font-family: var(--font-mono); font-size: 11px; color: var(--ink-2); }
.an-dh-wd { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .03em; color: var(--ink-3); }
.an-weekend .an-dh-num, .an-weekend .an-dh-wd { color: var(--hue-vlek); opacity: .8; }

/* Угол и первая колонка (смена) — sticky. */
.an-corner { position: sticky; left: 0; top: 0; z-index: 4; background: var(--surface-2); width: 56px; min-width: 56px; text-align: center; font-weight: 600; }
.an-sh { position: sticky; left: 0; z-index: 1; background: var(--surface); width: 56px; min-width: 56px; text-align: center; font-weight: 600; font-family: var(--font-mono); font-size: 12px; padding: 6px 4px; }
.an-sh.cm-1 { color: #5E35B1; } .an-sh.cm-2 { color: #1565C0; } .an-sh.cm-3 { color: #2E7D32; }
.an-sh.cm-4 { color: #E65100; } .an-sh.cm-5 { color: #AD1457; }
.an-sh { cursor: pointer; }
.an-sh:hover { background: var(--surface-2); text-decoration: underline; }
.an-sh-open { background: var(--surface-2); box-shadow: inset 2px 0 0 currentColor; }
/* Маркер «нет закреплённого старшего» на ярлыке смены. */
.an-sh-warn { display: inline-flex; align-items: center; justify-content: center; width: 15px; height: 15px; margin-left: 5px; border-radius: 50%; background: var(--hue-vlek); color: #fff; font-family: var(--font-sans); font-weight: 700; font-size: 11px; vertical-align: middle; }
/* Предупреждение о структуре руководства в «Составе смены». */
.an-rost-warn { display: flex; align-items: center; gap: 7px; margin: 8px 0 4px; padding: 7px 11px; font-size: 12px; color: var(--hue-vlek); background: rgba(178, 58, 47, 0.08); border: 1px solid rgba(178, 58, 47, 0.35); border-radius: 8px; }
.an-rost-warn svg { flex-shrink: 0; }

.an-cell { width: 34px; min-width: 34px; height: 42px; text-align: center; vertical-align: middle; padding: 2px; }
.an-role { display: block; font-weight: 600; font-size: 12px; color: var(--ink); line-height: 1.1; }
.an-cnt { display: block; font-family: var(--font-mono); font-size: 9.5px; color: var(--ink-2); line-height: 1.2; }
.an-cell[data-anday] { cursor: pointer; position: relative; }
.an-cell[data-anday]:hover { filter: brightness(0.96); }

/* Тона состояний (на токенах, без хардкода цвета). */
.an-off { background: var(--surface-2); }
.an-untracked { background: var(--surface); }
.an-untracked .an-role { color: var(--ink-3); font-weight: 500; }
.an-ok { background: rgba(92, 122, 74, 0.16); }        /* --hue-vac (отпуск-зелёный) */
.an-deficit { background: rgba(178, 58, 47, 0.18); }   /* --hue-vlek (красный) */
.an-warn { background: rgba(179, 106, 46, 0.18); }     /* --hue-trip (оранжевый) */
.an-deficit .an-cnt { color: var(--hue-vlek); font-weight: 600; }
/* Прошлое (до сегодня) — нейтрально, приглушённо (решение 5.1). */
.an-past { background: var(--surface-2); opacity: 0.72; }
.an-past .an-role, .an-past .an-cnt { color: var(--ink-3); }

/* Точка-маркер «дыра в графике» (unassigned) в углу клетки. */
.an-dot-hole { position: absolute; top: 3px; right: 3px; width: 5px; height: 5px; border-radius: 50%; background: var(--hue-trip); }

/* Колонка «сегодня» и выбранная клетка. */
.an-col-today { box-shadow: inset 1px 0 0 var(--ink-3), inset -1px 0 0 var(--ink-3); }
.an-dh.an-col-today .an-dh-num { color: var(--ink); font-weight: 600; }
.an-cell.an-selected { box-shadow: inset 0 0 0 2px var(--ink); }

/* Легенда под сеткой. */
.an-legend { margin-top: 14px; font-size: 12px; color: var(--ink-2); max-width: 920px; }
.an-legend-how { line-height: 1.55; margin-bottom: 10px; padding: 10px 12px; background: var(--surface-2); border-radius: 8px; }
.an-legend-keys { display: flex; flex-direction: column; gap: 7px; }
.an-lg { display: flex; align-items: flex-start; gap: 9px; line-height: 1.45; }
.an-lg > span:last-child { flex: 1; }
.an-sw { display: inline-block; width: 15px; height: 15px; border-radius: 4px; flex-shrink: 0; margin-top: 1px; }
.an-sw.an-off { border: 1px solid var(--hairline); }

/* ─── Бейдж «первый / второй выходной» у кандидата на замену ────────────────── */
.an-cand-off { font-size: 10.5px; padding: 1px 7px; border-radius: 5px; font-weight: 600; color: var(--svc-rdc, #1565C0); background: color-mix(in srgb, var(--svc-rdc, #1565C0) 10%, transparent); border: 1px solid color-mix(in srgb, var(--svc-rdc, #1565C0) 40%, transparent); white-space: nowrap; }
/* Пометка «+ тех.учёба» у кандидата (выходной занят учёбой — можно взять на смену). */
.an-cand-study { font-size: 10.5px; padding: 1px 7px; border-radius: 5px; font-weight: 600; color: var(--hue-trip); background: rgba(179, 106, 46, 0.10); border: 1px solid rgba(179, 106, 46, 0.4); white-space: nowrap; }

/* Циклы рядом с днями дефицита в блоке условий. */
.an-cyc { margin-left: 5px; font-size: 11px; color: var(--ink-3); font-family: var(--font-mono); white-space: nowrap; cursor: help; }

/* ─── Отдельный блок «Подмены за месяц» (сворачиваемый) ─────────────────────── */
.an-pull { margin-top: 14px; border: 1px solid var(--hairline); border-radius: 10px; background: var(--surface); max-width: 920px; }
.an-pull-head { width: 100%; display: flex; align-items: center; justify-content: flex-start; gap: 8px; padding: 10px 13px; background: none; border: none; cursor: pointer; font-size: 13px; color: var(--ink); text-align: left; font-weight: 600; }
.an-pull-chev { color: var(--ink-3); font-size: 11px; }
.an-pull-sub { color: var(--ink-3); font-weight: 400; font-size: 12px; }
.an-pull.open .an-pull-head { border-bottom: 1px solid var(--hairline); }
.an-pull-body { padding: 8px 15px 12px; }
.an-pull-note { font-size: 11.5px; color: var(--ink-3); line-height: 1.5; margin-bottom: 10px; }
.an-pull-empty { font-size: 12.5px; color: var(--ink-3); font-style: italic; padding: 4px 0; }
.an-pull-row { display: flex; align-items: baseline; gap: 12px; padding: 6px 0; border-top: 1px solid var(--hairline); font-size: 12.5px; }
.an-pull-cnt { flex-shrink: 0; min-width: 26px; height: 22px; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-size: 15px; color: #fff; background: var(--hue-trip); border-radius: 6px; padding: 0 6px; }
.an-pull-fio { color: var(--ink); font-weight: 500; min-width: 200px; }
.an-pull-svc { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-3); border: 1px solid var(--hairline); border-radius: 5px; padding: 1px 6px; flex-shrink: 0; }
.an-pull-days { flex: 1; color: var(--ink-2); font-size: 11.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ─── Справочная панель «Как это читать» (сворачиваемая, под легендой) ─────── */
.an-help { margin-top: 14px; margin-bottom: 18px; border: 1px solid var(--hairline); border-radius: 10px; background: var(--surface); max-width: 920px; }
.an-help-head { width: 100%; display: flex; align-items: center; justify-content: flex-start; gap: 8px; padding: 10px 13px; background: none; border: none; cursor: pointer; font-size: 13px; color: var(--ink); text-align: left; font-weight: 600; }
.an-help-chev { color: var(--ink-3); font-size: 11px; }
.an-help-sub { color: var(--ink-3); font-weight: 400; font-size: 12px; }
.an-help.open .an-help-head { border-bottom: 1px solid var(--hairline); }
.an-help-body { padding: 6px 15px 14px; display: flex; flex-direction: column; gap: 12px; }
.an-help-term { display: flex; flex-direction: column; gap: 3px; }
.an-help-t { font-size: 12.5px; font-weight: 600; color: var(--ink); }
.an-help-d { font-size: 12.5px; color: var(--ink-2); line-height: 1.55; }

/* ─── ЭТАП 4: панель дня ────────────────────────────────────────────────────
   Крестик закрытия позиционируем absolute (не margin-left:auto — правило раскладки). */
.an-panel { position: relative; margin-top: 16px; border: 1px solid var(--hairline); border-radius: 12px; background: var(--surface); }
.an-panel-head { display: flex; align-items: baseline; justify-content: flex-start; gap: 14px; flex-wrap: wrap; padding: 12px 44px 12px 16px; border-bottom: 1px solid var(--hairline); background: var(--surface-2); border-radius: 12px 12px 0 0; }
.an-panel-title { font-family: var(--font-serif); font-size: 17px; color: var(--ink); }
.an-panel-def { font-size: 12.5px; font-weight: 600; color: var(--hue-vlek); }
.an-panel-ok { font-size: 12.5px; font-weight: 600; color: var(--hue-vac); }
.an-panel-past { font-size: 12.5px; font-style: italic; color: var(--ink-3); }
.an-panel-close { position: absolute; top: 10px; right: 12px; background: none; border: none; color: var(--ink-3); cursor: pointer; padding: 4px; border-radius: 6px; line-height: 0; }
.an-panel-close:hover { background: var(--surface); color: var(--ink); }
.an-panel-body { padding: 4px 16px 14px; }

.an-svc-block { padding: 12px 0; border-bottom: 1px solid var(--hairline); }
/* 4-я строка: отсутствующие из закреплённых (единый блок внизу панели). */
.an-absent-block { margin-top: 10px; padding-top: 10px; border-top: 1px dashed var(--hairline); font-size: 12.5px; color: var(--ink-2); line-height: 1.7; }
.an-abs-item { white-space: nowrap; }
.an-abs-svc { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-3); }
.an-svc-block:last-child { border-bottom: none; }
.an-svc-head { font-size: 13px; margin-bottom: 6px; color: var(--ink); }
.an-svc-tag { color: var(--hue-vlek); font-size: 10.5px; font-weight: 600; border: 1px solid var(--hue-vlek); border-radius: 5px; padding: 1px 6px; margin-left: 4px; }
.an-svc-spill { color: var(--hue-vac); font-size: 10.5px; font-weight: 600; border: 1px solid var(--hue-vac); border-radius: 5px; padding: 1px 6px; margin-left: 4px; }
.an-svc-line { font-size: 12.5px; color: var(--ink-2); margin: 3px 0; line-height: 1.5; }
.an-svc-lbl { color: var(--ink-3); font-size: 10.5px; text-transform: uppercase; letter-spacing: .03em; margin-right: 4px; }
.an-svc-lbl-warn { color: var(--hue-trip); }
.an-code { font-family: var(--font-mono); font-size: 11px; color: var(--hue-trip); }
.an-muted { color: var(--ink-3); }

.an-cand-wrap { margin-top: 8px; padding: 10px 12px; background: var(--surface-2); border-radius: 8px; }
.an-cand-title { font-size: 11.5px; color: var(--ink-2); margin-bottom: 8px; font-weight: 500; }
.an-cand { display: flex; align-items: center; justify-content: flex-start; gap: 10px; padding: 5px 0; flex-wrap: wrap; }
.an-cand-fio { font-size: 13px; color: var(--ink); font-weight: 500; min-width: 190px; }
.an-cand-badge { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-3); }
.an-cand-none { font-size: 12px; color: var(--ink-3); font-style: italic; }
.an-cand-pos { font-size: 10.5px; color: var(--ink-3); font-family: var(--font-mono); border: 1px solid var(--hairline); border-radius: 5px; padding: 1px 6px; }
.an-cand-clr { font-size: 10.5px; padding: 1px 7px; border-radius: 5px; font-weight: 500; }
.an-clr-bad { color: var(--hue-vlek); background: rgba(178, 58, 47, 0.10); border: 1px solid rgba(178, 58, 47, 0.4); }
.an-clr-soon { color: var(--hue-trip); background: rgba(179, 106, 46, 0.10); border: 1px solid rgba(179, 106, 46, 0.4); }
.an-clr-ok { color: var(--hue-vac); }
.an-clr-none { color: var(--ink-3); font-style: italic; }
.an-cand-dim { opacity: 0.6; }

/* ─── Графы условий (нормативы) прямо под фильтрами вкладки ─────────────────── */
.an-norms { margin-top: 4px; border: 1px solid var(--hairline); border-radius: 10px; background: var(--surface); }
.an-norms-head { width: 100%; display: flex; align-items: center; justify-content: flex-start; gap: 8px; padding: 9px 12px; background: none; border: none; cursor: pointer; font-size: 12.5px; color: var(--ink); text-align: left; font-weight: 500; }
.an-norms-chev { color: var(--ink-3); font-size: 11px; }
.an-norms-hint { color: var(--ink-3); font-weight: 400; font-size: 11px; font-style: italic; }
.an-norms-body { padding: 2px 12px 12px; }
.an-norms-table { width: auto; }
.an-norms-table th, .an-norms-table td { padding: 5px 8px; }
.an-nlabel, .an-nlabel-h { text-align: left; font-weight: 600; }
.an-ntotal-row { border-top: 2px solid var(--hairline); }
.an-ntotal-row .an-nlabel { color: var(--ink-2); }
.an-ntotal { font-family: var(--font-mono); font-weight: 700; color: var(--ink); }
.an-norms-rules { display: flex; justify-content: flex-start; gap: 22px; flex-wrap: wrap; margin-top: 12px; }
.an-nrule { display: flex; flex-direction: column; gap: 4px; font-size: 11px; color: var(--ink-2); }
.an-nrule input { width: 100px; padding: 6px 8px; border: 1px solid var(--hairline); border-radius: 6px; font-family: var(--font-mono); font-size: 13px; }

/* ─── Состав смены — inline-строкой прямо под строкой смены (как в табеле) ──── */
.an-rost-detail-cell { padding: 0; background: var(--surface-2); border-right: none; }
/* Контент прижат к левому краю (sticky) — виден без горизонтального скролла
   широкой таблицы. Ширина ограничена, чтобы 3 колонки читались. */
.an-rost-inline { position: sticky; left: 0; width: min(1060px, calc(100vw - 300px)); box-sizing: border-box; padding: 12px 16px; }
.an-rost-inhead { display: flex; align-items: baseline; justify-content: flex-start; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }
.an-rost-intitle { font-family: var(--font-serif); font-size: 16px; color: var(--ink); }
.an-rost-inclose { border: none; background: none; color: var(--ink-3); cursor: pointer; font-size: 11px; display: inline-flex; align-items: center; gap: 4px; padding: 2px 6px; border-radius: 6px; }
.an-rost-inclose:hover { background: var(--surface); color: var(--ink); }
.an-rost-counts { font-size: 12px; color: var(--ink-2); }
.an-rost-counts b { font-family: var(--font-serif); font-size: 15px; color: var(--ink); }
.an-rost-body { display: flex; align-items: flex-start; justify-content: flex-start; gap: 28px; flex-wrap: wrap; }
.an-rost-svc { min-width: 240px; flex: 1; }
.an-rost-svc-head { font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-3); font-family: var(--font-mono); margin-bottom: 6px; border-bottom: 1px solid var(--hairline); padding-bottom: 5px; }
.an-rost-row { display: flex; align-items: baseline; gap: 10px; padding: 4px 0; font-size: 12.5px; flex-wrap: wrap; }
.an-rost-fio { color: var(--ink); min-width: 150px; }
.an-rost-pos { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-3); border: 1px solid var(--hairline); border-radius: 5px; padding: 1px 6px; white-space: nowrap; }
/* Статус за месяц: где человек (отпуск/учёба/ВЛЭК/командировка) + подмены. */
.an-rost-status { display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-left: auto; }
.an-rost-away { font-size: 10.5px; color: var(--hue-trip); background: rgba(179, 106, 46, 0.09); border: 1px solid rgba(179, 106, 46, 0.3); border-radius: 5px; padding: 1px 7px; white-space: nowrap; }
.an-rost-pullm { font-size: 10.5px; color: var(--svc-rdc, #1565C0); border: 1px solid color-mix(in srgb, var(--svc-rdc, #1565C0) 35%, transparent); border-radius: 5px; padding: 1px 7px; white-space: nowrap; }

/* Компактная раскладка условий: короткая метка слева от поля, «в смену» один раз,
   всё в одну плавную строку (мягко переносится на узком экране). */
.an-norms-compact { display: flex; align-items: center; justify-content: flex-start; gap: 8px 14px; flex-wrap: wrap; }
.an-nprefix { font-size: 12px; font-weight: 600; color: var(--ink-2); }
.an-nitem { display: inline-flex; align-items: center; gap: 6px; }
.an-nlab { font-size: 10px; color: var(--ink-3); font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .03em; white-space: nowrap; }
.an-norms-compact .an-ninp { width: 44px; padding: 5px 6px; text-align: center; border: 1px solid var(--hairline); border-radius: 6px; font-family: var(--font-mono); font-size: 14px; color: var(--ink); }
.an-norms-compact .an-ninp:focus { outline: none; border-color: var(--svc-rdc); }
.an-ntot { font-size: 12px; color: var(--ink-2); white-space: nowrap; }
.an-ntot b { font-family: var(--font-serif); font-size: 17px; color: var(--ink); }
.an-nsumm { font-size: 12px; color: var(--ink-2); }
.an-nsumm b { font-family: var(--font-serif); font-size: 16px; color: var(--ink); }
.an-nsep { width: 1px; align-self: stretch; min-height: 26px; background: var(--hairline); }

/* Подсветка строки сотрудника после «Показать в табеле». */
.an-rowflash td { animation: anRowFlash 1.9s ease; }
@keyframes anRowFlash {
  0% { background-color: rgba(179, 106, 46, 0.34); }
  100% { background-color: transparent; }
}

/* ─── Свод месяца — третьей колонкой в блоке условий ───────────────────────── */
.an-nsummary { display: flex; flex-direction: column; gap: 5px; align-self: center; font-size: 12px; color: var(--ink-2); }
.an-nsum-line b { font-family: var(--font-serif); font-size: 16px; color: var(--ink); }
.an-nsum-chips { display: inline-flex; gap: 4px; flex-wrap: wrap; }
.an-sum-bad { color: var(--hue-vlek) !important; }
.an-sum-warn { color: var(--hue-trip) !important; }
.an-sum-shift { border: 1px solid var(--hairline); background: var(--surface); border-radius: 6px; padding: 1px 7px; font-size: 11px; cursor: pointer; font-family: var(--font-mono); color: var(--ink-2); }
.an-sum-shift:hover { border-color: var(--ink-3); }
.an-sum-shift.cm-1 { color: #5E35B1; } .an-sum-shift.cm-2 { color: #1565C0; } .an-sum-shift.cm-3 { color: #2E7D32; }
.an-sum-shift.cm-4 { color: #E65100; } .an-sum-shift.cm-5 { color: #AD1457; }

/* ─── ЭТАП 5: карточка «Покрытие смен» в Сводке ────────────────────────────── */
.an-ovcard { padding: 16px; margin-bottom: 14px; }
.an-ovhead { display: flex; align-items: baseline; justify-content: flex-start; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }
.an-ovhead h3 { margin: 0; font-family: var(--font-serif); font-size: 17px; font-weight: 400; }
.an-ovhead-sub { color: var(--ink-3); font-style: italic; font-size: 13px; }
.an-ovopen { border: none; background: none; color: var(--svc-rdc); cursor: pointer; font-size: 12px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 6px; border-radius: 6px; }
.an-ovopen:hover { background: var(--surface-2); }
.an-ovrow { display: flex; align-items: center; justify-content: flex-start; gap: 14px; padding: 8px 0; border-top: 1px solid var(--hairline); cursor: pointer; font-size: 13px; }
.an-ovrow:hover { background: var(--surface-2); }
.an-ovdate { font-family: var(--font-mono); font-size: 12.5px; color: var(--ink); min-width: 52px; }
.an-ovshift { font-family: var(--font-mono); font-size: 11.5px; padding: 1px 7px; border-radius: 5px; border: 1px solid var(--hairline); }
.an-ovshift.cm-1 { color: #5E35B1; } .an-ovshift.cm-2 { color: #1565C0; } .an-ovshift.cm-3 { color: #2E7D32; }
.an-ovshift.cm-4 { color: #E65100; } .an-ovshift.cm-5 { color: #AD1457; }
.an-ovrole { color: var(--ink-3); font-size: 12px; min-width: 40px; }
.an-ovsvc { color: var(--ink-2); }
.an-ovsvc b { color: var(--hue-vlek); font-family: var(--font-mono); }
.an-ovgo { color: var(--ink-3); }
.an-ov-empty { font-size: 12.5px; color: var(--ink-3); padding: 6px 0; line-height: 1.5; }
