/* Analytical workspace. Layout responds to the chart's width, not just the page. */
.analytics {
  --a-paper: var(--tone-50);
  --a-line: var(--tone-150);
  --a-ink: var(--tone-800);
  --a-muted: var(--tone-500);
  --a-accent: var(--tone-600);
  color: var(--a-ink);
  background: var(--tone-100);
  border: 1px solid var(--tone-200);
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
  container: analytics / inline-size;
}
.analytics * {
  min-width: 0;
}
.analytics button,
.analytics input,
.analytics select {
  font: inherit;
}
.analytics :focus-visible,
.a-service-preview :focus-visible {
  outline: 2px solid var(--tone-600);
  outline-offset: 3px;
}
.a-chrome {
  height: 44px;
  padding: 0 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: var(--tone-150);
  border-bottom: 1px solid var(--tone-200);
}
.a-chrome > div {
  display: flex;
  align-items: center;
  gap: 18px;
}
.a-chrome .brand-wordmark {
  width: 90px;
  height: 23px;
  color: var(--tone-700);
}
.a-crumb {
  color: var(--tone-500);
  font-size: 12px;
}
.a-sample {
  font-size: 8px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: var(--tone-500);
  border: 1px solid var(--tone-300);
  border-radius: 3px;
  padding: 2px 5px;
}
.a-body {
  padding: 24px;
}
.a-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.a-heading h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.035em;
  margin: 0;
}
.a-heading p {
  font-size: 12px;
  color: var(--tone-500);
  margin: 7px 0 0;
}
.a-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.a-control {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  font-size: 12px;
  color: var(--tone-500);
}
.a-control select {
  appearance: none;
  background: var(--tone-50)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='m3 4 3 3 3-3' stroke='%23657987' fill='none'/%3E%3C/svg%3E")
    right 9px center / 12px no-repeat;
  border: 1px solid var(--tone-200);
  border-radius: 4px;
  padding: 8px 29px 8px 10px;
  font-size: 12px;
  color: var(--tone-600);
  cursor: pointer;
  min-height: 34px;
}
.a-control select:hover {
  border-color: var(--tone-400);
}
.a-context-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  border-top: 1px solid var(--tone-150);
  padding-top: 13px;
  margin-bottom: 2px;
  font-size: 12px;
  color: var(--tone-500);
}
.a-context-strip span + span {
  position: relative;
}
.a-context-strip span + span::before {
  content: "·";
  position: absolute;
  left: -13px;
}
.a-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 19px 0 22px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--tone-150);
  gap: 20px;
}
.a-metrics-three {
  grid-template-columns: 1.2fr 1fr 1fr;
}
.a-metric {
  min-width: 0;
}
.a-metric-label {
  display: block;
  font-size: 12px;
  color: var(--tone-500);
  margin-bottom: 9px;
}
.a-metric strong {
  display: block;
  font-size: clamp(23px, 3.4cqi, 32px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.045em;
  white-space: nowrap;
}
.a-metric strong small {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--tone-500);
  margin-left: 5px;
}
.a-metric-note {
  display: block;
  font-size: 12px;
  color: var(--tone-500);
  margin-top: 10px;
}
.a-grid-main {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}
.a-grid-main.model-grid,
.a-grid-main.policy-grid {
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
}
.a-grid-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}
.a-grid-bottom.equal {
  grid-template-columns: 1fr 1fr;
}
.editorial .a-panel {
  display: flex;
  flex-direction: column;
  container: figure / inline-size;
  min-width: 0;
  overflow: hidden;
  background: var(--a-paper, var(--tone-50));
  border: 1px solid var(--a-line, var(--tone-150));
  border-radius: 6px;
  padding: 17px 18px;
}
.a-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}
.a-panel-head h4 {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.015em;
  line-height: 1.5;
}
.a-panel-head > span {
  color: var(--tone-400);
  font-size: 12px;
  text-align: right;
}
.a-chart {
  position: relative;
  width: 100%;
}
.a-chart svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.a-chart .a-plot-mobile {
  display: none;
}
.a-axis {
  fill: var(--tone-500);
  font-family: inherit;
  font-size: 12px;
}
.a-gridline {
  stroke: var(--tone-150);
  stroke-width: 1;
}
.a-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  align-items: center;
  color: var(--tone-500);
  font-size: 12px;
  margin-bottom: 12px;
  min-height: 14px;
}
.a-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.a-legend i {
  width: 13px;
  height: 2px;
  background: var(--series);
  color: var(--series);
}
.a-data-point {
  opacity: 0;
}
.a-chart g:hover .a-data-point,
.a-chart g:focus .a-data-point {
  opacity: 1;
}
.a-chart g:focus {
  outline: none;
}
.a-chart g:focus circle {
  stroke: var(--tone-700);
  stroke-width: 2px;
}
.a-chart g:focus rect {
  outline: 1px solid var(--tone-600);
}
.a-tooltip {
  position: absolute;
  bottom: 35px;
  left: 8px;
  max-width: calc(100% - 16px);
  z-index: 2;
  padding: 8px 11px;
  border-radius: 4px;
  font-size: 12px;
  background: var(--tone-950);
  color: var(--tone-50);
  pointer-events: none;
  box-shadow: none;
}
.a-table-scroll {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
}
.a-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 12px;
  white-space: nowrap;
}
.a-table th {
  font-weight: 450;
}
.a-table thead th {
  font-size: 12px;
  color: var(--tone-500);
  background: var(--tone-100);
  padding: 9px 10px;
}
.a-table tbody th,
.a-table tbody td {
  padding: 11px 10px;
  border-bottom: 1px solid var(--tone-100);
}
.a-table tbody tr:last-child > * {
  border-bottom: 0;
}
.a-table th:first-child {
  padding-left: 8px;
}
.a-table th:last-child,
.a-table td:last-child {
  text-align: right;
  padding-right: 8px;
}
.a-table tbody tr:hover {
  background: var(--tone-50);
}
.a-table b {
  font-weight: 600;
  color: var(--tone-600);
}
.a-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 450;
  padding: 2px 6px;
  background: var(--tone-100);
  border-radius: 3px;
  color: var(--tone-500);
  white-space: nowrap;
}
.a-badge.a-warn {
  background: var(--tone-100);
  color: var(--tone-500);
}
.a-check-list {
  display: grid;
  gap: 0;
}
.a-check-list > div {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
  border-bottom: 1px solid var(--tone-100);
  font-size: 12px;
}
.a-check-list b {
  font-size: 12px;
  color: var(--tone-400);
  font-weight: 400;
}
.a-check-list strong {
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
}
.a-reading {
  display: flex;
  align-items: start;
  gap: 12px;
  padding: 14px 0 0;
  font-size: 12px;
  color: var(--tone-500);
}
.a-reading > span {
  flex-shrink: 0;
  color: var(--tone-600);
  font-weight: 550;
  font-size: 12px;
  margin-top: 1px;
}
.a-reading p {
  margin: 0;
  line-height: 1.8;
}
.a-panel .a-reading {
  margin-top: auto;
  border-top: 1px solid var(--tone-150);
}
.a-check-list + .a-reading {
  border: 0;
}
.a-matrix {
  flex: 1;
  align-content: center;
  display: grid;
  grid-template-columns: 36px 1fr 1fr;
  gap: 6px;
  align-items: center;
  text-align: center;
  margin: 12px 0 21px;
}
.a-matrix > span {
  font-size: 12px;
  color: var(--tone-400);
}
.a-matrix > div {
  padding: 13px 5px;
  background: var(--tone-100);
  border-radius: 4px;
}
.a-matrix .a-cell-warn {
  background: var(--tone-100);
}
.a-matrix .a-cell-good {
  background: var(--tone-150);
}
.a-matrix b {
  display: block;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.045em;
}
.a-matrix small {
  font-size: 12px;
  color: var(--tone-400);
}
.a-threshold {
  display: block;
  border-top: 1px solid var(--tone-150);
  margin-top: 5px;
  padding-top: 12px;
}
.a-threshold > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--tone-500);
}
.a-threshold output {
  font-size: 12px;
  color: var(--tone-600);
}
.a-threshold input {
  appearance: auto;
  accent-color: var(--tone-500);
  width: 100%;
  margin: 8px 0 5px;
  cursor: pointer;
  height: 16px;
}
.a-threshold small {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--tone-400);
}
.a-horizontal {
  display: grid;
  gap: 16px;
  padding: 5px 0 10px;
}
.a-horizontal > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 41px;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.a-horizontal b {
  font-weight: 450;
  text-align: right;
}
.a-htrack {
  background: var(--tone-100);
  height: 5px;
  border-radius: 2px;
  overflow: hidden;
}
.a-htrack i {
  display: block;
  height: 100%;
  border-radius: 2px;
}
.a-panel-note {
  color: var(--tone-400);
  font-size: 12px;
  line-height: 1.8;
  margin-top: 13px;
}
.a-estimate > span {
  color: var(--tone-400);
  font-size: 12px;
}
.a-estimate h5 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 550;
  margin: 8px 0 20px;
}
.a-estimate dl > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  padding: 11px 0;
}
.a-estimate dt {
  color: var(--tone-400);
}
.a-estimate dd {
  font-variant-numeric: tabular-nums;
}
.a-estimate .a-result {
  border-top: 1px solid var(--tone-150);
  border-bottom: 1px solid var(--tone-150);
  margin-top: 3px;
  padding-block: 14px;
}
.a-result dd {
  color: var(--tone-600);
  font-weight: 600;
}
.a-ci {
  margin-top: 18px;
  padding: 13px 14px;
  background: var(--tone-100);
  border-radius: 4px;
}
.a-ci > span {
  display: block;
  font-size: 12px;
  color: var(--tone-400);
}
.a-ci b {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: var(--tone-600);
  margin-top: 5px;
  letter-spacing: -0.025em;
}
.a-ci i {
  font-style: normal;
  color: var(--tone-400);
  margin-inline: 9px;
  font-size: 15px;
}
.a-methods {
  border-top: 1px solid var(--tone-150);
  margin-top: 20px;
  color: var(--tone-400);
}
.a-methods summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  padding: 12px 0 0;
}
.a-methods summary::-webkit-details-marker {
  display: none;
}
.a-methods[open] summary > span {
  transform: rotate(45deg);
}
.a-methods p {
  font-size: 12px;
  line-height: 1.8;
  max-width: 800px;
  padding-top: 12px;
  color: var(--tone-500);
}
.a-query-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 18px;
  background: var(--tone-50);
  border: 1px solid var(--tone-200);
  border-radius: 5px;
  margin-bottom: 18px;
}
.a-query-box > span:first-child {
  font-size: 12px;
  color: var(--tone-400);
  padding-right: 14px;
  border-right: 1px solid var(--tone-150);
}
.a-query-box p {
  font-size: 13px;
  margin: 0;
  font-weight: 500;
}
.a-query-mark {
  margin-left: auto;
  color: var(--tone-400);
}
.a-doc-workspace {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.a-doc-answer {
  display: grid;
  align-content: start;
  gap: 14px;
}
.a-answer {
  background: var(--tone-50);
  border: 1px solid var(--tone-150);
  padding: 20px;
  border-radius: 6px;
}
.a-answer-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 18px;
}
.a-answer-id {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid var(--tone-200);
  border-radius: 50%;
  color: var(--tone-400);
  font-size: 12px;
}
.a-answer-label b {
  font-weight: 500;
}
.a-answer-label .a-badge {
  margin-left: auto;
}
.a-answer h4 {
  font-size: 14px;
  font-weight: 550;
  line-height: 1.6;
  margin: 0 0 14px;
}
.a-answer ol {
  padding-left: 17px;
}
.a-answer li {
  font-size: 12px;
  color: var(--tone-500);
  line-height: 1.85;
  padding-left: 4px;
  margin-bottom: 12px;
}
.a-answer li::marker {
  color: var(--tone-400);
  font-size: 12px;
}
.a-citation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
  margin-top: 18px;
  border-top: 1px solid var(--tone-150);
  color: var(--tone-500);
  font-size: 12px;
}
.a-citation:hover {
  color: var(--tone-700);
}
.a-document-page {
  height: 100%;
  position: relative;
  background: var(--tone-50);
  border: 1px solid var(--tone-150);
  padding: 24px;
  border-radius: 4px;
  box-shadow: none;
}
.a-doc-meta {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  font-size: 12px;
  color: var(--tone-400);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--tone-150);
  margin-bottom: 27px;
}
.a-doc-meta b {
  font-weight: 400;
}
.a-document-page h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 14px;
}
.a-document-page p {
  font-size: 12px;
  line-height: 2;
  color: var(--tone-500);
  margin-bottom: 18px;
}
.a-document-page .a-highlight {
  background: var(--tone-150);
  color: var(--tone-600);
  padding: 12px 14px;
  margin-inline: -4px;
  border-left: 2px solid var(--tone-300);
}
.a-document-page h5 {
  font-size: 12px;
  font-weight: 550;
  margin: 24px 0 10px;
}
.a-document-page footer {
  background: none;
  border: 0;
  padding: 22px 0 0;
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--tone-400);
}
.a-prompt-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.a-prompt-list > span {
  flex-basis: 100%;
  font-size: 12px;
  color: var(--tone-400);
}
.a-prompt-list button {
  padding: 8px 10px;
  border: 1px solid var(--tone-150);
  border-radius: 4px;
  color: var(--tone-500);
  background: var(--tone-50);
  font-size: 12px;
  text-align: left;
  cursor: pointer;
}
.a-prompt-list button span {
  margin-left: 10px;
}
.a-prompt-list button:hover,
.a-prompt-list button[aria-pressed="true"] {
  background: var(--tone-100);
  border-color: var(--tone-300);
  color: var(--tone-600);
}
.a-trace-button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--tone-500);
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}
.a-trace-button[aria-pressed="true"] {
  color: var(--tone-700);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.monitor-bottom .a-control {
  flex-direction: row;
  align-items: center;
  align-self: end;
  margin: 0 0 12px;
}
.a-waterfall {
  display: grid;
  gap: 24px;
  padding: 15px 0 18px;
}
.a-waterfall > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
}
.a-waterfall span {
  font-size: 12px;
  color: var(--tone-500);
}
.a-waterfall b {
  font-size: 12px;
  font-weight: 450;
}
.a-waterfall > div > div {
  grid-column: 1/-1;
  height: 8px;
  background: repeating-linear-gradient(
    to right,
    var(--tone-100) 0,
    var(--tone-100) calc(25% - 1px),
    var(--tone-150) calc(25% - 1px),
    var(--tone-150) 25%
  );
}
.a-waterfall i {
  display: block;
  height: 8px;
  border-radius: 1px;
}
.a-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.a-service-preview {
  color: var(--tone-700);
  --a-paper: var(--tone-50);
  --a-line: var(--tone-150);
  padding: 18px;
  border-radius: 8px;
  border: 1px solid var(--tone-150);
  background: var(--tone-100);
}
.a-service-preview .a-panel {
  padding: 17px;
}
.a-service-preview .a-reading {
  font-size: 12px;
}
.editorial .var-toggle small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 9px;
}
.editorial button.var-card {
  text-align: left;
  font: inherit;
  border: 1px solid transparent;
  cursor: pointer;
  background: var(--tone-100);
  color: var(--tone-700);
  transition:
    background 0.2s,
    border-color 0.2s;
}
.editorial button.var-card:hover {
  background: var(--tone-150);
  border-color: var(--tone-200);
}
.editorial button.var-card:focus-visible {
  outline: 2px solid var(--tone-600);
  outline-offset: 4px;
}
.editorial .var-card > b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}
.editorial .var-card > b > i {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: var(--tone-400);
}
.editorial .var-card > span {
  font-size: 12px;
  color: var(--tone-400);
}
.editorial .var-thumb {
  background: var(--tone-50);
  border: 1px solid var(--tone-150);
  aspect-ratio: 1.62;
  display: grid;
  align-items: center;
  padding: 10px;
}
.var-thumb svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.var-thumb .a-axis {
  font-size: 14px;
}
.var-thumb .a-data-point {
  display: none;
}
.var-thumb g {
  pointer-events: none;
}
.a-mini-document {
  overflow: hidden;
  font-size: 12px;
  color: var(--tone-400);
  width: 100%;
}
.a-mini-document > span {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--tone-150);
  margin-bottom: 8px;
  font-size: 9px !important;
}
.a-mini-document p {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding: 6px 0;
  font-size: 8px;
}
.a-mini-document p b {
  font-size: 9px !important;
  font-weight: 500;
}
.a-mini-document .a-horizontal,
.a-mini-document .a-waterfall {
  gap: 9px;
  padding: 0;
}
.a-mini-document .a-horizontal > div {
  grid-template-columns: 37px 1fr 35px;
  font-size: 8px;
  gap: 5px;
}
.a-mini-document .a-waterfall span,
.a-mini-document .a-waterfall b {
  font-size: 8px;
}
.analysis-dialog {
  width: min(960px, calc(100% - 32px));
  max-height: 90svh;
  margin: auto;
  border: 0;
  border-radius: 12px;
  padding: 38px 0 0;
  background: var(--tone-150);
  box-shadow: none;
  overflow-y: auto;
  color: var(--tone-700);
  font-family: "Wanted Sans", sans-serif;
}
.analysis-dialog::backdrop {
  background: var(--tone-700);
  backdrop-filter: blur(5px);
}
.analysis-dialog > button {
  position: absolute;
  right: 14px;
  top: 7px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  background: none;
  border: 0;
  color: var(--tone-500);
  font-size: 21px;
  cursor: pointer;
}
.analysis-dialog .analytics {
  border: 0;
  border-radius: 0 0 12px 12px;
  box-shadow: none;
}
.a-detail .a-body > .a-table-scroll,
.a-detail .a-body > .a-reading {
  margin-top: 18px;
}
.a-document-excerpt {
  padding: 10px 3px;
}
.a-document-excerpt > span {
  font-size: 12px;
  color: var(--tone-500);
}
.a-document-excerpt h4 {
  font-size: 18px;
  font-weight: 550;
  margin: 18px 0;
}
.a-document-excerpt p {
  font-size: 13px;
  line-height: 2;
  padding: 20px;
  border-left: 2px solid var(--tone-300);
  background: var(--tone-100);
  color: var(--tone-500);
}
.a-audit-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-block: 15px;
}
.a-audit-flow b {
  font-size: 12px;
  color: var(--tone-400);
  font-weight: 400;
}
.a-audit-flow h4 {
  font-size: 14px;
  margin: 20px 0 15px;
  font-weight: 550;
}
.a-audit-flow p {
  font-size: 12px;
  color: var(--tone-400);
  line-height: 1.8;
}
@container figure (max-width:420px) {
  .a-chart .a-plot-mobile {
    display: block;
  }
  .a-chart .a-plot-desktop {
    display: none;
  }
  .a-chart .a-axis {
    font-size: 12px;
  }
  .a-panel-head {
    flex-wrap: wrap;
    gap: 5px;
  }
}
@container analytics (max-width:760px) {
  .a-body {
    padding: 20px;
  }
  .a-heading {
    align-items: start;
    flex-direction: column;
    gap: 16px;
  }
  .a-metrics {
    gap: 14px;
  }
  .a-grid-main,
  .a-grid-main.model-grid,
  .a-grid-main.policy-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  }
  .a-grid-bottom {
    grid-template-columns: 1fr;
  }
  .a-grid-bottom.equal {
    grid-template-columns: 1fr 1fr;
  }
  .a-metric-note {
    font-size: 12px;
  }
}
@container analytics (max-width:520px) {
  .a-chrome {
    padding-inline: 15px;
  }
  .a-chrome > div {
    gap: 9px;
  }
  .a-chrome .brand-wordmark {
    width: 76px;
  }
  .a-crumb {
    font-size: 8px;
  }
  .a-body {
    padding: 18px 12px;
  }
  .a-heading h3 {
    font-size: 20px;
  }
  .a-heading p {
    font-size: 12px;
  }
  .a-filters {
    width: 100%;
  }
  .a-filters .a-control {
    flex: 1;
  }
  .a-context-strip {
    gap: 6px 13px;
    font-size: 12px;
  }
  .a-context-strip span + span::before {
    left: -9px;
  }
  .a-metrics,
  .a-metrics-three {
    grid-template-columns: 1fr 1fr;
    row-gap: 22px;
    padding-block: 20px;
  }
  .a-metrics-three .a-metric:first-child {
    grid-column: 1/-1;
  }
  .a-metric strong {
    font-size: clamp(22px, 8cqi, 28px);
  }
  .a-metric-note {
    font-size: 12px;
    line-height: 1.7;
  }
  .a-grid-main,
  .a-grid-main.model-grid,
  .a-grid-main.policy-grid,
  .a-grid-bottom,
  .a-grid-bottom.equal,
  .a-doc-workspace {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .a-panel-head h4 {
    font-size: 12px;
  }
  .a-table {
    font-size: 12px;
  }
  .a-table thead th {
    font-size: 12px;
  }
  .a-table tbody th,
  .a-table tbody td {
    padding: 10px 8px;
  }
  .a-matrix {
    max-width: 300px;
    width: 100%;
    align-self: center;
  }
  .a-matrix > div {
    padding: 12px;
  }
  .a-estimate dl > div {
    padding: 9px 0;
  }
  .a-estimate h5 {
    margin-bottom: 12px;
  }
  .a-ci {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  .a-ci b {
    margin: 0;
    font-size: 19px;
  }
  .a-query-box {
    flex-wrap: wrap;
    gap: 7px;
    padding: 14px;
  }
  .a-query-box > span:first-child {
    flex-basis: 100%;
    border: 0;
  }
  .a-query-box p {
    font-size: 12px;
  }
  .a-document-page {
    padding: 20px;
  }
  .a-audit-flow {
    grid-template-columns: 1fr 1fr;
  }
  .a-reading {
    font-size: 12px;
    gap: 8px;
  }
  .a-methods p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .analysis-dialog {
    width: calc(100% - 20px);
  }
  .editorial .a-panel {
    padding: 15px 14px;
  }
  .a-service-preview {
    padding: 14px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .demo-slide.on .a-line:not([stroke-dasharray]) {
    animation: chart-draw 0.65s ease both;
  }
  @keyframes chart-draw {
    from {
      stroke-dasharray: 1;
      stroke-dashoffset: 1;
    }
    to {
      stroke-dasharray: 1;
      stroke-dashoffset: 0;
    }
  }
}

.a-htrack {
  position: relative;
}
.a-htrack::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--zero, 0%);
  width: 1px;
  background: var(--tone-300);
}

.a-mini-document h4 {
  font-size: 12px;
  margin: 0 0 8px;
  font-weight: 600;
  color: var(--tone-600);
}
.a-mini-document p.a-mini-excerpt {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  border-left: 2px solid var(--tone-400);
  padding: 4px 8px;
  background: var(--tone-100);
}

.a-axis {
  fill: var(--tone-700);
}
