:root {
  --bg: #ececec;
  --card: #f8f8f8;
  --line: #dddddd;
  --txt: #1f1f1f;
  --muted: #6e6e6e;
  --accent: #ef7f7f;
  --accent-dark: #d86a6a;
  --deep: #242733;
}

/* Local icon fallback (no CDN) */
i[class^="fa"],
i[class*=" fa-"] {
  font-style: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.fa-house::before { content: "⌂"; }
.fa-horse-head::before { content: "♞"; }
.fa-futbol::before { content: "●"; }
.fa-circle-dot::before { content: "◉"; }
.fa-paw::before { content: "✶"; }
.fa-otter::before { content: "◌"; }
.fa-football::before { content: "◖"; }
.fa-basketball::before { content: "◍"; }
.fa-table-tennis-paddle-ball::before { content: "◔"; }
.fa-baseball-bat-ball::before { content: "╱"; }
.fa-baseball::before { content: "◯"; }
.fa-hand-fist::before { content: "✦"; }
.fa-angle-down::before { content: "▾"; }
.fa-angle-right::before { content: "▸"; }
.fa-medal::before { content: "◎"; }
.fa-fire::before { content: "◉"; }
.fa-cart-shopping::before { content: "◧"; }
.fa-users::before { content: "◔◔"; font-size: 10px; letter-spacing: -2px; }
.fa-arrow-down::before { content: "↓"; }
.fa-google-play::before { content: "▶"; }
.fa-apple::before { content: "◍"; }
.fa-cc-mastercard::before { content: "◉◉"; font-size: 10px; letter-spacing: -3px; }
.fa-cc-visa::before { content: "V"; font-weight: 700; }
.fa-apple-pay::before { content: "A"; font-weight: 700; }
.fa-google-pay::before { content: "G"; font-weight: 700; }
.fa-facebook-f::before { content: "f"; font-weight: 700; }
.fa-x-twitter::before { content: "x"; font-weight: 700; }
.fa-instagram::before { content: "◌"; }

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--txt);
  background: var(--bg);
  overflow-x: hidden;
}

.jump-strip {
  background: #1d1f2a;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  overflow: hidden;
}

.jump-label {
  font-size: 13px;
  white-space: nowrap;
}

.jump-items {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.jump-items::-webkit-scrollbar {
  display: none;
}

.jump-item {
  background: #2b2e3b;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-size: 12px;
  white-space: nowrap;
}

.jump-item i {
  color: #fff;
}

.jump-item b {
  background: #f39b2c;
  border-radius: 12px;
  padding: 2px 7px;
  font-size: 10px;
}

.header {
  background: linear-gradient(90deg, #ef7a7a, #f58f8f);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
}

.logo {
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 12px;
}

.header-actions {
  display: flex;
  gap: 8px;
}

.header-actions button {
  border: 0;
  border-radius: 18px;
  padding: 8px 14px;
  background: rgba(38, 38, 38, 0.34);
  color: #fff;
  cursor: pointer;
}

.betslip span {
  margin-left: 6px;
  background: #fff;
  color: #222;
  border-radius: 10px;
  padding: 1px 6px;
}

.page {
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: calc(100vh - 90px);
}

.sidebar {
  border-right: 1px solid var(--line);
  background: #f3f3f3;
  padding: 12px 10px;
}

.sidebar a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #222;
  font-size: 14px;
  padding: 10px 2px;
}

.featured-title {
  color: #f17373;
  font-weight: 700;
  margin: 8px 0;
}

.help {
  margin-top: 16px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.help-menu {
  padding: 6px 0 0 24px;
}

.help-menu a {
  display: block;
  font-size: 13px;
  color: #2a2a2a;
  padding: 6px 0;
}

.content {
  padding: 10px;
}

.contact-shell {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  justify-content: flex-start;
}

.contact-tabs {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.contact-tab {
  border: 0;
  border-radius: 18px;
  background: #ececec;
  color: #333;
  padding: 0 14px;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  min-width: 74px;
  line-height: 1;
  flex: 0 0 auto;
}

.contact-tab.active {
  background: #ef7f7f;
  color: #fff;
}

.contact-card {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  padding: 16px;
  min-height: 190px;
  margin-top: 0;
}

.contact-card h2 {
  margin: 0 0 12px;
  font-size: 30px;
}

.contact-line {
  font-size: 14px;
  margin: 8px 0;
}

.contact-line strong {
  display: block;
  margin-bottom: 2px;
}

.live-chat-btn {
  margin-top: 10px;
  border: 0;
  background: #23252f;
  color: #fff;
  border-radius: 999px;
  height: 34px;
  padding: 0 14px;
}

.faq-page {
  grid-template-columns: 170px 1fr 230px;
}

.faq-content {
  padding: 8px 10px 10px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.faq-item {
  background: #f4f4f4;
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 0 14px;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 24px 14px 0;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "⌃";
  position: absolute;
  right: 2px;
  top: 14px;
  color: #333;
  transform: rotate(180deg);
}

.faq-item[open] summary::after {
  transform: rotate(0deg);
}

.faq-item p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
  color: #3f3f3f;
}

.faq-accent {
  color: #ef7f7f;
}

.faq-betslip {
  border-left: 1px solid #ddd;
  background: #efefef;
}

.faq-betslip-head {
  background: #ea7d79;
  color: #fff;
  padding: 8px 10px;
  font-weight: 700;
}

.faq-betslip-head span {
  background: #fff;
  color: #222;
  border-radius: 10px;
  padding: 0 5px;
  margin-left: 4px;
  font-size: 12px;
}

.faq-betslip-body {
  padding: 14px 14px;
  font-weight: 700;
}

.policy-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.policy-card {
  background: #f4f4f4;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 16px;
}

.policy-card h2 {
  margin: 0 0 8px;
  font-size: 32px;
}

.policy-card h3 {
  margin: 18px 0 8px;
  font-size: 16px;
}

.policy-card p,
.policy-card li {
  font-size: 13px;
  line-height: 1.45;
  color: #353535;
}

.policy-card ul {
  margin: 8px 0 8px 18px;
  padding: 0;
}

.policy-ordered {
  margin: 10px 0 0 18px;
  padding: 0;
}

.policy-ordered li {
  margin-bottom: 10px;
}

.policy-textarea {
  width: 100%;
  min-height: 70vh;
  border: 0;
  background: transparent;
  resize: vertical;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: #353535;
  outline: none;
  white-space: pre-wrap;
}

.hero {
  position: relative;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.hero-slide.active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-12%);
  color: #2d1f20;
  font-weight: 900;
  font-style: italic;
  line-height: .9;
  font-size: 18px;
}

.hero-overlay div:nth-child(2) {
  font-size: 62px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}

.hero-dots button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.75);
  padding: 0;
}

.hero-dots button.active {
  background: #f17373;
}

.tabs {
  margin: 14px auto 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  max-width: 420px;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 4px;
}

.tab {
  border: 0;
  border-radius: 16px;
  background: transparent;
  padding: 8px;
  font-weight: 700;
  cursor: pointer;
}

.tab.active {
  background: linear-gradient(90deg, #f08282, #f49393);
  color: #fff;
}

.icon-pills {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.icon-pills span {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 12px;
}

h2 {
  font-size: 20px;
  margin: 14px 0 8px;
}

.race-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.race-card,
.multi-card,
.mover-card,
.future-row article,
.footer,
.disclaimer {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
}

.race-card {
  padding: 10px;
}

.race-card h3 {
  margin: 4px 0 8px;
}

.race-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.race-card li {
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #f1f1f1;
  padding: 8px 2px;
  font-size: 13px;
}

.race-card li small {
  color: #26a67b;
  margin-left: auto;
  font-weight: 700;
}

.race-card li em {
  margin-left: auto;
  color: #555;
  font-style: normal;
  font-size: 11px;
  padding: 0;
}

.race-card li em.badge {
  background: #f39b2c;
  color: #fff;
  border-radius: 11px;
  font-size: 10px;
  padding: 2px 8px;
}

.race-card li small + em {
  margin-left: 8px;
}

.next-up {
  width: 100%;
  border: 0;
  background: #fbfbfb;
  border-radius: 10px;
  padding: 9px;
  margin-top: 8px;
  cursor: pointer;
}

.multis,
.movers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.multi-card {
  overflow: hidden;
}

.multi-card header,
.mover-card header {
  background: linear-gradient(90deg, #2e303c, #e17171);
  color: #fff;
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.multi-card p,
.multi-card ol {
  margin: 8px 10px;
}

.multi-card ol {
  list-style: none;
  padding: 0;
  font-size: 12px;
}

.multi-card li {
  margin: 5px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.multi-card li div {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.multi-card li strong {
  font-size: 14px;
}

.multi-card li span {
  color: #666;
  font-size: 12px;
  margin-top: 2px;
}

.sq {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: inline-block;
  flex: 0 0 30px;
}

.sq-red { background: #ef2f2d; }
.sq-blue { background: #1fa0e8; }
.sq-yellow { background: #f6e100; }
.sq-orange { background: #f8a100; }
.sq-black { background: #000; }
.sq-green { background: #37c11b; }
.sq-green-dark { background: linear-gradient(90deg, #2da11b, #0f6615); }
.sq-white { background: #fff; border: 1px solid #ddd; }
.sq-check {
  background:
    linear-gradient(45deg, #000 25%, transparent 25%) -4px 0/16px 16px,
    linear-gradient(-45deg, #000 25%, transparent 25%) -4px 0/16px 16px,
    linear-gradient(45deg, transparent 75%, #000 75%) -4px 0/16px 16px,
    linear-gradient(-45deg, transparent 75%, #000 75%) -4px 0/16px 16px,
    #fff;
}
.sq-stripe {
  background:
    repeating-linear-gradient(
      to bottom,
      #111 0 4px,
      #fff 4px 8px
    );
  border: 1px solid #222;
}

.mini-time {
  background: #f39b2c;
  color: #fff;
  border-radius: 10px;
  font-size: 10px;
  padding: 2px 6px;
  margin-left: 6px;
}

.multi-card button {
  margin: 8px;
  width: calc(100% - 16px);
  border: 0;
  background: #c7b588;
  padding: 9px;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
}

.mover-card {
  padding-bottom: 10px;
  overflow: hidden;
}

.mover-card p {
  margin: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.mover-card p .sq {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  flex: 0 0 18px;
}

.win-pill {
  margin-left: auto;
  background: #efefef;
  border-radius: 12px;
  padding: 5px 10px;
  font-weight: 700;
  color: #666;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.win-pill strong {
  color: #262626;
  font-size: 16px;
}

.odds {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 700;
}

.odds i {
  color: #dc4444;
}

.odds strong {
  margin-left: auto;
  color: #c52a2a;
}

.odds strong.up {
  color: #35b660;
}

.futures h2 {
  display: flex;
  justify-content: space-between;
}

.futures h2 a {
  color: #9d9d9d;
  text-decoration: none;
  font-size: 13px;
}

.future-row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
  overflow-x: auto;
}

.future-row article {
  min-width: 130px;
  padding: 10px;
}

.future-row h4 {
  margin: 0;
  font-size: 13px;
}

.future-row p {
  color: #666;
  font-size: 12px;
  margin: 6px 0 0;
}

.footer {
  margin-top: 40px;
  text-align: center;
  padding: 24px 14px;
  border: 0;
  background: transparent;
}

.app-copy {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0 16px;
}

.store-icons {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 0 18px;
}

.store-icons img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.download {
  border: 0;
  border-radius: 999px;
  background: #f18b8b;
  color: #fff;
  padding: 14px 34px;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}

.logos-strip {
  width: min(100%, 1040px);
  display: block;
  margin: 24px auto 8px;
  object-fit: contain;
}

.age-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
  margin: 12px auto 0;
}

.page-mini-footer {
  display: flex;
  justify-content: center;
  padding: 10px 0 18px;
}

.mid-text {
  margin-top: 14px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
  margin-bottom: 4px;
}

.social-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #24262c;
}

.social-fb {
  background: #24262c;
  color: #fff;
  border-radius: 50%;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  padding-top: 3px;
}

.social-x {
  font-size: 46px;
  font-weight: 500;
  letter-spacing: -1px;
}

.social-ig {
  border: 4px solid #24262c;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .mid-text {
    font-size: 26px;
  }
  .social-ico {
    width: 40px;
    height: 40px;
  }
  .social-fb {
    font-size: 38px;
  }
  .social-x {
    font-size: 44px;
  }
  .social-ig {
    font-size: 24px;
    border-width: 3px;
    border-radius: 10px;
  }
}

.legal-text,
.license {
  color: #555;
  line-height: 1.45;
  max-width: 980px;
  margin: 16px auto 0;
  font-size: 13px;
}

.copyright {
  font-size: 14px;
  margin: 16px 0 0;
  font-weight: 700;
}

.disclaimer {
  text-align: center;
  margin: 14px 0 18px;
  padding: 14px;
}

.disclaimer h3 {
  margin: 4px 0;
  font-size: 18px;
}

.sky-float-btn {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 50;
}

.sky-float-btn img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.sky-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 60;
}

.sky-modal.open {
  display: flex;
}

.sky-modal-card {
  width: min(760px, 100%);
  background: #1f2025;
  color: #fff;
  border-radius: 2px;
  padding: 26px 22px 22px;
  position: relative;
  text-align: center;
}

.sky-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.sky-modal-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.sky-modal-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin: 16px auto 28px;
  max-width: 620px;
}

.sky-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sky-action {
  border-radius: 999px;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.sky-action-outline {
  border: 2px solid #f2f2f2;
  background: transparent;
  color: #fff;
}

.sky-action-fill {
  border: 0;
  background: #e68580;
  color: #fff;
}

.auth-modal {
  position: fixed;
  inset: 0;
  background: rgba(25, 27, 33, 0.42);
  backdrop-filter: blur(2px);
  display: none;
  z-index: 80;
  overflow: auto;
}

.auth-modal.open {
  display: block;
}

.auth-wrap {
  max-width: 860px;
  margin: 34px auto;
  padding: 12px;
  position: relative;
}

.auth-close {
  position: absolute;
  top: 4px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 44px;
  cursor: pointer;
}

.auth-card {
  background: #efefef;
  border-radius: 28px;
  padding: 34px;
  margin-top: 36px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.auth-card h3 {
  margin: 0 0 14px;
  font-size: 40px;
}

.auth-card p {
  color: #696969;
  font-size: 16px;
  margin: 0 0 18px;
}

.auth-card h4 {
  margin: 14px 0 8px;
  font-size: 18px;
}

.auth-card label {
  display: block;
  margin: 10px 0;
}

.auth-card label span {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
  color: #666;
}

.auth-card input {
  width: 100%;
  border: 1.5px solid #2b2b2b;
  border-radius: 12px;
  height: 52px;
  background: transparent;
  padding: 0 16px;
  font-size: 15px;
}

.pass-row {
  position: relative;
}

.pass-row i {
  position: absolute;
  right: 14px;
  top: 17px;
  color: #222;
}

.auth-submit {
  margin-top: 16px;
  margin-left: auto;
  display: block;
  border: 0;
  border-radius: 999px;
  height: 52px;
  min-width: 170px;
  padding: 0 26px;
  background: #eb7d77;
  color: #fff;
  font-size: 38px;
  cursor: pointer;
}

.auth-help {
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 20px 0 8px;
  font-size: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.auth-switch {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 6px 0 8px;
  font-size: 16px;
}

.auth-help-inline {
  margin-top: 12px;
}

.signin-card {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.auth-steps {
  color: #ffe7e7;
  font-size: 11px;
  margin-left: 8px;
}

.signup-wrap {
  max-width: 390px;
}

.signup-card {
  padding: 12px;
  border-radius: 20px;
  margin-top: 8px;
}

.signup-card h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.signup-card h4 {
  font-size: 16px;
}

.signup-card p,
.terms {
  font-size: 11px;
  line-height: 1.35;
}

.signup-card input {
  height: 40px;
  border-radius: 8px;
}

.auth-note {
  display: block;
  font-size: 10px;
  color: #555;
  line-height: 1.35;
}

.verify-box {
  background: #ef7f79;
  border-radius: 12px;
  padding: 10px;
}

.verify-box p {
  color: #fff;
  margin-bottom: 8px;
}

.verify-box input {
  border-color: #f6c9c7;
  color: #fff;
}

.verify-box input::placeholder {
  color: #ffd8d6;
}

.auth-submit-disabled {
  width: 100%;
  margin-left: 0;
  background: #eec4c2;
  color: #fff;
}

@media (max-width: 980px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  .page {
    min-height: auto;
  }
  .jump-strip {
    padding: 6px 8px;
    gap: 8px;
  }
  .jump-label {
    font-size: 11px;
  }
  .jump-item {
    padding: 5px 9px;
    font-size: 11px;
  }
  .header {
    padding: 10px 8px;
  }
  .logo {
    font-size: 10px;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  .header-actions {
    gap: 6px;
  }
  .header-actions button {
    padding: 6px 10px;
    font-size: 12px;
  }
  .content {
    padding: 8px;
    overflow-x: hidden;
  }
  .hero {
    height: 112px;
    margin-bottom: 6px;
  }
  .hero-dots {
    bottom: 6px;
  }
  .tabs {
    display: none;
  }
  .icon-pills {
    display: none;
  }
  .icon-pills span {
    padding: 7px 9px;
    font-size: 11px;
  }
  .race-columns {
    gap: 8px;
    margin-top: 0;
  }
  .multis,
  .movers {
    gap: 8px;
  }
  .futures {
    overflow: hidden;
  }
  .future-row {
    grid-template-columns: 1fr 1fr;
    overflow-x: hidden;
  }
  .future-row article {
    min-width: 0;
  }
  .footer {
    margin-top: 18px;
    padding: 16px 10px;
  }
  .logos-strip {
    width: 100%;
  }
  .legal-text,
  .license {
    font-size: 12px;
    line-height: 1.35;
  }
  .disclaimer {
    margin-bottom: 10px;
    padding: 10px;
  }
  .disclaimer h3 {
    font-size: 16px;
  }
  .sky-float-btn {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
  }
  .sky-float-btn img {
    width: 38px;
    height: 38px;
  }
  .race-card {
    padding: 8px;
  }
  .race-card h3 {
    margin: 2px 0 6px;
    font-size: 22px;
  }
  .race-card li {
    padding: 7px 2px;
    font-size: 11px;
  }
  .next-up {
    padding: 8px;
    margin-top: 6px;
  }
  .policy-tabs {
    gap: 4px;
  }
  .contact-tab {
    min-width: 64px;
    height: 30px;
    padding: 0 10px;
    font-size: 11px;
  }
  .policy-card {
    padding: 12px;
  }
  .policy-card h2 {
    font-size: 22px;
  }
  .policy-card p,
  .policy-card li {
    font-size: 12px;
  }
  .mid-text {
    font-size: 18px;
  }
  .socials {
    gap: 12px;
  }
  .social-ico {
    width: 34px;
    height: 34px;
  }
  .social-fb {
    font-size: 28px;
  }
  .social-x {
    font-size: 36px;
  }
  .social-ig {
    font-size: 20px;
    border-width: 3px;
  }
  .page {
    grid-template-columns: 1fr;
  }
  .faq-page {
    grid-template-columns: 1fr;
  }
  .faq-betslip {
    border-left: 0;
    border-top: 1px solid #ddd;
  }
  .sidebar {
    display: none;
  }
  .race-columns,
  .multis,
  .movers {
    grid-template-columns: 1fr;
  }
  .hero-overlay div:nth-child(2) {
    font-size: 42px;
  }
  .app-copy {
    font-size: 24px;
  }
  .sky-modal-text {
    font-size: 22px;
  }
  .sky-action {
    font-size: 20px;
  }
  .sky-modal-close {
    font-size: 34px;
  }
  .auth-card {
    padding: 18px;
    border-radius: 22px;
  }
  .auth-card h3 {
    font-size: 30px;
  }
  .auth-submit {
    font-size: 32px;
  }
}
