._container_182i6_1 {
    display: grid;
    grid: "ticker ticker" "header header" "main main" 1fr "navigation navigation" / 1fr auto;
    max-width: 90rem;
    margin: 0 auto;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background-color: var(--color-bg-margin)
}

@media(min-width: 48rem) {
    ._container_182i6_1 {
        grid:"ticker ticker ticker" "header header header" "stories stories betslip" "navigation main betslip" 1fr / auto 1fr auto;
        padding-bottom: 0;
        max-height: 100vh;
        max-height: -webkit-fill-available
    }
}

._ticker_182i6_29 {
    grid-area: ticker;
    display: none
}

@media(min-width: 48rem) {
    ._ticker_182i6_29 {
        display:block
    }
}

._darkBodyOverLay_182i6_40 {
    background-color: #000c
}

._header_182i6_44 {
    grid-area: header;
    height: 3.5rem;
    background-color: var(--color-bg-navigation-topnav);
    position: sticky;
    top: 0;
    z-index: 50
}

._stories_182i6_53 {
    grid-area: stories;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 51
}

._storyModalPortal_182i6_61 {
    grid-area: main;
    position: relative;
    z-index: 51;
    pointer-events: none
}

._storyModalPortalActive_182i6_68 {
    grid-area: main;
    position: relative;
    z-index: 51;
    pointer-events: auto!important
}

@media(min-width: 48rem) {
    ._storyModalPortal_182i6_61,._storyModalPortalActive_182i6_68 {
        grid-area:navigation / navigation / main / main
    }
}

._navigation_182i6_85 {
    grid-area: navigation;
    background-color: var(--color-bg-navigation-leftnav-main);
    position: sticky;
    bottom: 0;
    z-index: 50;
    width: 100%
}

@media(min-width: 48rem) {
    ._navigation_182i6_85 {
        position:initial;
        width: 15rem;
        border-right: 1px solid var(--color-border-leftnav, var(--color-border-primary))
    }
}

@media(min-width: 48rem)and (max-width:79.9375rem) {
    ._navigation_182i6_85 {
        width:0!important;
        min-width: 0;
        border: none;
        padding: 0;
        overflow: hidden
    }
}

._main_182i6_113 {
    grid-area: main;
    background-color: var(--color-bg-body);
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    color: var(--color-text-primary);
    padding-bottom: 11rem
}

@media(min-width: 48rem) {
    ._main_182i6_113 {
        overflow-y:auto;
        padding-bottom: 0
    }
}

._betslip_182i6_130 {
    grid-area: betslip;
    position: fixed;
    inset: 0;
    overflow: auto
}

@media(min-width: 48rem) {
    ._betslip_182i6_130 {
        position:relative;
        transition: width .2s ease-in-out
    }
}
:root {
  --rw-purple: #7516c8;
  --rw-purple-dark: #4d0c8e;
  --rw-purple-soft: #efe7f7;
  --rw-yellow: #ffbd00;
  --rw-ink: #211d24;
  --rw-muted: #625b68;
  --rw-line: #ded6e6;
  --rw-card: #ffffff;
  --rw-shadow: 0 18px 55px rgba(33, 29, 36, 0.18);
  --rw-radius: 18px;
}
 

 
.rw-age-shield {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(33, 29, 36, 0.68);
  backdrop-filter: blur(8px);
}

.rw-age-shield.is-visible {
  display: flex;
}

.rw-age-card,
.rw-age-denied {
  width: min(460px, 100%);
  border-radius: 24px;
  background: var(--rw-card);
  box-shadow: var(--rw-shadow);
  overflow: hidden;
  text-align: center;
}

.rw-age-card {
  padding: 0 28px 28px;
}

.rw-age-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 -28px 26px;
  padding: 18px 28px;
  color: #ffffff;
  background: var(--rw-purple);
  text-align: left;
}

.rw-age-brand span,
.rw-age-brand strong {
  display: block;
  line-height: 1;
  font-weight: 900;
}

.rw-age-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  color: var(--rw-purple);
  background: #ffffff;
  font-weight: 900;
  font-size: 13px;
}

.rw-age-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  border: 4px solid var(--rw-yellow);
  border-radius: 50%;
  color: var(--rw-purple);
  background: #fff8df;
  font-size: 26px;
  font-weight: 900;
}

.rw-age-card h2,
.rw-age-denied h2,
.rw-cookie-modal h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 900;
}

.rw-age-card p,
.rw-age-denied p,
.rw-cookie-panel p,
.rw-cookie-modal p {
  color: var(--rw-muted);
  line-height: 1.45;
}

.rw-age-card p {
  margin: 14px 0 22px;
}

.rw-age-actions,
.rw-cookie-actions,
.rw-modal-actions {
  display: flex;
  gap: 10px;
}

.rw-age-actions {
  flex-direction: column;
}

.rw-age-note {
  margin: 18px 0 0;
  font-size: 12px;
}

.rw-age-denied {
  display: none;
  padding: 32px 28px;
}

.rw-age-denied.is-visible {
  display: block;
}

.rw-age-denied a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--rw-purple);
  font-weight: 800;
  text-decoration: none;
}

.rw-cookie-panel {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9998;
  display: none;
  width: min(720px, calc(100vw - 48px));
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--rw-line);
  border-radius: var(--rw-radius);
  background: var(--rw-card);
  box-shadow: var(--rw-shadow);
}

.rw-cookie-panel.is-visible {
  display: flex;
}

.rw-cookie-copy {
  max-width: 390px;
}

.rw-cookie-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--rw-purple);
  background: var(--rw-purple-soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rw-cookie-panel h3 {
  margin: 8px 0 6px;
  font-size: 21px;
  font-weight: 900;
}

.rw-cookie-panel p {
  margin: 0;
  font-size: 14px;
}

.rw-cookie-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.rw-main-btn,
.rw-soft-btn,
.rw-outline-btn,
.rw-ghost-btn {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.rw-main-btn {
  color: var(--rw-ink);
  background: var(--rw-yellow);
  box-shadow: 0 10px 24px rgba(255, 189, 0, 0.35);
}

.rw-soft-btn {
  color: #ffffff;
  background: var(--rw-purple);
}

.rw-outline-btn {
  color: var(--rw-purple);
  background: #ffffff;
  border: 2px solid var(--rw-purple-soft);
}

.rw-ghost-btn {
  color: var(--rw-muted);
  background: #f3eef8;
}

.rw-main-btn:hover,
.rw-soft-btn:hover,
.rw-outline-btn:hover,
.rw-ghost-btn:hover {
  transform: translateY(-1px);
}

.rw-soft-btn:hover {
  background: var(--rw-purple-dark);
}

.rw-cookie-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(33, 29, 36, 0.56);
  backdrop-filter: blur(6px);
}

.rw-cookie-backdrop.is-visible {
  display: flex;
}

.rw-cookie-modal {
  width: min(620px, 100%);
  padding: 24px;
  border-radius: 24px;
  background: var(--rw-card);
  box-shadow: var(--rw-shadow);
}

.rw-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.rw-modal-head h2 {
  margin-top: 8px;
}

.rw-modal-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: var(--rw-ink);
  background: #f3eef8;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.rw-modal-intro {
  margin: 14px 0 18px;
}

.rw-cookie-options {
  display: grid;
  gap: 12px;
}

.rw-option-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--rw-line);
  border-radius: 16px;
  background: #fbf9fd;
}

.rw-option-row h4 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 900;
}

.rw-option-row p {
  margin: 0;
  font-size: 13px;
}

.rw-switch {
  position: relative;
  flex: 0 0 auto;
  width: 56px;
  height: 32px;
}

.rw-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rw-switch span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #d6cfdd;
  cursor: pointer;
  transition: background 0.2s ease;
}

.rw-switch span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(33, 29, 36, 0.22);
  transition: transform 0.2s ease;
}

.rw-switch input:checked + span {
  background: var(--rw-purple);
}

.rw-switch input:checked + span::before {
  transform: translateX(24px);
}

.rw-switch.is-locked span {
  background: var(--rw-yellow);
  cursor: not-allowed;
}

.rw-modal-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media (max-width: 720px) {
  .rw-cookie-panel {
    right: 14px;
    bottom: 14px;
    width: calc(100vw - 28px);
    align-items: stretch;
    flex-direction: column;
  }

  .rw-cookie-copy {
    max-width: none;
  }

  .rw-cookie-actions,
  .rw-modal-actions {
    flex-direction: column;
  }

  .rw-main-btn,
  .rw-soft-btn,
  .rw-outline-btn,
  .rw-ghost-btn {
    width: 100%;
  }

  .rw-option-row {
    align-items: flex-start;
  }
}