/* OSPRE MCCE routing simulator - concept prototype. Palette per templates/submission/STYLE-GUIDE.md
   plus the sky tones from design/mcce-demo. Gold is never used as text on white. */
:root {
  --navy: #0f2742;
  --navy-2: #173a5e;
  --gold: #b8932f;
  --gold-2: #d9a92e;
  --gold-tint: #f6efdc;
  --ink: #1a1a1a;
  --slate: #4a5568;
  --rule: #c5ccd6;
  --tint: #e9eef5;
  --band: #f5f7fa;
  --sky: #5fa8d3;
  --sky-2: #a9d4ec;
  --sky-dark: #1d5f86;
  --sky-tint: #e3f1f9;
  --font: Arial, "Liberation Sans", Helvetica, sans-serif;
  --radius: 8px;
  --shadow: 0 1px 2px rgba(15, 39, 66, .08), 0 2px 8px rgba(15, 39, 66, .06);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 48px; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--band); font-size: 15px; line-height: 1.4; }
h1, h2, h3 { color: var(--navy); margin: 0; }
button, input, select { font: inherit; }
small { font-size: .78em; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 8px; top: -60px; background: #fff; color: var(--navy); padding: 8px 12px; z-index: 100; border: 2px solid var(--navy); border-radius: 4px; font-weight: 700; }
.skip:focus { top: 8px; }
:focus-visible { outline: 3px solid var(--sky-dark); outline-offset: 2px; }
.top :focus-visible, .banner :focus-visible { outline-color: var(--gold-2); }

/* Banner and header */
.banner { position: sticky; top: 0; z-index: 50; background: var(--gold-2); color: var(--navy); font-weight: 700; text-align: center; padding: 6px 12px; font-size: 14px; letter-spacing: .02em; border-bottom: 1px solid var(--gold); }
.top { background: var(--navy); color: #fff; padding: 16px 24px 14px; display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; justify-content: space-between; border-bottom: 3px solid var(--gold); }
.brand { display: flex; gap: 20px; align-items: center; min-width: 0; flex: 1 1 560px; }
.brand img { flex: none; width: 190px; height: auto; }
.titles { border-left: 1px solid rgba(255,255,255,.25); padding-left: 20px; min-width: 0; }
.top h1 { color: #fff; font-size: 22px; line-height: 1.2; }
.h1-sub { color: var(--gold-2); font-weight: 700; }
.lede { margin: 4px 0 0; color: #dfe7f1; font-size: 13.5px; max-width: 70ch; }
.controls { display: flex; flex-wrap: wrap; gap: 8px 10px; align-items: center; }
.btn { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 6px; padding: 7px 12px; cursor: pointer; min-height: 36px; }
.btn:hover { background: rgba(255,255,255,.1); }
.btn-primary { background: var(--gold-2); color: var(--navy); border-color: var(--gold-2); font-weight: 700; min-width: 96px; display: inline-flex; gap: 8px; align-items: center; justify-content: center; }
.btn-primary:hover { background: #e6b94a; }
.btn-ico { width: 12px; height: 12px; display: inline-block; background: var(--navy); clip-path: polygon(0 0, 35% 0, 35% 100%, 0 100%, 0 0, 65% 0, 100% 0, 100% 100%, 65% 100%, 65% 0); }
.paused .btn-ico { clip-path: polygon(0 0, 100% 50%, 0 100%); }
.speed { display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 6px; overflow: hidden; }
.ctl-label { padding: 0 8px; font-size: 13px; color: #dfe7f1; }
.speed label { position: relative; cursor: pointer; }
.speed input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.speed span { display: block; padding: 8px 10px; border-left: 1px solid rgba(255,255,255,.3); font-size: 13px; min-width: 40px; text-align: center; }
.speed input:checked + span { background: #fff; color: var(--navy); font-weight: 700; }
.speed input:focus-visible + span { outline: 3px solid var(--gold-2); outline-offset: -3px; }
.toggle { display: inline-flex; gap: 6px; align-items: center; font-size: 13px; color: #dfe7f1; cursor: pointer; }
.toggle input { width: 18px; height: 18px; accent-color: var(--gold-2); }

/* Timeline */
.timeline { background: #fff; border-bottom: 1px solid var(--rule); padding: 10px 24px 12px; }
.tl-head { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.tl-title { font-size: 14px; }
.tl-out { margin-left: auto; font-weight: 700; color: var(--navy); font-size: 14px; }
.tl-row { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.tl-end { font-size: 12px; color: var(--slate); font-weight: 700; }
#tl-range { flex: 1; accent-color: var(--navy); height: 28px; }

/* Grid */
.grid { display: grid; gap: 16px; padding: 16px 24px 24px; grid-template-columns: minmax(320px, .95fr) minmax(500px, 1.4fr) minmax(300px, .9fr);
  grid-template-areas: "kpi kpi kpi" "feed center right"; align-items: start; max-width: 1680px; margin: 0 auto; }
.panel { background: #fff; border: 1px solid var(--rule); border-radius: var(--radius); box-shadow: var(--shadow); padding: 14px 16px; min-width: 0; }
.panel h2 { font-size: 17px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.panel-head { margin-bottom: 10px; }
.panel-note { margin: 3px 0 0; color: var(--slate); font-size: 13px; }
.pill { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; background: var(--tint); color: var(--navy); border-radius: 999px; padding: 2px 8px; }
.kpis { grid-area: kpi; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 0; padding: 0; overflow: hidden; }
.col { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.col-center { grid-area: center; }
.col-right { grid-area: right; }
.feed { grid-area: feed; display: flex; flex-direction: column; }
/* Panels inside .col get explicit grid areas only in the breakpoints that define them (see Responsive).
   A grid-area name that the parent grid does not define stacks every such panel in one cell. */

/* Info buttons + tooltip */
.info { flex: none; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--sky-dark); background: #fff; color: var(--sky-dark); font: 700 12px/1 Georgia, "Times New Roman", serif; font-style: italic; cursor: help; padding: 0; display: inline-flex; align-items: center; justify-content: center; position: relative; }
.info::after { content: ""; position: absolute; inset: -6px; } /* 34px touch target */
.info:hover, .info[aria-expanded="true"] { background: var(--sky-dark); color: #fff; }
.tip { position: absolute; z-index: 80; max-width: 340px; background: var(--navy); color: #fff; border-radius: 8px; padding: 12px 14px; font-size: 13.5px; line-height: 1.45; box-shadow: 0 8px 24px rgba(15,39,66,.3); border-top: 3px solid var(--gold-2); }
.tip h4 { margin: 0 0 4px; font-size: 14px; color: var(--gold-2); }
.tip p { margin: 0 0 6px; }
.tip .solves { color: #e6edf5; }
.tip .solves b { color: #fff; }
.tip cite { display: block; font-style: normal; font-size: 12px; color: var(--sky-2); }
.tip .tip-x { position: absolute; top: 4px; right: 6px; background: none; border: 0; color: #fff; font-size: 18px; cursor: pointer; padding: 2px 6px; line-height: 1; }
.tip .tip-x:focus-visible { outline-color: var(--gold-2); }

/* KPIs */
.kpi { padding: 12px 14px; border-right: 1px solid var(--rule); min-width: 0; }
.kpi-note { grid-column: 1 / -1; order: 9; margin: 0; padding: 6px 14px; font-size: 12px; color: var(--slate); background: var(--band); border-top: 1px solid var(--rule); }
.kpi-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 6px; }
.kpi-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--slate); }
.kpi-val { font-size: 28px; font-weight: 700; color: var(--navy); margin-top: 2px; font-variant-numeric: tabular-nums; }
.kpi-sub { font-size: 12px; color: var(--slate); }
.kpi-absorbed { font-weight: 700; color: var(--navy); }
.kpi-gate { background: var(--gold-tint); box-shadow: inset 4px 0 0 var(--gold); }
.kpi-hc { background: var(--tint); border-right: 0; }
.split { display: flex; height: 14px; border-radius: 4px; overflow: hidden; background: var(--tint); margin: 10px 0 6px; }
.seg { display: block; height: 100%; width: 0; transition: width .4s ease; }
.seg-local { background: var(--sky); }
.seg-mid { background: var(--navy); }
.seg-frontier { background: var(--gold-2); }
.seg-human { background: var(--slate); }

/* Flow */
.flow-wrap { position: relative; }
.flow-lines { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.flow-lines .ln { stroke: #d9dfe7; stroke-width: 1.25; fill: none; }
.flow-lines .ln.on { stroke: var(--gold); stroke-width: 3; }
.flow-lines .tok.idle { display: none; }
.flow-lines .tok { fill: var(--gold-2); stroke: var(--navy); stroke-width: 2; }
.flow-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px 18px; }
.fcol { display: flex; flex-direction: column; gap: 10px; justify-content: space-around; }
.fcol-h { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--slate); text-align: center; }
.node { position: relative; background: #fff; border: 1.5px solid var(--rule); border-radius: 8px; padding: 8px 26px 8px 8px; display: flex; align-items: center; gap: 6px; min-height: 54px; font-size: 13px; font-weight: 700; color: var(--navy); transition: box-shadow .25s, border-color .25s, transform .25s; }
.node small { font-weight: 400; color: var(--slate); }
.node .ico { width: 20px; height: 20px; flex: none; color: var(--navy); }
.node .n-t { flex: 1; min-width: 0; line-height: 1.2; overflow-wrap: anywhere; }
.node .n-c { position: absolute; left: 50%; bottom: -9px; transform: translateX(-50%); background: var(--navy); color: #fff; font-size: 11px; border-radius: 999px; padding: 1px 7px; font-variant-numeric: tabular-nums; }
.node .info { position: absolute; top: 5px; right: 5px; width: 18px; height: 18px; font-size: 11px; }
.node-src { flex-direction: column; align-items: flex-start; gap: 2px; }
.node-proc { background: var(--tint); }
.t-local { border-color: var(--sky); background: var(--sky-tint); }
.t-mid { border-color: var(--navy); }
.t-frontier { border-color: var(--gold); background: var(--gold-tint); }
.o-gate { border-color: var(--gold); background: var(--gold-tint); border-style: dashed; border-width: 2px; }
.node.hit { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(217,169,46,.45); transform: scale(1.03); }
.flow-now { margin: 18px 0 0; font-size: 13px; color: var(--ink); background: var(--band); border-radius: 6px; padding: 8px 10px; border-left: 3px solid var(--sky); min-height: 2.9em; }

/* Legend + feed */
.legend { display: flex; flex-wrap: wrap; gap: 6px 12px; align-items: center; font-size: 12px; color: var(--slate); margin-bottom: 10px; }
.legend-l { font-weight: 700; }
.lg { display: inline-flex; align-items: center; gap: 4px; }
.lg .info { width: 18px; height: 18px; font-size: 11px; }
.feed-scroll { position: relative; overflow-y: auto; max-height: 1180px; margin: 0 -6px; padding: 2px 6px 6px; border-radius: 6px; }
.feed-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.card { position: relative; border: 1px solid var(--rule); border-radius: 8px; background: #fff; overflow: hidden; }
.card.enter { animation: slide .45s ease-out; }
@keyframes slide { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.card-src { display: flex; align-items: center; gap: 8px; padding: 6px 10px; font-size: 12px; color: #fff; background: var(--navy); }
.card-src .ico { width: 18px; height: 18px; color: #fff; flex: none; }
.card-src .sys { font-weight: 700; }
.card-src .tid { margin-left: auto; font-family: "Liberation Mono", Consolas, monospace; color: #dfe7f1; white-space: nowrap; }
.src-identity .card-src { background: var(--navy-2); }
.src-siem .card-src { background: #243447; }
.card-body { padding: 8px 10px 10px; }
.card-meta { font-size: 11.5px; color: var(--slate); display: flex; gap: 8px; flex-wrap: wrap; }
.card-title { font-size: 14px; font-weight: 700; color: var(--ink); margin: 3px 0 6px; overflow-wrap: anywhere; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-bottom: 6px; }
.chip { font-size: 12px; font-weight: 700; border-radius: 999px; padding: 2px 9px; border: 1px solid transparent; white-space: nowrap; }
.chip-local { background: var(--sky-tint); color: var(--navy); border-color: var(--sky); }
.chip-mid { background: var(--navy); color: #fff; }
.chip-frontier { background: var(--gold-2); color: var(--navy); }
.chip-human { background: #fff; color: var(--navy); border: 1.5px dashed var(--navy); }
.chip-sipr { background: #fff; color: var(--navy); border: 1.5px solid var(--navy); }
.chip-guard { background: #fff; color: var(--navy); border: 1.5px solid var(--sky-dark); }
.bump { font-size: 12px; color: var(--navy); background: var(--band); border-radius: 6px; padding: 4px 8px; margin-bottom: 6px; }
.reason { font-size: 13px; margin: 0 0 6px; color: var(--ink); }
.gatebox { background: var(--gold-tint); border-left: 4px solid var(--gold); border-radius: 4px; padding: 6px 8px; font-size: 12.5px; color: var(--ink); margin-bottom: 6px; }
.gatebox strong { color: var(--navy); }
.card-foot { display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; font-size: 12.5px; border-top: 1px solid var(--tint); padding-top: 6px; }
.oc { font-weight: 700; border-radius: 4px; padding: 2px 7px; }
.oc-auto { background: var(--sky-tint); color: var(--navy); }
.oc-deflect { background: var(--tint); color: var(--navy); }
.oc-analyst { background: #fff; color: var(--navy); border: 1px solid var(--navy); }
.oc-gate { background: var(--gold-2); color: var(--navy); }
.stat { color: var(--slate); font-variant-numeric: tabular-nums; }
.stat b { color: var(--ink); }
.card.is-gate { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.card.sys-event .card-src { background: var(--slate); }

/* Chart */
.chart-fig { margin: 0; }
.hc-chart { width: 100%; height: auto; display: block; }
.hc-chart .axis { stroke: var(--rule); }
.hc-chart .grid-l { stroke: var(--tint); }
.hc-chart text { font-family: var(--font); font-size: 11.5px; fill: var(--slate); }
.hc-chart .l-ai { stroke: var(--navy); stroke-width: 3; fill: none; }
.hc-chart .l-lin { stroke: var(--slate); stroke-width: 2; stroke-dasharray: 5 4; fill: none; }
.hc-chart .l-users { stroke: var(--sky-dark); stroke-width: 2; fill: none; }
.hc-chart .a-gap { fill: var(--gold-2); opacity: .18; }
.hc-chart .cursor { stroke: var(--gold); stroke-width: 2; }
.hc-chart .dot-ai { fill: var(--navy); stroke: #fff; stroke-width: 2; }
.hc-chart .dot-lin { fill: var(--slate); stroke: #fff; stroke-width: 2; }
.hc-chart .dot-users { fill: var(--sky-dark); stroke: #fff; stroke-width: 2; }
.hc-chart .lbl { font-weight: 700; font-size: 12px; }
.hc-chart .lbl-ai { fill: var(--navy); }
.hc-chart .lbl-lin { fill: var(--slate); }
.hc-chart .lbl-users { fill: var(--sky-dark); }
.chart-cap { font-size: 13px; margin-top: 6px; color: var(--ink); }
.chart-key { list-style: none; display: flex; flex-wrap: wrap; gap: 4px 14px; padding: 0; margin: 8px 0 0; font-size: 12px; color: var(--slate); }
.sw { display: inline-block; width: 18px; height: 0; border-top: 3px solid var(--navy); vertical-align: middle; margin-right: 5px; }
.sw-lin { border-top: 2px dashed var(--slate); }
.sw-users { border-top: 2px solid var(--sky-dark); }
.chart-data { margin-top: 8px; font-size: 13px; }
.chart-data summary { cursor: pointer; color: var(--navy); font-weight: 700; }
.chart-data table { border-collapse: collapse; width: 100%; margin-top: 6px; font-size: 12.5px; }
.chart-data caption { text-align: left; color: var(--slate); padding-bottom: 4px; }
.chart-data th { background: var(--navy); color: #fff; text-align: left; padding: 4px 6px; }
.chart-data td { padding: 4px 6px; border-bottom: 1px solid var(--rule); }
.chart-data tr:nth-child(even) td { background: var(--band); }

/* Side */
.side h2 { font-size: 17px; }
.side-h { font-size: 14px; margin: 14px 0 6px; display: flex; align-items: center; gap: 8px; }
.int-list, .cat-list, .targets { list-style: none; margin: 8px 0 0; padding: 0; }
.int { display: flex; gap: 10px; align-items: center; padding: 8px 10px; border: 1px solid var(--rule); border-left: 4px solid var(--navy); border-radius: 6px; margin-bottom: 6px; font-size: 12.5px; color: var(--slate); }
.int strong { color: var(--navy); font-size: 13px; }
.int span { flex: 1; }
.int .ico { width: 26px; height: 26px; color: var(--navy); flex: none; }
.int-siem { border-left-color: var(--sky); }
.int-identity { border-left-color: var(--gold); }
.cat-list { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.cat-list li { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--navy); background: var(--band); border-radius: 6px; padding: 5px 6px; }
.cat-list .ico { width: 20px; height: 20px; flex: none; }
.cat-list .info { margin-left: auto; width: 18px; height: 18px; font-size: 11px; }
.swap { display: grid; grid-template-columns: auto 1fr; gap: 6px 10px; align-items: center; font-size: 13px; }
.swap select { padding: 5px 6px; border: 1px solid var(--slate); border-radius: 5px; background: #fff; color: var(--ink); min-height: 32px; }
.swap-note { font-size: 12.5px; color: var(--slate); margin: 6px 0 0; }
.targets li { font-size: 13px; padding: 5px 0; border-bottom: 1px solid var(--tint); }
.targets strong { color: var(--navy); }
.targets em { color: var(--slate); }

/* Human gate queue */
.gq-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.gq { border: 1px solid var(--gold); border-left: 4px solid var(--gold); background: var(--gold-tint); border-radius: 6px; padding: 8px 10px; display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; align-items: center; }
.gq-t { font-size: 13px; font-weight: 700; color: var(--ink); overflow-wrap: anywhere; }
.gq-w { font-size: 12px; color: var(--ink); grid-column: 1; }
.gq-id { font-family: "Liberation Mono", Consolas, monospace; font-size: 11.5px; color: var(--slate); }
.gq-btns { grid-column: 2; grid-row: 1 / span 2; display: flex; gap: 6px; }
.gq-btns button { border-radius: 5px; padding: 6px 10px; font-size: 12.5px; cursor: pointer; min-height: 32px; border: 1px solid var(--navy); }
.gq-ok { background: var(--navy); color: #fff; }
.gq-no { background: #fff; color: var(--navy); }
.gq-empty { font-size: 13px; color: var(--slate); margin: 0; }
.gq-log { font-size: 12.5px; color: var(--navy); margin: 8px 0 0; min-height: 1em; }
@media (max-width: 520px) { .gq { grid-template-columns: 1fr; } .gq-btns { grid-column: 1; grid-row: auto; } }

/* About (normal flow, above the routing flow; collapsible) */
.about > summary { cursor: pointer; list-style: none; display: flex; align-items: center; gap: 8px; }
.about > summary::-webkit-details-marker { display: none; }
.about > summary::before { content: ""; flex: none; width: 0; height: 0; border-left: 6px solid var(--navy); border-top: 5px solid transparent; border-bottom: 5px solid transparent; transition: transform .2s; }
.about[open] > summary::before { transform: rotate(90deg); }
.about-body { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 14px; align-items: center; margin-top: 8px; }
.about-art { width: 100%; height: auto; }
.about ul { margin: 0; padding-left: 18px; font-size: 13px; }
.about li { margin-bottom: 5px; }

.foot { max-width: 1680px; margin: 0 auto; padding: 0 24px 28px; font-size: 12px; color: var(--slate); }

/* Responsive */
@media (max-width: 1280px) {
  .grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); grid-template-areas: "kpi kpi" "center center" "feed right"; }
  .col-center { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); grid-template-areas: "about about" "flow gateq"; align-items: start; }
  .col-center > .about { grid-area: about; }
  .col-center > .flow { grid-area: flow; }
  .col-center > .gateq { grid-area: gateq; }
  .kpis { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .kpi { border-bottom: 1px solid var(--rule); }
  .kpi-wide { grid-column: span 2; }
  .feed-scroll { max-height: 1100px; }
}
@media (max-width: 820px) {
  body { font-size: 14px; }
  .top { padding: 12px 14px; }
  .brand { flex-direction: column; align-items: flex-start; gap: 10px; flex-basis: 100%; }
  .brand img { width: 150px; }
  .titles { border-left: 0; padding-left: 0; }
  .top h1 { font-size: 19px; }
  .h1-sub { display: block; }
  .timeline { padding: 10px 14px; }
  .grid { grid-template-columns: minmax(0, 1fr); grid-template-areas: "kpi" "feed" "about" "flow" "gateq" "chart" "side"; padding: 12px; gap: 12px; }
  .col, .col-center { display: contents; }
  .about { grid-area: about; } .flow { grid-area: flow; } .gateq { grid-area: gateq; } .chart { grid-area: chart; } .side { grid-area: side; }
  .kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kpi:nth-child(2n) { border-right: 0; }
  .kpi-val { font-size: 24px; }
  .kpi-wide { grid-column: span 2; order: 2; }
  .flow-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .fcol { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 8px; }
  .fcol-h { flex-basis: 100%; }
  .fcol .node { flex: 1 1 0; min-width: 0; }
  .fcol-out .node { flex: 1 1 40%; }
  .fcol-tier .t-local { order: 1; } .fcol-tier .t-mid { order: 2; } .fcol-tier .t-frontier { order: 3; }
  .node { min-height: 50px; font-size: 12px; padding: 6px 22px 10px 6px; }
  .node .ico { display: none; }
  .feed-scroll { max-height: 70vh; }
  .about-body { grid-template-columns: 1fr; }
  .about-art { max-width: 220px; margin: 0 auto; }
  .banner { font-size: 11.5px; padding: 5px 6px; letter-spacing: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
  .seg, .chip, .oc { forced-color-adjust: none; }
}
