* {
  box-sizing: border-box;
  letter-spacing: 0;
}
:root {
  --ink: #202321;
  --muted: #727773;
  --line: #dce0dc;
  --paper: #f5f6f3;
  --yellow: #e9f451;
  --green: #247457;
  --cyan: #007f91;
  --red: #b94042;
  --dark: #202421;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    14px/1.55 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    sans-serif;
}
button,
input,
select {
  font: inherit;
  color: inherit;
}
button,
a,
input,
select {
  touch-action: manipulation;
}
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #c9ceca;
  background: #fff;
  padding: 9px 14px;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
}
button:hover {
  border-color: var(--ink);
  background: #f2f4ef;
}
button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}
.primary {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #161a14;
  font-weight: 650;
}
.primary:hover {
  background: #dce640;
}
.icon {
  width: 36px;
  height: 36px;
  padding: 8px;
  background: transparent;
}
.icon svg,
button svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
svg {
  vertical-align: middle;
}
[hidden] {
  display: none !important;
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 204px;
  background: var(--dark);
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 34px 18px 25px;
  z-index: 10;
}
.brand {
  display: flex;
  gap: 11px;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  line-height: 1.16;
  margin: 0 8px 42px;
}
.brand-mark {
  background: var(--yellow);
  color: #1b221c;
  display: grid;
  place-items: center;
  width: 46px;
  height: 49px;
  font-size: 22px;
  font-weight: 850;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
  flex-shrink: 0;
}
.brand b {
  font-size: 22px;
}
.side-label {
  font-size: 10px;
  color: #9ca49c;
  margin: 0 10px 13px;
}
.sidebar nav {
  display: grid;
  gap: 5px;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #abb3ad;
  padding: 13px 12px;
  text-decoration: none;
  font-size: 13px;
  border-left: 3px solid transparent;
}
.nav-item svg {
  width: 18px;
  height: 18px;
}
.nav-item:hover {
  color: #fff;
  background: #303630;
}
.nav-item.active {
  border-color: var(--yellow);
  color: var(--yellow);
  background: #373d32;
}
.nav-index {
  margin-left: auto;
  font:
    10px ui-monospace,
    monospace;
  opacity: 0.6;
}
.side-bottom {
  margin-top: auto;
  display: grid;
  gap: 9px;
  padding: 30px 10px 0;
}
.side-bottom span {
  font-size: 9px;
  color: #8f998e;
}
.side-bottom b {
  font-size: 13px;
  font-weight: 400;
}
.side-bottom small {
  font:
    10px ui-monospace,
    monospace;
  color: #969f95;
}
.signal-line {
  height: 22px;
  width: 85px;
  background: repeating-linear-gradient(
    90deg,
    #6c775a 0 2px,
    transparent 2px 7px
  );
  border-bottom: 2px solid var(--yellow);
}
.workspace {
  margin-left: 204px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.topbar {
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  font-size: 12px;
  gap: 12px;
}
.slash {
  margin: 0 14px;
  color: #b2b7b2;
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
#clock {
  font:
    11px ui-monospace,
    monospace;
  color: var(--muted);
}
main {
  padding: 29px 35px 38px;
  flex: 1;
  min-width: 0;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.eyebrow {
  font:
    10px ui-monospace,
    monospace;
  color: var(--muted);
  margin-bottom: 5px;
}
h1 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0;
  font-weight: 650;
}
h2 {
  font-size: 16px;
  margin: 0;
  font-weight: 650;
}
h3 {
  font-size: 13px;
  margin: 0;
}
p {
  margin: 10px 0;
}
#page-actions {
  display: flex;
  gap: 8px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  padding: 3px 7px;
  background: #e7ebe6;
  color: #5b655b;
  line-height: 1.6;
  white-space: nowrap;
}
.badge:before {
  content: "";
  width: 5px;
  height: 5px;
  background: currentColor;
}
.badge.good {
  color: var(--green);
  background: #e2f0e7;
}
.badge.warn {
  color: #80670a;
  background: #f3edcf;
}
.badge.bad {
  color: var(--red);
  background: #f8e7e5;
}
.badge.cyan {
  color: var(--cyan);
  background: #e0eff0;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
  margin-bottom: 29px;
  background: white;
}
.metric {
  padding: 20px 22px;
  border-right: 1px solid var(--line);
  position: relative;
}
.metric:last-child {
  border: 0;
}
.metric-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #626b62;
}
.metric-label svg {
  width: 17px;
  height: 17px;
  color: #8b958b;
}
.metric-number {
  font:
    36px/1.25 ui-monospace,
    SFMono-Regular,
    monospace;
  margin: 12px 0 7px;
}
.metric-number small {
  font-size: 15px;
  color: #8a9288;
  margin-left: 5px;
}
.metric-sub {
  font-size: 11px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 28px;
  margin-bottom: 28px;
}
.section {
  min-width: 0;
  margin-bottom: 28px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #b6beb5;
  padding-bottom: 11px;
  margin-bottom: 15px;
}
.section-head .label {
  font:
    10px ui-monospace,
    monospace;
  color: var(--muted);
}
.section-head h2 {
  display: flex;
  align-items: center;
  gap: 9px;
}
.section-head h2:before {
  content: "";
  width: 4px;
  height: 14px;
  background: var(--ink);
}
.text-button {
  padding: 2px 0;
  border: 0;
  background: transparent;
  font-size: 11px;
  color: var(--muted);
}
.text-button:hover {
  background: transparent;
}
.batch-name {
  font:
    12px ui-monospace,
    monospace;
  overflow-wrap: anywhere;
  margin: 12px 0 18px;
}
.platform-line {
  margin: 19px 0;
}
.platform-heading {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
}
.platform-heading strong {
  font-family: ui-monospace, monospace;
  font-weight: 500;
}
.progress {
  height: 7px;
  background: #e1e5de;
  display: flex;
  margin: 9px 0 5px;
  overflow: hidden;
}
.progress span {
  height: 100%;
  background: var(--green);
}
.progress .failed {
  background: var(--red);
}
.progress .running {
  background: var(--cyan);
}
.legend {
  display: flex;
  gap: 15px;
  font-size: 10px;
  color: var(--muted);
  flex-wrap: wrap;
}
.legend b {
  font-weight: 500;
  color: var(--ink);
}
.model-band {
  background: #252b27;
  color: #fff;
  padding: 19px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 19px;
  border-left: 4px solid var(--yellow);
}
.model-band .eyebrow {
  color: #a2aca3;
}
.model-band h2 {
  font-size: 17px;
  overflow-wrap: anywhere;
}
.model-band small {
  font-size: 11px;
  color: #b3bcb3;
}
.kv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.kv > span:first-child {
  color: var(--muted);
}
.kv strong {
  font:
    12px ui-monospace,
    monospace;
  text-align: right;
  overflow-wrap: anywhere;
}
.chart-wrap {
  position: relative;
  height: 230px;
  min-width: 0;
}
canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.empty {
  padding: 40px 15px;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid var(--line);
}
.table-wrap {
  overflow: auto;
  max-width: 100%;
  background: #fff;
  border-top: 1px solid var(--line);
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  text-align: left;
}
th {
  font-size: 10px;
  color: var(--muted);
  background: #edf0ea;
  font-weight: 500;
  padding: 11px 14px;
  white-space: nowrap;
}
td {
  padding: 13px 14px;
  border-bottom: 1px solid #e9ece6;
  vertical-align: middle;
}
td.mono,
.mono {
  font-family: ui-monospace, SFMono-Regular, monospace;
}
td.wrap {
  min-width: 185px;
  max-width: 330px;
  overflow-wrap: anywhere;
}
tbody tr:hover {
  background: #f7f9f2;
}
.table-case {
  font-size: 11px;
  max-width: 300px;
  overflow-wrap: anywhere;
}
.case-progress-table table {
  min-width: 1080px;
}
.priority-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}
.priority-control label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.priority-control input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
  accent-color: #176b58;
}
.priority-control .cell-note { margin: 0; }
.priority-note { color: #176b58; }
.case-progress-table .table-case {
  min-width: 260px;
}
.cell-note {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.stage-track { display: grid; grid-template-columns: 60px minmax(0, 1fr) 72px; gap: 10px; align-items: center; margin: 7px 0; font-size: 11px; }
.stage-track .progress { margin: 0; }
.stage-track b { text-align: right; font-size: 11px; }
.stage-pair {
  display: grid;
  justify-items: start;
  gap: 6px;
}
.row-actions { display: flex; gap: 2px; }
.work-cell { min-width: 220px; max-width: 290px; }
.tuning-ratio { min-width: 180px; }
.tuning-ratio .score-good, .detail-metrics .score-good { color: var(--green); }
.tuning-ahead { border-left: 3px solid #b48212; background: #fff0b5; padding: 8px 10px; color: #513b08; }
.tuning-ahead b { display: flex; align-items: center; gap: 6px; }
.tuning-ahead svg { width: 15px; height: 15px; }
.tuning-ahead .cell-note { color: #614d1f; }
.tuning-summary { margin: 26px 0; }
.tuning-summary .metrics { margin-bottom: 16px; }
.queue-summary table { min-width: 760px; }
.case-detail {
  padding: 22px 0;
  margin: 18px 0 28px;
  border-top: 3px solid var(--cyan);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 80px;
}
.case-detail h3 { font-size: 16px; overflow-wrap: anywhere; margin: 0 0 12px; }
.case-detail table { min-width: 760px; }
.case-detail .section-head { margin: 18px 0 10px; }
.detail-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin-bottom: 22px;
}
.detail-metrics .kv { min-width: 0; gap: 12px; }
.detail-metrics strong { overflow-wrap: anywhere; }
.warning-text { color: #9b6406; }
.leader-summary td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.leader-filters input {
  flex: 1;
}
.leader-table {
  max-height: 660px;
  scrollbar-gutter: stable;
}
.leader-table table {
  min-width: 850px;
  table-layout: fixed;
}
.leader-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 0;
  height: 42px;
}
.leader-table th:first-child {
  width: 64px;
}
.leader-table th:nth-child(2) {
  width: 30%;
}
.leader-table th:last-child {
  padding: 0 14px;
  width: 115px;
}
.sort-heading {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 0;
  padding: 0 14px;
  background: transparent;
  font: inherit;
  white-space: nowrap;
}
.sort-heading svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.case-progress-table th {
  padding: 0;
}
.case-sort-pair {
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.case-sort-pair .sort-heading {
  width: auto;
  padding: 0 6px;
  justify-content: flex-start;
}
.case-sort-pair .sort-heading.selected {
  color: #176b58;
}
.leader-table th:nth-child(-n + 2) .sort-heading {
  justify-content: flex-start;
}
.case-progress-table th[aria-sort="ascending"],
.case-progress-table th[aria-sort="descending"],
.leader-table th[aria-sort="ascending"],
.leader-table th[aria-sort="descending"] {
  background: #e0e9e6;
  color: #176b58;
}
.leader-table td {
  height: 56px;
  padding: 10px 14px;
}
.leader-table .case-number {
  color: #7a827d;
  font:
    12px ui-monospace,
    monospace;
}
.leader-case {
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.leader-table .score,
.leader-table .latency {
  font-family: ui-monospace, monospace;
  text-align: right;
  white-space: nowrap;
}
.leader-table .score {
  font-size: 15px;
  font-weight: 600;
}
.leader-table .score-gain {
  color: #16775e;
}
.leader-table .latency {
  font-size: 12px;
  color: #69736d;
}
.leader-table .score small {
  display: block;
  color: #887125;
  font-size: 10px;
  font-weight: 400;
  margin-top: 4px;
  white-space: normal;
  overflow-wrap: anywhere;
}
.leader-table .untranslated {
  background: #fafbf9;
}
.filters {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
input,
select {
  border: 1px solid #cdd3ca;
  background: white;
  border-radius: 2px;
  min-height: 38px;
  padding: 8px 11px;
  max-width: 100%;
}
input[type="search"] {
  min-width: 210px;
  flex: 1;
}
select {
  min-width: 150px;
}
.segmented {
  display: inline-flex;
  border: 1px solid #cbd1c6;
}
.segmented button {
  border: 0;
  border-right: 1px solid #cbd1c6;
  border-radius: 0;
  padding: 8px 13px;
  font-size: 12px;
}
.segmented button:last-child {
  border: 0;
}
.segmented button.selected {
  background: var(--ink);
  color: white;
}
.log-list {
  background: #fff;
  border-top: 1px solid var(--line);
  max-height: 620px;
  overflow: auto;
}
.log-row {
  display: grid;
  grid-template-columns: 74px 7px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid #edf0e9;
  align-items: start;
}
.log-row time {
  font:
    11px ui-monospace,
    monospace;
  color: var(--muted);
  padding-top: 2px;
}
.log-dot {
  height: 5px;
  width: 5px;
  margin-top: 7px;
  background: var(--cyan);
}
.log-dot.success {
  background: var(--green);
}
.log-dot.error {
  background: var(--red);
}
.log-message {
  font-size: 12px;
}
.log-case {
  font:
    10px ui-monospace,
    monospace;
  color: #8a9186;
  overflow-wrap: anywhere;
  margin-top: 3px;
}
.log-row.compact {
  padding: 10px 8px;
}
.model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.model-item {
  border: 1px solid var(--line);
  border-top: 3px solid var(--ink);
  background: #fff;
  padding: 22px;
  min-width: 0;
}
.model-item h2 {
  margin-bottom: 18px;
  font-size: 19px;
  overflow-wrap: anywhere;
}
.model-item .model-icon {
  background: #edf0e5;
  display: inline-grid;
  place-items: center;
  width: 39px;
  height: 39px;
  margin-bottom: 15px;
}
.model-icon svg {
  width: 21px;
}
.model-item .eyebrow {
  margin-bottom: 8px;
}
.footnote {
  font-size: 11px;
  color: var(--muted);
  margin: 12px 0;
}
.details {
  padding: 10px 0;
  font-size: 12px;
  max-width: 500px;
  overflow-wrap: anywhere;
}
.details summary {
  cursor: pointer;
  font-weight: 500;
}
.details li {
  margin: 5px 0;
}
.pill-row {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin: 14px 0;
}
.pill-row span {
  font-size: 11px;
  border-bottom: 2px solid #bec8a0;
  padding: 4px 0;
  margin-right: 12px;
}
.pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 16px;
  font:
    12px ui-monospace,
    monospace;
}
.alert {
  padding: 12px 35px;
  background: #f9edca;
  color: #795f16;
  font-size: 12px;
}
.error-panel {
  padding: 22px;
  border-left: 3px solid var(--red);
  background: #f9ece8;
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 35px;
  border-top: 1px solid var(--line);
  color: #899181;
  font:
    9px ui-monospace,
    monospace;
}
.login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #252b27;
  color: white;
  padding: 24px;
}
.login form {
  width: 350px;
  max-width: 100%;
  display: grid;
  gap: 15px;
}
.login .brand-mark {
  margin-bottom: 24px;
}
.login .eyebrow {
  color: #a4b096;
}
.login h1 {
  font-size: 34px;
  margin-bottom: 15px;
}
.login label {
  font-size: 12px;
  color: #bdc7b7;
}
.login input {
  background: #363f37;
  border-color: #66715f;
  color: white;
}
.login #login-error {
  color: #f4aba0;
  font-size: 12px;
  min-height: 20px;
}
dialog {
  border: 0;
  border-top: 5px solid var(--yellow);
  padding: 27px;
  width: 440px;
  max-width: calc(100% - 32px);
  box-shadow: 0 15px 80px #0004;
  background: #f9faf6;
}
dialog::backdrop {
  background: #1319149c;
}
dialog h2 {
  font-size: 20px;
  margin: 12px 0;
}
dialog p {
  font-size: 13px;
  color: #697262;
}
.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 27px;
}
#toast {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #242c23;
  color: white;
  max-width: calc(100% - 50px);
  padding: 14px 22px;
  border-left: 4px solid var(--yellow);
  z-index: 100;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.row-link {
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  white-space: normal;
  justify-content: start;
  font: inherit;
  color: var(--cyan);
}
.row-link:hover {
  background: transparent;
  text-decoration: underline;
}
.release-hash {
  max-width: 350px;
  overflow-wrap: anywhere;
  font:
    11px ui-monospace,
    monospace;
}
.view-subhead {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
  align-items: center;
  margin: 22px 0 12px;
}
.skeleton {
  padding: 55px 0;
  color: var(--muted);
  font:
    12px ui-monospace,
    monospace;
}
@media (min-width: 1600px) {
  main {
    max-width: 1700px;
    width: 100%;
    align-self: center;
    padding-top: 36px;
  }
  .metric {
    padding: 24px 28px;
  }
  .chart-wrap {
    height: 270px;
  }
}
@media (max-width: 1100px) {
  .sidebar {
    width: 176px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .workspace {
    margin-left: 176px;
  }
  main {
    padding: 25px 24px;
  }
  .topbar {
    padding: 0 24px;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .metrics .metric {
    padding: 16px 13px;
  }
  .metric-number {
    font-size: 29px;
  }
  .top-actions {
    gap: 6px;
  }
  #clock {
    display: none;
  }
}
@media (max-width: 700px) {
  .detail-metrics { grid-template-columns: minmax(0, 1fr); }
  .case-detail { scroll-margin-top: 16px; }
  .sidebar {
    position: static;
    width: 100%;
    padding: 12px;
    display: block;
  }
  .brand {
    font-size: 12px;
    margin: 0 0 13px;
    gap: 9px;
  }
  .brand b {
    font-size: 14px;
  }
  .brand-mark {
    width: 31px;
    height: 33px;
    font-size: 15px;
  }
  .sidebar .brand br {
    display: none;
  }
  .side-label,
  .side-bottom,
  .nav-index {
    display: none;
  }
  .sidebar nav {
    display: flex;
    overflow-x: auto;
    gap: 4px;
  }
  .nav-item {
    font-size: 11px;
    padding: 9px 11px;
    gap: 6px;
    flex-shrink: 0;
    border-left: 0;
    border-bottom: 2px solid transparent;
  }
  .nav-item svg {
    width: 14px;
    height: 14px;
  }
  .workspace {
    margin: 0;
  }
  .topbar {
    height: 51px;
    padding: 0 16px;
    font-size: 11px;
  }
  .top-actions {
    gap: 4px;
  }
  .top-actions .icon {
    height: 30px;
    width: 30px;
  }
  .slash {
    margin: 0 7px;
  }
  main {
    padding: 23px 16px;
  }
  .page-heading {
    align-items: flex-start;
    margin-bottom: 21px;
  }
  h1 {
    font-size: 24px;
  }
  .eyebrow {
    font-size: 9px;
  }
  #page-actions button {
    padding: 7px 9px;
    font-size: 11px;
  }
  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .metrics .metric {
    padding: 16px;
  }
  .metric:nth-child(2) {
    border-right: 0;
  }
  .metric:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .metric-number {
    font-size: 31px;
  }
  .metric-sub {
    font-size: 10px;
  }
  .model-grid {
    grid-template-columns: 1fr;
  }
  .model-band {
    padding: 16px;
  }
  .model-band h2 {
    font-size: 15px;
  }
  .model-band .badge {
    font-size: 10px;
  }
  .filters {
    gap: 8px;
  }
  .filters select,
  .filters input {
    min-width: 0;
    width: 100%;
    flex: auto;
  }
  .section-head h2 {
    font-size: 14px;
  }
  .section-head .label {
    font-size: 9px;
  }
  .log-row {
    gap: 9px;
    grid-template-columns: 65px 6px minmax(0, 1fr);
    padding: 11px 8px;
  }
  footer {
    padding: 16px;
    flex-wrap: wrap;
    font-size: 8px;
  }
  .alert {
    padding: 12px 16px;
  }
  .chart-wrap {
    height: 210px;
  }
  .segmented {
    max-width: 100%;
  }
  .segmented button {
    padding: 8px 10px;
  }
  .kv {
    gap: 12px;
  }
  .page-heading #page-actions {
    max-width: 50%;
  }
  #page-actions .primary {
    white-space: normal;
  }
  .model-item {
    padding: 19px;
  }
}
