/* ═══════════════════════════════════════════════════════════════════
   Dojo Track Record — page-specific styles
   Loaded only on /track/. Mobile overrides live in screen.css.
   ═══════════════════════════════════════════════════════════════════ */

.tr-shell {
  --n8:  #121919;
  --n20: #2f3b3b;
  --n35: #566666;
  --n50: #7c8e8e;
  --n65: #9eaeae;
  --n75: #b8c5c5;
  --n85: #d2dbdb;
  --n90: #e1e8e8;
  --n95: #eef3f3;
  --n98: #f6f9f9;
  --green: #10a35d;
  --green-deep: #15803d;
  --red: #ef4444;
  --gold: #d4a316;
  --hairline: 0.5px;
  --tr-display: var(--font-marketing);
  --tr-text:    var(--font-marketing-body);
  --tr-mono:    var(--font-mono);
}
.tr-shell .wrap {
  width: var(--site-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
}

/* ───── Page header ───── */
.tr-page-head { padding: 64px 0 36px; background: #fff; }
.tr-page-head .row {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 48px;
  align-items: end;
}
.tr-page-head .num-rail {
  font-family: var(--tr-mono);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--n35);
  text-transform: uppercase;
}
.tr-page-head h1 {
  font-family: var(--tr-display);
  font-weight: 700;
  font-size: 88px;
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0;
}
.tr-page-head h1 em {
  color: rgba(18,25,25,0.45);
  font-style: italic;
  font-weight: 400;
}
.tr-page-head .right {
  text-align: right;
  font-family: var(--tr-mono);
  font-size: 11px;
  color: var(--n35);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
.tr-page-head .right .strong { color: #000; font-weight: 700; }

.tr-page-deck {
  padding: 28px 0 48px;
  border-bottom: var(--hairline) solid var(--n85);
  border-top: var(--hairline) solid var(--n85);
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  background: #fff;
}
.tr-page-deck .lbl {
  font-family: var(--tr-mono);
  font-size: 11px;
  color: var(--n35);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding-top: 6px;
}
.tr-page-deck p {
  font-family: var(--tr-text);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.55;
  color: var(--n20);
  max-width: 940px;
  margin: 0;
  letter-spacing: -0.002em;
}
.tr-page-deck p strong { color: #000; font-weight: 700; }

/* ───── KPI band ───── */
.tr-kpi-section { padding: 32px 0; background: #fff; }
.tr-kpi-band {
  background: var(--n8);
  color: #fff;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  overflow: hidden;
}
.tr-kpi-band::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.06) 0.5px, transparent 0.5px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 0.5px, transparent 0.5px);
  background-size: 96px 96px;
  pointer-events: none;
}
.tr-kpi {
  padding: 48px 40px;
  border-right: 0.5px solid rgba(255,255,255,0.18);
  position: relative; z-index: 1;
}
.tr-kpi:last-child { border-right: none; }
.tr-kpi .lbl {
  font-family: var(--tr-mono);
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 600;
}
.tr-kpi .val {
  font-family: var(--tr-display);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.035em;
  font-size: 80px;
  color: #fff;
}
.tr-kpi .val.pos { color: #22c55e; }
.tr-kpi .val.neg { color: #f87171; }
.tr-kpi .val .unit {
  font-size: 0.42em; color: var(--n65); font-weight: 500;
  margin-left: 4px; letter-spacing: -0.01em;
}
.tr-kpi .ctx {
  font-family: var(--tr-text);
  font-size: 14.5px;
  color: var(--n90);
  line-height: 1.55;
  margin-top: 18px;
  max-width: 360px;
}
.tr-kpi .ctx p { margin: 0 0 8px; }
.tr-kpi .ctx p:last-child { margin: 0; }
.tr-kpi .ctx strong { color: #fff; font-weight: 700; }
.tr-kpi .ctx em { font-style: italic; color: var(--n75); }

/* ───── Chart card ───── */
.tr-chart-card {
  background: #fff;
  padding: 56px 0;
  border-bottom: var(--hairline) solid var(--n85);
}
.tr-chart-card .head {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 48px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: var(--hairline) solid var(--n85);
  margin-bottom: 36px;
}
.tr-chart-card .head .num-rail {
  font-family: var(--tr-mono);
  font-size: 11px;
  color: var(--n35);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.tr-chart-card .head h2 {
  font-family: var(--tr-display);
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0;
}
.tr-chart-card .head h2 em {
  font-style: italic; font-weight: 400; color: var(--n35);
}
.tr-chart-card .head .desc {
  font-family: var(--tr-text);
  font-size: 15px;
  color: var(--n20);
  max-width: 760px;
  line-height: 1.55;
  margin-top: 14px;
  letter-spacing: -0.002em;
}
.tr-chart-card .head .desc strong { color: #000; font-weight: 700; }
.tr-chart-card .head .desc em { font-style: italic; color: var(--n35); }
.tr-chart-card .head .meta {
  font-family: var(--tr-mono);
  font-size: 11px;
  color: var(--n35);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.7;
}
.tr-chart-card .head .meta b { color: #000; font-weight: 700; }

/* ───── SVG shared chart styles ───── */
.tr-chart-svg { width: 100%; height: auto; font-family: var(--tr-text); display: block; }
.tr-axis-label  { fill: var(--n50); font-size: 11px; font-family: var(--tr-mono); letter-spacing: 0.04em; }
.tr-axis-base   { stroke: #000; stroke-width: 1; }
.tr-grid-line   { stroke: var(--n90); stroke-width: 0.5; }
.tr-pl-line     { fill: none; stroke: #000; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tr-pl-dot      { fill: #fff; stroke: #000; stroke-width: 1.5; }
.tr-pl-dot-special { fill: #000; stroke: #000; }
.tr-ann-line    { stroke: var(--n50); stroke-width: 0.5; stroke-dasharray: 2,3; }
.tr-ann-label   { fill: var(--n35); font-size: 10.5px; font-family: var(--tr-mono); letter-spacing: 0.08em; text-transform: uppercase; }
.tr-ann-latest  { fill: #000; font-size: 16px; font-family: var(--tr-display); font-weight: 700; letter-spacing: -0.015em; }
.tr-ann-latest-sub { fill: var(--n50); font-size: 10.5px; font-family: var(--tr-mono); text-transform: uppercase; letter-spacing: 0.14em; }

/* ───── Position tape ───── */
.tr-tape-wrap {
  margin-top: 32px;
  background: #fff;
  border: 0.5px solid var(--n85);
}
.tr-tape-svg { width: 100%; height: 80px; display: block; }
.tr-tape-date { font-family: var(--tr-mono); font-size: 10.5px; fill: var(--n35); letter-spacing: 0.06em; text-transform: uppercase; }
.tr-tape-tick { stroke: var(--n75); stroke-width: 0.5; }
.tr-tape-win  { fill: #10a35d; fill-opacity: 0.22; }
.tr-tape-loss { fill: #ef4444; fill-opacity: 0.22; }
.tr-tape-push { fill: #9eaeae; fill-opacity: 0.22; }
.tr-tape-divider { stroke: var(--n65); stroke-width: 0.5; }
.tr-tape-legend {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 18px 0;
  font-family: var(--tr-mono);
  font-size: 11px; color: var(--n50);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.tr-tape-legend .right { display: flex; gap: 22px; }
.tr-tape-legend .swatch { display: inline-flex; align-items: center; gap: 8px; }
.tr-tape-legend .sw { width: 10px; height: 10px; display: inline-block; }
.tr-tape-legend .sw-w { background: rgba(16,163,93,0.30); }
.tr-tape-legend .sw-l { background: rgba(239,68,68,0.30); }
.tr-tape-legend .sw-p { background: rgba(158,174,174,0.30); }

/* ───── Win-rate chart ───── */
.tr-ref-line  { stroke: var(--n65); stroke-width: 1; stroke-dasharray: 4,4; }
.tr-ref-label { fill: var(--n50); font-size: 10.5px; font-family: var(--tr-mono); letter-spacing: 0.06em; text-transform: uppercase; }
.tr-wr-line   { fill: none; stroke: #000; stroke-width: 2; stroke-linecap: round; }
.tr-wr-fill   { fill: #10a35d; fill-opacity: 0.14; }
.tr-final-dot { fill: var(--gold); stroke: #000; stroke-width: 1.5; }
.tr-final-label { fill: #000; font-size: 16px; font-family: var(--tr-display); font-weight: 700; letter-spacing: -0.015em; }

/* ───── Histogram ───── */
.tr-vert-zero { stroke: var(--n75); stroke-width: 1; }
.tr-bar-count { font-family: var(--tr-mono); font-size: 9.5px; fill: var(--n50); }
.tr-stat-mean-line   { stroke: #000; stroke-width: 1.25; stroke-dasharray: 3 3; stroke-opacity: 0.7; }
.tr-stat-median-line { stroke: var(--gold); stroke-width: 1.5; stroke-dasharray: 3 3; }
.tr-stat-label       { font-family: var(--tr-mono); font-size: 10.5px; font-weight: 600; fill: #000; letter-spacing: 0.06em; text-transform: uppercase; }
.tr-stat-label-amber { font-family: var(--tr-mono); font-size: 10.5px; font-weight: 600; fill: #b45309; letter-spacing: 0.06em; text-transform: uppercase; }
.tr-axis-title { font-family: var(--tr-mono); font-size: 11px; fill: var(--n35); letter-spacing: 0.14em; text-transform: uppercase; }

/* ───── By sport ───── */
.tr-sport-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 0.5px solid var(--n85);
}
.tr-sport-card {
  padding: 36px 36px;
  background: #fff;
  border-right: 0.5px solid var(--n85);
  border-bottom: 0.5px solid var(--n85);
}
.tr-sport-card:nth-child(2n) { border-right: none; }
.tr-sport-card:nth-last-child(-n+2) { border-bottom: none; }
.tr-sport-card .sc-head {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 18px; border-bottom: 0.5px solid var(--n85);
}
.tr-sport-card .sc-name {
  font-family: var(--tr-display);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.025em;
}
.tr-sport-card .sc-bets {
  font-family: var(--tr-mono);
  font-size: 11px; color: var(--n50);
  text-transform: uppercase; letter-spacing: 0.16em;
}
.tr-sport-card .sc-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 28px;
}
.tr-sport-card .sc-stat-lbl {
  font-family: var(--tr-mono);
  font-size: 10.5px; color: var(--n50);
  letter-spacing: 0.16em; text-transform: uppercase;
  margin-bottom: 8px;
}
.tr-sport-card .sc-stat-val {
  font-family: var(--tr-display);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.025em;
  line-height: 1;
}
.tr-sport-card .sc-stat-val.pos { color: var(--green); }
.tr-sport-card .sc-stat-val.neg { color: var(--red); }
.tr-sport-card .sc-stat-val .small { font-size: 0.55em; color: var(--n50); font-weight: 500; margin-left: 2px; }
.tr-sport-card .sc-bar {
  margin-top: 28px; height: 8px;
  background: var(--n90);
  position: relative; overflow: hidden;
}
.tr-sport-card .sc-bar-fill {
  position: absolute; top: 0; left: 0; bottom: 0;
  background: var(--n8);
}
.tr-sport-card .sc-bar-lbl {
  display: flex; justify-content: space-between;
  margin-top: 10px;
  font-family: var(--tr-mono);
  font-size: 10.5px; color: var(--n50);
  text-transform: uppercase; letter-spacing: 0.14em;
}

/* ───── Edge by market type ───── */
.tr-mkt-svg { width: 100%; height: auto; font-family: var(--tr-text); }
.tr-mkt-chart-title { font-family: var(--tr-display); font-style: italic; font-weight: 600; font-size: 16px; fill: var(--n20); }
.tr-mkt-axis-label  { font-family: var(--tr-mono); font-size: 11px; fill: var(--n50); letter-spacing: 0.06em; }
.tr-mkt-axis-zero   { fill: var(--n20); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.tr-mkt-zero-line   { stroke: var(--n20); stroke-width: 1.25; }
.tr-mkt-grid-line   { stroke: var(--n90); stroke-width: 0.5; stroke-dasharray: 2 3; }
.tr-mkt-label       { font-family: var(--tr-display); font-weight: 700; font-size: 15px; fill: #000; letter-spacing: -0.01em; }
.tr-mkt-meta        { font-family: var(--tr-mono); font-size: 11px; fill: var(--n50); letter-spacing: 0.06em; text-transform: uppercase; }
.tr-mkt-bar-value   { font-family: var(--tr-mono); font-size: 12px; font-weight: 600; fill: var(--n20); }

/* ───── Streaks / context tiles ───── */
.tr-stripe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 0.5px solid var(--n85);
}
.tr-stripe-col {
  padding: 36px 32px;
  border-right: 0.5px solid var(--n85);
  background: #fff;
}
.tr-stripe-col:last-child { border-right: none; }
.tr-stripe-col h5 {
  font-family: var(--tr-mono);
  font-size: 11px; color: var(--n35);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 22px;
  font-weight: 600;
}
.tr-stripe-col .stripe-val {
  font-family: var(--tr-display);
  font-weight: 700;
  font-size: 56px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.tr-stripe-col .stripe-ctx {
  font-family: var(--tr-text);
  font-size: 13.5px; color: var(--n20);
  line-height: 1.55; margin-top: 18px;
  max-width: 320px;
  letter-spacing: -0.002em;
}
.tr-streak-stack { display: flex; gap: 16px; align-items: center; }
.tr-streak-pill {
  display: inline-flex; align-items: center;
  padding: 12px 16px;
  font-family: var(--tr-mono);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
}
.tr-streak-pill.win  { background: #dcfce7; color: #166534; }
.tr-streak-pill.loss { background: #fee2e2; color: #991b1b; }

.tr-cb-stack { display: flex; flex-direction: column; gap: 2px; }
.tr-cb-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 12px 0; border-bottom: 0.5px solid var(--n90);
}
.tr-cb-row:last-child { border-bottom: none; }
.tr-cb-row .cb-lbl {
  font-family: var(--tr-mono);
  font-size: 11px; color: var(--n50);
  letter-spacing: 0.14em; text-transform: uppercase;
}
.tr-cb-row .cb-val {
  font-family: var(--tr-display);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.025em;
}
.tr-cb-row .cb-val .cb-unit { font-size: 0.55em; color: var(--n50); font-weight: 500; margin-left: 2px; }
.tr-cb-row.cb-total {
  border-top: 1px solid #000; padding-top: 14px; margin-top: 4px; border-bottom: none;
}

/* ───── Day band ───── */
.tr-day-band {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  border: 0.5px solid var(--n85);
  border-top: none;
  background: #fff;
}
.tr-day-cell {
  padding: 32px;
  border-right: 0.5px solid var(--n85);
  display: flex; flex-direction: column; gap: 20px;
}
.tr-day-cell:last-child { border-right: none; }
.tr-day-cell h5 {
  font-family: var(--tr-mono);
  font-size: 11px; color: var(--n35);
  letter-spacing: 0.18em; text-transform: uppercase;
  margin: 0; font-weight: 600;
}
.tr-daycount-row {
  display: flex; align-items: baseline; gap: 14px;
}
.tr-daycount-row .num {
  font-family: var(--tr-display);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.95;
}
.tr-daycount-row .num.win  { font-size: 64px; color: var(--green); }
.tr-daycount-row .num.loss { font-size: 64px; color: var(--red); }
.tr-daycount-row .div {
  font-family: var(--tr-display);
  font-weight: 400; font-size: 40px;
  color: var(--n75);
  letter-spacing: -0.02em;
}
.tr-daycount-row .total {
  font-family: var(--tr-mono);
  font-size: 11px; color: var(--n50);
  letter-spacing: 0.16em; text-transform: uppercase;
  margin-left: 8px;
}
.tr-daycount-bar {
  display: flex; height: 10px; background: var(--n90); overflow: hidden;
}
.tr-daycount-bar .seg-w { background: rgba(16,163,93,0.55); }
.tr-daycount-bar .seg-l { background: rgba(239,68,68,0.55); }
.tr-daycount-lbls {
  display: flex; justify-content: space-between;
  font-family: var(--tr-mono);
  font-size: 10.5px; letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tr-daycount-lbls .left  { color: var(--green); font-weight: 700; }
.tr-daycount-lbls .right { color: var(--red); font-weight: 700; }
.tr-day-ctx {
  font-family: var(--tr-text);
  font-size: 13px; color: var(--n35);
  line-height: 1.55; margin-top: 4px;
  letter-spacing: -0.002em;
}

.tr-haul-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 28px;
  align-items: end;
}
.tr-haul-cell { display: flex; flex-direction: column; gap: 6px; }
.tr-haul-cell .lbl {
  font-family: var(--tr-mono);
  font-size: 10.5px; color: var(--n50);
  letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600;
}
.tr-haul-cell .val {
  font-family: var(--tr-display);
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.tr-haul-cell .val.pos { color: var(--green); }
.tr-haul-cell .val.neg { color: var(--red); }
.tr-haul-cell .meta {
  font-family: var(--tr-mono);
  font-size: 10.5px; color: var(--n50);
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-top: 4px;
}
.tr-haul-ratio {
  background: var(--n8); color: #fff;
  padding: 16px 22px;
  display: flex; flex-direction: column;
  gap: 4px; align-items: flex-start; align-self: end;
  border-radius: 6px;
}
.tr-haul-ratio .num {
  font-family: var(--tr-display);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.035em;
  line-height: 1; color: var(--gold);
}
.tr-haul-ratio .lbl {
  font-family: var(--tr-mono);
  font-size: 10.5px; color: var(--n75);
  letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 600;
}

/* ───── Daily ledger table ───── */
.tr-daily-table {
  width: 100%; border-collapse: collapse;
  font-family: var(--tr-text); font-size: 14.5px;
  margin-top: 8px;
}
.tr-daily-table thead th {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 0.5px solid #000;
  font-family: var(--tr-mono);
  font-size: 11px; color: var(--n35);
  letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600;
}
.tr-daily-table tbody td {
  padding: 16px;
  border-bottom: 0.5px solid var(--n90);
  font-variant-numeric: tabular-nums;
}
.tr-daily-table tbody tr:hover { background: var(--n98); }
.tr-daily-table tbody tr:last-child td { border-bottom: 0; }
.tr-daily-table .d-date {
  font-family: var(--tr-mono);
  font-size: 13px; color: var(--n35);
  letter-spacing: 0.06em;
}
.tr-daily-table .d-bets { font-family: var(--tr-display); font-weight: 700; }
.tr-daily-table .d-pl,
.tr-daily-table .d-cum,
.tr-daily-table .d-roi {
  font-family: var(--tr-display);
  font-weight: 700;
  text-align: right;
}
.tr-daily-table .pos { color: var(--green); }
.tr-daily-table .neg { color: var(--red); }
.tr-daily-table .muted { color: var(--n50); }
.tr-daily-table thead th:nth-child(n+5) { text-align: right; }
.tr-daily-table .status-pill {
  display: inline-block;
  padding: 4px 10px;
  font-family: var(--tr-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tr-daily-table .status-pill.win  { background: #dcfce7; color: #166534; }
.tr-daily-table .status-pill.loss { background: #fee2e2; color: #991b1b; }
.tr-daily-table .status-pill.push { background: #f1f5f5; color: #566666; }
.tr-daily-table .status-pill.open { background: transparent; color: #9eaeae; }

/* ───── Methodology ───── */
.tr-methodology {
  background: var(--n98);
  padding: 64px 0;
  border-top: var(--hairline) solid var(--n85);
  border-bottom: var(--hairline) solid var(--n85);
}
.tr-methodology .row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
}
.tr-methodology .num-rail {
  font-family: var(--tr-mono);
  font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--n35);
}
.tr-methodology h2 {
  font-family: var(--tr-display);
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.025em;
  line-height: 1; margin: 0 0 24px;
}
.tr-methodology h2 em { font-style: italic; font-weight: 400; color: var(--n35); }
.tr-methodology h3 {
  font-family: var(--tr-display);
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
  color: var(--n20);
  margin: 32px 0 12px;
  letter-spacing: -0.005em;
}
.tr-methodology p {
  font-family: var(--tr-text);
  font-size: 16px;
  line-height: 1.6;
  color: var(--n20);
  max-width: 820px;
  margin: 0 0 16px;
  letter-spacing: -0.002em;
}
.tr-methodology p:last-child { margin-bottom: 0; }
.tr-methodology p strong { color: #000; font-weight: 700; }
.tr-methodology p em { font-style: italic; color: var(--n35); }

/* ───── Empty state (no slates yet) ───── */
.tr-empty {
  padding: 96px 0;
  text-align: center;
  font-family: var(--tr-text);
  color: var(--n35);
}
.tr-empty h3 {
  font-family: var(--tr-display);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.025em;
  color: #000;
  margin: 0 0 16px;
}
.tr-empty code {
  font-family: var(--font-mono), monospace;
  background: var(--n95);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
}
