/* BOUT component family. Reference ports are documented in components.md.
   State vocabulary: rest, hover, pressed, focus, selected, disabled. */
:root {
  --bc-radius: 2px;
  --bc-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --bc-elevation: 0 16px 48px color-mix(in srgb, var(--bout-steel) 20%, transparent);
}
/* One ring applies to native inputs, custom triggers and links alike. */
:focus-visible { outline: 2px solid currentColor !important; outline-offset: 2px !important; }
.bc-button, .bc-select, .bc-input, .bc-summary {
  border-radius: var(--bc-radius); min-height: 44px; min-width: 44px;
  font-family: var(--font-body); font-size: 1rem; line-height: 1.4;
}
.bc-button {
  position: relative; display: inline-flex; justify-content: center; align-items: center; gap: 12px;
  padding: 12px 16px; border: 1px solid var(--line); background: var(--card); color: var(--ink);
  text-decoration: none; cursor: pointer; touch-action: manipulation;
  transition: transform 180ms var(--bc-ease), opacity 180ms var(--bc-ease);
}
.bc-button--primary { background: var(--bout-steel); border-color: var(--bout-steel); color: var(--card); }
.bc-button--secondary { background: transparent; border-color: currentColor; color: inherit; }
.bc-button--quiet { background: transparent; color: inherit; }
.bc-button:hover { text-decoration: none; background: var(--band); color: var(--ink); }
.bc-button--primary:hover { background: var(--ink); color: var(--card); }
.bc-button:active { transform: translateY(1px); }
.bc-button:disabled, .bc-input:disabled, .bc-select:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.bc-button[aria-pressed=true]:not(.bout-side):not(.bout-match) { border-color: currentColor; }
.bout-menu-toggle.bc-button { display: none; }
.bout-wallet .bc-button { padding: 8px 12px; }
.bout-arena__foot .bc-button { transition: transform 240ms var(--bc-ease); }
.bout-call-stamp.is-called, .is-printing { animation-timing-function: var(--bc-ease); }
.bout-wallet .bc-button, .bout-crossing .bc-button { border-color: currentColor; background: transparent; color: inherit; }
.bout-crossing .bc-button { color: var(--card); }
.bout-nav__dark .bc-button:hover, .bout-crossing .bc-button:hover { background: var(--card); color: var(--bout-steel); }
.bc-input, .bc-select { padding: 12px 16px; border: 1px solid var(--line); background: var(--card); color: var(--ink); }
.bc-input[type=number] { appearance: textfield; -moz-appearance: textfield; }
.bc-input::-webkit-inner-spin-button, .bc-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.bc-input:hover, .bc-select:hover { border-color: var(--ink-soft); }
.bc-select { appearance: none; padding-right: 48px; }
.bc-select-wrap { position: relative; min-width: 0; }
.bc-select-wrap .bc-select { display: none; }
.bc-select-trigger { width: 100%; justify-content: space-between; text-align: left; background: var(--card); }
.bc-chevron { width: 8px; height: 8px; flex: none; border-bottom: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); transition: transform 180ms var(--bc-ease); }
[aria-expanded=true] > .bc-chevron { transform: rotate(225deg); }
.bc-options { position: absolute; inset: calc(100% + 4px) 0 auto; z-index: 20; padding: 4px; max-height: 320px; overflow: auto; background: var(--card); border: 1px solid var(--line); box-shadow: var(--bc-elevation); border-radius: var(--bc-radius); }
.bc-option { display: flex; justify-content: space-between; width: 100%; text-align: left; border-color: transparent; }
.bc-option[aria-selected=true] { background: var(--bout-steel); color: var(--card); }
.bc-option[aria-selected=true]::after { content: '?'; }
.bc-options.is-entering { opacity: 0; transform: translateY(-4px); }
.bc-options { transition: opacity 180ms var(--bc-ease), transform 180ms var(--bc-ease); }
.bc-amount { min-width: 0; display: grid; gap: 8px; padding-block: 8px; border-block: 1px solid var(--line); }
.bc-amount__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bc-amount__head > label { font-size: .875rem; }
.bc-amount__entry { display: flex; align-items: center; gap: 8px; font-size: .875rem; }
.bc-amount__entry .bc-input { width: calc(3ch + 18px); text-align: right; padding: 8px; font-variant-numeric: tabular-nums; }
.bc-slider { --bc-progress: 9.0909%; position: relative; height: 44px; min-width: 0; }
.bc-range {
  appearance: none; -webkit-appearance: none; display: block; margin: 0; padding: 0;
  width: 100%; height: 44px; min-height: 44px; background: transparent; border: 0;
  border-radius: var(--bc-radius); cursor: ew-resize; touch-action: pan-y;
}
/* The two grounds meet at the grip. Native range semantics remain intact. */
.bc-range::-webkit-slider-runnable-track { height: 8px; border: 1px solid var(--ink-soft); border-radius: var(--bc-radius); background: linear-gradient(to right, var(--bout-steel) 0 var(--bc-progress), var(--card) var(--bc-progress) 100%); }
.bc-range::-moz-range-track { height: 6px; border: 1px solid var(--ink-soft); border-radius: var(--bc-radius); background: linear-gradient(to right, var(--bout-steel) 0 var(--bc-progress), var(--card) var(--bc-progress) 100%); }
.bc-range::-webkit-slider-thumb { appearance: none; -webkit-appearance: none; width: 44px; height: 44px; margin-top: -19px; border: 0; border-radius: var(--bc-radius); background: linear-gradient(90deg, transparent 12px, var(--bout-steel) 12px 21px, var(--card) 21px 22px, var(--bout-steel) 22px 23px, var(--card) 23px 32px, transparent 32px); background-size: 44px 32px; background-position: center; background-repeat: no-repeat; }
.bc-range::-moz-range-thumb { width: 44px; height: 44px; border: 0; border-radius: var(--bc-radius); background: linear-gradient(90deg, transparent 12px, var(--bout-steel) 12px 21px, var(--card) 21px 22px, var(--bout-steel) 22px 23px, var(--card) 23px 32px, transparent 32px); background-size: 44px 32px; background-position: center; background-repeat: no-repeat; }
.bc-range:disabled { opacity: .45; cursor: not-allowed; }
.bc-slider__bubble { position: absolute; left: clamp(48px, var(--bc-progress), calc(100% - 48px)); bottom: calc(100% + 4px); transform: translate(-50%, 4px); opacity: 0; padding: 8px 12px; pointer-events: none; background: var(--bout-steel); color: var(--card); border-radius: var(--bc-radius); white-space: nowrap; font: 400 .75rem/1.4 var(--font-mono); transition: transform 180ms var(--bc-ease), opacity 180ms var(--bc-ease); z-index: 2; }
.bc-slider.is-dragging .bc-slider__bubble, .bc-slider:focus-within .bc-slider__bubble { opacity: 1; transform: translate(-50%, 0); }
.bc-range-ticks { position: relative; min-height: 48px; display: flex; justify-content: space-between; font: 400 .75rem/1.4 var(--font-mono); color: var(--ink-soft); padding-inline: 16px; }
.bc-range-ticks > span::before { content: ''; display: block; width: 1px; height: 8px; background: currentColor; margin-bottom: 4px; }
.bc-stake-ticks { display: block; padding: 0; min-height: 40px; }
.bc-stake-ticks > span { position: absolute; top: 0; transform: translateX(-50%); white-space: nowrap; }
.bc-stake-ticks > span::before { margin-inline: auto; }
.bc-stake-ticks > span:first-child { transform: none; }
.bc-stake-ticks > span:first-child::before { margin-left: 0; }
.bc-stake-ticks > span:last-child { transform: translateX(-100%); }
.bc-stake-ticks > span:last-child::before { margin-left: auto; margin-right: 0; }
.bc-stake-ticks small { font: inherit; }
.bc-range-ticks > span:last-child { text-align: right; }
.bc-range-ticks > span:last-child::before { margin-left: auto; }

.bc-quick { display: flex; gap: 4px; }
.bc-quick .bc-button { flex: 1; padding: 8px 4px; font-size: .75rem; white-space: nowrap; font-variant-numeric: tabular-nums; }
.bc-quick .bc-button[aria-pressed=true] { background: var(--bout-steel); color: var(--card); }
.bc-choice { position: relative; isolation: isolate; border: 1px solid var(--line); border-radius: var(--bc-radius); }
.bout-side-choices.bc-choice { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; background: var(--card); }
.bc-choice__indicator { position: absolute; left: 0; bottom: 0; width: 50%; height: 4px; background: currentColor; z-index: 2; pointer-events: none; transition: transform 240ms var(--bc-ease); }
.bc-choice .bout-side { display: block; width: 100%; padding: 16px 8px 24px; border: 0; text-align: center; font-size: .875rem; min-width: 0; }
.bc-choice .bout-side:not(:focus-visible) { outline: none; }
.bc-choice .bout-side--dark { background: var(--bout-steel); color: var(--card); }
.bc-choice .bout-side:hover { background: var(--band); color: var(--ink); }
.bc-choice .bout-side--dark:hover { background: var(--ink); color: var(--card); }
.bc-choice [data-output] { display: inline-block; white-space: nowrap; font: 500 clamp(.75rem, 1vw, 1rem)/1.5 var(--font-mono); margin-block: 12px 4px; }
.bc-choice .bout-side > span:last-child { font-size: .75rem; }
.bout-state-steps.bc-choice { gap: 0; }
.bout-state-steps .bc-button { border: 0; background: transparent; }
.bout-state-steps .bc-button[aria-checked=true] { color: var(--card); }
.bout-state-marker { border-radius: var(--bc-radius); transition: transform 240ms var(--bc-ease); }
.bc-tug { position: relative; height: 16px; overflow: hidden; background: var(--bout-steel); border: 1px solid var(--ink-soft); }
.bc-tug__fill { display: block; width: 100%; height: 100%; background: var(--card); transform: scaleX(var(--bc-quote, .5)); transform-origin: left; transition: transform 240ms var(--bc-ease); }
.bc-tug::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(to right, transparent 0 calc(5% - 1px), var(--ink-soft) calc(5% - 1px) 5%); }
.bc-readout, [data-output] { font-variant-numeric: tabular-nums; font-feature-settings: 'tnum'; }
.bc-readout[data-bc-unit]:not([data-bc-unit=""]) { white-space: nowrap; }
.bc-readout[data-bc-unit]:not([data-bc-unit=""])::after { content: " " attr(data-bc-unit); font: 400 .75rem/1.4 var(--font-body); }
.bc-readout { font-size: clamp(.75rem, .8vw + .25rem, 1rem); }
.bc-number { display: inline-block; white-space: nowrap; font-variant-numeric: tabular-nums; }
.bc-number--standalone { min-width: var(--bc-number-width, 1ch); text-align: right; }
.bout-digit { width: 1ch; height: 1.3em; line-height: 1.3; vertical-align: -.2em; }
.bout-digit__reel > span { height: 1.3em; }
.bout-digit__reel.is-rolling-up { animation: bc-digit-up 220ms var(--bc-ease) both; }
.bout-digit__reel.is-rolling-down { animation: bc-digit-down 220ms var(--bc-ease) both; }
@keyframes bc-digit-up { from { transform: translateY(0); opacity: .6; } to { transform: translateY(-50%); opacity: 1; } }
@keyframes bc-digit-down { from { transform: translateY(-50%); opacity: .6; } to { transform: translateY(0); opacity: 1; } }
.bout-outcomes > p { font-size: clamp(.875rem, 1vw, 1rem); line-height: 1.6; }
.bout-outcomes #ticketBuys { font-size: clamp(1rem, 1.25vw, 1.25rem); font-weight: 500; }
.lab-out .bc-readout { min-width: 0; }
.bout-tape .bc-readout { font-size: clamp(.75rem, .85vw, 1rem); line-height: 1.6; }
.bout-tape dl > div { border-top: 1px solid currentColor; padding-top: 8px; }
.bout-tape .bc-number { font: 500 clamp(1rem, 1.45vw, 1.5rem)/1.4 var(--font-body); }
.bout-judge .bc-readout { min-height: 48px; white-space: nowrap; font: 500 clamp(.875rem, 2.2vw, 2rem)/1.4 var(--font-mono); letter-spacing: -.05em; }
.bout-judge .kicker { padding-bottom: 12px; border-bottom: 1px solid currentColor; }
.bout-call-stamp { border-radius: var(--bc-radius); background: var(--card); color: var(--bout-steel); }
.bout-round-clock { display: grid; grid-template-columns: 1fr auto 1fr; gap: 4px 24px; padding: 24px 16px; }
.bout-round-clock > span:first-child, #fightRound { grid-column: 1; text-align: right; }
.bout-round-clock > span:nth-child(3) { grid-column: 2; grid-row: 1; text-align: center; }
.bout-round-clock #fightClock { grid-column: 2; grid-row: 2; font: 500 clamp(1.5rem, 3vw, 3rem)/1.2 var(--font-mono); min-width: 8ch; white-space: nowrap; animation: none; }
.bc-clock-unit { grid-column: 2; text-align: center; font-size: .75rem !important; }
.bc-clock-actions { grid-column: 3; grid-row: 1/4; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.bc-clock-actions .bc-button { font-size: .875rem; }
.bc-tabs { position: relative; display: grid; grid-template-columns: 1fr 1fr; width: min(100%, 480px); margin-inline: auto; }
.bc-tabs .bc-button { border: 0; border-radius: var(--bc-radius); padding: 16px; }
.bc-tabs__line { position: absolute; left: 0; bottom: 0; width: 50%; height: 1px; background: var(--ink); transition: transform 240ms var(--bc-ease); }
.bc-tabs [aria-selected=true] { color: currentColor; }
.bout-match.bc-button { display: grid; grid-template-columns: 1fr 48px 1fr; padding: 24px 16px; border: 0; border-bottom: 1px solid var(--line); font-size: var(--bout-subhead); background: var(--card); }
.bout-match[aria-pressed=true] { background: var(--ground); }
.bout-match[aria-expanded=true] { background: var(--bout-steel); color: var(--card); }
.bout-match__quote { font-size: clamp(.75rem, 1vw, .875rem); }
.bout-match__versus { position: relative; }
.bout-match__versus::after { content: '+'; display: block; font: 400 .875rem/1 var(--font-mono); padding-top: 8px; }
.bout-match[aria-expanded=true] .bout-match__versus::after { content: '?'; }
.bc-match-detail { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 16px 24px; background: var(--ground); border-bottom: 1px solid var(--line); }
.bc-match-detail p { font-size: .875rem; }
.bc-accordion { border: 0; border-block: 1px solid var(--line); padding: 0; }
.bc-accordion[open] { display: block; }
.bc-summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; text-decoration: none; }
.bc-summary::-webkit-details-marker { display: none; }
.bc-summary::after { content: '+'; flex: none; font: 400 1.25rem/1 var(--font-mono); }
.bc-accordion[open] > .bc-summary::after { content: '?'; }
.bc-summary:hover { text-decoration: none; color: currentColor; }
.bc-accordion > :not(summary) { margin-bottom: 16px; }
.bc-rule { grid-column: 2/-1; border: 0; width: 100%; }
.bc-rule .bc-summary { min-height: 64px; }
.bc-rule .bc-answer { max-width: 70ch; }
.bc-accordion[open] .bc-answer, .bc-match-detail:not([hidden]) { animation: bc-enter 220ms var(--bc-ease) both; }
.bc-status { min-height: 24px; padding-block: 8px; font-size: .875rem; line-height: 1.6; }
.bc-status:empty { min-height: 0; padding: 0; }
#ticketRead { padding: 16px 0; border-block: 1px dashed var(--ink-soft); }
#ticketMessage:not(:empty) { padding: 12px; border: 1px solid currentColor; }
.bc-toast { position: fixed; left: 50%; bottom: 24px; z-index: 1100; width: max-content; max-width: calc(100% - 32px); transform: translate(-50%, 0); padding: 16px 24px; background: var(--bout-steel); color: var(--card); border: 1px solid var(--ink-soft); border-radius: var(--bc-radius); box-shadow: var(--bc-elevation); transition: transform 220ms var(--bc-ease), opacity 220ms var(--bc-ease); }
.bc-toast.is-closing { opacity: 0; transform: translate(-50%, 8px); }
.bc-ticket-list { list-style: none; padding: 0; display: grid; gap: 16px; }
.bc-ticket-list li, #ticketLog li, #labHistoryList li { position: relative; padding: 24px 16px 48px; border: 1px solid var(--line); border-top: 1px dashed var(--ink-soft); border-radius: var(--bc-radius); background: var(--ground); color: var(--ink); overflow-wrap: anywhere; }
.bc-ticket-list li::before, #ticketLog li::before { content: ''; position: absolute; left: -1px; right: -1px; top: 16px; height: 12px; background: linear-gradient(90deg, var(--card) 0 4px, transparent 4px calc(100% - 4px), var(--card) calc(100% - 4px)); }
.bc-ticket-code { display: flex; gap: 1px; position: absolute; left: 16px; right: 16px; bottom: 16px; height: 16px; overflow: hidden; }
.bc-ticket-code i { flex: var(--bc-bar, 1); background: var(--bout-steel); }
.bc-ticket-code i:nth-child(even) { background: transparent; }
.bc-copy { padding-right: 48px; }
.bc-copy::after { content: ''; position: absolute; right: 16px; width: 12px; height: 12px; border: 1px solid currentColor; transform: translateY(0); transition: transform 180ms var(--bc-ease), opacity 180ms var(--bc-ease); }
.bc-copy.is-copied::after, .bc-copy[data-copied]::after { border-top: 0; border-left: 0; height: 8px; transform: rotate(45deg) translateY(-2px); }
.bc-info { display: inline-flex; position: relative; align-self: start; }
.bc-info > .bc-button { font-size: .875rem; padding: 8px 12px; }
.bc-popover { position: absolute; z-index: 30; top: calc(100% + 8px); left: 0; width: min(320px, calc(100vw - 48px)); padding: 24px; border: 1px solid var(--line); background: var(--card); color: var(--ink); border-radius: var(--bc-radius); box-shadow: var(--bc-elevation); }
.bc-popover h3 { font-size: 1.25rem; margin-bottom: 12px; }
.bc-popover p { font-size: .875rem; min-height: 5em; }
.bc-popover nav { display: flex; justify-content: space-between; gap: 8px; margin-top: 16px; }
.bc-popover .bc-button { padding: 8px; font-size: .875rem; }
.wallet-picker.bc-dialog { padding: 24px; background: color-mix(in srgb, var(--bout-steel) 64%, transparent); }
.bc-dialog .wallet-picker__card { background: var(--bout-steel); color: var(--card); border: 1px solid var(--ink-soft); border-radius: var(--bc-radius); box-shadow: var(--bc-elevation); padding: 32px; gap: 24px; animation: bc-enter 240ms var(--bc-ease) both; }
.bc-dialog .wallet-picker__head h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
.bc-dialog .wallet-picker__close { width: 44px; padding: 8px; font-size: 1.5rem; }
.bc-dialog .wallet-picker__list { gap: 0; }
.bc-dialog .wallet-picker__row { justify-content: flex-start; padding: 16px 8px; border: 0; border-bottom: 1px solid var(--ink-soft); color: var(--card); background: transparent; animation: bc-enter 240ms var(--bc-ease) var(--bc-delay, 0ms) both; }
.bc-dialog .wallet-picker__row:hover { background: var(--card); color: var(--bout-steel); }
.bc-dialog .wallet-picker__row::after { content: '?'; margin-left: auto; }
.bc-dialog .wallet-picker__note { padding-top: 16px; border-top: 1px solid var(--ink-soft); }
.bc-dialog .wallet-picker__install { font-size: .875rem; }
.bc-dialog .bc-button--quiet { color: inherit; }
.bc-dialog.is-closing { opacity: 0; transition: opacity 180ms var(--bc-ease); }
.bc-dialog.is-closing .wallet-picker__card { animation: none; transform: translateY(24px); opacity: 0; transition: transform 180ms var(--bc-ease), opacity 180ms var(--bc-ease); }
.bc-dialog-open { overflow: hidden; }
.bc-sheet-grip { display: none; }
.bc-word { display: inline-block; opacity: 1; transition: opacity 240ms var(--bc-ease), transform 240ms var(--bc-ease); transition-delay: var(--bc-delay, 0ms); }
.bc-text-pending .bc-word { opacity: .35; transform: translateY(4px); }
@keyframes bc-enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.bout-ticket-controls { grid-template-rows: auto auto; }
.bc-ticket-results { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); border: 1px solid var(--line); min-width: 0; }
.bc-ticket-results > * { padding: 24px; min-width: 0; }
.bc-ticket-results .bout-outcomes { align-content: start; background: var(--card); }
.bc-ticket-stub { display: grid; align-content: start; gap: 16px; border-left: 1px dashed var(--ink-soft); }
.bc-ticket-stub .bc-status:empty { display: none; }
.bout-wallet #navConnect { font: 400 1rem/1.4 var(--font-body); height: 44px; min-height: 44px; padding: 8px 12px; white-space: nowrap; text-transform: none; letter-spacing: normal; }
.bout-tape .bc-tape-meaning { font: 400 clamp(.75rem, .85vw, .875rem)/1.5 var(--font-body); white-space: nowrap; }
.bc-select-mirror { display: none; }
.bc-select-trigger > span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bc-options__indicator { position: absolute; top: 4px; left: 4px; right: 4px; background: var(--bout-steel); pointer-events: none; transition: transform 180ms var(--bc-ease); }
.bc-options .bc-option { background: transparent; color: var(--ink); }
.bc-options .bc-option.is-active { color: var(--card); }
.bout-demo .bc-button { font-family: var(--font-body); letter-spacing: normal; text-transform: none; border-radius: var(--bc-radius); }
.bout-demo .bc-range { height: 44px; min-height: 44px; }
@media (pointer: coarse) {
  .bc-select-wrap .bc-select { display: block; appearance: auto; }
  .bc-select-wrap .bc-select-trigger, .bc-select-wrap .bc-options { display: none; }
  .bc-select-mirror { display: block; }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .bout-ticket-controls { gap: 20px; }
  .bout-nav__dark { gap: 12px; }
}
@media (max-width: 767px) {
  .bout-ticket-controls { grid-template-rows: auto; }
  .bc-ticket-results { grid-template-columns: minmax(0, 1fr); }
  .bc-ticket-results > * { padding: 20px; }
  .bc-ticket-stub { border-left: 0; border-top: 1px dashed var(--ink-soft); }
  .bout-wallet #navConnect { font-size: .875rem; padding-inline: 8px; }
  .bout-tape .bc-tape-meaning { white-space: normal; }

  .bout-menu-toggle.bc-button { display: block; }
  .bc-quick .bc-button { font-size: .875rem; }
  .bout-round-clock { grid-template-columns: 1fr auto; gap: 8px 16px; }
  .bc-clock-actions { grid-column: 1/-1; grid-row: 4; justify-content: center; }
  .bout-match.bc-button { grid-template-columns: 1fr 32px 1fr; padding-inline: 8px; }
  .bc-match-detail { align-items: start; flex-direction: column; gap: 12px; padding: 16px; }
  .bc-rule { grid-column: 2; }
  .bc-dialog.wallet-picker { padding: 0; align-items: end; }
  .bc-dialog .wallet-picker__card { width: 100%; max-height: calc(100dvh - 24px); padding: 8px 24px max(24px, env(safe-area-inset-bottom)); overscroll-behavior: contain; }
  .bc-sheet-grip { display: flex; justify-content: center; align-items: center; width: 100%; min-height: 44px; touch-action: none; cursor: ns-resize; border: 0; background: transparent; color: inherit; font-size: .75rem; }
  .bc-sheet-grip::before, .bc-sheet-grip::after { content: ''; width: 24px; height: 1px; background: currentColor; }
  .bout-tape .bc-number { font-size: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .bc-word { opacity: 1; transform: none; }
  .bout-digit__reel.is-rolling-up { transform: translateY(-50%); }
  .bout-digit__reel.is-rolling-down { transform: translateY(0); }
}
