/* core-shared-bundle: exact common rules extracted from public-core.css and home.css */

input,select,textarea {
  font-size: max(16px,var(--text-size-ui));
}

em,i,.text-italic,[data-text-style="italic"] {
  font-family: var(--font-display-italic);
  font-style: italic;
}

::selection {
  color: var(--accent-contrast);
  background: color-mix(in srgb,var(--accent)78%,#fff);
}

*,*::before,*::after {
  box-sizing: border-box;
}

* {
  min-width: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-family: var(--font-main);
  font-optical-sizing: auto;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-kerning: normal;
  font-feature-settings: "kern" 1,"liga" 1,"calt" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  scroll-padding-top: calc(var(--header-h) + 16px);
  scrollbar-gutter: stable;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-anchor: none;
  scroll-behavior: auto;
  overscroll-behavior-y: auto;
}

body::before,body::after {
  content: none;
}

body.modal-open {
  overflow: hidden;
}

img,svg,canvas {
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button,input,select,textarea {
  font: inherit;
  font-family: var(--font-ui);
  font-optical-sizing: auto;
}

button,[type="button"],[type="submit"],[type="reset"] {
  appearance: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
}

button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

input,select {
  min-width: 0;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.sr-only,.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.isHidden {
  opacity: 0;
  transform: translateY(8px);
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    scroll-behavior: auto;
    animation-duration: .001ms;
    animation-iteration-count: 1;
    transition-duration: .001ms;
  }
}

html.page-transition-out .global-header,html.page-transition-out .site-header {
  opacity: 1;
  transform: translate3d(0,0,0);
}

@media (prefers-reduced-motion:reduce) {
  html.page-transition-out body {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

body {
  font-family: var(--font-body);
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-size: var(--text-size-body);
  font-weight: var(--text-weight-body);
  line-height: var(--text-line-body);
  letter-spacing: var(--text-letter-ui);
  overflow-wrap: anywhere;
  position: relative;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  color: var(--text);
  background: var(--theme-bg);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  overscroll-behavior-x: none;
  padding-top: var(--header-h);
}

main {
  min-height: 0;
}

body[data-page="home"],
body[data-page="jackpot"],
body[data-page="game-pola"],
body[data-page="semua-kemenangan"] {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

body[data-page="home"] > main,
body[data-page="jackpot"] > main,
body[data-page="game-pola"] > main,
body[data-page="semua-kemenangan"] > main {
  flex: 1 0 auto;
  width: 100%;
}

.global-footer-root,
[data-global-footer-root] {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  margin-top: auto;
  clear: both;
}

body[data-page="home"] main {
  min-height: calc(100vh - var(--header-h));
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px,1.35vw,18px);
  min-width: 0;
  margin-bottom: clamp(12px,1.45vw,18px);
}

.section-head>div,.section-head p {
  min-width: 0;
}

.section-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.section-title-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  gap: 0;
  min-height: 1.35em;
  overflow: visible;
  text-decoration: none;
}

.section-title-link h2, .section-head h2 {
  display: block;
  max-width: 100%;
  margin: 0;
  padding-block: .04em;
  overflow: visible;
  color: var(--text);
  font-size: clamp(26px,3vw,42px);
  line-height: 1.06;
  letter-spacing: -.045em;
  min-height: 1.18em;
  text-wrap: balance;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}


.section-head, .news-head {
  min-height: clamp(42px,4vw,60px);
}



@media (max-width:560px) {
  .section-head, .news-head {
    align-items: flex-start;
    gap: 8px;
  }
  .section-title-link h2, .section-head h2 {
    font-size: clamp(22px,7.2vw,30px);
    line-height: 1.1;
    letter-spacing: -.04em;
  }
}

.button,.link-button,.detail-button,.icon-button,.sort-menu__button {
  min-height: 40px;
  border: 1px solid color-mix(in srgb,var(--text)18%,transparent);
  border-radius: var(--button-radius,.5rem);
  background: var(--button-bg,color-mix(in srgb,var(--surface)18%,transparent));
  box-shadow: var(--button-shadow,none);
  backdrop-filter: blur(16px)saturate(145%);
  -webkit-backdrop-filter: blur(16px)saturate(145%);
  outline-color: transparent;
  outline-offset: var(--button-outline-idle,.625rem);
  outline-style: solid;
  outline-width: 0;
  transition: outline-color .15s ease-out,outline-offset .15s ease-out,outline-width .15s ease-out,border-color .15s ease-out,background-color .15s ease-out,color .15s ease-out,opacity .15s ease-out;
}

.button,.link-button,.sort-menu__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-inline: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.button.primary {
  color: var(--accent-contrast);
  border-color: color-mix(in srgb,var(--accent)58%,transparent);
  background: linear-gradient(135deg,var(--accent),var(--accent-2));
  box-shadow: none;
}


.button.ghost {
  background: var(--glass-bg);
}

.button {
  min-height: 44px;
  padding-inline: 18px;
}

.search__icon svg, .icon-wrapper svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-form {
  display: block;
  min-width: 0;
}

.search {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0,1fr)36px;
  align-items: center;
  width: 100%;
  min-width: 230px;
  min-height: 42px;
  border: 1px solid color-mix(in srgb,var(--text)18%,transparent);
  border-radius: 999px;
  color: var(--muted);
  background: color-mix(in srgb,var(--surface)18%,transparent);
  box-shadow: none;
  backdrop-filter: blur(16px)saturate(145%);
  -webkit-backdrop-filter: blur(16px)saturate(145%);
  overflow: hidden;
  isolation: isolate;
  transform: none;
  transition: border-color .16s ease,background .16s ease,color .16s ease;
}

.search::before,.search::after,.search__submit::before,.search__submit::after,.search__close::before,.search__close::after {
  content: none;
}

.search__input {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 0 2px;
  border: 0;
  border-left: 0;
  border-right: 0;
  color: var(--text);
  background: transparent;
  box-shadow: none;
  outline: 0;
  appearance: none;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: -.01em;
}

.search__input::-webkit-search-decoration,.search__input::-webkit-search-cancel-button {
  display: none;
}

.search__input::placeholder {
  color: color-mix(in srgb,var(--muted)68%,transparent);
}

.search__submit,.search__close {
  position: relative;
  z-index: 1;
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 30px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 999px;
  color: color-mix(in srgb,var(--muted)78%,transparent);
  background: transparent;
  box-shadow: none;
  outline: 0;
  transition: color .16s ease,background-color .16s ease,opacity .16s ease,transform .16s ease;
}

.search__submit {
  grid-column: 1;
  justify-self: center;
}

.search__close {
  grid-column: 3;
  justify-self: center;
  opacity: 0;
  pointer-events: none;
}

.search.is-filled .search__close {
  opacity: 1;
  pointer-events: auto;
}

.search__icon,.icon-wrapper {
  display: grid;
  place-items: center;
}

.search__icon svg,.search__close svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.sort-menu {
  position: relative;
  display: inline-flex;
}

.sort-menu[data-open="true"] .sort-menu__button::after {
  transform: translateY(2px)rotate(225deg);
}

.sort-menu__popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  z-index: 90;
  display: grid;
  gap: 6px;
  width: min(220px,calc(100vw - 24px));
  max-height: min(330px,calc(100dvh - 118px));
  padding: 6px;
  border: 1px solid color-mix(in srgb,var(--text)18%,transparent);
  border-radius: var(--radius-md,16px);
  background: linear-gradient(180deg,rgba(32,32,38,.86),rgba(14,14,18,.74)),color-mix(in srgb,var(--surface)24%,transparent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10),0 18px 48px rgba(0,0,0,.28);
  backdrop-filter: blur(30px)saturate(178%);
  -webkit-backdrop-filter: blur(30px)saturate(178%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translateY(6px)scale(.98);
  transform-origin: top right;
  transition: opacity .14s ease,visibility .14s ease,transform .14s ease;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb,var(--text)28%,transparent)transparent;
}

.sort-menu[data-open="true"] .sort-menu__popover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0)scale(1);
}

.sort-menu__option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 11px;
  color: var(--muted);
  background: transparent;
  font-size: 13px;
  font-weight: 850;
  text-align: left;
}

.sort-menu__popover::-webkit-scrollbar {
  width: 8px;
}

.sort-menu__popover::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: color-mix(in srgb,var(--text)28%,transparent);
  background-clip: content-box;
}

.sort-native {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.carousel-stage {
  position: relative;
}

.carousel-control-icon {
  display: grid;
  place-items: center;
  width: clamp(17px,1.25vw,21px);
  height: clamp(17px,1.25vw,21px);
}

.carousel-control-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.slider-pagination,.featured-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  max-width: min(300px,60vw);
  margin: 12px auto 0;
  padding: 5px 8px;
  list-style: none;
  border: 1px solid color-mix(in srgb,var(--text)11%,transparent);
  border-radius: 999px;
  background: linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.034)),color-mix(in srgb,var(--surface-solid)44%,transparent);
  box-shadow: 0 1px 0 rgba(255,255,255,.09)inset,0 10px 28px rgba(0,0,0,.16);
  backdrop-filter: blur(14px)saturate(135%);
  -webkit-backdrop-filter: blur(14px)saturate(135%);
}

.slider-pagination>*>*,.featured-slider-pagination>* {
  flex: 0 0 auto;
  display: flex;
}

.slider-pagination button button,.featured-slider-pagination button {
  position: relative;
  width: 15px;
  height: 4px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb,var(--text)22%,transparent);
  overflow: hidden;
  opacity: .76;
  transition: width .18s ease,background-color .18s ease,opacity .18s ease;
}

.slider-pagination button[data-fnui-is-active="true"] button[data-fnui-is-active="true"],.featured-slider-pagination button[data-fnui-is-active="true"],.slider-pagination button._1dfuy4s2 button._1dfuy4s2,.featured-slider-pagination button._1dfuy4s2 {
  width: 32px;
  opacity: 1;
  background: color-mix(in srgb,var(--text)82%,var(--accent)18%);
}

.link-button {
  min-height: 34px;
  padding-inline: 13px;
}

.dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sort-menu,.sort-menu__button {
  width: 100%;
  min-width: 0;
}

.sort-menu__button {
  min-height: 44px;
  padding-inline: 14px;
  justify-content: center;
  text-align: center;
  border-color: color-mix(in srgb,var(--text)20%,transparent);
  background: linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.055)),color-mix(in srgb,var(--surface)20%,transparent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}

.sort-menu__button::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px)rotate(45deg);
  transition: transform .16s ease;
  display: none;
}

.sort-menu__button>svg {
  display: none;
}

.catalog-empty-state {
  flex: 1 0 100%;
  display: grid;
  place-items: center;
  min-height: 160px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  color: var(--muted);
  background: color-mix(in srgb,var(--surface)86%,transparent);
  text-align: center;
}

.section-title-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.sort-menu__group-label {
  display: block;
  padding: 4px 9px 2px;
  color: var(--subtle);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.sort-menu__divider {
  display: block;
  height: 1px;
  margin: 4px 2px;
  background: color-mix(in srgb,var(--text)10%,transparent);
}

.sort-menu__button span {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.sort-menu__popover,.simple-menu {
  padding: 4px;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb,var(--text)18%,transparent);
  color: #fff;
  background: linear-gradient(180deg,rgba(32,32,38,.86),rgba(14,14,18,.74)),color-mix(in srgb,var(--surface)24%,transparent);
  background-image: linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.018));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10),0 18px 48px rgba(0,0,0,.28);
  backdrop-filter: blur(30px)saturate(178%);
  -webkit-backdrop-filter: blur(30px)saturate(178%);
  text-rendering: geometricprecision;
}

.sort-menu__option,.simple-menu a,.simple-menu button {
  min-height: 38px;
  border-radius: 10px;
  color: rgba(255,255,255,.88);
  background: transparent;
}

.sort-menu__option.is-active {
  color: #fff;
  border-color: color-mix(in srgb,var(--text)34%,transparent);
  background: rgba(255,255,255,.075);
  box-shadow: none;
  outline: 0;
}

.sort-menu__option[data-sort-option="online"] {
  color: rgba(255,255,255,.92);
}

@media (max-width:640px) {
  .sort-menu__popover {
    right: 0;
    width: min(226px,calc(100vw - 18px));
    max-height: min(340px,calc(100dvh - 116px));
  }
  .sort-menu__option {
    min-height: 36px;
    font-size: 12px;
  }
}

[data-rtpx-toaster] {
  position: fixed;
  right: var(--toast-offset,18px);
  bottom: var(--toast-offset,18px);
  z-index: 999999;
  display: grid;
  gap: var(--toast-gap,10px);
  width: var(--toast-width,min(390px,calc(100vw - 28px)));
  max-width: calc(100vw - 28px);
  margin: 0;
  padding: 0;
  pointer-events: none;
  list-style: none;
}

[data-rtpx-toast] {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0,1fr)auto;
  align-items: start;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 14px 13px;
  border: 1px solid var(--toast-border,rgba(255,255,255,.13));
  border-radius: var(--toast-radius,14px);
  color: var(--toast-text,var(--text));
  background: var(--toast-bg,rgba(17,22,32,.92));
  box-shadow: var(--toast-shadow,0 18px 46px rgba(0,0,0,.34));
  backdrop-filter: blur(16px)saturate(145%);
  -webkit-backdrop-filter: blur(16px)saturate(145%);
  pointer-events: auto;
  overflow: hidden;
  overflow-wrap: anywhere;
  opacity: 0;
  transform: translate3d(0,12px,0)scale(.985);
  transition: opacity .24s ease,transform .24s ease,border-color .18s ease,background .18s ease;
}

[data-rtpx-toast][data-mounted="true"] {
  opacity: 1;
  transform: translate3d(0,0,0)scale(1);
}

[data-rtpx-toast][data-removing="true"] {
  opacity: 0;
  transform: translate3d(0,10px,0)scale(.985);
}

.rtpx-toast-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 999px;
  background: color-mix(in srgb,var(--accent)18%,transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb,var(--accent)34%,transparent);
}

.rtpx-toast-icon::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: inherit;
  background: var(--accent);
  box-shadow: 0 0 14px color-mix(in srgb,var(--accent)54%,transparent);
}

.rtpx-toast-content {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.rtpx-toast-title {
  color: inherit;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -.01em;
}

.rtpx-toast-description {
  color: var(--toast-description,rgba(245,247,251,.72));
  font-size: 12px;
  font-weight: 620;
  line-height: 1.42;
}

.rtpx-toast-close {
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  margin-top: -2px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  color: rgba(255,255,255,.76);
  background: rgba(255,255,255,.06);
  font-size: 17px;
  line-height: 1;
  transition: background .16s ease,border-color .16s ease,color .16s ease;
}

[data-rtpx-toast][data-type="success"] .rtpx-toast-icon {
  background: color-mix(in srgb,var(--good)18%,transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb,var(--good)34%,transparent);
}

[data-rtpx-toast][data-type="success"] .rtpx-toast-icon::before {
  background: var(--good);
  box-shadow: 0 0 14px color-mix(in srgb,var(--good)54%,transparent);
}

[data-rtpx-toast][data-type="warning"] .rtpx-toast-icon {
  background: color-mix(in srgb,var(--warn)18%,transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb,var(--warn)34%,transparent);
}

[data-rtpx-toast][data-type="warning"] .rtpx-toast-icon::before {
  background: var(--warn);
  box-shadow: 0 0 14px color-mix(in srgb,var(--warn)54%,transparent);
}

[data-rtpx-toast][data-type="error"] .rtpx-toast-icon {
  background: color-mix(in srgb,var(--danger)18%,transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb,var(--danger)34%,transparent);
}

[data-rtpx-toast][data-type="error"] .rtpx-toast-icon::before {
  background: var(--danger);
  box-shadow: 0 0 14px color-mix(in srgb,var(--danger)54%,transparent);
}

@media (max-width:600px) {
  [data-rtpx-toaster] {
    left: 14px;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
  }
  [data-rtpx-toast] {
    padding: 13px 12px;
  }
}

@media (prefers-reduced-motion:reduce) {
  [data-rtpx-toast] {
    transition: none;
    transform: none;
  }
}


html.is-low-end-runtime {
  scroll-behavior: auto;
}

html.is-save-data-runtime * {
  scroll-behavior: auto;
}

[data-rtpx-lazy-section="waiting"] {
  min-height: clamp(220px,32vw,420px);
}

[data-rtpx-lazy-section="loading"] {
  position: relative;
}

[data-rtpx-lazy-section="loading"]::after {
  content: "";
  position: absolute;
  inset: auto 1rem 1rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.24),rgba(255,255,255,.08));
  opacity: .75;
  transform-origin: left center;
  animation: rtpx-soft-section-progress 980ms ease-in-out infinite;
  pointer-events: none;
}

@keyframes rtpx-soft-section-progress {
  0% {
    transform: scaleX(.18);
    opacity: .4;
  }
  50% {
    transform: scaleX(.72);
    opacity: .78;
  }
  100% {
    transform: scaleX(.18);
    opacity: .4;
  }
}

html.is-low-end-runtime [class*="shine"],html.is-low-end-runtime [class*="skeleton"]::before,html.is-low-end-runtime [class*="glow"]::before,html.is-save-data-runtime [class*="shine"],html.is-save-data-runtime [class*="skeleton"]::before,html.is-save-data-runtime [class*="glow"]::before {
  animation: none;
}

html.is-low-end-runtime [data-rtpx-lazy-section="loading"]::after,html.is-save-data-runtime [data-rtpx-lazy-section="loading"]::after {
  animation: none;
  opacity: .45;
}




@media (prefers-reduced-motion:reduce) {
  img.is-media-ready,[data-bg-src].is-media-ready {
    transition: none;
  }
  [data-rtpx-lazy-section="loading"]::after {
    animation: none;
  }
}

html.is-mobile-runtime {
  --rtpx-runtime-motion-scale: .82;
}

html.is-desktop-runtime {
  --rtpx-runtime-motion-scale: 1;
}

html.is-mobile-low-end-runtime {
  --rtpx-runtime-motion-scale: .62;
}

img[data-rtpx-media-deferred="true"] {
  opacity: .001;
  transform: none;
  background: linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
}

img[data-rtpx-media-deferred="true"].is-media-ready,img.is-media-ready {
  opacity: 1;
}

.rtpx-section-sentinel {
  display: block;
  flex: 0 0 clamp(220px,60vw,360px);
  min-height: clamp(150px,38vw,240px);
  border-radius: 22px;
  background: linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.05);
}

html.is-mobile-low-end-runtime .rtpx-section-sentinel,html.is-save-data-runtime .rtpx-section-sentinel {
  background: rgba(255,255,255,.035);
}

html.is-mobile-low-end-runtime [data-aos],html.is-save-data-runtime [data-aos] {
  transition-duration: calc(var(--aos-duration,520ms)* var(--rtpx-runtime-motion-scale,.62));
  transition-delay: min(var(--aos-delay,0),120ms);
  will-change: auto;
}

html.is-mobile-low-end-runtime .hero-reflection,html.is-mobile-low-end-runtime [class*="reflection"],html.is-save-data-runtime .hero-reflection,html.is-save-data-runtime [class*="reflection"] {
  filter: none;
  backdrop-filter: none;
}

@media (max-width:820px) {
  img[data-src][data-rtpx-media-deferred="true"] {
    min-height: 1px;
  }
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 25px;
  padding-inline: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: var(--glass-bg);
  box-shadow: 0 1px 0 rgba(255,255,255,.08)inset;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  backdrop-filter: blur(12px)saturate(134%);
  -webkit-backdrop-filter: blur(12px)saturate(134%);
}

.island-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding-inline: 9px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: var(--muted);
  background: color-mix(in srgb,var(--surface-3)84%,transparent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 6px 14px rgba(0,0,0,.18);
  backdrop-filter: blur(10px)saturate(145%);
  -webkit-backdrop-filter: blur(10px)saturate(145%);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.game-overlay--single {
  inset: 7px auto auto 7px;
  justify-content: flex-start;
}

.feature-title-link,.game-title-link {
  display: -webkit-box;
  min-height: 22px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.toolbar {
  display: grid;
  grid-template-columns: minmax(0,1fr)minmax(126px,152px);
  align-items: center;
  gap: 10px;
  width: min(620px,100%);
  margin-left: auto;
}

.game-dialog {
  width: min(960px,calc(100vw - 28px));
  max-height: min(720px,calc(100dvh - 28px));
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  color: var(--text);
  background: color-mix(in srgb,var(--theme-container-bg)78%,transparent);
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(22px)saturate(165%);
  -webkit-backdrop-filter: blur(22px)saturate(165%);
}

.game-dialog::backdrop {
  background: rgba(0,0,0,.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dialog-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1.05fr)minmax(300px,.95fr);
  max-height: min(720px,calc(100dvh - 28px));
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb,var(--text)25%,transparent)transparent;
}

.dialog-card::-webkit-scrollbar {
  width: 8px;
}

.dialog-card::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: color-mix(in srgb,var(--text)26%,transparent);
  background-clip: content-box;
}

.dialog-card>img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  background: var(--surface-2);
}

.dialog-body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(24px,4vw,38px);
  background: linear-gradient(180deg,color-mix(in srgb,var(--surface)78%,transparent),color-mix(in srgb,var(--surface-2)72%,transparent));
}

.dialog-body h3 {
  margin: 0;
  font-size: clamp(30px,4vw,52px);
  line-height: .96;
  letter-spacing: -.055em;
}

.dialog-body dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.dialog-body dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb,var(--surface-3)48%,transparent);
}

.dialog-body dt {
  color: var(--muted);
}

.dialog-body dd {
  margin: 0;
  font-weight: 900;
  text-align: right;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(245,247,251,.88);
  background: rgba(10,15,24,.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 10px 28px rgba(0,0,0,.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 22px;
  line-height: 1;
}

.dialog-close svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  pointer-events: none;
}

.game-dialog.is-pattern-mode {
  width: min(520px,calc(100vw - 28px));
}

.game-dialog.is-pattern-mode .dialog-card {
  grid-template-columns: minmax(0,1fr);
}

.game-dialog.is-pattern-mode .dialog-card>img {
  display: none;
}

.game-dialog.is-pattern-mode .dialog-body {
  min-height: auto;
  align-content: start;
  gap: 14px;
  padding: clamp(20px,3.2vw,30px);
}

.game-dialog.is-pattern-mode .dialog-body dl {
  display: none;
}

.api-section-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}

.api-section-more-button {
  margin-left: auto;
}

@media (max-width:768px) {
  .game-progress-track {
    min-height: var(--game-progress-height-mobile,18px);
  }
  .game-progress-value {
    font-size: 10.5px;
  }
  .game-progress-fill {
    box-shadow: none;
  }
}

.feature-title-link, .game-title-link {
  color: var(--text);
  font-size: clamp(12.5px,.78vw,14px);
  font-weight: 900;
  line-height: 1.17;
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
  min-height: 2.34em;
  text-wrap: balance;
}

@media (max-width:560px) {
  .feature-title-link,.game-title-link {
    min-height: 2.38em;
    -webkit-line-clamp: 2;
  }
}

.featured, .catalog {
  padding-block: clamp(12px,1.55vw,22px);
  background-color: transparent;
  overflow: visible;
  background: transparent;
}

.feature-top-overlay,.game-overlay {
  position: absolute;
  inset: 8px 8px auto;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  pointer-events: none;
  z-index: 2;
}

.feature-title-wrap {
  display: none;
  transition: transform .15s ease-out;
}

.slider-pagination button {
  transition: opacity .3s ease-out,outline-color .15s ease-out,outline-offset .15s ease-out,outline-width .15s ease-out,transform .15s ease-out;
  outline-color: transparent;
  outline-offset: var(--carousel-outline-idle);
  outline-style: solid;
  outline-width: 0;
}

.feature-top-overlay--single {
  justify-content: flex-end;
}

.feature-epic-mark {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: .56rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.03em;
}

@media (max-width:1120px) {
  .brand-copy small,.sign-in-link {
    display: none;
  }
}

@media (max-width:980px) {
  .section-head {
    align-items: stretch;
    flex-direction: column;
  }
  .toolbar {
    width: 100%;
    grid-template-columns: minmax(0,1fr)minmax(126px,150px);
    gap: 10px;
    margin-left: 0;
  }
  .sort-menu, .sort-menu__button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width:760px) {
  :root {
    --shell: min(100% - 22px,1440px);
  }
  .featured, .catalog {
    padding-block: 16px;
  }
  .toolbar {
    grid-template-columns: minmax(0,1fr)minmax(116px,142px);
    gap: 8px;
  }
  .dialog-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .dialog-card {
    grid-template-columns: 1fr;
  }
  .dialog-card>img {
    min-height: 250px;
    max-height: 360px;
  }
}

@media (max-width:420px) {
  .toolbar {
    grid-template-columns: minmax(0,1fr)minmax(78px,94px);
  }
  .search,.sort-menu__button {
    min-height: 38px;
  }
  .search {
    border-radius: 999px;
  }
  .search__input {
    min-height: 38px;
    padding-inline: 4px;
  }
  .sort-menu__button {
    border-radius: 14px;
    padding-inline: 8px;
    font-size: 11.5px;
  }
  .section-title-link h2, .section-head h2 {
    font-size: clamp(21px,6.2vw,24px);
  }
}

@media (max-width:380px) {
  .toolbar {
    grid-template-columns: minmax(0,1fr)82px;
    gap: 6px;
  }
  .sort-menu__button {
    padding-inline: 8px;
    font-size: 11px;
  }
  .sort-menu__button>svg {
    display: none;
  }
}

@media (max-width:340px) {
  :root {
    --shell: min(100% - 14px,1440px);
  }
  .toolbar {
    grid-template-columns: minmax(0,1fr)78px;
  }
  .sort-menu__button span {
    max-width: 56px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
  }
}

@media (max-width:420px) {
  .eyebrow {
    min-height: 22px;
    padding-inline: 8px;
    font-size: 9.5px;
  }
}

.game-dialog .dialog-close {
  display: inline-grid;
  place-items: center;
  line-height: 0;
  flex: 0 0 auto;
}

.game-dialog .dialog-close svg {
  display: block;
  width: 18px;
  height: 18px;
}

@media (max-width:420px) {
  .game-dialog .dialog-card {
    width: min(100% - 20px,380px);
    max-height: calc(100dvh - max(24px,env(safe-area-inset-top))- max(24px,env(safe-area-inset-bottom)));
  }
  .game-dialog .dialog-body dl {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.site-header,.global-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  height: var(--header-h);
  border-bottom: 1px solid var(--header-glass-border,rgba(255,255,255,.14));
  color: var(--text);
  background: linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.026)),var(--header-glass-bg,rgba(var(--theme-bg-rgb),.52));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.105),0 12px 34px rgba(0,0,0,.18);
  backdrop-filter: var(--header-glass-blur,blur(2rem)saturate(160%));
  -webkit-backdrop-filter: var(--header-glass-blur,blur(2rem)saturate(160%));
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  will-change: auto;
}

.global-header.is-elevated {
  border-bottom-color: var(--header-glass-border-strong,rgba(255,255,255,.22));
  background: linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.032)),var(--header-glass-bg-elevated,rgba(var(--theme-bg-rgb),.66));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 14px 38px rgba(0,0,0,.22);
}

.global-header .bg-filter,.global-header-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(255,255,255,.072),transparent 68%);
  opacity: .58;
}

.global-header__nav {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0,1fr)auto;
  align-items: center;
  column-gap: clamp(10px,1.45vw,28px);
  width: 100%;
  max-width: none;
  height: 100%;
  box-sizing: border-box;
  padding-inline: max(clamp(14px,2vw,34px),env(safe-area-inset-left));
  margin-inline: 0;
  min-width: 0;
}

.header-brand,.property-logo {
  display: inline-flex;
  grid-column: 1;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  flex: 0 0 auto;
  width: clamp(116px,var(--rtpx-header-logo-width,152px),min(34vw,260px));
  min-width: 0;
  color: var(--text);
}

.property-logo[data-logo-empty="true"] {
  width: 0;
  min-width: 0;
  overflow: hidden;
  pointer-events: none;
}

.property-logo__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
  filter: none;
  user-select: none;
  max-width: min(100%,var(--rtpx-header-logo-width,152px));
  max-height: min(var(--rtpx-header-logo-max-height,48px),calc(var(--header-h,72px)- 10px));
}

.property-logo__image[hidden],.property-logo__image:not([src]) {
  display: none;
}

.mobile-toolbar {
  display: none;
  margin-left: auto;
  min-width: max-content;
}

.mobile-signin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid color-mix(in srgb,var(--rtpx-button-accent,#2eafff)74%,white 26%);
  border-radius: 11px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18),0 6px 14px color-mix(in srgb,var(--rtpx-button-accent,#2eafff)22%,transparent);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  outline-color: transparent;
  outline-offset: var(--button-outline-idle,.625rem);
  outline-style: solid;
  outline-width: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .026em;
  text-decoration: none;
  white-space: nowrap;
  touch-action: manipulation;
  transition: outline-color .15s ease-out,outline-offset .15s ease-out,outline-width .15s ease-out,color .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease,opacity .16s ease;
  color: var(--rtpx-button-accent-text,#fff);
  background: var(--rtpx-button-accent,#2eafff);
  border-color: color-mix(in srgb,var(--rtpx-button-accent,#2eafff)84%,#fff 16%);
  text-shadow: none;
}

.global-header__drawer {
  display: contents;
  min-width: 0;
  height: 100%;
}

.main-nav,.main-nav__list,.top-nav,.main-nav__list-item {
  min-width: 0;
}

.main-nav {
  display: flex;
  grid-column: 2;
  align-items: center;
  justify-self: start;
  height: 100%;
}

.main-nav__list,.top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(6px,.78vw,14px);
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-nav__list-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  flex: 0 0 auto;
}

.main-nav__list-item[hidden],.main-nav__list-item--filter[hidden] {
  display: none;
}

.main-nav__list-filler,.main-nav__list>.menu-heading,.header-drawer-cta {
  display: none;
}

.mobile-drawer-accordions {
  display: none;
}

.main-nav__link,.top-nav a,.top-nav .main-nav__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  min-height: 36px;
  padding: 0 clamp(8px,.62vw,14px);
  border: 1px solid transparent;
  border-radius: var(--button-radius,.5rem);
  color: var(--muted);
  background: transparent;
  box-shadow: none;
  font-size: clamp(11px,.68vw,12px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.012em;
  text-decoration: none;
  white-space: nowrap;
  transition: color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease;
}

.main-nav__link.is-active,.main-nav__link[aria-current="page"],.top-nav a.is-active,.top-nav a[aria-current="page"] {
  color: var(--text);
  border-color: rgba(255,255,255,.12);
  background: rgba(236,237,238,.095);
  box-shadow: 0 0 1rem rgba(0,0,0,.125);
}

.nav-chevron {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px)rotate(45deg);
  opacity: .78;
  transition: transform .16s ease;
}

.main-nav__list-item[data-open="true"] .nav-chevron,.dropdown[data-open="true"] .nav-chevron {
  transform: translateY(2px)rotate(225deg);
}

.simple-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 96;
  display: grid;
  gap: 8px;
  min-width: 238px;
  max-width: min(320px,calc(100vw - 24px));
  max-height: min(70vh,540px);
  padding: 10px;
  border: 1px solid var(--header-glass-border-strong,rgba(255,255,255,.22));
  border-radius: 18px;
  color: var(--text);
  background: linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.045)),rgba(var(--theme-bg-rgb),.58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.105),0 22px 56px rgba(0,0,0,.32);
  backdrop-filter: blur(2rem)saturate(168%);
  -webkit-backdrop-filter: blur(2rem)saturate(168%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: auto;
  transform: translateY(-6px)scale(.985);
  transform-origin: top left;
  transition: opacity .15s ease,visibility .15s ease,transform .15s ease;
}

.simple-menu--right {
  left: auto;
  right: 0;
  transform-origin: top right;
}

.main-nav__list-item[data-open="true"]>.simple-menu,.dropdown[data-open="true"]>.simple-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0)scale(1);
}

.simple-menu .menu-heading {
  display: block;
  padding: 4px 8px 2px;
}

.simple-menu .menu-heading h2 {
  margin: 0;
  color: var(--subtle);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.menu-wrap {
  display: grid;
  gap: 4px;
}

.menu-wrap a,.menu-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  padding: 0 11px;
  border: 0;
  border-radius: 12px;
  color: var(--muted);
  background: transparent;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.menu-wrap .is-active {
  color: var(--text);
  border-color: rgba(255,255,255,.12);
  background: rgba(236,237,238,.095);
  box-shadow: 0 0 1rem rgba(0,0,0,.125);
}

.header-toolbar,.toolbar.header-toolbar {
  display: flex;
  grid-column: 3;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  width: auto;
  min-width: 0;
  margin: 0;
}

.tools,.account-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.tools {
  gap: 8px;
  max-width: 100%;
  flex-wrap: nowrap;
}

.account-actions {
  gap: 7px;
}

.header-tool,.dropdown__button,.sign-in-link,.back-button,.main-cta__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--header-control-border,var(--line));
  border-radius: var(--button-radius,.5rem);
  color: var(--header-control-text,var(--muted));
  background: var(--header-control-bg,var(--glass-bg));
  box-shadow: var(--button-shadow,0 1px 0 rgba(255,255,255,.07)inset);
  outline-color: transparent;
  outline-offset: var(--button-outline-idle,.625rem);
  outline-style: solid;
  outline-width: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: outline-color .15s ease-out,outline-offset .15s ease-out,outline-width .15s ease-out,color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease,opacity .16s ease;
}

.header-tool svg,.dropdown__button svg,.back-button svg,.search__icon svg,.icon-wrapper svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.dropdown {
  position: relative;
  display: inline-flex;
  min-width: 0;
}

.toolbar__back-wrapper {
  display: none;
}

.menu-toggle {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--header-control-border,var(--line));
  border-radius: var(--button-radius-lg,.625rem);
  outline-color: transparent;
  outline-style: solid;
  background: var(--header-control-bg,var(--glass-bg));
  box-shadow: var(--button-shadow,0 1px 0 rgba(255,255,255,.08)inset);
  outline-width: 0;
  outline-offset: var(--button-outline-idle,.625rem);
  transform: none;
  filter: none;
  transition: color .12s ease,background-color .12s ease,border-color .12s ease;
}

.menu-toggle-glyph {
  position: relative;
  width: 18px;
  height: 14px;
}

.menu-toggle-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: .92;
  transition: top .18s ease,opacity .16s ease,transform .18s ease;
}

.menu-toggle-line:nth-child(1) {
  top: 2px;
}

.menu-toggle-line:nth-child(2) {
  top: 6px;
}

.menu-toggle-line:nth-child(3) {
  top: 10px;
}

.global-header[data-mobile-open="true"] .menu-toggle-line:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}

.global-header[data-mobile-open="true"] .menu-toggle-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(.45);
}

.global-header[data-mobile-open="true"] .menu-toggle-line:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}

@media (max-width:1320px) {
  .header-brand,.property-logo {
    width: clamp(108px,var(--rtpx-header-logo-width,142px),min(32vw,240px));
  }
}

@media (max-width:1120px) {
  .main-nav__list,.top-nav {
    gap: clamp(6px,.8vw,12px);
  }
  .main-nav__link,.top-nav a,.top-nav .main-nav__button {
    padding-inline: clamp(8px,.72vw,12px);
  }
}

@media (min-width:1280px) {
  .global-header__nav {
    column-gap: clamp(14px,1.8vw,34px);
    padding-inline: max(clamp(18px,2.3vw,40px),env(safe-area-inset-left));
  }
  .header-brand,.property-logo {
    width: clamp(128px,var(--rtpx-header-logo-width,170px),min(32vw,260px));
  }
  .property-logo__image {
    max-width: 100%;
    max-height: min(var(--rtpx-header-logo-max-height,42px),calc(var(--header-h,72px)- 16px));
  }
  .main-nav__list,.top-nav {
    gap: clamp(7px,.86vw,16px);
  }
  .main-nav__link,.top-nav a,.top-nav .main-nav__button {
    min-height: 40px;
    padding-inline: clamp(9px,.72vw,15px);
    border-radius: 14px;
    font-size: clamp(12.4px,.74vw,13.4px);
  }
  .header-tool,.dropdown__button,.sign-in-link,.back-button,.main-cta__primary {
    min-height: 40px;
    padding-inline: 15px;
    font-size: 12.8px;
  }
  .header-tool svg,.dropdown__button svg,.back-button svg,.search__icon svg,.icon-wrapper svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width:1180px) and (min-width:981px) {
  .global-header__nav {
    column-gap: clamp(8px,1.05vw,18px);
  }
  .main-nav__list,.top-nav {
    gap: clamp(4px,.52vw,9px);
  }
  .main-nav__link,.top-nav a,.top-nav .main-nav__button {
    min-height: 34px;
    padding-inline: clamp(6px,.48vw,10px);
    font-size: clamp(10px,.62vw,11.2px);
  }
}

@media (max-width:560px) {
  .global-header {
    background: linear-gradient(180deg,rgba(255,255,255,.068),rgba(255,255,255,.022)),var(--header-mobile-glass-bg,rgba(var(--theme-bg-rgb),.88));
    backdrop-filter: var(--header-glass-blur,blur(24px)saturate(145%));
    -webkit-backdrop-filter: var(--header-glass-blur,blur(24px)saturate(145%));
  }
  .global-header .bg-filter,.global-header-bg {
    opacity: .36;
  }
  .global-header__nav {
    width: 100%;
    gap: 8px;
    padding-inline: max(10px,env(safe-area-inset-left))max(4px,env(safe-area-inset-right));
  }
  .mobile-toolbar {
    justify-self: end;
    gap: 6px;
    padding-inline-end: 0;
    margin-right: -2px;
  }
  .header-brand,.property-logo {
    width: clamp(96px,var(--rtpx-header-logo-width,112px),min(44vw,180px));
  }
  .property-logo__image {
    max-height: min(var(--rtpx-header-logo-max-height,32px),calc(var(--header-h,64px)- 14px));
  }
  .menu-toggle,.mobile-signin-button {
    flex: 0 0 auto;
  }
  .menu-toggle {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }
  .main-nav {
    width: min(100%,370px);
  }
  .mobile-signin-button {
    min-height: 38px;
    padding-inline: 13px;
    border-radius: 11px;
    font-size: 11px;
  }
}

@media (max-width:420px) {
  .global-header__nav {
    width: 100%;
    grid-template-columns: minmax(82px,max-content)minmax(0,1fr)auto;
    gap: 6px;
    padding-inline: max(8px,env(safe-area-inset-left))max(8px,env(safe-area-inset-right));
  }
  .mobile-toolbar {
    justify-self: end;
    margin-right: -2px;
    gap: 5px;
  }
  .header-brand,.property-logo {
    width: clamp(92px,var(--rtpx-header-logo-width,104px),min(46vw,168px));
  }
  .global-header__drawer .main-nav,.global-header__drawer .drawer-menu {
    width: min(100%,340px);
  }
  .global-header__drawer .main-nav__link,.global-header__drawer .top-nav a,.global-header__drawer .top-nav .main-nav__button {
    min-height: 40px;
    font-size: 16px;
    line-height: 1.05;
  }
}

@media (min-width:981px) and (max-width:1180px) {
  .global-header__nav {
    grid-template-columns: auto minmax(0,1fr)auto;
    column-gap: clamp(10px,1.2vw,18px);
    padding-inline: clamp(12px,1.6vw,20px);
  }
  .main-nav__list,.top-nav {
    gap: clamp(4px,.65vw,9px);
  }
  .main-nav__link,.top-nav a,.top-nav .main-nav__button {
    padding-inline: clamp(7px,.62vw,10px);
  }
}

.global-footer {
  --footer-bg: var(--theme-footer-bg,var(--rtpx-theme-footer-bg,var(--theme-bg)));
  --footer-text: rgba(255,255,255,.66);
  --footer-text-strong: rgba(255,255,255,.94);
  --footer-line: rgba(255,255,255,.085);
  --footer-social-touch: 44px;
  --footer-social-icon: 27px;
  width: 100%;
  display: grid;
  gap: clamp(20px,2.6vw,34px);
  box-sizing: border-box;
  margin-top: 0;
  padding-block: clamp(34px,4.2vw,58px);
  padding-inline: clamp(32px,7.5vw,120px);
  -webkit-tap-highlight-color: transparent;
  background: var(--footer-bg);
  color: var(--footer-text);
  font-family: var(--font-main);
  border-top: 0;
  isolation: isolate;
  overflow: hidden;
}

.global-footer .shell {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

.footer-top,.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0,1fr)auto;
  align-items: center;
  gap: clamp(20px,4vw,56px);
  width: 100%;
}

.footer-property-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  min-width: 0;
  min-height: 44px;
  color: var(--footer-text-strong);
  text-decoration: none;
}

.footer-property-logo[data-logo-empty="true"] {
  display: none;
}

.footer-property-logo img {
  display: block;
  width: auto;
  max-width: min(100%,var(--rtpx-footer-logo-width,156px));
  max-height: 44px;
  height: auto;
  object-fit: contain;
}

.footer-property-logo img[hidden],.footer-property-logo img:not([src]) {
  display: none;
}

.footer-social[hidden] {
  display: none;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: clamp(8px,1.35vw,16px);
  max-width: min(68vw,760px);
  margin: 0 0 0 auto;
  padding: 0;
  text-align: right;
  overflow: visible;
  contain: layout style;
}

.footer-social a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--footer-social-touch);
  width: var(--footer-social-touch);
  min-width: var(--footer-social-touch);
  height: var(--footer-social-touch);
  min-height: var(--footer-social-touch);
  padding: 0;
  color: rgba(255,255,255,.78);
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  touch-action: manipulation;
  transition: opacity .15s ease,color .15s ease;
}

.footer-social a[hidden],.footer-social a:not([data-social-has-icon="true"]),.footer-social a[data-social-empty="true"],.footer-social a[data-social-has-icon="false"],.footer-social a[data-social-icon-error="true"] {
  display: none;
  pointer-events: none;
}

.footer-social-label,.footer-social a>span:not(.footer-social-icon) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.footer-social-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: var(--footer-social-icon);
  height: var(--footer-social-icon);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: currentColor;
  background: transparent;
  box-shadow: none;
  line-height: 0;
  overflow: visible;
  isolation: isolate;
}

.footer-social-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: .88;
  filter: none;
  mix-blend-mode: normal;
  pointer-events: none;
  transition: opacity .12s ease;
}

.footer-social-icon[data-icon-mask="true"] {
  background-color: currentColor;
  background-image: none;
  -webkit-mask-image: var(--rtpx-footer-social-icon-mask);
  mask-image: var(--rtpx-footer-social-icon-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.footer-social-icon[data-icon-mask="true"] img {
  opacity: 0;
  visibility: visible;
}

.footer-link-columns-wrapper {
  display: grid;
  gap: clamp(20px,2.2vw,32px);
  width: 100%;
  padding-block: 0;
}


.footer-link-columns {
  display: grid;
  grid-template-columns: repeat(2,minmax(180px,1fr));
  gap: clamp(28px,5vw,88px);
  align-items: start;
  width: min(100%,760px);
}

.footer-link-column {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 7px;
  text-align: left;
}

.footer-column-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 28px;
  padding: 0;
  color: var(--footer-text-strong);
  list-style: none;
  cursor: default;
  background: transparent;
  box-shadow: none;
}

.footer-column-toggle::-webkit-details-marker {
  display: none;
}

.footer-column-heading {
  color: inherit;
  font-size: clamp(16px,1.12vw,19px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.025em;
}

.footer-column-indicator {
  display: none;
}

.footer-link-list {
  display: grid;
  justify-items: start;
  gap: 3px;
}

.footer-link-column a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 26px;
  width: auto;
  color: rgba(255,255,255,.62);
  font-size: clamp(12px,.74vw,13px);
  font-weight: 800;
  line-height: 1.18;
  text-align: left;
  text-decoration: none;
  transition: color .15s ease,transform .15s ease;
}

.footer-legal {
  width: 100%;
  display: block;
}

.footer-legal p {
  max-width: 1040px;
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: clamp(12px,1vw,14px);
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  text-wrap: pretty;
}

.footer-bottom {
  align-items: end;
}

.footer-bottom-copy {
  display: grid;
  gap: 0;
  max-width: min(1120px,76vw);
  justify-self: start;
}

.footer-bottom-copy p {
  max-width: none;
  margin: 0;
  color: rgba(255,255,255,.56);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
  text-align: left;
  text-wrap: pretty;
}

.footer-back-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 0;
  flex: 0 0 auto;
  width: auto;
  min-width: 132px;
  min-height: 40px;
  padding: 0 14px;
  color: var(--rtpx-button-accent-text,#fff);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .018em;
  white-space: nowrap;
  border: 1px solid color-mix(in srgb,var(--rtpx-button-accent,#2eafff)62%,white 20%);
  border-radius: 10px;
  background: linear-gradient(180deg,color-mix(in srgb,var(--rtpx-button-accent,#2eafff)88%,white 7%),var(--rtpx-button-accent,#2eafff));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14),0 3px 9px color-mix(in srgb,var(--rtpx-button-accent,#2eafff)16%,transparent);
  text-shadow: none;
  touch-action: manipulation;
  transition: border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease;
}

.footer-back-top-icon {
  display: none;
}

@media (min-width:641px) and (max-width:1180px) {
  .global-footer {
    padding-inline: clamp(28px,6vw,80px);
  }
  .footer-top,.footer-bottom {
    grid-template-columns: minmax(0,1fr)auto;
    align-items: center;
  }
  .footer-bottom-copy {
    max-width: min(760px,68vw);
  }
  .footer-social {
    max-width: min(62vw,640px);
  }
}

@media (max-width:640px) {
  .global-footer {
    gap: clamp(12px,3.4vw,18px);
    margin-top: 16px;
    padding: clamp(22px,5.6vw,30px) clamp(18px,5.2vw,24px) calc(56px + env(safe-area-inset-bottom));
    text-align: center;
  }
  .footer-top,.footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
  .footer-property-logo {
    justify-content: center;
    justify-self: center;
    margin-inline: auto;
    min-height: 38px;
    padding: 0;
  }
  .footer-social {
    --footer-social-touch: 40px;
    --footer-social-icon: 23px;
    justify-content: center;
    justify-self: center;
    width: 100%;
    max-width: min(100%,300px);
    margin: 0 auto;
    gap: 8px;
    text-align: center;
  }
  .footer-link-columns-wrapper {
    width: 100%;
    gap: 0;
    text-align: center;
    margin-top: 2px;
  }
  .footer-link-columns {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-link-column {
    position: relative;
    width: 100%;
    gap: 0;
    padding: 4px 0;
    border-top: 0;
    justify-items: center;
    text-align: center;
  }
  .footer-link-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255,255,255,.075);
  }
  .footer-link-column:first-child::before {
    display: none;
  }
  .footer-column-toggle {
    min-height: 30px;
    padding: 3px 0 5px;
    cursor: default;
    justify-content: center;
    text-align: center;
  }
  .footer-column-heading {
    font-size: clamp(16px,4.7vw,19px);
    line-height: 1.08;
  }
  .footer-link-list {
    display: grid;
    width: 100%;
    padding-top: 0;
    gap: 0;
    justify-items: center;
    text-align: center;
  }
  .footer-link-list a {
    width: 100%;
    min-height: 28px;
    padding: 3px 0;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.28;
    justify-content: center;
    text-align: center;
  }
  .footer-legal {
    padding-top: 2px;
  }
  .footer-legal p,.footer-bottom-copy p {
    max-width: min(100%,38ch);
    margin-inline: auto;
    text-align: center;
    line-height: 1.62;
  }
  .footer-bottom {
    padding-top: 4px;
    gap: 10px;
  }
  .footer-bottom-copy {
    max-width: 100%;
    justify-self: center;
    padding-inline: clamp(4px,1.8vw,10px);
  }
  .footer-back-top {
    justify-self: center;
    width: auto;
    min-width: 144px;
    min-height: 42px;
    padding-inline: 18px;
    margin-top: 8px;
    max-width: min(100%,190px);
    margin-inline: auto;
  }
}

@media (max-width:380px) {
  .footer-social {
    --footer-social-touch: 38px;
    --footer-social-icon: 21px;
    max-width: min(100%,300px);
    gap: 7px;
  }
  .footer-column-heading {
    font-size: clamp(16px,5vw,18px);
  }
  .footer-link-list a {
    font-size: 12.5px;
    min-height: 28px;
    padding: 3px 0;
  }
  .footer-legal p {
    font-size: 12.6px;
    line-height: 1.68;
  }
  .footer-bottom-copy p {
    font-size: 12px;
    line-height: 1.68;
  }
}

#footer-social {
  scroll-margin-top: 96px;
}

#footer-social:target {
  outline: none;
}

@media (max-width:560px) {
  :root {
    --carousel-control-size: 2.5rem;
    --shell: min(100% - 18px,1440px);
    --header-h: 60px;
  }
}

.win-proof-card .win-proof-media,.win-proof-media {
  background: color-mix(in srgb,var(--surface-2)92%,transparent);
  box-shadow: none;
  aspect-ratio: 16 / 9;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}

.win-proof-card .win-proof-media img,.win-proof-media img {
  object-fit: contain;
  object-position: center;
  background: color-mix(in srgb,var(--surface-solid)90%,transparent);
  filter: none;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.rtpx-slider-controls._1eu3eal35u,.rtpx-slider-controls {
  position: absolute;
}

.rtpx-slider-controls._1eu3eal1cq,.rtpx-slider-controls {
  inset-block-start: 0;
}

.rtpx-slider-controls._1eu3eal17m,.rtpx-slider-controls {
  inset-block-end: 0;
}

.rtpx-slider-controls._1eu3eal1ki,.rtpx-slider-controls {
  inset-inline-start: var(--rtpx-control-edge-inset);
}

.rtpx-slider-controls._1eu3eal1fe,.rtpx-slider-controls {
  inset-inline-end: var(--rtpx-control-edge-inset);
}

.rtpx-slider-controls._1eu3ealpe,.rtpx-slider-controls {
  display: flex;
}

.rtpx-slider-controls._1eu3ealle,.rtpx-slider-controls {
  align-items: center;
}

.rtpx-slider-controls._1eu3eal1nu,.rtpx-slider-controls {
  justify-content: space-between;
}

.rtpx-slider-controls._1eu3eal4o,.rtpx-slider-controls {
  pointer-events: none;
}

.rtpx-slider-controls._1eu3eal5a,.rtpx-slider-controls {
  z-index: 28;
}

.rtpx-slider-controls.ipkg0e1.ipkg0e5,.rtpx-slider-controls {
  opacity: 1;
}

.rtpx-slider-controls {
  width: auto;
  height: auto;
  max-width: none;
  padding: 0;
  margin: 0;
  transform: none;
  isolation: isolate;
}

.rtpx-slider-controls>button.sjyt1d3, .carousel-control.sjyt1d3, .news-prev-button.sjyt1d3, .news-next-button.sjyt1d3 {
  --_147h8yx0: var(--_147h8yx3,transparent);
  --_147h8yx1: var(--kdiqx31c,#fff);
  --_147h8yx2: 2.25rem;
  --_147h8yx3: rgba(236,237,238,.30);
  --_147h8yx4: none;
  --sjyt1d0: var(--kdiqx35s,blur(2rem));
  --sjyt1d1: var(--kdiqx35y,rgba(236,237,238,.30));
  position: relative;
  inset: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--_147h8yx2);
  min-width: var(--_147h8yx2);
  height: var(--_147h8yx2);
  min-height: var(--_147h8yx2);
  max-width: none;
  aspect-ratio: 1 / 1;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: var(--kdiqx35b,.5rem);
  background-color: var(--_147h8yx0);
  background-image: none;
  color: var(--_147h8yx1,currentColor);
  box-shadow: 0 0 1rem rgba(0,0,0,.125);
  text-shadow: none;
  opacity: 1;
  overflow: clip;
  isolation: isolate;
  cursor: pointer;
  transform: none;
  filter: none;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.rtpx-slider-controls>button.sjyt1d3.sjyt1d4,.carousel-control.sjyt1d3.sjyt1d4 {
  isolation: isolate;
  overflow: clip;
  position: relative;
}

.rtpx-slider-controls>button.sjyt1d3.sjyt1d9::before, .carousel-control.sjyt1d3.sjyt1d9::before, .news-prev-button.sjyt1d3.sjyt1d9::before, .news-next-button.sjyt1d3.sjyt1d9::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  border-radius: inherit;
  background-color: var(--sjyt1d1);
  backdrop-filter: var(--sjyt1d0);
  -webkit-backdrop-filter: var(--sjyt1d0);
}

@keyframes _147h8yx5 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-.125rem);
  }
  100% {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion:no-preference) {
  .rtpx-slider-controls>button.sjyt1d3>._147h8yx1b, .carousel-control.sjyt1d3>._147h8yx1b {
    animation: var(--_147h8yx4).1s linear;
  }
}

.rtpx-slider-controls>button.sjyt1d3:disabled, .carousel-control.sjyt1d3:disabled {
  --_147h8yx0: transparent;
  --_147h8yx1: var(--kdiqx31b,rgba(255,255,255,.35));
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
  text-shadow: none;
  outline: 0;
  transform: none;
  filter: none;
}

.rtpx-slider-controls>button.sjyt1d3>div[aria-hidden="true"], .carousel-control.sjyt1d3>div[aria-hidden="true"] {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  max-width: none;
  color: inherit;
  pointer-events: none;
  transform: none;
}

.rtpx-slider-controls svg, .carousel-control.sjyt1d3 svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@media (min-width:1280px) {
  .rtpx-slider-controls>button.sjyt1d3, .carousel-control.sjyt1d3, .news-prev-button.sjyt1d3, .news-next-button.sjyt1d3 {
    --_147h8yx2: 2.75rem;
  }
  .rtpx-slider-controls>button.sjyt1d3>div[aria-hidden="true"], .carousel-control.sjyt1d3>div[aria-hidden="true"] {
    width: 1.75rem;
    height: 1.75rem;
  }
}

@keyframes rtpx-reference-button-hop {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-.125rem);
  }
  100% {
    transform: translateY(0);
  }
}

.filter-chip, .catalog-filter-chip, .status-chip {
  border-radius: 999rem;
}

.sort-menu__button, .dropdown__button:not(.sign-in-link):not(.register-link) {
  border-radius: 999px;
}

.search::before, .search::after, .search__submit::before, .search__submit::after, .search__close::before, .search__close::after, .filter-chip::before, .filter-chip::after, .catalog-filter-chip::before, .catalog-filter-chip::after {
  content: none;
  display: none;
}

.filter-chip.is-active, .filter-chip[aria-pressed="true"], .catalog-filter-chip.is-active, .catalog-filter-chip[aria-pressed="true"], .sort-menu__button[aria-expanded="true"] {
  color: var(--rtpx-glass-text-active);
  background: var(--rtpx-glass-bg-active);
  background-image: none;
}

.toolbar, .header-toolbar, .mobile-toolbar {
  background: transparent;
  box-shadow: none;
}

.filter-chip, .catalog-filter-chip {
  outline-offset: .125rem;
}

html[data-rtpx-early-theme=applied],html[data-rtpx-theme-ready=true] {
  background: var(--theme-bg);
}

html[data-rtpx-early-theme=applied],html[data-rtpx-theme-ready=true],html[data-rtpx-theme-booted] {
  background: var(--theme-bg);
}

.rtp-home-hero__button {
  transition-property: transform,opacity,background-color,box-shadow,outline-color,outline-offset;
}


.rtp-home-hero {
  overflow-anchor: none;
  min-height: clamp(420px,42.85vw,720px);
  background: radial-gradient(circle at 20% 18%,color-mix(in srgb,var(--rtpx-button-accent,#2eafff)16%,transparent),transparent 36%),linear-gradient(180deg,var(--theme-bg,var(--rtpx-fallback-bg))0%,color-mix(in srgb,var(--theme-bg,var(--rtpx-fallback-bg))88%,#000 12%)100%);
  isolation: isolate;
  background-color: var(--theme-bg);
  overflow: hidden;
  contain: layout paint style;
  backface-visibility: hidden;
  transform: none;
  transition: height .22s cubic-bezier(.22,.61,.36,1),min-height .22s cubic-bezier(.22,.61,.36,1),max-height .22s cubic-bezier(.22,.61,.36,1),padding .22s cubic-bezier(.22,.61,.36,1),gap .16s linear;
}

@media (max-width:820px) {
  .rtp-home-hero {
    min-height: clamp(480px,149.333vw,1120px);
  }
}

@media (max-width:420px) {
  .rtp-home-hero {
    min-height: clamp(460px,149.333vw,640px);
  }
}

@media (max-width:980px) {
  .header-toolbar,.toolbar.header-toolbar {
    display: none;
  }
  .property-logo,.header-brand {
    flex: 0 1 auto;
    min-width: 0;
  }
  .menu-toggle,.mobile-signin-button {
    flex: 0 0 auto;
  }
}

html[data-rtpx-theme-boot="ready"] body {
  background-color: var(--theme-bg);
}

.rtp-home-hero::before {
  background: linear-gradient(180deg,rgba(var(--theme-bg-rgb,16,16,20),.06)0%,rgba(var(--theme-bg-rgb,16,16,20),.22)62%,rgba(var(--theme-bg-rgb,16,16,20),.58)100%);
}

.rtp-home-hero::after {
  background: linear-gradient(180deg,transparent 0%,color-mix(in srgb,var(--theme-bg,var(--rtpx-fallback-bg))54%,transparent)78%,var(--theme-bg,var(--rtpx-fallback-bg))100%);
}

.rtp-home-hero [data-aos] {
  opacity: 1;
  transform: none;
  transition: opacity .18s ease;
}

html,body {
  background: var(--theme-bg,var(--rtpx-first-bg));
  color: var(--text,var(--rtpx-first-text));
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  overscroll-behavior-x: none;
  scroll-behavior: auto;
}

body:not([data-public-settings-ready="true"]).rtp-home-hero__poster {
  background: linear-gradient(135deg,var(--theme-container-bg,var(--rtpx-first-container)),var(--theme-bg,var(--rtpx-first-bg)));
}

body:not([data-public-settings-ready="true"]).game-media, body:not([data-public-settings-ready="true"]).feature-media {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

body:not([data-public-settings-ready="true"])[data-aos] {
  opacity: 1;
  transform: none;
}

.rtp-home-hero:not([data-hero-content-ready="true"])[data-home-hero-title],.rtp-home-hero:not([data-hero-content-ready="true"])[data-home-hero-lead],.rtp-home-hero:not([data-hero-content-ready="true"]).rtp-home-hero__actions {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rtp-home-hero [data-home-hero-title]:empty,.rtp-home-hero [data-home-hero-lead]:empty,.rtp-home-hero [data-home-hero-primary]:empty,.rtp-home-hero [data-home-hero-secondary]:empty {
  display: none;
}

.sort-menu__popover[data-sort-popover][data-portal="body"] {
  position: fixed;
  top: var(--rtpx-sort-popover-top,calc(var(--header-h,72px) + 8px));
  left: var(--rtpx-sort-popover-left,8px);
  right: auto;
  width: var(--rtpx-sort-popover-width,min(240px,calc(100vw - 16px)));
  max-width: calc(100vw - 16px);
  max-height: min(68dvh,390px);
  overflow: auto;
  overscroll-behavior: contain;
  z-index: 2147483000;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translate3d(0,0,0);
  contain: none;
  isolation: isolate;
  touch-action: pan-y;
}

.sort-menu__popover[hidden] {
  display: none;
  pointer-events: none;
}

.sort-menu__popover[data-sort-popover][data-portal="body"] .sort-menu__option {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  touch-action: manipulation;
}

@media (max-width:560px) {
  .sort-menu__popover[data-sort-popover][data-portal="body"] {
    max-height: min(66dvh,360px);
  }
}

.rtp-home-hero__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
  filter: none;
  opacity: 0;
  transition: opacity .46s cubic-bezier(.22,.61,.36,1);
  transform: none;
  backface-visibility: hidden;
  content-visibility: visible;
}

.rtp-home-hero.is-animated .rtp-home-hero__poster {
  transform: scale(1);
}

.win-proof-media img {
  image-rendering: auto;
}

[data-ratio-image] {
  opacity: 1;
  transform: none;
  backface-visibility: hidden;
  transition: opacity .12s ease;
  background-color: var(--theme-container-bg,var(--rtpx-fallback-container,#363737));
}

img[data-src],img[data-srcset],[data-bg-src] {
  opacity: 1;
}

img.is-media-ready,[data-bg-src].is-media-ready {
  opacity: 1;
  transition: opacity .12s ease;
}


@media (prefers-reduced-motion:reduce) {
  [data-ratio-image] {
    transition: none;
  }
}

.header-toolbar .tools {
  justify-content: flex-end;
}

.header-toolbar .account-actions {
  margin-left: auto;
}

.rtpx-win-title {
  display: flex;
  align-items: center;
  gap: 0;
}

.rtpx-win-title::before {
  flex: 0 0 auto;
  width: clamp(22px,2.2vw,32px);
  height: clamp(22px,2.2vw,32px);
  background: currentColor;
  opacity: .96;
  -webkit-mask-image: var(--rtpx-win-title-icon);
  mask-image: var(--rtpx-win-title-icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  filter: drop-shadow(0 8px 18px color-mix(in srgb,var(--accent-2)28%,transparent));
  content: none;
  display: none;
}

@media (max-width:720px) {
  .rtpx-win-title {
    gap: 10px;
  }
  .rtpx-win-title::before {
    width: 20px;
    height: 20px;
  }
}

.mobile-signin-button::before,.account-actions .sign-in-link::before {
  content: none;
}

@media (max-width:420px) {
  .property-logo__image {
    max-height: min(var(--rtpx-header-logo-max-height,44px),calc(var(--header-h,58px)- 8px));
  }
}

html:not([data-rtpx-theme-ready])* {
  transition-property: none;
}

html[data-rtpx-early-theme="remote"],html[data-rtpx-early-theme="applied"],html[data-rtpx-theme-ready="true"] {
  background: var(--theme-bg);
}


.rtp-home-hero__poster.is-active {
  opacity: 1;
}

.rtp-home-hero__poster[data-media-empty="true"],.rtp-home-hero__poster:not([src]) {
  opacity: 0;
}

@media (min-width:901px) {
  .rtp-home-hero {
    aspect-ratio: 2000/857;
    min-height: clamp(420px,42.85vw,857px);
    max-height: none;
  }
  .rtp-home-hero__poster {
    object-position: center center;
  }
}

@media (max-width:900px) {
  .rtp-home-hero {
    aspect-ratio: 750/1120;
    min-height: clamp(520px,149.333vw,1120px);
  }
  .rtp-home-hero__poster {
    object-position: center top;
  }
}

.rtp-home-hero [data-home-hero-poster],.hero-banner img,.hero-media img {
  image-rendering: auto;
  filter: none;
  transform: none;
  backface-visibility: hidden;
}

html[data-rtpx-navigating="true"] body {
  cursor: progress;
  background: var(--theme-bg);
}

.rtp-home-hero.is-mode-switching .rtp-home-hero__poster.is-active {
  opacity: .96;
}

.rtp-home-hero.is-mode-switching .rtp-home-hero__content {
  transition: opacity .16s ease,transform .16s ease;
}

html.is-low-end-runtime .rtp-home-hero,html.is-mobile-low-end-runtime .rtp-home-hero {
  transition: height .14s linear,min-height .14s linear,max-height .14s linear,padding .14s linear;
}

html.is-low-end-runtime .rtp-home-hero__side-fade,html.is-mobile-low-end-runtime .rtp-home-hero__side-fade {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

@media (max-width:900px) and (orientation:portrait),(max-width:640px) {
  .rtp-home-hero__poster {
    transition: opacity .34s cubic-bezier(.22,.61,.36,1);
    transform: none;
  }
  .rtp-home-hero.is-animated .rtp-home-hero__poster {
    transform: none;
  }
}

@media (max-width:980px) {
  html,body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    overscroll-behavior-x: none;
  }
  body {
    position: relative;
  }
  img,svg,canvas {
    max-width: 100%;
  }
  .rtp-home-hero,.global-footer {
    position: relative;
    left: auto;
    right: auto;
    touch-action: pan-y;
    transform: none;
  }
  .rtp-home-hero>*,.global-header>*,.global-footer>* {
    max-width: 100%;
  }
}

@media (max-width:640px) {
  .rtp-home-hero,.global-footer {
    contain: layout paint;
  }
}

@media (max-width:980px) {
  .global-header__drawer .toolbar.header-toolbar,.global-header__drawer .header-toolbar,.global-header__drawer .account-actions,.global-header__drawer .sign-in-link,.global-header__drawer .register-link,.global-header__drawer .toolbar__back-wrapper,.global-header__drawer .back-button {
    display: none;
  }
  .global-header__drawer .main-nav.drawer-menu {
    display: none;
  }
}

@view-transition {
  navigation: none;
}

@keyframes rtpx-view-old {
  from {
    opacity: 1;
    transform: none;
    filter: none;
  }
  to {
    opacity: .86;
    transform: scale(.997);
    filter: blur(.35px);
  }
}

@keyframes rtpx-view-new {
  from {
    opacity: .76;
    transform: translate3d(0,8px,0)scale(1.002);
    filter: blur(.25px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@supports (view-transition-name:root) {
  ::view-transition-group(root) {
    animation-duration: .22s;
    animation-timing-function: cubic-bezier(.22,.61,.36,1);
  }
  ::view-transition-old(root) {
    animation: rtpx-view-old .16s ease both;
  }
  ::view-transition-new(root) {
    animation: rtpx-view-new .22s cubic-bezier(.22,.61,.36,1)both;
  }
}

@media (prefers-reduced-motion:reduce) {
  ::view-transition-group(root),::view-transition-old(root),::view-transition-new(root) {
    animation: none;
  }
}

html[data-rtpx-render-profile="stable-render"] body[data-page="home"] [data-viewport-section-dormant="true"] .rtpx-slider-controls {
  display: none;
}

html[data-rtpx-render-profile="stable-render"] body[data-page="home"] [data-viewport-section-dormant="true"] .api-section-more {
  margin-top: .5rem;
}

html[data-rtpx-render-profile="stable-render"] body[data-page="home"] {
  background-attachment: scroll;
}

:root {
  --font-inter: 'Inter',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
  --font-roboto: 'Roboto',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
  --reserved-fonts: var(--font-inter);
  --font-system: var(--font-inter);
  --font-main: var(--font-inter);
  --font-body: var(--font-inter);
  --font-ui: var(--font-inter);
  --font-display: var(--font-inter);
  --font-display-italic: var(--font-inter);
  --font-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;
  color-scheme: dark;
  --theme-bg: #141415;
  --theme-bg-rgb: 20,20,21;
  --bg: var(--theme-bg);
  --theme-bg-soft: #141415;
  --theme-footer-bg: #18181c;
  --theme-footer-bg-rgb: 24,24,28;
  --theme-container-bg: #363737;
  --theme-container-bg-rgb: 54,55,55;
  --theme-container-bg-soft: rgba(var(--theme-container-bg-rgb),.46);
  --theme-container-bg-strong: rgba(var(--theme-container-bg-rgb),.74);
  --theme-container-border: rgba(var(--theme-container-bg-rgb),.92);
  --theme-surface: #363737;
  --theme-surface-rgb: 54,55,55;
  --theme-panel: #28282c;
  --theme-panel-2: #404044;
  --theme-text: #ffffff;
  --theme-muted: rgba(255,255,255,.75);
  --theme-subtle: rgba(255,255,255,.52);
  --theme-line: rgba(255,255,255,.10);
  --theme-line-strong: rgba(255,255,255,.16);
  --theme-blue: #0055fe;
  --theme-sky: #0ea4eb;
  --theme-cyan: #33daff;
  --theme-success: #36ff82;
  --theme-warning: #60a5fa;
  --theme-danger: #df242f;
  --theme-blur-xs: blur(.25rem);
  --theme-blur-sm: blur(.5rem);
  --theme-blur-md: blur(2rem);
  --theme-blur-xl: blur(64px);
  --theme-backplate: rgba(255,255,255,.10);
  --theme-backplate-strong: rgba(255,255,255,.20);
  --theme-dark-glass: rgba(var(--theme-bg-rgb),.72);
  --theme-dark-glass-strong: rgba(var(--theme-bg-rgb),.88);
  --theme-outline: rgba(255,255,255,.35);
  --text-size-body: clamp(14px,.88vw,15px);
  --text-size-body-mobile: 14px;
  --text-size-ui: clamp(12px,.78vw,13.5px);
  --text-size-caption: clamp(10.8px,.70vw,12px);
  --text-size-overline: clamp(9.8px,.62vw,10.8px);
  --text-line-body: 1.5;
  --text-line-tight: 1.12;
  --text-line-ui: 1.18;
  --text-letter-tight: -.015em;
  --text-letter-ui: -.003em;
  --text-letter-overline: .04em;
  --text-weight-body: 450;
  --text-weight-ui: 600;
  --text-weight-strong: 680;
  --text-weight-display: 760;
  --surface: rgba(var(--theme-surface-rgb),.78);
  --surface-2: rgba(var(--theme-surface-rgb),.62);
  --surface-3: rgba(var(--theme-surface-rgb),.54);
  --layout-container-bg: rgba(var(--theme-container-bg-rgb),.58);
  --layout-container-bg-soft: rgba(var(--theme-container-bg-rgb),.42);
  --layout-container-bg-strong: rgba(var(--theme-container-bg-rgb),.78);
  --layout-container-border: rgba(var(--theme-container-bg-rgb),.88);
  --surface-solid: var(--theme-bg-soft);
  --text: var(--theme-text);
  --muted: var(--theme-muted);
  --subtle: var(--theme-subtle);
  --line: var(--theme-line);
  --line-strong: var(--theme-line-strong);
  --accent: #f4f4f5;
  --accent-2: #ffffff;
  --accent-contrast: var(--theme-bg);
  --rtpx-button-accent: #2eafff;
  --rtpx-button-accent-active: color-mix(in srgb,var(--rtpx-button-accent)92%,white 8%);
  --rtpx-button-accent-text: #ffffff;
  --danger: var(--theme-danger);
  --good: var(--theme-success);
  --warn: var(--theme-warning);
  --glass-bg: linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.045));
  --glass-bg-strong: linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.06));
  --surface-menu-bg: rgba(var(--theme-bg-rgb),.74);
  --surface-menu-border: rgba(255,255,255,.12);
  --header-glass-bg: rgba(var(--theme-bg-rgb),.52);
  --header-glass-bg-elevated: rgba(var(--theme-bg-rgb),.66);
  --header-glass-border: rgba(255,255,255,.12);
  --header-glass-border-strong: rgba(255,255,255,.18);
  --header-glass-blur: blur(2rem)saturate(160%);
  --header-mobile-glass-bg: rgba(var(--theme-bg-rgb),.90);
  --header-mobile-drawer-bg: rgba(var(--theme-bg-rgb),.96);
  --header-control-bg: rgba(255,255,255,.095);
  --header-control-border: rgba(255,255,255,.145);
  --header-control-text: rgba(255,255,255,.82);
  --header-focus-ring: 0 0 0 2px rgba(255,255,255,.14);
  --header-register-bg: linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.075));
  --header-register-border: rgba(255,255,255,.20);
  --header-register-text: #fff;
  --header-register-shadow: inset 0 1px 0 rgba(255,255,255,.14);
  --container-button-bg: linear-gradient(180deg,var(--layout-container-bg-strong,rgba(var(--theme-container-bg-rgb),.78)),var(--layout-container-bg,rgba(var(--theme-container-bg-rgb),.58)));
  --container-button-bg-raised: linear-gradient(180deg,color-mix(in srgb,var(--theme-container-bg,#363737)84%,rgba(255,255,255,.10)),var(--layout-container-bg-strong,rgba(var(--theme-container-bg-rgb),.78)));
  --container-button-border: color-mix(in srgb,var(--theme-container-bg,#363737)58%,rgba(255,255,255,.24));
  --container-button-border-raised: color-mix(in srgb,var(--theme-container-bg,#363737)48%,rgba(255,255,255,.34));
  --game-title-glass-bg: linear-gradient(180deg,rgba(var(--theme-bg-rgb),.18),rgba(var(--theme-bg-rgb),.78));
  --game-title-glass-border: rgba(255,255,255,.16);
  --game-title-glass-shadow: 0 10px 22px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.08);
  --game-progress-height: 18px;
  --game-progress-height-mobile: 17px;
  --game-progress-value-inset: 6px;
  --rtpx-progress-low: #3b82f6;
  --rtpx-progress-stable: #2eafff;
  --rtpx-progress-medium: #60a5fa;
  --rtpx-progress-high: #93c5fd;
  --material-glass-bg: rgba(var(--theme-bg-rgb),.70);
  --material-glass-bg-soft: rgba(var(--theme-bg-rgb),.44);
  --material-glass-border: rgba(255,255,255,.10);
  --material-glass-border-strong: rgba(255,255,255,.15);
  --material-glass-blur: blur(18px)saturate(145%);
  --pola-preview-bg: linear-gradient(180deg,rgba(var(--theme-bg-rgb),.54),rgba(var(--theme-bg-rgb),.34));
  --pola-preview-border: var(--material-glass-border);
  --pola-preview-padding: 6px;
  --pola-preview-radius: 12px;
  --pola-preview-row-bg: rgba(255,255,255,.045);
  --pola-preview-row-border: rgba(255,255,255,.08);
  --pola-preview-row-radius: 9px;
  --pola-preview-row-min-height: 28px;
  --pola-preview-spin-size: 10.2px;
  --pola-preview-feature-size: 8.8px;
  --kdiqx31b: rgba(255,255,255,.35);
  --kdiqx31c: #fff;
  --kdiqx31h: rgba(255,255,255,.35);
  --kdiqx353: .1875rem;
  --kdiqx354: .1875rem;
  --kdiqx35a: .625rem;
  --kdiqx35b: .5rem;
  --kdiqx35c: .375rem;
  --kdiqx35d: .25rem;
  --kdiqx35s: blur(2rem);
  --kdiqx35y: rgba(236,237,238,.30);
  --interactive-soft-bg: rgba(255,255,255,.065);
  --interactive-soft-border: rgba(255,255,255,.12);
  --interactive-radius-lg: var(--kdiqx35a);
  --interactive-radius-md: var(--kdiqx35b);
  --interactive-radius-sm: var(--kdiqx35c);
  --button-radius: var(--interactive-radius-md);
  --button-radius-lg: var(--interactive-radius-lg);
  --button-radius-sm: var(--interactive-radius-sm);
  --button-outline-idle: .625rem;
  --button-outline-offset: var(--kdiqx353);
  --button-outline-width: var(--kdiqx354);
  --button-outline-color: var(--kdiqx31h);
  --button-bg: rgba(236,237,238,.085);
  --button-border: rgba(255,255,255,.145);
  --button-shadow: none;
  --carousel-control-size: clamp(44px,3vw,54px);
  --carousel-control-radius: var(--button-radius);
  --carousel-control-bg: rgba(236,237,238,.30);
  --carousel-control-color: #fff;
  --carousel-control-shadow: var(--button-shadow);
  --carousel-outline-idle: var(--button-outline-idle);
  --carousel-outline-active: var(--button-outline-width);
  --content-card-radius: 1rem;
  --content-slider-gap: 1rem;
  --content-slider-peek: .2;
  --content-fade-mobile: 1rem;
  --content-fade-desktop: 1.35rem;
  --shadow: 0 18px 54px rgba(0,0,0,.22);
  --shadow-soft: 0 10px 28px rgba(0,0,0,.16);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --header-h: 74px;
  --shell: min(1440px,calc(100% - 32px));
  --focus-ring: 0 0 0 2px rgba(255,255,255,.16);
  --ui-transition-fast: .16s ease;
  --ui-transition-base: .24s ease;
  --toast-width: min(390px,calc(100vw - 28px));
  --toast-gap: 10px;
  --toast-offset: 18px;
  --toast-radius: 14px;
  --toast-bg: rgba(var(--theme-bg-rgb),.92);
  --toast-border: rgba(255,255,255,.13);
  --toast-text: var(--text);
  --toast-description: rgba(248,248,250,.72);
  --toast-shadow: 0 18px 46px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08);
  --rtpx-control-edge-inset: clamp(.5rem,2vw,2rem);
  --rtpx-control-edge-inset-mobile: .5rem;
  --rtpx-glass-bg: rgba(236,237,238,.085);
  --rtpx-glass-bg-active: rgba(236,237,238,.165);
  --rtpx-glass-border: rgba(255,255,255,.145);
  --rtpx-glass-text: rgba(255,255,255,.76);
  --rtpx-glass-text-active: rgba(255,255,255,.94);
  --rtpx-glass-blur: var(--kdiqx35s,blur(2rem));
  --rtpx-card-soft-shadow: 0 10px 24px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.075);
  --rtpx-fallback-bg: #363737;
  --rtpx-fallback-footer: #363737;
  --rtpx-fallback-container: #363737;
  --rtpx-fallback-surface: #363737;
  --rtpx-fallback-text: #f8f8fa;
  --rtpx-first-bg: #363737;
  --rtpx-first-bg-rgb: 54,55,55;
  --rtpx-first-surface: #363737;
  --rtpx-first-container: #363737;
  --rtpx-first-footer: #363737;
  --rtpx-first-text: #f8f8fa;
  --rtpx-first-muted: #f7d79c;
  --rtpx-first-accent: #60a5fa;
  --rtpx-win-title-icon: url("https://i.postimg.cc/tJy8L1S3/TOTAL-KEMENANGAN.png");
  --rtpx-logo-fallback-url: none;
  --rtpx-login-main-shadow: inset 0 1px 0 rgba(255,255,255,.18),0 6px 14px color-mix(in srgb,var(--rtpx-button-accent,#2eafff)22%,transparent);
  --rtpx-login-main-shadow-active: inset 0 1px 0 rgba(255,255,255,.2),0 7px 16px color-mix(in srgb,var(--rtpx-button-accent,#2eafff)25%,transparent);
  --rtpx-control-surface: rgba(var(--theme-container-bg-rgb,24,24,32),.16);
  --rtpx-control-surface-active: rgba(var(--theme-container-bg-rgb,24,24,32),.30);
  --rtpx-control-border: rgba(255,255,255,.18);
  --rtpx-control-border-active: rgba(255,255,255,.34);
  --rtpx-header-bg-stable: rgba(var(--theme-bg-rgb,16,16,20),.84);
  --rtpx-header-border-stable: rgba(255,255,255,.18);
  --rtpx-header-auth-height: 38px;
  --rtpx-header-auth-radius: 11px;
  --rtpx-header-auth-min-width: 68px;
  --rtpx-header-auth-padding-x: 14px;
  --rtpx-placeholder-bg: var(--theme-container-bg,var(--theme-surface,var(--theme-bg)));
  --rtpx-placeholder-bg-soft: color-mix(in srgb,var(--theme-container-bg,var(--theme-surface,var(--theme-bg))) 72%,var(--theme-bg) 28%);
  --rtpx-placeholder-glow: color-mix(in srgb,var(--rtpx-button-accent,var(--theme-text)) 18%,transparent);
  --rtpx-title-tournament-color: var(--text,var(--theme-text,#fff));
  --rtpx-title-font-size: clamp(22px,1.9vw,31px);
  --rtpx-title-icon-size: clamp(23px,2.05vw,33px);
  --rtpx-title-icon-gap: clamp(7px,.66vw,11px);
  --rtpx-title-img-white-filter: brightness(0) invert(1);
  --rtpx-card-hover-zoom-scale: 1.052;
  --rtpx-card-hover-zoom-duration: 260ms;
  --rtpx-card-hover-zoom-ease: cubic-bezier(.18,.72,.18,1);
}

@media (max-width:640px) {
  :root {
    --rtpx-control-edge-inset: var(--rtpx-control-edge-inset-mobile);
  }
}

.game-progress-row,.game-progress-label {
  display: none;
}

@media (prefers-reduced-motion:reduce),(pointer:coarse),(max-width:820px) {
  html,body {
    scroll-behavior: auto;
  }
}

.global-header {
  isolation: isolate;
}

@media (max-width:980px) {
  :root {
    --shell: min(100% - 24px,1440px);
    --header-h: 66px;
    --rtpx-mobile-toolbar-gap: 6px;
    --rtpx-drawer-bg: var(--header-mobile-drawer-bg,var(--theme-bg,var(--bg)));
    --rtpx-drawer-panel: var(--theme-container-bg-soft,var(--layout-container-bg-soft,var(--surface-2,var(--theme-surface,var(--surface-solid,var(--theme-bg))))));
    --rtpx-drawer-panel-strong: var(--theme-container-bg-strong,var(--layout-container-bg-strong,var(--surface,var(--theme-surface,var(--surface-solid,var(--theme-bg))))));
    --rtpx-drawer-line: var(--theme-line,var(--line,color-mix(in srgb,var(--text)12%,transparent)));
    --rtpx-drawer-muted: var(--muted,color-mix(in srgb,var(--text)68%,transparent));
  }
  .global-header__nav,.global-header__drawer,.rtp-home-hero,.rtp-home-hero__content,.rtp-home-hero__poster,.global-footer,.global-footer .shell,.footer-top,.footer-link-columns-wrapper,.footer-link-columns,.footer-bottom,.footer-legal {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    overscroll-behavior-x: none;
  }
  .header-brand,.property-logo {
    grid-column: 1;
    justify-self: start;
    align-self: center;
    min-width: 0;
    margin: 0;
  }
  .property-logo {
    width: clamp(96px,var(--rtpx-header-logo-width,124px),38vw);
    max-width: 38vw;
  }
  .property-logo__image {
    display: block;
    max-width: 100%;
    max-height: min(var(--rtpx-header-logo-max-height,34px),calc(var(--header-h,60px)- 12px));
    object-fit: contain;
    object-position: left center;
  }
  .main-nav:not(.drawer-menu),.global-header__drawer>.main-nav.drawer-menu {
    display: none;
  }
  .header-toolbar,.toolbar.header-toolbar,.global-header__drawer .toolbar.header-toolbar,.global-header__drawer .header-toolbar,.global-header__drawer .account-actions,.global-header__drawer .sign-in-link,.global-header__drawer .register-link,.global-header__drawer .mobile-signin-button,.global-header__drawer .main-cta__primary,.global-header__drawer .main-cta__secondary,.global-header__drawer .toolbar__back-wrapper,.global-header__drawer .back-button,.global-header__drawer .tools,.global-header__drawer :is(.drawer-actions,.drawer-auth,.drawer-cta,.mobile-drawer-actions,.mobile-drawer-auth,.mobile-auth,.header-actions,.header-auth,.header-cta,.auth-actions,[data-drawer-actions],[data-mobile-auth],[data-auth-actions],[data-header-actions]) {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
  .mobile-signin-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    height: 38px;
    padding-inline: 13px;
    border-radius: 11px;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    margin: 0;
    padding: 0;
    border-radius: 11px;
    flex: 0 0 38px;
    touch-action: manipulation;
  }
  .menu-toggle-glyph {
    display: grid;
    gap: 4px;
    width: 18px;
  }
  .menu-toggle-line {
    display: block;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
  }
  .global-header[data-mobile-open="true"] .global-header__drawer,.global-header[data-mobile-drawer-open="true"] .global-header__drawer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0,0,0);
    transition: opacity .16s ease,transform .16s ease,visibility 0s;
  }
  .mobile-drawer-accordion[open] {
    background: var(--rtpx-drawer-panel-strong);
  }
  .mobile-drawer-accordion>summary {
    list-style: none;
  }
  .mobile-drawer-accordion>summary::-webkit-details-marker {
    display: none;
  }
  .mobile-drawer-heading {
    min-width: 0;
    color: inherit;
    font-size: clamp(15px,4.05vw,18px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.02em;
    text-align: left;
  }
  .mobile-drawer-accordion[open] .mobile-drawer-indicator {
    color: var(--text);
    transform: rotate(225deg)translateY(-1px);
  }
  .mobile-drawer-link-list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 34px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 0;
    border-radius: 10px;
    color: var(--rtpx-drawer-muted);
    background: transparent;
    box-shadow: none;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.18;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    touch-action: manipulation;
  }
  .mobile-drawer-link-list a[aria-current="page"],.mobile-drawer-link-list a.is-active {
    color: var(--text);
    background: var(--rtpx-drawer-panel);
    outline: none;
    box-shadow: none;
  }
  .global-header a,.global-header button,.rtp-home-hero a,.rtp-home-hero button,.global-footer a,.global-footer button,.global-footer summary {
    touch-action: manipulation;
  }
  .rtp-home-hero__poster,.rtp-home-hero__side-fade {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
  }
  .search__input,input[type="search"],input[type="text"] {
    font-size: 16px;
  }
  body.mobile-drawer-open {
    overflow: hidden;
  }
}

@media (max-width:420px) {
  :root {
    --shell: min(100% - 16px,1440px);
    --header-h: 58px;
  }
  .property-logo {
    width: clamp(92px,var(--rtpx-header-logo-width,112px),36vw);
    max-width: 36vw;
  }
  .mobile-signin-button {
    min-height: 36px;
    height: 36px;
    padding-inline: 11px;
    border-radius: 10px;
    font-size: 11px;
  }
  .menu-toggle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    flex-basis: 36px;
    border-radius: 10px;
  }
  .global-header__drawer {
    inset: var(--header-h,58px)0 0 0;
    height: calc(100dvh - var(--header-h,58px));
    max-height: calc(100dvh - var(--header-h,58px));
  }
}

@media (min-width:981px) {
  .mobile-toolbar,.mobile-drawer-accordions {
    display: none;
  }
  .global-header__drawer {
    display: contents;
    position: static;
    inset: auto;
    width: auto;
    height: auto;
    max-height: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow: visible;
    transform: none;
    background: transparent;
    box-shadow: none;
    border: 0;
  }
  .global-header__drawer>.main-nav.drawer-menu {
    display: flex;
  }
  .global-header__nav {
    display: grid;
    grid-template-columns: auto minmax(0,1fr)auto;
  }
}

@media (max-width:640px) {
  .footer-link-columns,.footer-link-columns-wrapper,.footer-legal,.footer-bottom {
    transform: none;
  }
}

html[data-rtpx-backend-mode="local"] body[data-page="home"] .rtp-home-hero__side-fade,html[data-rtpx-backend-mode="local"] body[data-page="home"] .rtp-home-hero[data-hero-content-active="true"] .rtp-home-hero__side-fade,html[data-rtpx-backend-mode="local"] body[data-page="home"] .rtp-home-hero[data-hero-primary-enabled="false"] .rtp-home-hero__side-fade {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  -webkit-mask-image: none;
  mask-image: none;
}

@media (max-width:640px) {
  summary.footer-column-toggle {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 3px 0 5px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .footer-link-column a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 28px;
    padding: 3px 0;
    line-height: 1.28;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
}


@media (prefers-reduced-motion:reduce) {
  body:not(.admin-page) *,body:not(.admin-page) *::before,body:not(.admin-page) *::after {
    scroll-behavior: auto;
    transition-duration: .001ms;
    animation-duration: .001ms;
  }
}

.account-actions .dropdown__button,.account-actions .sign-in-link,.account-actions .register-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--rtpx-header-auth-min-width);
  min-height: var(--rtpx-header-auth-height);
  height: var(--rtpx-header-auth-height);
  padding: 0 var(--rtpx-header-auth-padding-x);
  border-radius: var(--rtpx-header-auth-radius);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .026em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: none;
  box-shadow: none;
  transform: none;
  filter: none;
  transition: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.account-actions .sign-in-link {
  color: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}

.account-actions .register-link {
  color: var(--rtpx-button-accent-text,var(--theme-text,#fff));
  border: 1px solid color-mix(in srgb,var(--rtpx-button-accent,var(--theme-text,#fff)) 78%,var(--theme-text,#fff) 22%);
  background: linear-gradient(180deg,color-mix(in srgb,var(--rtpx-button-accent,var(--theme-text,#fff)) 92%,var(--theme-text,#fff) 8%),var(--rtpx-button-accent,var(--theme-text,#fff)));
}

.account-actions .dropdown__button::before,.account-actions .dropdown__button::after {
  content: none;
}

@media (max-width:1180px) and (min-width:981px) {
  .account-actions .dropdown__button,.account-actions .sign-in-link,.account-actions .register-link {
    min-width: var(--rtpx-header-auth-min-width);
    min-height: var(--rtpx-header-auth-height);
    height: var(--rtpx-header-auth-height);
    padding-inline: var(--rtpx-header-auth-padding-x);
    font-size: 12px;
  }
}

body:not(.admin-page) img[src*="hero-lcp-placeholder.svg"],body:not(.admin-page) img[src*="media-placeholder-"] {
  background-color: var(--rtpx-placeholder-bg);
  background-image: radial-gradient(circle at 78% 18%,var(--rtpx-placeholder-glow),transparent 44%),linear-gradient(135deg,var(--theme-bg),var(--rtpx-placeholder-bg-soft),var(--theme-bg));
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

body:not(.admin-page) {
  --rtpx-header-desktop-h: 74px;
  --rtpx-header-tablet-h: 66px;
  --rtpx-header-phone-h: 58px;
  --rtpx-header-logo-desktop: 170px;
  --rtpx-header-logo-tablet: 124px;
  --rtpx-header-logo-phone: 112px;
  --rtpx-header-logo-max-desktop: 42px;
  --rtpx-header-logo-max-tablet: 34px;
  --rtpx-header-logo-max-phone: 32px;
  --rtpx-header-control-h: 40px;
  --rtpx-header-control-mobile: 38px;
  --rtpx-header-control-phone: 36px;
  --rtpx-header-control-radius: 12px;
  --rtpx-header-control-radius-mobile: 11px;
  --rtpx-header-control-gap: 8px;
  --rtpx-header-pad-x: clamp(18px,2.25vw,36px);
  --rtpx-header-pad-mobile-x: 10px;
  --rtpx-header-pad-phone-x: 8px;
  --header-h: var(--rtpx-header-desktop-h);
  --rtpx-header-logo-width: var(--rtpx-header-logo-desktop);
  --rtpx-header-logo-max-height: var(--rtpx-header-logo-max-desktop);
  --rtpx-header-bg-stable: rgba(var(--theme-bg-rgb,16,16,20),.78);
  --rtpx-header-border-stable: color-mix(in srgb,var(--text,#fff) 14%,transparent);
  --rtpx-header-button-font: var(--font-ui,var(--font-body,var(--font-main)));
  --rtpx-drawer-bg: var(--header-mobile-drawer-bg,var(--theme-bg,var(--bg,#363737)));
  --rtpx-drawer-panel: var(--theme-container-bg-soft,var(--layout-container-bg-soft,var(--surface-2,var(--theme-surface,var(--surface-solid,var(--theme-bg,#363737))))));
  --rtpx-drawer-panel-strong: var(--theme-container-bg-strong,var(--layout-container-bg-strong,var(--surface,var(--theme-surface,var(--surface-solid,var(--theme-bg,#363737))))));
  --rtpx-drawer-line: var(--theme-line,var(--line,color-mix(in srgb,var(--text,#fff) 12%,transparent)));
  --rtpx-drawer-muted: var(--muted,color-mix(in srgb,var(--text,#fff) 68%,transparent));
}

body:not(.admin-page) :where(.site-header,.global-header,.jackpot-header) {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  display: block;
  width: 100%;
  height: var(--header-h);
  min-height: var(--header-h);
  margin: 0;
  border-bottom: 1px solid var(--rtpx-header-border-stable);
  color: var(--text,#fff);
  background: linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.035)),var(--rtpx-header-bg-stable);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.105),0 10px 28px rgba(0,0,0,.20);
  backdrop-filter: blur(9px)saturate(128%);
  -webkit-backdrop-filter: blur(9px)saturate(128%);
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  isolation: isolate;
  touch-action: pan-y;
}

body:not(.admin-page) :where(.global-header-bg,.global-header .bg-filter) {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(255,255,255,.066),rgba(255,255,255,0)76%);
  opacity: .42;
}

body:not(.admin-page) :where(.global-header__nav,.jackpot-header-shell) {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: clamp(12px,1.35vw,26px);
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding-inline: var(--rtpx-header-pad-x);
  box-sizing: border-box;
  overflow: visible;
}

body:not(.admin-page) :where(.header-brand,.property-logo,.jackpot-brand) {
  display: inline-flex;
  grid-column: 1;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  align-self: center;
  flex: 0 1 auto;
  width: clamp(128px,var(--rtpx-header-logo-width),min(32vw,260px));
  max-width: min(34vw,260px);
  min-width: 0;
  margin: 0;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

body:not(.admin-page) :where(.property-logo[data-logo-empty="true"],.header-brand[data-logo-empty="true"],.jackpot-brand[data-logo-empty="true"]) {
  width: 0;
  max-width: 0;
  min-width: 0;
  overflow: hidden;
  pointer-events: none;
}

body:not(.admin-page) :where(.property-logo__image,.header-brand img,.property-logo img,.jackpot-brand img) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: min(var(--rtpx-header-logo-max-height),calc(var(--header-h) - 16px));
  object-fit: contain;
  object-position: left center;
  filter: none;
  transform: none;
  user-select: none;
  -webkit-user-drag: none;
}

body:not(.admin-page) :where(.property-logo__image[hidden],.property-logo__image:not([src]),.header-brand img[hidden],.header-brand img:not([src]),.jackpot-brand img[hidden],.jackpot-brand img:not([src])) {
  display: none;
}

body:not(.admin-page) .global-header__drawer {
  display: contents;
  min-width: 0;
  height: 100%;
}

body:not(.admin-page) :where(.main-nav,.global-header .main-nav) {
  grid-column: 2;
  justify-self: center;
  align-self: center;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

body:not(.admin-page) :where(.main-nav__list,.top-nav) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px,.74vw,14px);
  width: min(100%,max-content);
  min-width: 0;
  margin-inline: auto;
  padding: 0;
  list-style: none;
}

body:not(.admin-page) :where(.main-nav__link,.top-nav a,.top-nav .main-nav__button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding-inline: clamp(8px,.64vw,13px);
  border: 1px solid transparent;
  border-radius: 12px;
  color: color-mix(in srgb,var(--text,#fff) 74%,transparent);
  background: transparent;
  box-shadow: none;
  font-family: var(--rtpx-header-button-font);
  font-size: clamp(10.5px,.64vw,12px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: .01em;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  transition: color .14s ease,background-color .14s ease,border-color .14s ease;
}

body:not(.admin-page) :where(.main-nav__link.is-active,.main-nav__link[aria-current="page"],.top-nav a.is-active,.top-nav a[aria-current="page"]) {
  color: var(--text,#fff);
  background: color-mix(in srgb,var(--text,#fff) 6%,transparent);
  border-color: color-mix(in srgb,var(--text,#fff) 8%,transparent);
}

body:not(.admin-page) :where(.header-toolbar,.toolbar.header-toolbar) {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  width: auto;
  min-width: max-content;
  margin: 0 0 0 auto;
}

body:not(.admin-page) :where(.header-toolbar .tools,.toolbar.header-toolbar .tools,.account-actions) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--rtpx-header-control-gap);
  min-width: max-content;
  margin: 0;
}

body:not(.admin-page) :where(.account-actions .dropdown__button,.account-actions .sign-in-link,.account-actions .register-link,.jackpot-header-action,.mobile-signin-button,.main-cta__primary,.main-cta__secondary) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  min-height: var(--rtpx-header-control-h);
  height: var(--rtpx-header-control-h);
  box-sizing: border-box;
  margin: 0;
  padding: 0 14px;
  border-radius: var(--rtpx-header-control-radius);
  font-family: var(--rtpx-header-button-font);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .01em;
  text-transform: none;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transform: none;
  filter: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-synthesis-weight: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
}

body:not(.admin-page) :where(.account-actions .register-link,.jackpot-header-action,.main-cta__primary) {
  color: var(--rtpx-button-accent-text,var(--theme-bg,#363737));
  border: 1px solid color-mix(in srgb,var(--rtpx-button-accent,var(--accent,#fff)) 78%,var(--text,#fff) 22%);
  background: linear-gradient(180deg,color-mix(in srgb,var(--rtpx-button-accent,var(--accent,#fff)) 92%,var(--text,#fff) 8%),var(--rtpx-button-accent,var(--accent,#fff)));
}

body:not(.admin-page) :where(.account-actions .sign-in-link,.main-cta__secondary) {
  color: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.055));
}

body:not(.admin-page) :where(.mobile-toolbar,.mobile-drawer-accordions) {
  display: none;
}

body:not(.admin-page) .menu-toggle {
  display: none;
}

@media (max-width:1240px) and (min-width:981px) {
  body:not(.admin-page) :where(.global-header__nav,.jackpot-header-shell) {
    gap: clamp(8px,1vw,18px);
  }
  body:not(.admin-page) :where(.main-nav__list,.top-nav) {
    gap: 5px;
  }
  body:not(.admin-page) :where(.main-nav__link,.top-nav a,.top-nav .main-nav__button) {
    padding-inline: 8px;
    font-size: 10.5px;
  }
  body:not(.admin-page) :where(.account-actions .dropdown__button,.account-actions .sign-in-link,.account-actions .register-link,.jackpot-header-action,.main-cta__primary,.main-cta__secondary) {
    padding-inline: 13px;
  }
}

@media (max-width:980px) {
  body:not(.admin-page) {
    --header-h: var(--rtpx-header-tablet-h);
    --rtpx-header-logo-width: var(--rtpx-header-logo-tablet);
    --rtpx-header-logo-max-height: var(--rtpx-header-logo-max-tablet);
    --shell: min(100% - 24px,1440px);
  }
  body:not(.admin-page) :where(.global-header__nav,.jackpot-header-shell) {
    grid-template-columns: minmax(84px,max-content) minmax(0,1fr) auto;
    gap: 8px;
    padding-inline: max(var(--rtpx-header-pad-mobile-x),env(safe-area-inset-left)) max(var(--rtpx-header-pad-mobile-x),env(safe-area-inset-right));
    overflow: hidden;
  }
  body:not(.admin-page) :where(.header-brand,.property-logo,.jackpot-brand) {
    width: clamp(96px,var(--rtpx-header-logo-width),38vw);
    max-width: 38vw;
  }
  body:not(.admin-page) :where(.property-logo__image,.header-brand img,.property-logo img,.jackpot-brand img) {
    max-height: min(var(--rtpx-header-logo-max-height),calc(var(--header-h) - 12px));
  }
  body:not(.admin-page) :where(.main-nav:not(.drawer-menu),.global-header__drawer>.main-nav.drawer-menu,.header-toolbar,.toolbar.header-toolbar,.jackpot-nav-links) {
    display: none;
  }
  body:not(.admin-page) .mobile-toolbar {
    grid-column: 3;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    align-self: center;
    gap: 6px;
    min-width: max-content;
    margin: 0;
    padding: 0;
  }
  body:not(.admin-page) .mobile-signin-button {
    flex: 0 0 auto;
    min-width: 68px;
    min-height: var(--rtpx-header-control-mobile);
    height: var(--rtpx-header-control-mobile);
    padding-inline: 13px;
    border-radius: var(--rtpx-header-control-radius-mobile);
    font-size: 11.5px;
    letter-spacing: .005em;
    color: var(--rtpx-button-accent-text,#fff);
    border: 1px solid color-mix(in srgb,var(--rtpx-button-accent,#2eafff) 84%,white 16%);
    background: var(--rtpx-button-accent,#2eafff);
    box-shadow: none;
  }
  body:not(.admin-page) .menu-toggle {
    display: inline-grid;
    place-items: center;
    flex: 0 0 var(--rtpx-header-control-mobile);
    width: var(--rtpx-header-control-mobile);
    height: var(--rtpx-header-control-mobile);
    min-width: var(--rtpx-header-control-mobile);
    min-height: var(--rtpx-header-control-mobile);
    margin: 0;
    padding: 0;
    border-radius: var(--rtpx-header-control-radius-mobile);
  }
  body:not(.admin-page) .menu-toggle-glyph {
    position: relative;
    display: block;
    width: 18px;
    height: 14px;
  }
  body:not(.admin-page) .menu-toggle-line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    opacity: .92;
    transition: top .18s ease,opacity .16s ease,transform .18s ease;
  }
  body:not(.admin-page) .menu-toggle-line:nth-child(1) {
    top: 2px;
  }
  body:not(.admin-page) .menu-toggle-line:nth-child(2) {
    top: 6px;
  }
  body:not(.admin-page) .menu-toggle-line:nth-child(3) {
    top: 10px;
  }
  body:not(.admin-page) .global-header[data-mobile-open="true"] .menu-toggle-line:nth-child(1),body:not(.admin-page) .global-header[data-mobile-drawer-open="true"] .menu-toggle-line:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
  }
  body:not(.admin-page) .global-header[data-mobile-open="true"] .menu-toggle-line:nth-child(2),body:not(.admin-page) .global-header[data-mobile-drawer-open="true"] .menu-toggle-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(.45);
  }
  body:not(.admin-page) .global-header[data-mobile-open="true"] .menu-toggle-line:nth-child(3),body:not(.admin-page) .global-header[data-mobile-drawer-open="true"] .menu-toggle-line:nth-child(3) {
    top: 6px;
    transform: rotate(-45deg);
  }
  body:not(.admin-page) .global-header__drawer {
    position: fixed;
    inset: var(--header-h) 0 0 0;
    z-index: 89;
    display: block;
    width: auto;
    max-width: none;
    height: calc(100dvh - var(--header-h));
    max-height: calc(100dvh - var(--header-h));
    min-height: 0;
    padding: clamp(20px,5vw,30px) max(14px,env(safe-area-inset-right)) max(28px,calc(env(safe-area-inset-bottom) + 28px)) max(14px,env(safe-area-inset-left));
    border: 0;
    border-top: 1px solid var(--rtpx-drawer-line);
    border-radius: 0;
    color: var(--text,#fff);
    background: var(--rtpx-drawer-bg);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden auto;
    overscroll-behavior: contain;
    transform: translate3d(0,-8px,0);
    transition: opacity .16s ease,transform .16s ease,visibility .16s step-end;
    box-sizing: border-box;
    scroll-padding-top: clamp(20px,5vw,30px);
  }
  body:not(.admin-page) .global-header[data-mobile-open="true"] .global-header__drawer,body:not(.admin-page) .global-header[data-mobile-drawer-open="true"] .global-header__drawer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0,0,0);
    transition: opacity .16s ease,transform .16s ease,visibility 0s;
  }
  html.mobile-drawer-open,body.mobile-drawer-open {
    overflow: hidden;
    overscroll-behavior: none;
  }
  body:not(.admin-page) .global-header__drawer :where(.header-toolbar,.toolbar.header-toolbar,.tools,.account-actions,.sign-in-link,.register-link,.mobile-signin-button,.main-cta__primary,.main-cta__secondary,.drawer-actions,.drawer-auth,.drawer-cta,.mobile-drawer-actions,.mobile-drawer-auth,.mobile-auth,.header-actions,.header-auth,.header-cta,.auth-actions,[data-drawer-actions],[data-mobile-auth],[data-auth-actions],[data-header-actions]) {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
  body:not(.admin-page) .global-header__drawer>.drawer-menu {
    display: none;
  }
  body:not(.admin-page) .mobile-drawer-accordions {
    display: grid;
    width: 100%;
    gap: clamp(8px,2.4vw,12px);
    margin: 0;
    padding: 0;
    border: 0;
  }
  body:not(.admin-page) .mobile-drawer-accordion {
    width: 100%;
    border: 1px solid var(--rtpx-drawer-line);
    border-radius: 14px;
    background: var(--rtpx-drawer-panel);
    box-shadow: none;
    overflow: hidden;
  }
  body:not(.admin-page) .mobile-drawer-accordion[open] {
    background: var(--rtpx-drawer-panel-strong);
  }
  body:not(.admin-page) .mobile-drawer-accordion>summary {
    list-style: none;
  }
  body:not(.admin-page) .mobile-drawer-accordion>summary::-webkit-details-marker {
    display: none;
  }
  body:not(.admin-page) .mobile-drawer-toggle {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 46px;
    padding: 0 15px;
    border: 0;
    color: var(--text,#fff);
    background: transparent;
    box-shadow: none;
    font-family: var(--rtpx-header-button-font);
    font-weight: 900;
    cursor: pointer;
    user-select: none;
  }
  body:not(.admin-page) .mobile-drawer-heading {
    min-width: 0;
    color: inherit;
    font-size: clamp(15px,4.05vw,18px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.02em;
    text-align: left;
  }
  body:not(.admin-page) .mobile-drawer-indicator {
    display: block;
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-left: 14px;
    border-right: 1.8px solid currentColor;
    border-bottom: 1.8px solid currentColor;
    color: var(--rtpx-drawer-muted);
    transform: rotate(45deg)translateY(-2px);
    transition: transform .16s ease,color .16s ease;
  }
  body:not(.admin-page) .mobile-drawer-accordion[open] .mobile-drawer-indicator {
    color: var(--text,#fff);
    transform: rotate(225deg)translateY(-1px);
  }
  body:not(.admin-page) .mobile-drawer-link-list {
    display: grid;
    width: 100%;
    gap: 2px;
    margin: 0;
    padding: 0 9px 10px;
    border: 0;
  }
  body:not(.admin-page) .mobile-drawer-link-list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 34px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 0;
    border-radius: 10px;
    color: var(--rtpx-drawer-muted);
    background: transparent;
    box-shadow: none;
    font-family: var(--rtpx-header-button-font);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.18;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    touch-action: manipulation;
  }
  body:not(.admin-page) .mobile-drawer-link-list a[aria-current="page"],body:not(.admin-page) .mobile-drawer-link-list a.is-active {
    color: var(--text,#fff);
    background: var(--rtpx-drawer-panel);
  }
}

@media (max-width:420px) {
  body:not(.admin-page) {
    --header-h: var(--rtpx-header-phone-h);
    --rtpx-header-logo-width: var(--rtpx-header-logo-phone);
    --rtpx-header-logo-max-height: var(--rtpx-header-logo-max-phone);
    --shell: min(100% - 16px,1440px);
  }
  body:not(.admin-page) :where(.global-header__nav,.jackpot-header-shell) {
    gap: 6px;
    padding-inline: max(var(--rtpx-header-pad-phone-x),env(safe-area-inset-left)) max(var(--rtpx-header-pad-phone-x),env(safe-area-inset-right));
  }
  body:not(.admin-page) :where(.header-brand,.property-logo,.jackpot-brand) {
    width: clamp(92px,var(--rtpx-header-logo-width),36vw);
    max-width: 36vw;
  }
  body:not(.admin-page) .mobile-signin-button {
    min-width: 66px;
    min-height: var(--rtpx-header-control-phone);
    height: var(--rtpx-header-control-phone);
    padding-inline: 11px;
    border-radius: 10px;
    font-size: 11px;
  }
  body:not(.admin-page) .menu-toggle {
    flex-basis: var(--rtpx-header-control-phone);
    width: var(--rtpx-header-control-phone);
    height: var(--rtpx-header-control-phone);
    min-width: var(--rtpx-header-control-phone);
    min-height: var(--rtpx-header-control-phone);
    border-radius: 10px;
  }
}

@media (prefers-reduced-motion:reduce) {
  body:not(.admin-page) .menu-toggle-line,body:not(.admin-page) .global-header__drawer {
    transition-duration: .001ms;
  }
}

@media (min-width:981px) {
  body:not(.admin-page) .global-header__drawer :where(.toolbar.header-toolbar,.header-toolbar) {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    width: auto;
    min-width: max-content;
    margin: 0 0 0 auto;
    visibility: visible;
    pointer-events: auto;
  }
  body:not(.admin-page) .global-header__drawer :where(.header-toolbar .tools,.toolbar.header-toolbar .tools,.account-actions) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--rtpx-header-control-gap,8px);
    min-width: max-content;
    margin: 0;
    visibility: visible;
    pointer-events: auto;
  }
  body:not(.admin-page) .global-header__drawer :where(.account-actions .sign-in-link,.account-actions .register-link) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    pointer-events: auto;
  }
}


.games-section_trailing-3Ztcg.rtpx-section-title-trailing {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: none;
  text-shadow: none;
  overflow: hidden;
}

.title_root-jwKYQ.title_root-h4-jwKYQ.rtpx-win-title,
.title_root-jwKYQ.title_root-h4-jwKYQ.rtpx-game-section-title {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--rtpx-title-icon-gap);
  flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--text,var(--theme-text,#fff));
  background: transparent;
  box-shadow: none;
  filter: none;
  text-shadow: none;
  font-family: var(--font-display,var(--font-main));
  font-size: var(--rtpx-title-font-size);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.043em;
  white-space: nowrap;
  overflow: hidden;
}

.title_root-jwKYQ.title_root-h4-jwKYQ.rtpx-win-title {
  --rtpx-title-current-color: var(--rtpx-title-tournament-color);
}

.title_root-jwKYQ.title_root-h4-jwKYQ.rtpx-game-section-title {
  --rtpx-title-current-color: currentColor;
}

.title_root-jwKYQ .title_icon-jwKYQ {
  display: block;
  flex: 0 0 var(--rtpx-title-icon-size);
  width: var(--rtpx-title-icon-size);
  height: var(--rtpx-title-icon-size);
  min-width: var(--rtpx-title-icon-size);
  object-fit: contain;
  color: var(--rtpx-title-current-color);
  fill: currentColor;
  opacity: 1;
  box-shadow: none;
  filter: none;
  text-shadow: none;
  transform: none;
}

.title_root-jwKYQ svg.title_icon-jwKYQ path {
  fill: currentColor;
}

.title_root-jwKYQ img.title_icon-jwKYQ {
  background: transparent;
  border: 0;
  outline: 0;
}

.title_root-jwKYQ.rtpx-game-section-title img.title_icon-jwKYQ {
  filter: var(--rtpx-title-img-white-filter);
  opacity: .98;
}

.title_root-jwKYQ .title_title-jwKYQ {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
}



html.is-rtpx-vertical-scrolling body:not(.admin-page) [data-rtpx-lazy-section="loading"]::after {
  animation: none;
  transition: none;
  will-change: auto;
}

/* Shared markup utilities: replaces repeated inline attributes and invalid SVG style nodes. */

.rtpx-icon-wrap {
  display: contents;
}

.drawer-menu--seven-items {
  --items-visible: 7;
}

:dir(rtl) [data-icon="arrow-forward"],:dir(rtl) [data-icon="arrow-back"] {
  transform: scaleX(-1);
}
