._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
    }
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #e8e5e0;
  color: #303314;
}

.playwest-age-cover,
.playwest-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(34, 37, 11, 0.72);
  backdrop-filter: blur(5px);
}

.playwest-age-cover.is-playwest-visible,
.playwest-cookie-modal.is-playwest-visible {
  display: flex;
}

.playwest-age-card,
.playwest-cookie-dialog {
  width: min(100%, 520px);
  background: #f7f7f5;
  border-radius: 14px;
  box-shadow: 0 18px 55px rgba(22, 24, 8, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.playwest-age-card {
  padding: 32px;
  text-align: center;
}

.playwest-age-badge {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #202507;
  font-size: 24px;
  font-weight: 800;
  border: 5px solid #d71920;
  box-shadow: 0 8px 20px rgba(30, 33, 10, 0.14);
}

.playwest-age-title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.15;
  color: #25290c;
}

.playwest-age-text {
  margin: 0 auto 10px;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.55;
  color: #404329;
}

.playwest-age-note {
  margin: 0 auto 24px;
  max-width: 420px;
  font-size: 13px;
  line-height: 1.45;
  color: #74746d;
}

.playwest-age-actions,
.playwest-cookie-actions,
.playwest-cookie-footer {
  display: flex;
  gap: 10px;
}

.playwest-age-actions {
  justify-content: center;
  flex-wrap: wrap;
}

.playwest-age-confirm,
.playwest-cookie-accept,
.playwest-cookie-save,
.playwest-cookie-all {
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  background: #95e5f4;
  color: #1f2609;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 6px 16px rgba(63, 172, 195, 0.22);
}

.playwest-age-leave,
.playwest-cookie-settings,
.playwest-cookie-decline,
.playwest-cookie-close {
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  background: #dedbd5;
  color: #303314;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.playwest-age-confirm:hover,
.playwest-cookie-accept:hover,
.playwest-cookie-save:hover,
.playwest-cookie-all:hover {
  background: #80ddec;
  transform: translateY(-1px);
}

.playwest-age-leave:hover,
.playwest-cookie-settings:hover,
.playwest-cookie-decline:hover,
.playwest-cookie-close:hover {
  background: #d0ccc4;
  transform: translateY(-1px);
}

.playwest-cookie-panel {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 9998;
  width: min(calc(100% - 32px), 860px);
  display: none;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 14px 38px rgba(34, 37, 11, 0.2);
  border: 1px solid rgba(228, 228, 224, 0.95);
  transform: translateX(-50%);
}

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

.playwest-cookie-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffd41f;
  color: #24290d;
  font-size: 23px;
  font-weight: 900;
  box-shadow: inset 0 0 0 6px #ffffff;
}

.playwest-cookie-content {
  flex: 1 1 auto;
  min-width: 220px;
}

.playwest-cookie-title {
  margin: 0 0 5px;
  font-size: 17px;
  color: #1f2308;
}

.playwest-cookie-text {
  margin: 0;
  color: #56594a;
  font-size: 14px;
  line-height: 1.45;
}

.playwest-cookie-actions {
  flex: 0 0 auto;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.playwest-cookie-settings,
.playwest-cookie-decline,
.playwest-cookie-accept {
  padding: 10px 17px;
}

.playwest-cookie-dialog {
  overflow: hidden;
}

.playwest-cookie-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 16px;
  background: #95e5f4;
}

.playwest-cookie-kicker {
  display: inline-block;
  margin-bottom: 7px;
  color: #303314;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.playwest-cookie-heading {
  margin: 0;
  color: #202507;
  font-size: 24px;
  line-height: 1.15;
}

.playwest-cookie-close {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
  font-size: 26px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.72);
}

.playwest-cookie-description {
  margin: 0;
  padding: 18px 24px 12px;
  color: #55584a;
  font-size: 14px;
  line-height: 1.55;
}

.playwest-cookie-options {
  padding: 0 24px 10px;
}

.playwest-cookie-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid #e1ded8;
  cursor: pointer;
}

.playwest-cookie-option:last-child {
  border-bottom: 0;
}

.playwest-cookie-option strong {
  display: block;
  margin-bottom: 4px;
  color: #25290c;
  font-size: 15px;
}

.playwest-cookie-option small {
  display: block;
  color: #77776f;
  font-size: 13px;
  line-height: 1.4;
}

.playwest-cookie-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.playwest-cookie-option i {
  position: relative;
  flex: 0 0 auto;
  width: 48px;
  height: 26px;
  border-radius: 999px;
  background: #c9c6bf;
  transition: background 0.2s ease;
}

.playwest-cookie-option i::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease;
}

.playwest-cookie-option input:checked + i {
  background: #95e5f4;
}

.playwest-cookie-option input:checked + i::after {
  transform: translateX(22px);
}

.playwest-cookie-option input:disabled + i {
  background: #303314;
}

.playwest-cookie-footer {
  padding: 18px 24px 24px;
  justify-content: flex-end;
  flex-wrap: wrap;
  background: #f0efec;
}

@media (max-width: 720px) {
  .playwest-cookie-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .playwest-cookie-actions {
    width: 100%;
    justify-content: stretch;
  }

  .playwest-cookie-actions button,
  .playwest-cookie-footer button,
  .playwest-age-actions button {
    flex: 1 1 100%;
  }

  .playwest-age-card {
    padding: 26px 20px;
  }
}