@import url("/fonts.css");
:root {
  --green: #075e46;
  --deep: #073d32;
  --lime: #ddff65;
  --ink: #152c26;
  --muted: #708078;
  --line: #e1e7e2;
  --paper: #f3f5f1;
  --white: #fff;
  --radius: 14px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid #27a990;
  outline-offset: 3px;
}
button {
  touch-action: manipulation;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
[hidden] {
  display: none !important;
}
.page-width {
  max-width: 1480px;
  margin: auto;
  padding: 0 36px;
}
.site-header {
  background: var(--green);
  color: white;
}
.header-inner {
  max-width: 1480px;
  margin: auto;
  height: 82px;
  padding: 0 36px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  font-size: 37px;
  font-weight: 850;
  letter-spacing: -2px;
  font-style: italic;
}
.brand > span:not(.brand-mark) {
  color: var(--lime);
}
.brand i {
  color: var(--lime);
  font-style: normal;
  font-size: 34px;
  margin-left: 3px;
}
.brand-mark {
  font-size: 43px;
  color: var(--lime);
  line-height: 1;
  margin-right: 10px;
  font-style: normal;
}
.header-divider {
  width: 1px;
  height: 25px;
  background: #ffffff30;
}
.brand-caption {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1.7px;
  color: #c4ded1;
}
.header-actions {
  margin-left: auto;
  display: flex;
  gap: 12px;
  align-items: center;
}
.fun-badge {
  border-radius: 5px;
  color: #e0efdb;
  background: #ffffff12;
  padding: 8px 11px;
  font-size: 11px;
  font-weight: 650;
}
.header-button {
  border: 1px solid #ffffff40;
  border-radius: 6px;
  padding: 9px 12px;
  background: transparent;
  color: white;
  font-size: 12px;
  font-weight: 650;
}
.header-button span {
  margin-right: 5px;
}
.header-button:hover {
  background: #ffffff15;
}
.header-button.icon-only {
  font-size: 20px;
  line-height: 19px;
  padding: 7px 10px;
}
.event-nav {
  background: var(--deep);
  color: #adc9ba;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
}
.event-nav .page-width {
  height: 39px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-active {
  color: var(--lime);
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 3px solid var(--lime);
}
.connection {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 7px;
  letter-spacing: 0.4px;
  font-size: 10px;
}
.connection i,
.live-dot,
.lime-dot {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--lime);
}
.connection.offline {
  color: #ffd29a;
}
.connection.offline i {
  background: #f0ad4e;
}
.hero {
  position: relative;
  overflow: hidden;
  background: var(--green);
  color: white;
  border-radius: var(--radius);
  margin-top: 28px;
  min-height: 236px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 38px;
  gap: 24px;
}
.hero-content,
.countdown-wrap {
  position: relative;
  z-index: 1;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 1.7px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero .eyebrow {
  color: #d4e6a9;
}
.hero h1 {
  font-weight: 850;
  font-size: 56px;
  letter-spacing: -2.6px;
  margin: 11px 0 7px;
  line-height: 1.05;
}
.hero h1 em {
  color: var(--lime);
  font-style: normal;
}
.hero p {
  font-size: 14px;
  color: #bfe0ce;
  letter-spacing: 0.1px;
}
.event-details {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}
.event-details > span {
  background: #00372b55;
  border: 1px solid #ffffff19;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 10px;
  letter-spacing: 0.25px;
  color: #e8f2e8;
}
.countdown-wrap {
  text-align: center;
  padding: 0 5px;
}
.countdown-label {
  font-size: 9px;
  color: #c5deb7;
  font-weight: 700;
  letter-spacing: 2px;
}
.countdown {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  justify-content: center;
  margin: 15px 0;
}
.countdown div {
  display: flex;
  flex-direction: column;
  min-width: 48px;
  gap: 6px;
}
.countdown b {
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -1px;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}
.countdown div span {
  font-size: 8px;
  letter-spacing: 1.6px;
  color: #acc7b6;
}
.countdown i {
  font-size: 27px;
  font-style: normal;
  color: #65a58b;
  padding-top: 4px;
}
.cutoff-note {
  color: #bdd9c9;
  font-size: 10px;
}
.track-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
}
.track-art i {
  position: absolute;
  border: 1.5px solid #9fdb9f;
  border-radius: 50%;
  width: 720px;
  height: 480px;
  transform: rotate(-30deg);
  left: 46%;
  top: -166px;
}
.track-art i:nth-child(2) {
  width: 660px;
  height: 420px;
  left: 48%;
  top: -135px;
}
.track-art i:nth-child(3) {
  width: 600px;
  height: 360px;
  left: 50%;
  top: -106px;
}
.track-art i:nth-child(4) {
  width: 540px;
  height: 300px;
  left: 52%;
  top: -76px;
}
.track-art i:nth-child(5) {
  width: 480px;
  height: 240px;
  left: 54%;
  top: -46px;
}
.track-art > span {
  position: absolute;
  bottom: 15px;
  left: 51%;
  font-size: 24px;
  transform: rotate(-32deg);
  font-weight: 850;
  font-style: italic;
  color: #b9f191;
}
.track-art > span:nth-last-child(2) {
  left: 55%;
  bottom: 29px;
}
.track-art > span:last-child {
  left: 59%;
  bottom: 42px;
}
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  margin: 17px 0 28px;
  padding: 20px 0;
}
.stats-strip > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 25px;
  border-right: 1px solid var(--line);
}
.stats-strip > div:last-child {
  border: 0;
}
.stat-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: #f2f7ed;
  border-radius: 10px;
  color: #327352;
  font-size: 22px;
}
.stats-strip small {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.1px;
  color: var(--muted);
  display: block;
  margin-bottom: 6px;
}
.stats-strip strong {
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.7px;
  font-variant-numeric: tabular-nums;
}
.stats-strip strong span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--muted);
}
.board-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 19px;
  gap: 10px;
}
.eyebrow.dark {
  color: #788877;
  font-size: 8px;
  letter-spacing: 1.2px;
}
.section-heading h2 {
  font-size: 25px;
  letter-spacing: -0.8px;
  margin-top: 7px;
  font-weight: 800;
}
.market-status {
  font-size: 9px;
  border-radius: 4px;
  background: #e2eddb;
  color: #427344;
  padding: 6px 8px;
  font-weight: 750;
  white-space: nowrap;
}
.market-status.closed {
  background: #f8e7d1;
  color: #93591b;
}
.market-tabs {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.market-tabs button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 11px;
  font-weight: 700;
  color: #728078;
  white-space: nowrap;
}
.market-tabs button.active {
  background: var(--green);
  color: white;
}
.market-tabs button:hover:not(.active) {
  background: #e7ece4;
}
.market-tabs button span {
  font-size: 8px;
  border-radius: 3px;
  padding: 2px 4px;
  background: #e1e7dc;
  margin-left: 4px;
  color: var(--green);
}
.market-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.market-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  background: #fcfdfb;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}
.market-title h3 {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.market-title p {
  font-size: 9px;
  color: var(--muted);
  margin-top: 4px;
}
.market-title .pool-label {
  font-size: 9px;
  color: #7b8b80;
  white-space: nowrap;
}
.flag-icon {
  font-size: 17px;
  color: var(--green);
}
.table-labels {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px 120px;
  gap: 18px;
  padding: 12px 21px 7px;
  font-size: 8px;
  letter-spacing: 1px;
  color: #7f8e84;
  font-weight: 700;
}
.table-labels > span:last-child {
  text-align: center;
}
.runner-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px 120px;
  gap: 18px;
  align-items: center;
  padding: 19px 20px;
  border-bottom: 1px solid #edf0e9;
  min-height: 103px;
}
.runner-row:last-child {
  border-bottom: 0;
}
.runner-info {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.bib {
  background: #e5edfb;
  color: #52699e;
  border: 1px solid #d4e1f2;
  border-radius: 7px;
  width: 42px;
  height: 47px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 21px;
  box-shadow: inset 0 3px 0 #7189b4;
  line-height: 1;
}
.bib small {
  font-size: 5px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.bib.color-1 {
  background: #fff1da;
  color: #a37537;
  border-color: #eddcba;
  box-shadow: inset 0 3px 0 #d3a34b;
}
.bib.color-2 {
  background: #eadff4;
  color: #8c68a2;
  border-color: #e0d0ed;
  box-shadow: inset 0 3px 0 #b088c4;
}
.bib.color-3 {
  background: #e1eee4;
  color: #4d795a;
  border-color: #cfe2d2;
  box-shadow: inset 0 3px 0 #6ba582;
}
.runner-name {
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.35px;
  overflow-wrap: anywhere;
}
.runner-name-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.fav-badge {
  font-size: 6px;
  letter-spacing: 0.6px;
  background: #f2f6d2;
  border: 1px solid #e1e7b5;
  color: #73752c;
  padding: 3px 4px;
  border-radius: 3px;
  font-weight: 800;
}
.runner-meta {
  font-size: 9px;
  color: var(--muted);
  margin-top: 5px;
}
.support-heading {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 8px;
}
.support-heading strong {
  color: var(--ink);
  font-size: 11px;
}
.support-bar {
  height: 5px;
  background: #eef2e8;
  border-radius: 6px;
  overflow: hidden;
}
.support-bar > i {
  display: block;
  height: 100%;
  background: #70a77c;
  border-radius: 6px;
  transition: width 0.5s;
}
.odds-button {
  min-height: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #c3d97a;
  border-radius: 7px;
  background: #edffb9;
  color: #243519;
  transition:
    background 0.2s,
    transform 0.15s;
  position: relative;
}
.odds-button:hover {
  background: var(--lime);
  transform: translateY(-1px);
}
.odds-button.selected {
  border: 2px solid var(--green);
  background: #dfff9c;
}
.odds-button strong {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.75px;
  font-variant-numeric: tabular-nums;
}
.odds-button small {
  font-size: 7px;
  color: #7e8e52;
  margin-top: 2px;
  letter-spacing: 0.4px;
}
.odds-button .shortened {
  color: #328243;
}
.odds-button .drifted {
  color: #a77530;
}
.odds-button:disabled {
  opacity: 0.72;
}
.odds-button.flash {
  animation: price-flash 1.3s ease-out;
}
.market-footnote {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #8a978c;
  padding: 13px 2px 20px;
  gap: 10px;
}
.activity-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #edf0e9;
  padding: 16px 18px;
}
.panel-heading h3 {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.live-dot {
  background: #46a47c;
}
.panel-heading > span {
  font-size: 7px;
  letter-spacing: 1px;
  color: #8f9b91;
}
.empty-activity {
  padding: 23px 19px;
  font-size: 11px;
  color: #8b968c;
  line-height: 1.5;
}
.activity-row {
  padding: 12px 18px;
  border-bottom: 1px solid #f0f2ed;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 10px;
  line-height: 1.5;
}
.activity-row .activity-avatar {
  background: #edf3e7;
  color: var(--green);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
}
.activity-row p {
  min-width: 0;
  overflow-wrap: anywhere;
}
.activity-row small {
  display: block;
  font-size: 8px;
  color: #8c998e;
}
.activity-row time {
  margin-left: auto;
  font-size: 8px;
  color: #8c998e;
  white-space: nowrap;
}
.activity-row:last-child {
  border: 0;
}
.bet-builder {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  padding: 0 19px 18px;
}
.builder-heading {
  margin: 0 -19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 18px;
  background: var(--deep);
  color: white;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.7px;
}
.credit-tag {
  font-size: 6px;
  color: #c6e4b1;
  background: #ffffff16;
  padding: 4px 5px;
  border-radius: 3px;
  letter-spacing: 0.7px;
}
.bet-selection {
  text-align: center;
  padding: 23px 0 5px;
}
.selection-icon {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #80a671;
  margin-bottom: 9px;
}
.bet-selection h3 {
  font-size: 16px;
  letter-spacing: -0.5px;
}
.bet-selection p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.75;
  margin-top: 7px;
}
.bet-selection.has-selection {
  text-align: left;
  padding: 18px 0;
  border-bottom: 1px dashed var(--line);
  margin-bottom: 16px;
}
.selected-market {
  font-size: 9px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.selected-runner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  gap: 8px;
}
.selected-runner h3 {
  font-size: 20px;
  overflow-wrap: anywhere;
}
.selected-runner strong {
  color: var(--green);
  font-size: 20px;
}
.stake-label {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 650;
  margin-bottom: 8px;
}
.stake-label span {
  font-size: 8px;
  color: var(--muted);
  font-weight: 400;
}
.stake-input {
  display: flex;
  align-items: center;
  border: 1px solid #cbd8c7;
  border-radius: 5px;
  overflow: hidden;
  height: 42px;
}
.stake-input input {
  border: 0;
  background: transparent;
  width: 100%;
  padding: 8px 11px;
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
}
.stake-input span {
  font-size: 10px;
  color: var(--muted);
  padding-right: 11px;
}
.quick-stakes {
  display: flex;
  gap: 7px;
  margin: 8px 0 15px;
}
.quick-stakes button {
  width: 25%;
  padding: 6px;
  border: 1px solid var(--line);
  background: #f7f9f3;
  border-radius: 4px;
  font-size: 10px;
}
.quick-stakes button.active {
  background: #eaf7cf;
  border-color: #bace96;
}
.potential {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}
.potential strong {
  color: var(--green);
  font-size: 12px;
}
.small-note {
  font-size: 9px;
  line-height: 1.6;
  color: var(--muted);
}
#stake-note {
  margin: 7px 0 13px;
}
#bet-command {
  display: block;
  padding: 10px;
  background: #f3f7ed;
  color: #516643;
  font-size: 10px;
  border: 1px dashed #ccd9c1;
  border-radius: 4px;
  overflow-wrap: anywhere;
  line-height: 1.6;
}
.primary-button {
  border: 0;
  border-radius: 5px;
  background: var(--lime);
  color: #29441e;
  width: 100%;
  padding: 13px 15px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
}
.primary-button:hover {
  background: #d0f449;
}
.primary-button span {
  font-size: 16px;
}
.paste-note {
  text-align: center;
  font-size: 8px;
  color: var(--muted);
  margin-top: 9px;
  line-height: 1.4;
}
.slack-guide {
  background: #eaf0e5;
  border: 1px solid #dde5d6;
  border-radius: 10px;
  padding: 20px;
  margin-top: 16px;
}
.guide-heading {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-bottom: 21px;
}
.slack-symbol {
  background: white;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  font-size: 24px;
  color: var(--green);
  font-weight: 850;
}
.guide-heading h3 {
  font-size: 12px;
  letter-spacing: -0.25px;
}
.guide-heading p {
  font-size: 9px;
  color: #86917f;
  margin-top: 4px;
}
.guide-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}
.guide-step > span {
  border: 1px solid #c6d5bc;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  display: grid;
  place-items: center;
  font-size: 8px;
  color: #6f8560;
  flex-shrink: 0;
}
.guide-step > div {
  flex: 1;
  min-width: 0;
}
.guide-step h4 {
  font-size: 10px;
  font-weight: 700;
  margin: 3px 0 7px;
}
.guide-step p {
  font-size: 9px;
  color: #819174;
  line-height: 1.7;
  margin-top: 4px;
}
.command-copy {
  border: 1px solid #d8e1ce;
  border-radius: 4px;
  background: #f9fcf5;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 7px;
  text-align: left;
  padding: 9px 8px;
}
.command-copy code {
  font-size: 9px;
  white-space: normal;
  overflow-wrap: anywhere;
  color: #446034;
}
.command-copy > span {
  margin-left: auto;
  color: #8ca17c;
  font-size: 12px;
}
.text-button {
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #54783d;
  font-weight: 700;
}
.text-button span {
  font-size: 13px;
}
.fun-note {
  padding: 18px 4px;
  text-align: center;
}
.fun-note strong {
  font-size: 10px;
  color: #7b8874;
}
.fun-note p {
  font-size: 9px;
  line-height: 1.7;
  color: #98a28f;
  margin-top: 5px;
}
.command-examples {
  margin: 27px 0 0;
  padding: 23px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 1fr;
  gap: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.command-examples h3 {
  font-size: 18px;
  letter-spacing: -0.5px;
  margin-top: 7px;
}
.command-examples > button {
  text-align: left;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 14px;
}
.command-examples button > span {
  font-size: 7px;
  letter-spacing: 0.9px;
  color: #839175;
  display: block;
  font-weight: 700;
}
.command-examples code {
  font-size: 9px;
  display: block;
  margin: 9px 0;
  color: #3e6041;
  overflow-wrap: anywhere;
}
.command-examples small {
  font-size: 8px;
  color: #84917c;
}
.site-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 0;
  color: #929c8d;
  font-size: 8px;
}
.footer-brand {
  font-weight: 800;
  letter-spacing: -0.8px;
  font-style: italic;
  font-size: 20px;
  color: #7a8d74;
}
.footer-brand span {
  color: #98ac65;
}
.site-footer > a {
  margin-left: auto;
}
.site-footer a:hover {
  color: var(--green);
}
.market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.compact-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px;
}
.compact-card h3 {
  font-size: 16px;
  letter-spacing: -0.3px;
}
.compact-card .compact-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  gap: 8px;
}
.compact-heading p {
  font-size: 9px;
  color: var(--muted);
  margin-top: 5px;
}
.line-badge {
  font-size: 20px;
  font-weight: 750;
  color: var(--green);
  letter-spacing: -0.5px;
}
.option-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.option-pair .option-label {
  font-size: 9px;
  margin-bottom: 7px;
  color: #6e8070;
  display: block;
}
.option-pair .odds-button {
  min-height: 68px;
}
.compact-pool {
  font-size: 8px;
  color: var(--muted);
  margin-top: 11px;
}
.exotic-selector {
  display: flex;
  gap: 7px;
  margin-bottom: 12px;
}
.exotic-selector button {
  padding: 9px 12px;
  border: 1px solid #dce3d4;
  border-radius: 5px;
  background: white;
  font-size: 10px;
}
.exotic-selector button.active {
  background: #e9f3d2;
  border-color: #bbcba1;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
  font-size: 10px;
  color: var(--muted);
}
.pagination button {
  background: white;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 7px 12px;
}
.loading-card {
  background: white;
  padding: 60px 24px;
  text-align: center;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 13px;
}
.results-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px;
  margin-top: 16px;
}
.results-panel h3 {
  font-size: 18px;
  margin-bottom: 13px;
}
.result-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}
dialog {
  border: 0;
  border-radius: 14px;
  padding: 28px;
  max-width: 640px;
  width: calc(100% - 32px);
  color: var(--ink);
  box-shadow: 0 20px 90px #001f2466;
}
dialog::backdrop {
  background: #04291fc2;
  backdrop-filter: blur(3px);
}
.dialog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.dialog-heading h2 {
  font-size: 25px;
  letter-spacing: -1px;
}
.dialog-heading button {
  border: 0;
  background: #f0f4eb;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 23px;
}
dialog > p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}
#help-examples {
  display: grid;
  gap: 7px;
  margin: 20px 0;
}
#help-examples button {
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #f7f9f4;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
}
#help-examples button code {
  overflow-wrap: anywhere;
}
#help-examples button span {
  font-size: 9px;
  color: var(--muted);
}
dialog h3 {
  margin: 18px 0 10px;
  font-size: 16px;
}
dialog ul {
  padding-left: 18px;
  font-size: 11px;
  line-height: 1.8;
  color: #63705f;
}
dialog li {
  margin-bottom: 8px;
}
.toast {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%, 20px);
  max-width: calc(100vw - 32px);
  padding: 13px 22px;
  border-radius: 7px;
  background: var(--deep);
  color: white;
  box-shadow: 0 8px 25px #00281c33;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  z-index: 20;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 15px;
  padding: 10px;
  z-index: 50;
  background: var(--lime);
}
.skip-link:focus {
  top: 10px;
}
.tv-ticker {
  display: none;
}
.tv .command-examples,
.tv .site-footer,
.tv .bet-builder,
.tv .fun-note,
.tv .activity-panel,
.tv .market-footnote {
  display: none;
}
.tv .page-width,
.tv .header-inner {
  max-width: 1920px;
}
.tv .site-header .header-inner {
  height: 64px;
}
.tv .hero {
  margin-top: 18px;
  min-height: 190px;
  padding: 25px 32px;
}
.tv .stats-strip {
  margin-bottom: 20px;
  padding: 15px 0;
}
.tv .board-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
  padding-bottom: 85px;
}
.tv .slack-guide {
  margin-top: 0;
}
.tv .section-heading h2 {
  font-size: 27px;
}
.tv .runner-name {
  font-size: 23px;
}
.tv .runner-row {
  min-height: 99px;
}
.tv .odds-button strong {
  font-size: 32px;
}
.tv .table-labels,
.tv .runner-row {
  grid-template-columns: minmax(0, 1fr) 180px 140px;
}
.tv .guide-heading h3 {
  font-size: 14px;
}
.tv .guide-step h4 {
  font-size: 13px;
}
.tv .guide-step p {
  font-size: 11px;
}
.tv .command-copy code {
  font-size: 12px;
}
.tv .guide-step {
  margin-bottom: 25px;
}
.tv-ticker strong {
  color: var(--lime);
  font-size: 10px;
  letter-spacing: 1px;
}
.tv .tv-ticker {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 36px;
  display: flex;
  align-items: center;
  gap: 30px;
  background: var(--deep);
  color: #d3e3cd;
  font-size: 12px;
  z-index: 5;
}
.tv-ticker code {
  font-size: 17px;
  color: white;
}
.tv #tv-page {
  margin-left: auto;
  font-size: 10px;
  letter-spacing: 1px;
}
.tv .market-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tv .compact-card h3 {
  font-size: 20px;
}
.tv .compact-card .option-label {
  font-size: 12px;
}
.tv .market-panel .runner-row {
  padding-top: 14px;
  padding-bottom: 14px;
}
.tv .market-panel[data-exotic="true"] .runner-row {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.tv .market-panel[data-exotic="true"] .odds-button {
  min-height: 48px;
}
.tv .market-panel[data-exotic="true"] .runner-name {
  font-size: 19px;
}
@keyframes price-flash {
  0% {
    background: #9feb93;
  }
  100% {
    background: #edffb9;
  }
}
@media (min-width: 1600px) {
  .tv .hero {
    min-height: 210px;
  }
  .tv .hero h1 {
    font-size: 60px;
  }
  .tv .countdown b {
    font-size: 56px;
  }
  .tv .market-panel .runner-row {
    min-height: 105px;
    padding: 10px 20px;
  }
  .tv .odds-button {
    min-height: 80px;
  }
  .tv .odds-button strong {
    font-size: 40px;
  }
  .tv .runner-name {
    font-size: 28px;
  }
  .tv .slack-guide {
    padding: 26px;
  }
  .tv .board-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
  }
  .tv .market-tabs button {
    font-size: 15px;
    padding: 12px 20px;
  }
  .tv .guide-step p {
    font-size: 13px;
  }
  .tv .command-copy code {
    font-size: 14px;
  }
  .tv .stats-strip small {
    font-size: 10px;
  }
  .tv .stats-strip strong {
    font-size: 30px;
  }
  .tv .market-panel[data-exotic="true"] .runner-row {
    min-height: 79px;
  }
}
@media (max-width: 1100px) {
  .page-width,
  .header-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .brand-caption,
  .header-divider {
    display: none;
  }
  .hero {
    padding: 30px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .countdown {
    gap: 7px;
  }
  .countdown b {
    font-size: 34px;
  }
  .countdown div {
    min-width: 37px;
  }
  .board-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 18px;
  }
  .table-labels,
  .runner-row {
    grid-template-columns: minmax(0, 1fr) 90px 88px;
    gap: 12px;
  }
  .runner-row {
    padding: 18px 14px;
  }
  .table-labels {
    padding-left: 14px;
    padding-right: 14px;
  }
  .runner-info {
    gap: 9px;
  }
  .bib {
    width: 35px;
    height: 40px;
    font-size: 17px;
  }
  .runner-name {
    font-size: 16px;
  }
  .market-tabs button {
    padding: 10px;
    font-size: 10px;
  }
  .stats-strip > div {
    padding: 0 17px;
    gap: 10px;
  }
  .stat-icon {
    display: none;
  }
  .stats-strip small {
    font-size: 7px;
  }
  .command-examples {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .command-examples > div {
    grid-column: 1/-1;
  }
  .section-heading .eyebrow {
    font-size: 7px;
  }
  .section-heading h2 {
    font-size: 22px;
  }
  .market-grid {
    grid-template-columns: 1fr;
  }
  .tv .market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 800px) {
  .board-layout,
  .tv .board-layout {
    grid-template-columns: 1fr;
  }
  .sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .sidebar .slack-guide {
    margin-top: 0;
  }
  .fun-note {
    grid-column: 1/-1;
    padding: 0 0 10px;
  }
  .hero {
    align-items: flex-start;
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero .eyebrow {
    font-size: 7px;
  }
  .hero p {
    font-size: 11px;
  }
  .countdown-label {
    font-size: 7px;
  }
  .countdown b {
    font-size: 30px;
  }
  .countdown div {
    min-width: 29px;
  }
  .countdown div span {
    font-size: 6px;
  }
  .countdown i {
    font-size: 20px;
  }
  .countdown {
    gap: 6px;
  }
  .cutoff-note {
    font-size: 8px;
  }
  .event-details {
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
  }
  .event-details > span {
    font-size: 8px;
  }
  .hero {
    min-height: 200px;
    padding: 27px 25px;
  }
  .table-labels,
  .runner-row {
    grid-template-columns: minmax(0, 1fr) 130px 112px;
    gap: 18px;
  }
  .market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tv .sidebar {
    display: none;
  }
  .tv .tv-ticker {
    gap: 15px;
    padding: 14px;
  }
  .tv-ticker > span:not(#tv-page) {
    display: none;
  }
  .tv #tv-page {
    font-size: 8px;
  }
  .tv .header-inner {
    height: 64px;
  }
}
@media (max-width: 540px) {
  .page-width,
  .header-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header-inner {
    height: 67px;
    gap: 10px;
  }
  .brand {
    font-size: 30px;
  }
  .brand-mark {
    font-size: 35px;
    margin-right: 6px;
  }
  .brand i {
    font-size: 26px;
  }
  .header-actions {
    gap: 7px;
  }
  .fun-badge {
    display: none;
  }
  .header-button {
    font-size: 10px;
    padding: 8px;
  }
  .header-button.icon-only {
    font-size: 18px;
    padding: 6px 8px;
  }
  .event-nav .page-width {
    gap: 19px;
    height: 36px;
    font-size: 8px;
  }
  .connection {
    font-size: 8px;
  }
  .hero {
    display: block;
    margin-top: 17px;
    padding: 24px 23px;
    min-height: 0;
    border-radius: 10px;
  }
  .hero h1 {
    font-size: 40px;
    letter-spacing: -1.8px;
    margin-top: 12px;
  }
  .hero p {
    font-size: 12px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .track-art {
    opacity: 0.15;
  }
  .track-art i {
    left: 20% !important;
  }
  .track-art > span {
    display: none;
  }
  .countdown-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    border-top: 1px solid #ffffff26;
    margin-top: 24px;
    padding: 16px 0 0;
    gap: 10px;
  }
  .countdown-label {
    max-width: 65px;
    line-height: 1.7;
    font-size: 8px;
    letter-spacing: 1.4px;
  }
  .countdown {
    margin: 0;
    gap: 7px;
  }
  .countdown b {
    font-size: 29px;
  }
  .countdown div {
    min-width: 30px;
    text-align: center;
    gap: 3px;
  }
  .countdown i {
    font-size: 19px;
  }
  .cutoff-note {
    display: none;
  }
  .event-details > span {
    font-size: 8px;
    padding: 6px 7px;
  }
  .stats-strip {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    margin: 13px 0 24px;
    gap: 0;
    border-radius: 8px;
  }
  .stats-strip > div {
    padding: 15px 18px;
    min-height: 76px;
    border-bottom: 1px solid var(--line);
  }
  .stats-strip > div:nth-child(2) {
    border-right: 0;
  }
  .stats-strip > div:nth-child(n + 3) {
    border-bottom: 0;
  }
  .stats-strip strong {
    font-size: 20px;
  }
  .stats-strip strong span {
    font-size: 10px;
  }
  .stats-strip small {
    font-size: 7px;
  }
  .section-heading {
    margin-bottom: 15px;
  }
  .section-heading h2 {
    font-size: 25px;
  }
  .section-heading .eyebrow {
    font-size: 6px;
    letter-spacing: 0.8px;
  }
  .market-status {
    font-size: 7px;
    padding: 5px 6px;
  }
  .market-tabs {
    gap: 3px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    justify-content: space-between;
  }
  .market-tabs button {
    font-size: 9px;
    padding: 9px 10px;
  }
  .market-tabs button span {
    display: none;
  }
  .market-title {
    padding: 14px;
  }
  .market-title h3 {
    font-size: 12px;
  }
  .market-title p {
    font-size: 8px;
    line-height: 1.5;
  }
  .market-title .pool-label {
    font-size: 8px;
  }
  .table-labels,
  .runner-row,
  .tv .table-labels,
  .tv .runner-row {
    grid-template-columns: minmax(0, 1fr) 75px 78px;
    gap: 10px;
  }
  .table-labels {
    font-size: 6px;
    padding: 10px 12px 5px;
  }
  .runner-row,
  .tv .runner-row {
    padding: 15px 12px;
    min-height: 91px;
  }
  .runner-info {
    gap: 9px;
  }
  .runner-name,
  .tv .runner-name {
    font-size: 15px;
  }
  .bib {
    width: 30px;
    height: 38px;
    font-size: 16px;
    border-radius: 5px;
  }
  .bib small {
    font-size: 4px;
  }
  .runner-meta {
    font-size: 7px;
    margin-top: 5px;
  }
  .fav-badge {
    font-size: 5px;
    padding: 2px 3px;
  }
  .support-heading {
    font-size: 8px;
    display: block;
    line-height: 1.6;
    margin-bottom: 4px;
  }
  .support-heading strong {
    font-size: 9px;
    margin-right: 3px;
  }
  .odds-button {
    min-height: 54px;
  }
  .odds-button strong,
  .tv .odds-button strong {
    font-size: 22px;
  }
  .odds-button small {
    font-size: 6px;
  }
  .market-footnote {
    font-size: 7px;
    padding-bottom: 16px;
  }
  .board-layout {
    gap: 18px;
  }
  .sidebar {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .bet-builder {
    padding-left: 18px;
    padding-right: 18px;
  }
  .bet-selection:not(.has-selection) {
    padding: 15px 0;
  }
  .bet-selection:not(.has-selection) .selection-icon {
    display: none;
  }
  .slack-guide {
    padding: 20px;
  }
  .guide-heading h3 {
    font-size: 15px;
  }
  .guide-heading p {
    font-size: 11px;
  }
  .guide-step h4 {
    font-size: 12px;
  }
  .guide-step p {
    font-size: 11px;
  }
  .command-copy code {
    font-size: 12px;
  }
  .command-copy {
    padding: 12px;
  }
  .text-button {
    font-size: 11px;
  }
  .fun-note {
    padding: 0 0 4px;
  }
  .command-examples {
    grid-template-columns: 1fr;
    padding: 20px 0;
    gap: 10px;
  }
  .command-examples > div {
    margin-bottom: 7px;
  }
  .command-examples > button {
    padding: 15px;
  }
  .command-examples code {
    font-size: 12px;
  }
  .command-examples button span {
    font-size: 8px;
  }
  .command-examples small {
    font-size: 10px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 7px;
    padding: 20px 0;
  }
  .site-footer > span:nth-child(2) {
    flex: 1;
  }
  .site-footer > a {
    margin-left: 0;
  }
  .site-footer > span:last-child {
    margin-left: auto;
  }
  .market-grid,
  .tv .market-grid {
    grid-template-columns: 1fr;
  }
  .compact-card {
    padding: 17px;
  }
  .compact-heading h3 {
    font-size: 18px;
  }
  .option-pair .odds-button strong {
    font-size: 27px;
  }
  .compact-card .option-label {
    font-size: 10px;
  }
  .tv .hero {
    padding: 20px;
  }
  .tv .hero h1 {
    font-size: 36px;
  }
  .tv-ticker code {
    font-size: 10px;
  }
  .tv-ticker strong {
    font-size: 7px;
  }
  .tv .tv-ticker {
    gap: 10px;
  }
  .tv #tv-page {
    display: none;
  }
  .tv .section-heading h2 {
    font-size: 23px;
  }
  dialog {
    padding: 20px;
  }
  .dialog-heading h2 {
    font-size: 23px;
  }
  #help-examples button {
    display: block;
  }
  #help-examples button span {
    display: block;
    margin-top: 5px;
  }
}
.tv .pagination {
  display: none;
}
@media (min-width: 801px) and (max-height: 850px) {
  .tv .site-header .header-inner {
    height: 50px;
  }
  .tv .brand {
    font-size: 30px;
  }
  .tv .event-nav .page-width {
    height: 28px;
  }
  .tv .hero {
    margin-top: 12px;
    min-height: 120px;
    padding: 12px 26px;
  }
  .tv .hero h1 {
    font-size: 36px;
    margin: 8px 0;
  }
  .tv .hero p {
    display: none;
  }
  .tv .event-details {
    margin-top: 5px;
  }
  .tv .event-details > span {
    padding: 5px 8px;
  }
  .tv .countdown {
    margin: 9px 0;
  }
  .tv .countdown b {
    font-size: 32px;
  }
  .tv .stats-strip {
    padding: 11px 0;
    margin: 12px 0 14px;
  }
  .tv .stats-strip strong {
    font-size: 21px;
  }
  .tv .section-heading {
    margin-bottom: 10px;
  }
  .tv .section-heading .eyebrow {
    display: none;
  }
  .tv .section-heading h2 {
    font-size: 22px;
    margin-top: 0;
  }
  .tv .market-tabs {
    margin-bottom: 10px;
    padding-bottom: 9px;
  }
  .tv .market-tabs button {
    padding: 8px 12px;
    font-size: 11px;
  }
  .tv .market-title {
    padding: 7px 16px;
  }
  .tv .table-labels {
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .tv .market-panel .runner-row {
    min-height: 68px;
    padding: 8px 16px;
  }
  .tv .runner-name {
    font-size: 21px;
  }
  .tv .odds-button {
    min-height: 48px;
  }
  .tv .odds-button strong {
    font-size: 27px;
  }
  .tv .market-panel[data-exotic="true"] .runner-row {
    min-height: 58px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .tv .slack-guide {
    padding: 17px;
  }
  .tv .guide-heading {
    margin-bottom: 14px;
  }
  .tv .guide-step {
    margin-bottom: 15px;
  }
  .tv .guide-step p {
    font-size: 10px;
  }
  .tv .command-copy code {
    font-size: 11px;
  }
  .tv .tv-ticker {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .tv .board-layout {
    padding-bottom: 65px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
