:root {
  --ink: #08040f;
  --ink-2: #11081c;
  --deep: #1a0f2e;
  --teal: #1a6b5a;
  --lime: #3dff7a;
  --lime-glow: rgba(61, 255, 122, 0.45);
  --mango: #ffcc00;
  --mango-hot: #ff8c00;
  --citrus: #ffe566;
  --cream: #f4f0ff;
  --paper: #d8cfe8;
  --gold: #ffd700;
  --ruby: #ff4d6d;
  --casino-purple: #2a1548;
  --casino-navy: #0c1428;
  --muted: rgba(244, 240, 255, 0.72);
  --line: rgba(255, 215, 0, 0.14);
  --line-strong: rgba(255, 215, 0, 0.28);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.6);
  --dock: 112px;
  --container: 1180px;
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--cream);
  font-family:
    "Outfit", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ink);
}

body.modal-open,
body.menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

button {
  border: 0;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

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

[hidden] {
  display: none !important;
}

.rush-main,
.rush-footer {
  margin-left: var(--dock);
}

.rush-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(20px, 3vw, 40px);
  border-bottom: 1px solid var(--line);
  background: rgba(6, 11, 10, 0.82);
  backdrop-filter: blur(18px) saturate(140%);
}

.rush-topbar__brand {
  display: none;
  gap: 2px;
}

.rush-topbar__brand strong {
  color: var(--cream);
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.rush-topbar__brand small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rush-topbar .dock-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: auto;
  margin-left: auto;
}

.rush-topbar .balance-chip,
.rush-topbar .age-chip,
.rush-topbar .user-chip,
.rush-topbar .login-link,
.rush-topbar .logout-link,
.rush-topbar .signup-pill {
  width: auto;
}

.rush-topbar .daily-header-button {
  width: auto;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.rush-topbar .daily-header-button img {
  width: 44px;
  height: 38px;
}

.side-dock {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 40;
  width: var(--dock);
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: rgba(6, 11, 10, 0.94);
  box-shadow: 4px 0 32px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(20px) saturate(130%);
}

.side-dock::before,
.side-dock::after {
  display: none;
}

.side-dock__inner {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 20px 10px 16px;
}

.rush-brand {
  display: grid;
  width: 100%;
  flex: 0 0 auto;
  place-items: center;
  padding: 0 0 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.rush-brand__mark,
.rush-footer__mark,
.brand-badge,
.cookie-modal__crest,
.auth-symbol {
  display: grid;
  place-items: center;
  color: #09211c;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 26%),
    linear-gradient(145deg, var(--citrus), var(--mango) 44%, var(--mango-hot));
  box-shadow:
    0 16px 34px rgba(255, 111, 26, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-weight: 800;
}

.rush-brand__mark {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 16px;
  font-size: 1.2rem;
  box-shadow: none;
}

.rush-brand__mark,
.rush-footer__mark,
.brand-badge {
  overflow: visible;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.rush-brand__mark img,
.rush-footer__mark img,
.brand-badge img,
.cookie-modal__crest img,
.auth-symbol img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(255, 178, 31, 0.26));
}

.rush-brand__copy {
  display: grid;
  gap: 4px;
}

.rush-brand__copy strong {
  color: #fff8ee;
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.rush-brand__copy small {
  color: rgba(255, 193, 77, 0.65);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rush-brand__mobile {
  display: none;
}

.side-nav {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  margin: 0;
}

.side-nav a {
  position: relative;
  display: flex;
  min-height: 64px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 4px;
  border: 0;
  border-radius: 14px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.side-nav__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: rgba(238, 242, 239, 0.45);
  background: rgba(255, 255, 255, 0.04);
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.side-nav__icon svg {
  width: 19px;
  height: 19px;
}

.side-nav a::before {
  display: none;
}

.side-nav a:hover {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.04);
}

.side-nav a.is-active {
  color: var(--cream);
  background: rgba(245, 165, 36, 0.08);
}

.side-nav a:hover .side-nav__icon,
.side-nav a.is-active .side-nav__icon {
  color: #0a1210;
  background: linear-gradient(145deg, var(--citrus), var(--mango));
  box-shadow: 0 4px 18px rgba(245, 165, 36, 0.3);
}

.side-nav a.is-active::before {
  position: absolute;
  top: 50%;
  left: -10px;
  display: block;
  width: 3px;
  height: 28px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, var(--citrus), var(--mango-hot));
  box-shadow: 0 0 14px rgba(245, 165, 36, 0.5);
  content: "";
  transform: translateY(-50%);
}

.side-nav a.is-active::after {
  display: none;
}

.mobile-header__end {
  display: none;
}

.side-dock .menu-button {
  display: none;
}

.dock-actions {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  justify-items: stretch;
}

.balance-chip {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(232, 184, 74, 0.3);
  border-radius: 999px;
  color: #f5e6b8;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}

.side-dock .balance-chip,
.side-dock .user-chip,
.side-dock .login-link,
.side-dock .logout-link,
.side-dock .signup-pill {
  width: 100%;
}

.side-dock .age-chip:not(.age-chip--header) {
  width: 100%;
}

.side-dock .balance-chip {
  min-height: 40px;
  gap: 5px;
  padding: 6px 7px;
  font-size: 0.66rem;
}

.balance-chip img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: drop-shadow(0 7px 12px rgba(243, 197, 86, 0.34));
}

.daily-header-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition:
    filter 160ms ease,
    transform 160ms ease;
}

.side-dock .daily-header-button {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 193, 77, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 193, 77, 0.08), rgba(255, 193, 77, 0.02)),
    rgba(30, 18, 12, 0.62);
}

.daily-header-button::after {
  position: absolute;
  top: 4px;
  right: 16px;
  width: 10px;
  height: 10px;
  border: 2px solid #07110f;
  border-radius: 50%;
  background: var(--ruby);
  box-shadow: 0 0 16px rgba(255, 57, 95, 0.8);
  content: "";
  opacity: 0;
  transform: scale(0.6);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.daily-header-button[data-ready="true"]::after {
  opacity: 1;
  transform: scale(1);
}

.daily-header-button img {
  width: 54px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.36));
}

.side-dock .daily-header-button img {
  width: 58px;
  height: 44px;
}

.daily-header-button:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.age-chip,
.user-chip {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 0;
  border: 1px solid rgba(255, 248, 218, 0.16);
  border-radius: 999px;
  color: rgba(255, 248, 218, 0.9);
  background: rgba(255, 248, 218, 0.07);
  font-size: 0.74rem;
  font-weight: 950;
}

.age-chip--header {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 2px solid rgba(255, 204, 0, 0.5);
  border-radius: 50%;
  color: #ffe566;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 204, 0, 0.22), transparent 48%),
    linear-gradient(165deg, rgba(42, 21, 72, 0.95), rgba(8, 4, 15, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 0 18px rgba(255, 204, 0, 0.18);
  font-family: "Fredoka", "Bricolage Grotesque", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

.rush-topbar .age-chip--header {
  width: 40px;
  height: 40px;
  font-size: 0.74rem;
}

.side-dock .age-chip,
.side-dock .user-chip {
  min-height: 34px;
  padding: 0 8px;
  font-size: 0.66rem;
}

.side-dock .age-chip--header {
  width: 38px;
  height: 38px;
  min-height: 0;
  padding: 0;
}

.user-chip {
  max-width: 100%;
  overflow: hidden;
  padding: 0 12px;
  color: var(--lime);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.login-link,
.logout-link,
.forgot-link {
  color: rgba(255, 248, 218, 0.78);
  background: transparent;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 850;
  white-space: nowrap;
}

.side-dock .login-link,
.side-dock .logout-link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 248, 218, 0.12);
  border-radius: 999px;
  background: rgba(255, 248, 218, 0.045);
  font-size: 0.7rem;
}

.login-link:hover,
.logout-link:hover,
.forgot-link:hover {
  color: #fffef2;
}

.signup-pill,
.auth-submit,
.hero-primary,
.section-button,
.bonus-claim,
.cookie-modal__primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(255, 248, 218, 0.35);
  border-radius: 999px;
  color: #09211c;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), transparent 28%),
    linear-gradient(180deg, var(--citrus), var(--mango) 52%, var(--mango-hot));
  box-shadow:
    0 18px 34px rgba(255, 111, 26, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  transition:
    filter 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.signup-pill {
  padding: 0 16px;
  font-size: 0.86rem;
}

.side-dock .signup-pill {
  min-height: 42px;
  padding: 0 8px;
  font-size: 0.72rem;
}

.signup-pill:hover,
.auth-submit:hover,
.hero-primary:hover,
.section-button:hover,
.bonus-claim:hover,
.cookie-modal__primary:hover {
  filter: brightness(1.07) saturate(1.04);
  transform: translateY(-2px);
  box-shadow:
    0 24px 42px rgba(255, 111, 26, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 248, 218, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 248, 218, 0.08);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: var(--cream);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

body.menu-open .menu-button span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.menu-open .menu-button span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-button span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 72px;
  left: 16px;
  right: 16px;
  z-index: 35;
  display: none;
  padding: 14px;
  border: 1px solid rgba(255, 193, 77, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(255, 154, 31, 0.14), transparent 28%),
    rgba(18, 10, 6, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

body.menu-open .mobile-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-menu a {
  display: flex;
  min-height: 48px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 248, 218, 0.09);
  color: rgba(255, 248, 218, 0.86);
  font-weight: 850;
}

.mobile-menu__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
}

.mobile-menu__actions .balance-chip,
.mobile-menu__actions .user-chip {
  grid-column: 1 / -1;
  justify-self: stretch;
}

.rush-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: calc(100svh - 65px);
  overflow: hidden;
  background: var(--ink);
}

.rush-hero__world {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  filter: saturate(1.08) contrast(1.05) brightness(0.88);
}

.rush-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 11, 10, 0.92) 0%, rgba(6, 11, 10, 0.55) 42%, rgba(6, 11, 10, 0.15) 68%, transparent 100%),
    linear-gradient(0deg, rgba(6, 11, 10, 0.85) 0%, transparent 35%, transparent 65%, rgba(6, 11, 10, 0.7) 100%);
}

.rush-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  flex: 1;
  align-items: center;
  grid-template-columns: minmax(0, 520px) 1fr;
  gap: clamp(20px, 4vw, 48px);
  padding: clamp(40px, 6vw, 80px) clamp(24px, 4vw, 48px) clamp(80px, 8vw, 120px);
}

.rush-hero__panel {
  display: grid;
  gap: 0;
  padding: clamp(28px, 3.5vw, 40px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(6, 11, 10, 0.62);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(140%);
}

.rush-hero__eyebrow,
.section-kicker,
.bonus-kicker,
.cookie-modal__kicker,
.legal-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rush-hero__eyebrow::before,
.section-kicker::before,
.bonus-kicker::before,
.cookie-modal__kicker::before,
.legal-kicker::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 10px rgba(94, 232, 154, 0.6);
  content: "";
  transform: none;
}

.rush-hero h1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 16px;
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
}

.rush-hero__title-main {
  color: #fff;
  font-size: clamp(2.6rem, 5.5vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.rush-hero__title-sub {
  color: var(--mango);
  font-size: clamp(0.85rem, 1.6vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.rush-hero__panel p {
  max-width: 46ch;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  font-weight: 450;
  line-height: 1.6;
}

.rush-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.hero-primary,
.hero-secondary {
  min-height: 52px;
  padding: 0 24px;
  font-size: 0.92rem;
}

.hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  font-weight: 800;
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    background 160ms ease;
}

.hero-secondary:hover {
  border-color: rgba(94, 232, 154, 0.4);
  background: rgba(94, 232, 154, 0.08);
  transform: translateY(-2px);
}

.rush-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.rush-hero__fact {
  display: grid;
  gap: 4px;
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.rush-hero__fact strong {
  color: var(--citrus);
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.rush-hero__fact span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rush-hero__promo {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(245, 165, 36, 0.25);
  border-radius: 14px;
  color: var(--cream);
  background: linear-gradient(90deg, rgba(245, 165, 36, 0.12), rgba(94, 232, 154, 0.06));
  cursor: pointer;
  text-align: left;
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    background 160ms ease;
}

.rush-hero__promo:hover {
  border-color: rgba(245, 165, 36, 0.45);
  background: linear-gradient(90deg, rgba(245, 165, 36, 0.18), rgba(94, 232, 154, 0.1));
  transform: translateY(-2px);
}

.rush-hero__promo span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rush-hero__promo strong {
  color: var(--cream);
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.rush-hero__mascot {
  position: relative;
  align-self: end;
  justify-self: end;
  width: min(100%, 480px);
  margin-right: clamp(-20px, -2vw, 0);
  pointer-events: none;
}

.rush-hero__mascot::before {
  position: absolute;
  right: 12%;
  bottom: 2%;
  width: 70%;
  height: 14%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  filter: blur(20px);
  content: "";
}

.rush-hero__mascot img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 32px 48px rgba(0, 0, 0, 0.5));
  animation: mascot-float 5.8s ease-in-out infinite;
}

.rush-hero__badge {
  position: absolute;
  top: 8%;
  right: 0;
  z-index: 2;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 20px 28px rgba(255, 111, 26, 0.32));
  transform: rotate(10deg);
}

.rush-hero__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes mascot-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-12px) rotate(1.4deg);
  }
}

.rush-bonus-ticket {
  position: absolute;
  left: clamp(24px, 5vw, 76px);
  bottom: clamp(52px, 5vw, 78px);
  z-index: 6;
  display: grid;
  width: min(410px, calc(100% - 48px));
  gap: 5px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 248, 218, 0.26);
  border-radius: var(--radius);
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(255, 178, 31, 0.24), rgba(142, 227, 64, 0.12)),
    rgba(7, 17, 15, 0.74);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  cursor: pointer;
  text-align: left;
  backdrop-filter: blur(16px) saturate(130%);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.rush-bonus-ticket:hover {
  border-color: rgba(255, 241, 90, 0.46);
  background:
    linear-gradient(90deg, rgba(255, 178, 31, 0.3), rgba(142, 227, 64, 0.16)),
    rgba(7, 17, 15, 0.82);
  transform: translateY(-3px);
}

.rush-bonus-ticket span {
  color: rgba(255, 248, 218, 0.68);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.rush-bonus-ticket strong {
  color: #fff8da;
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1;
}

.rush-bonus-ticket small {
  color: rgba(255, 248, 218, 0.62);
  font-size: 0.82rem;
  line-height: 1.35;
}

.rush-ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  overflow: hidden;
  border-top: 1px solid rgba(255, 248, 218, 0.16);
  border-bottom: 1px solid rgba(255, 248, 218, 0.1);
  background: rgba(7, 17, 15, 0.86);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.rush-ticker__track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 13px 18px;
  color: rgba(255, 248, 218, 0.82);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  animation: ticker-move 32s linear infinite;
}

.rush-ticker__track span {
  display: inline-flex;
  align-items: center;
  gap: 34px;
}

.rush-ticker__track span::after {
  width: 12px;
  height: 12px;
  border-radius: 50% 50% 50% 12%;
  background: var(--mango);
  content: "";
  transform: rotate(-28deg);
}

@keyframes ticker-move {
  to {
    transform: translateX(-50%);
  }
}

.cabinet-wall,
.club-lounge,
.care-radar,
.game-showcase {
  position: relative;
  padding: clamp(76px, 8vw, 118px) clamp(24px, 5vw, 76px);
}

.cabinet-wall__copy,
.ripe-club__shell,
.player-care__shell,
.game-showcase__head {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.cabinet-wall__copy h2,
.game-showcase__head h2,
.legal-hero h1 {
  max-width: 920px;
  margin: 14px 0 0;
  color: #fff8da;
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-size: clamp(2.35rem, 5vw, 5.2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.94;
}

.cabinet-wall {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 17, 15, 0.92), rgba(7, 17, 15, 0.54)),
    #09120f;
}

.cabinet-wall::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(255, 178, 31, 0.12) 42% 44%, transparent 44%),
    linear-gradient(120deg, transparent 0 56%, rgba(142, 227, 64, 0.11) 56% 58%, transparent 58%);
  content: "";
  pointer-events: none;
}

.cabinet-wall__copy {
  position: relative;
  z-index: 1;
  display: block;
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.cabinet-wall__copy h2 {
  max-width: 860px;
  scroll-margin-top: 110px;
}

.cabinet-wall__copy p,
.ripe-club__lede,
.player-care__intro p,
.game-showcase__head p,
.legal-hero p,
.legal-shell p {
  margin: 0;
  color: rgba(255, 248, 218, 0.72);
  font-size: 1.02rem;
  font-weight: 520;
  line-height: 1.7;
}

.cabinet-wall__copy p {
  max-width: 760px;
  margin-top: 22px;
}

.cabinet-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1420px, 100%);
  margin: clamp(34px, 5vw, 58px) auto 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 20px);
}

.cabinet-tile {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 0.74;
  border: 1px solid rgba(255, 248, 218, 0.12);
  border-radius: var(--radius);
  background: #10231f;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    filter 160ms ease;
}

.cabinet-tile::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.22) 52%, rgba(0, 0, 0, 0.88) 100%),
    radial-gradient(circle at 50% 100%, rgba(255, 178, 31, 0.2), transparent 48%);
  content: "";
  pointer-events: none;
}

.cabinet-tile::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(7, 17, 15, 0.08);
  content: "";
  pointer-events: none;
  transition: background 160ms ease;
}

.cabinet-tile:hover {
  border-color: rgba(255, 241, 90, 0.4);
  filter: saturate(1.04) brightness(1.04);
  transform: translateY(-5px);
}

.cabinet-tile:hover::after {
  background: rgba(7, 17, 15, 0);
}

.cabinet-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cabinet-tile__caption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: grid;
  gap: 3px;
  min-width: 0;
}

.cabinet-tile__caption span {
  display: inline-flex;
  width: 100%;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 248, 218, 0.16);
  border-radius: 999px;
  color: rgba(255, 248, 218, 0.86);
  background: rgba(7, 17, 15, 0.66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: clamp(0.68rem, 0.8vw, 0.82rem);
  font-weight: 950;
  letter-spacing: 1.8px;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
}

.cabinet-tile__caption small {
  overflow: hidden;
  color: rgba(255, 248, 218, 0.58);
  font-size: clamp(0.72rem, 0.82vw, 0.88rem);
  font-weight: 650;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cabinet-tile__caption strong {
  color: #fff8da;
  font-size: clamp(0.86rem, 0.98vw, 1.05rem);
  font-weight: 850;
  line-height: 1.12;
  display: -webkit-box;
  min-height: 2.24em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.club-lounge {
  overflow: hidden;
  background:
    radial-gradient(ellipse 72% 55% at 16% 0%, rgba(255, 210, 36, 0.14), transparent 56%),
    radial-gradient(ellipse 55% 46% at 92% 18%, rgba(255, 77, 160, 0.13), transparent 58%),
    radial-gradient(ellipse 62% 48% at 68% 100%, rgba(61, 255, 122, 0.08), transparent 60%),
    linear-gradient(180deg, #0a0614 0%, #10071a 52%, #060d0b 100%);
}

.ripe-club__shell {
  position: relative;
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.ripe-club__header {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto clamp(32px, 5vw, 56px);
  text-align: center;
}

.ripe-club__header h2 {
  margin: 12px 0 0;
  background: linear-gradient(180deg, #fff4a8, var(--gold) 45%, #e8a800);
  font-family: "Fredoka", "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 700;
  line-height: 0.95;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}

.ripe-club__lede {
  max-width: 52ch;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.6;
}

.ripe-club__arena {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  padding: clamp(24px, 4vw, 40px);
  overflow: hidden;
  border: 1px solid rgba(255, 210, 36, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 210, 36, 0.14), transparent 28%),
    radial-gradient(circle at 74% 24%, rgba(255, 77, 160, 0.15), transparent 34%),
    radial-gradient(circle at 84% 90%, rgba(61, 255, 122, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(42, 21, 72, 0.72), rgba(4, 10, 13, 0.9)),
    rgba(0, 0, 0, 0.35);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(255, 204, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.ripe-club__arena::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 48%, #000 0 48%, transparent 78%);
  content: "";
}

.ripe-club__arena::after {
  position: absolute;
  right: -0.08em;
  bottom: -0.28em;
  z-index: -1;
  color: rgba(255, 255, 255, 0.035);
  font-family: "Fredoka", "Bricolage Grotesque", sans-serif;
  font-size: clamp(5rem, 18vw, 15rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.8;
  text-transform: uppercase;
  content: "Fiesta";
}

.ripe-club__glow {
  position: absolute;
  top: 52%;
  left: 54%;
  z-index: -1;
  width: min(82%, 680px);
  height: min(64%, 360px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 42%, rgba(255, 204, 0, 0.22), transparent 42%),
    radial-gradient(circle at 70% 55%, rgba(255, 77, 160, 0.16), transparent 52%);
  filter: blur(8px);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.ripe-club__mascot,
.ripe-club__sweet-badge,
.ripe-club__candy {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.ripe-club__mascot {
  right: clamp(-84px, -4vw, -28px);
  bottom: -82px;
  width: clamp(170px, 22vw, 300px);
  opacity: 0.9;
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.45));
  transform: rotate(-7deg);
  animation: mascot-float 6.4s ease-in-out infinite;
}

.ripe-club__sweet-badge {
  top: clamp(16px, 2.2vw, 26px);
  left: clamp(18px, 3vw, 38px);
  width: clamp(88px, 11vw, 140px);
  opacity: 0.95;
  filter: drop-shadow(0 18px 26px rgba(255, 204, 0, 0.28));
  transform: rotate(-8deg);
}

.ripe-club__candy {
  width: clamp(58px, 7vw, 94px);
  opacity: 0.86;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.42));
}

.ripe-club__candy--one {
  top: 49%;
  left: clamp(18px, 4vw, 58px);
  transform: rotate(-17deg);
}

.ripe-club__candy--two {
  right: clamp(150px, 19vw, 270px);
  bottom: clamp(30px, 4vw, 56px);
  transform: rotate(14deg);
}

.ripe-club__ladder {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ripe-club__ladder::before {
  position: absolute;
  top: 42px;
  right: 8%;
  left: 8%;
  z-index: -1;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8cff52, #ffeb5d, #ff6ab4, #6ee7ff);
  box-shadow: 0 0 22px rgba(255, 215, 0, 0.22);
  opacity: 0.58;
  content: "";
}

.ripe-club__tier {
  --tier-accent: var(--gold);
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 146px;
  padding: 20px 10px 16px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--tier-accent) 34%, rgba(255, 255, 255, 0.1));
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 10%, color-mix(in srgb, var(--tier-accent) 18%, transparent), transparent 48%),
    linear-gradient(180deg, rgba(12, 20, 40, 0.66), rgba(8, 4, 15, 0.76));
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 34px rgba(0, 0, 0, 0.22);
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.ripe-club__tier::before {
  position: absolute;
  inset: 10px;
  border: 1px dashed color-mix(in srgb, var(--tier-accent) 24%, transparent);
  border-radius: 15px;
  opacity: 0.52;
  content: "";
}

.ripe-club__tier::after {
  position: absolute;
  right: -18px;
  bottom: -22px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--tier-accent) 34%, transparent), transparent 68%);
  content: "";
}

.ripe-club__tier--bronze {
  --tier-accent: #ff9a32;
}

.ripe-club__tier--silver {
  --tier-accent: #8fe8ff;
}

.ripe-club__tier--gold {
  --tier-accent: #ffda35;
}

.ripe-club__tier--diamond {
  --tier-accent: #ff6ad5;
}

.ripe-club__tier img {
  position: relative;
  z-index: 1;
  width: clamp(58px, 6vw, 82px);
  height: clamp(58px, 6vw, 82px);
  object-fit: contain;
  filter:
    drop-shadow(0 12px 18px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 16px color-mix(in srgb, var(--tier-accent) 48%, transparent));
  transform: translateY(-2px);
}

.ripe-club__tier strong {
  position: relative;
  z-index: 1;
  color: var(--cream);
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
}

.ripe-club__tier span {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ripe-club__tier.is-highlight {
  border-color: color-mix(in srgb, var(--tier-accent) 58%, rgba(255, 255, 255, 0.16));
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 210, 36, 0.28), transparent 50%),
    linear-gradient(180deg, rgba(255, 204, 0, 0.16), rgba(0, 0, 0, 0.34));
  box-shadow:
    0 0 34px rgba(255, 204, 0, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
}

.ripe-club__tier:hover {
  border-color: color-mix(in srgb, var(--tier-accent) 62%, rgba(255, 255, 255, 0.16));
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.28),
    0 0 28px color-mix(in srgb, var(--tier-accent) 14%, transparent);
  transform: translateY(-3px);
}

.ripe-club__vault {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(160px, 260px) 1fr;
  gap: clamp(20px, 4vw, 36px);
  min-height: 230px;
  padding: clamp(22px, 3.4vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 218, 53, 0.3);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 210, 36, 0.2), transparent 30%),
    radial-gradient(circle at 72% 34%, rgba(255, 77, 160, 0.16), transparent 36%),
    linear-gradient(105deg, rgba(255, 204, 0, 0.14), rgba(28, 8, 44, 0.66) 42%, rgba(3, 16, 15, 0.86));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 55px rgba(0, 0, 0, 0.28);
}

.ripe-club__medallion {
  position: relative;
  display: grid;
  width: clamp(150px, 18vw, 230px);
  aspect-ratio: 1.1;
  place-items: center;
  animation: mascot-float 6s ease-in-out infinite;
}

.ripe-club__medallion::before {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(255, 236, 160, 0.28);
  border-radius: 32% 68% 44% 56% / 56% 38% 62% 44%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.28), transparent 12%),
    linear-gradient(145deg, rgba(255, 204, 0, 0.26), rgba(255, 77, 160, 0.18) 52%, rgba(61, 255, 122, 0.12));
  box-shadow:
    0 0 44px rgba(255, 204, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  content: "";
  transform: rotate(-12deg);
}

.ripe-club__medallion-logo {
  position: relative;
  z-index: 2;
  width: 72%;
  filter:
    drop-shadow(0 18px 22px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 16px rgba(255, 204, 0, 0.28));
  transform: rotate(-5deg);
}

.ripe-club__medallion-fruit {
  position: absolute;
  z-index: 3;
  width: clamp(52px, 6vw, 82px);
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.45));
}

.ripe-club__medallion-fruit--mango {
  right: 2%;
  bottom: 0;
  transform: rotate(18deg);
}

.ripe-club__medallion-fruit--scatter {
  top: 0;
  left: 0;
  transform: rotate(-14deg);
}

.ripe-club__vault-card {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
  max-width: 720px;
}

.ripe-club__vault-tag {
  color: #62ff82;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ripe-club__vault-card strong {
  max-width: 11ch;
  background: linear-gradient(180deg, #fffce5, #ffda35 48%, #ff8f2f);
  font-family: "Fredoka", "Bricolage Grotesque", sans-serif;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ripe-club__vault-card small {
  color: var(--muted);
  max-width: 48ch;
  font-size: clamp(0.86rem, 1.2vw, 1rem);
  font-weight: 600;
  line-height: 1.5;
}

.ripe-club__vault-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.ripe-club__vault-perks li {
  padding: 8px 13px;
  border: 1px solid rgba(255, 204, 0, 0.24);
  border-radius: 999px;
  color: var(--gold);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.35);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ripe-club__cta {
  display: flex;
  width: fit-content;
  min-height: 56px;
  margin: clamp(28px, 4vw, 40px) auto 0;
  padding: 0 32px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.care-radar {
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 80% 20%, rgba(61, 255, 122, 0.1), transparent 55%),
    linear-gradient(180deg, #060d0b, #0a0614);
}

.player-care__shell {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.player-care__intro {
  max-width: 640px;
  margin-bottom: clamp(32px, 5vw, 48px);
}

.player-care__intro h2 {
  margin: 12px 0 0;
  color: #fff;
  font-family: "Fredoka", "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 700;
  line-height: 0.95;
}

.player-care__intro p {
  max-width: 54ch;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
  line-height: 1.6;
}

.player-care__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.player-care__card {
  position: relative;
  display: grid;
  gap: 10px;
  padding: clamp(22px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.04), transparent 50%),
    rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition:
    border-color 200ms ease,
    transform 200ms ease,
    box-shadow 200ms ease;
}

.player-care__card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--lime), var(--gold));
  opacity: 0.7;
  content: "";
}

.player-care__card:hover {
  border-color: rgba(61, 255, 122, 0.3);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  transform: translateY(-4px);
}

.player-care__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 14px;
  color: #0a1210;
  background: linear-gradient(145deg, var(--lime), #2ee86a);
  box-shadow: 0 8px 24px rgba(61, 255, 122, 0.25);
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.player-care__icon--gc {
  background: linear-gradient(145deg, var(--gold), var(--mango-hot));
  box-shadow: 0 8px 24px rgba(255, 204, 0, 0.25);
}

.player-care__icon--care {
  color: #fff;
  background: linear-gradient(145deg, #5a3d9e, #2a1548);
  box-shadow: 0 8px 24px rgba(90, 61, 158, 0.35);
}

.player-care__icon--care svg {
  width: 26px;
  height: 26px;
}

.player-care__card h3 {
  margin: 4px 0 0;
  color: #fff;
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.player-care__card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.player-care__strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-top: clamp(28px, 4vw, 40px);
  padding: 16px 20px;
  border: 1px solid rgba(61, 255, 122, 0.18);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.player-care__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 8px var(--lime-glow);
}

.player-care__mail {
  margin-left: auto;
  color: var(--lime);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: none;
  transition: color 160ms ease;
}

.player-care__mail:hover {
  color: #fff;
}

.section-button {
  min-height: 54px;
  margin-top: 30px;
  padding: 0 26px;
}

.game-showcase {
  background:
    linear-gradient(115deg, rgba(255, 111, 26, 0.16), transparent 42%),
    #07110f;
}

.game-showcase__head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.36fr);
  gap: 34px;
  align-items: end;
}

.game-frame-shell {
  width: min(var(--container), 100%);
  margin: clamp(30px, 4vw, 52px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 218, 0.18);
  border-radius: var(--radius);
  background: #050908;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.48),
    0 0 0 10px rgba(255, 248, 218, 0.03);
}

.game-frame-shell iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: min(68vw, 520px);
  max-height: min(82vh, 820px);
  border: 0;
  background: #050908;
}

.rush-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 84px) clamp(24px, 5vw, 76px) 34px;
  border-top: 1px solid rgba(255, 248, 218, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 178, 31, 0.12), transparent 30%),
    #081412;
}

.rush-footer__inner {
  display: grid;
  width: min(var(--container), 100%);
  margin: 0 auto;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
}

.rush-footer__brand-panel {
  display: grid;
  align-content: start;
  gap: 18px;
}

.rush-footer__brand,
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: 100%;
}

.rush-footer__mark,
.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 54px;
  height: 50px;
  border: 1px solid rgba(255, 248, 218, 0.32);
  border-radius: 55% 45% 50% 50% / 42% 44% 56% 58%;
  font-size: 0.95rem;
  transform: rotate(-8deg);
}

.brand-badge span {
  display: inline;
}

.rush-footer__mark,
.brand-badge {
  overflow: visible;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.rush-footer__brand strong,
.brand-title {
  display: block;
  color: #fff8da;
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.brand-title {
  display: inline-flex;
  gap: 0.18em;
}

.rush-footer__brand small,
.brand-copy small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 248, 218, 0.58);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.rush-footer__brand-panel p,
.rush-footer__fineprint p {
  margin: 0;
  color: rgba(255, 248, 218, 0.66);
  font-size: 0.94rem;
  line-height: 1.65;
}

.rush-footer__cookie {
  width: max-content;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 248, 218, 0.18);
  border-radius: 999px;
  color: #fff8da;
  background: rgba(255, 248, 218, 0.07);
  cursor: pointer;
  font-weight: 850;
}

.rush-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rush-footer__nav div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.rush-footer__nav span {
  color: var(--citrus);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.rush-footer__nav a {
  color: rgba(255, 248, 218, 0.68);
  font-weight: 700;
}

.rush-footer__nav a:hover {
  color: #fff8da;
}

.rush-footer__badges {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  gap: 10px;
  padding-top: 12px;
}

.rush-footer__badges span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 248, 218, 0.14);
  border-radius: 999px;
  color: rgba(255, 248, 218, 0.74);
  background: rgba(255, 248, 218, 0.055);
  font-size: 0.78rem;
  font-weight: 850;
}

.rush-footer__fineprint {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 248, 218, 0.1);
}

.auth-backdrop,
.bonus-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(4, 12, 11, 0.76);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  backdrop-filter: blur(12px);
}

.auth-backdrop.is-open,
.bonus-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.auth-modal,
.bonus-modal {
  position: relative;
  width: min(100%, 460px);
  max-height: calc(100svh - 40px);
  overflow: auto;
  padding: 26px;
  border: 1px solid rgba(255, 248, 218, 0.18);
  border-radius: var(--radius);
  color: var(--cream);
  background:
    linear-gradient(145deg, rgba(255, 178, 31, 0.13), transparent 36%),
    #0a1815;
  box-shadow: var(--shadow);
}

.close-button,
.bonus-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 248, 218, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 248, 218, 0.07);
  cursor: pointer;
}

.close-button span,
.bonus-close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--cream);
}

.close-button span:first-child,
.bonus-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-button span:last-child,
.bonus-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.auth-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 48px;
}

.auth-symbol {
  width: 58px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 55% 45% 50% 50% / 42% 44% 56% 58%;
}

.auth-heading h2,
.bonus-modal h2 {
  margin: 0;
  color: #fff8da;
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.auth-heading p,
.bonus-modal p {
  margin: 5px 0 0;
  color: rgba(255, 248, 218, 0.68);
  line-height: 1.5;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 24px 0 14px;
  padding: 6px;
  border: 1px solid rgba(255, 248, 218, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 248, 218, 0.05);
}

.auth-tab {
  min-height: 42px;
  border-radius: 6px;
  color: rgba(255, 248, 218, 0.74);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
}

.auth-tab.is-active {
  color: #09211c;
  background: linear-gradient(180deg, var(--citrus), var(--mango));
}

.google-button {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 248, 218, 0.18);
  border-radius: var(--radius);
  color: #fff8da;
  background: rgba(255, 248, 218, 0.07);
  cursor: pointer;
  font-weight: 850;
}

.google-icon {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
}

.divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  color: rgba(255, 248, 218, 0.46);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.divider::before,
.divider::after {
  flex: 1;
  height: 1px;
  background: rgba(255, 248, 218, 0.12);
  content: "";
}

.auth-form {
  display: grid;
  gap: 14px;
}

.auth-form label:not(.remember) {
  display: grid;
  gap: 7px;
}

.auth-form label span {
  color: rgba(255, 248, 218, 0.72);
  font-size: 0.84rem;
  font-weight: 850;
}

.auth-form input[type="email"],
.auth-form input[type="password"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 248, 218, 0.16);
  border-radius: var(--radius);
  color: #fff8da;
  background: rgba(255, 248, 218, 0.06);
  padding: 0 14px;
  outline: 0;
}

.auth-form input:focus {
  border-color: rgba(142, 227, 64, 0.52);
}

.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.remember {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.remember input {
  accent-color: var(--mango);
}

.auth-message {
  min-height: 20px;
  margin: 0;
  color: rgba(255, 248, 218, 0.7);
  font-size: 0.9rem;
}

.auth-message.is-error {
  color: #ff9aad;
}

.auth-message.is-success {
  color: #bfff7a;
}

.auth-submit {
  width: 100%;
  min-height: 50px;
}

.auth-submit.is-loading,
.bonus-claim.is-loading {
  filter: grayscale(0.2);
  opacity: 0.74;
  pointer-events: none;
}

.bonus-modal {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  align-items: center;
  width: min(100%, 560px);
}

.bonus-modal__art img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 20px 32px rgba(255, 178, 31, 0.24));
}

.bonus-modal__content {
  display: grid;
  gap: 12px;
}

.bonus-claim {
  width: max-content;
  max-width: 100%;
  min-height: 50px;
  padding: 0 22px;
}

.bonus-modal p.is-success,
.auth-message.is-success {
  color: #bdff8b;
}

.bonus-modal p.is-error,
.auth-message.is-error {
  color: #ff93a9;
}

.cookie-modal {
  position: fixed;
  right: clamp(12px, 2vw, 24px);
  bottom: clamp(12px, 2vw, 24px);
  z-index: 90;
  display: block;
  width: min(340px, calc(100% - 24px));
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.98);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.cookie-modal.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cookie-modal__panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 11px;
  width: 100%;
  max-height: calc(100svh - 24px);
  overflow: auto;
  padding: 12px;
  border: 1px solid rgba(255, 248, 218, 0.2);
  border-radius: var(--radius);
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(255, 178, 31, 0.14), transparent 38%),
    rgba(7, 17, 15, 0.94);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  pointer-events: auto;
  backdrop-filter: blur(16px) saturate(130%);
}

.cookie-modal__crest {
  width: 36px;
  height: 34px;
  border-radius: 55% 45% 50% 50% / 42% 44% 56% 58%;
  font-size: 0.72rem;
}

.cookie-modal__content {
  min-width: 0;
}

.cookie-modal h2 {
  margin: 2px 0 0;
  color: #fff8da;
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-size: 1.14rem;
  line-height: 1;
}

.cookie-modal p {
  margin: 4px 0 0;
  color: rgba(255, 248, 218, 0.68);
  font-size: 0.78rem;
  line-height: 1.35;
}

.cookie-modal__actions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8px;
}

.cookie-modal__ghost {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255, 248, 218, 0.16);
  border-radius: 999px;
  color: #fff8da;
  background: rgba(255, 248, 218, 0.06);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 850;
}

.cookie-modal__primary {
  min-height: 34px;
  padding: 0 12px;
  font-size: 0.76rem;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 248, 218, 0.12);
  background: rgba(7, 17, 15, 0.94);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.topbar__inner {
  display: grid;
  width: min(var(--container), calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.brand-main,
.brand-rise {
  color: inherit;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 44px);
}

.desktop-nav a {
  color: rgba(255, 248, 218, 0.68);
  font-size: 0.86rem;
  font-weight: 850;
}

.desktop-nav a:hover {
  color: #fff8da;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.legal-page {
  padding: clamp(54px, 8vw, 94px) 24px;
  background:
    linear-gradient(135deg, rgba(255, 178, 31, 0.1), transparent 32%),
    #07110f;
}

.legal-hero,
.legal-shell {
  width: min(920px, 100%);
  margin: 0 auto;
}

.legal-hero p {
  max-width: 720px;
  margin-top: 18px;
}

.legal-shell {
  display: grid;
  gap: 18px;
  margin-top: 44px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 248, 218, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 248, 218, 0.055);
}

.legal-shell h2 {
  margin: 18px 0 0;
  color: #fff8da;
  font-family: "Bricolage Grotesque", "Outfit", sans-serif;
  font-size: 1.65rem;
  line-height: 1.1;
}

.legal-shell h2:first-child {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .rush-hero__inner {
    grid-template-columns: minmax(0, 460px) 1fr;
    padding-inline: clamp(20px, 3vw, 32px);
  }

  .rush-hero__mascot {
    width: min(100%, 380px);
  }
}

@media (max-width: 980px) {
  :root {
    --mobile-header: 56px;
  }

  .rush-topbar {
    display: none;
  }

  .rush-main,
  .rush-footer {
    margin-left: 0;
    padding-top: calc(var(--mobile-header) + env(safe-area-inset-top, 0px));
  }

  .mobile-menu {
    top: calc(var(--mobile-header) + env(safe-area-inset-top, 0px) + 8px);
    left: 12px;
    right: 12px;
    border-color: rgba(255, 204, 0, 0.18);
    border-radius: 16px;
    background: rgba(12, 8, 22, 0.97);
  }

  .side-dock,
  .side-dock.casino-rail {
    inset: 0 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 204, 0, 0.22);
    background: rgba(10, 6, 18, 0.96);
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(18px) saturate(150%);
  }

  .side-dock::before {
    display: block;
    position: absolute;
    inset: auto 0 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--lime), var(--gold), transparent);
    opacity: 0.7;
    content: "";
  }

  .side-dock__glow {
    display: none;
  }

  .rush-brand__ring {
    display: none;
  }

  .side-dock__inner {
    height: auto;
    min-height: calc(var(--mobile-header) + env(safe-area-inset-top, 0px));
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: env(safe-area-inset-top, 0px) 14px 0;
  }

  .rush-brand {
    display: inline-flex;
    width: auto;
    flex: 1;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 0;
    margin: 0;
    border-bottom: 0;
  }

  .rush-brand__mark {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
  }

  .rush-brand__mobile {
    display: grid;
    gap: 1px;
    min-width: 0;
  }

  .rush-brand__mobile strong {
    overflow: hidden;
    color: #fff;
    font-family: "Bricolage Grotesque", "Outfit", sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .rush-brand__mobile small {
    color: var(--gold);
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-header__end {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
  }

  .mobile-header__end .age-chip--header {
    width: 36px;
    height: 36px;
    font-size: 0.66rem;
  }

  .side-nav {
    display: none;
  }

  .side-dock .menu-button,
  .menu-button {
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 204, 0, 0.35);
    border-radius: 11px;
    background: linear-gradient(180deg, rgba(255, 204, 0, 0.12), rgba(255, 204, 0, 0.04));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .menu-button span {
    width: 17px;
    background: var(--gold);
  }

  .mobile-menu {
    display: block;
  }

  .rush-hero {
    min-height: auto;
  }

  .cabinet-wall__copy,
  .game-showcase__head {
    grid-template-columns: 1fr;
  }

  .cabinet-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ripe-club__ladder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ripe-club__ladder::before {
    display: none;
  }

  .ripe-club__mascot {
    right: -96px;
    bottom: -74px;
    width: 230px;
    opacity: 0.42;
  }

  .ripe-club__sweet-badge {
    top: 18px;
    left: 18px;
    width: 116px;
    opacity: 0.48;
  }

  .ripe-club__candy--two {
    right: 34px;
    bottom: 34px;
  }

  .ripe-club__vault {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .ripe-club__vault-perks {
    justify-content: center;
  }

  .player-care__grid {
    grid-template-columns: 1fr;
  }

  .player-care__mail {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .rush-footer__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .rush-hero__inner {
    padding: 20px 16px 90px;
  }

  .rush-hero__panel {
    padding: 24px 20px;
  }

  .rush-hero__title-main {
    font-size: clamp(2.2rem, 11vw, 3.6rem);
  }

  .rush-hero__facts {
    grid-template-columns: 1fr;
  }

  .rush-topbar .login-link,
  .rush-topbar .signup-pill {
    display: none;
  }

  .cabinet-wall,
  .club-lounge,
  .care-radar,
  .game-showcase,
  .rush-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .cabinet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ripe-club__arena {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .ripe-club__mascot,
  .ripe-club__sweet-badge,
  .ripe-club__candy {
    display: none;
  }

  .ripe-club__tier img {
    width: 58px;
    height: 58px;
  }

  .ripe-club__vault {
    min-height: 0;
  }

  .ripe-club__medallion {
    width: min(220px, 68vw);
  }

  .ripe-club__vault-card strong {
    max-width: none;
  }

  .player-care__strip {
    justify-content: center;
    text-align: center;
  }

  .game-frame-shell iframe {
    min-height: min(56vw, 420px);
    max-height: 72vh;
  }

  .rush-footer__nav {
    grid-template-columns: 1fr;
  }

  .topbar__inner {
    grid-template-columns: 1fr auto;
  }

  .topbar .desktop-nav {
    display: none;
  }

  .bonus-modal {
    grid-template-columns: 1fr;
  }

  .bonus-modal__art img {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 520px) {
  .rush-brand__copy strong {
    font-size: 0.82rem;
  }

  .rush-brand__copy small {
    font-size: 0.5rem;
  }

  .dock-actions .age-chip--header {
    display: none;
  }

  .mobile-menu__actions {
    grid-template-columns: 1fr;
  }

  .mobile-menu__actions .signup-pill,
  .mobile-menu__actions .login-link,
  .mobile-menu__actions .logout-link {
    width: 100%;
  }

  .rush-hero__panel p,
  .cabinet-wall__copy p,
  .ripe-club__lede,
  .player-care__intro p,
  .game-showcase__head p {
    font-size: 0.96rem;
  }

  .hero-primary,
  .hero-secondary,
  .section-button,
  .rush-hero__promo {
    width: 100%;
  }

  .hero-primary,
  .hero-secondary {
    min-height: 54px;
  }

  .cabinet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .cabinet-tile__caption {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .cabinet-tile__caption span {
    min-height: 28px;
    letter-spacing: 1.2px;
  }

  .ripe-club__header h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .ripe-club__cta {
    width: 100%;
  }

  .player-care__intro h2 br {
    display: none;
  }

  .game-frame-shell iframe {
    min-height: min(52vw, 360px);
    max-height: 65vh;
  }

  .auth-modal,
  .bonus-modal {
    padding: 22px;
  }

  .cookie-modal {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    max-width: calc(100vw - 20px);
  }

  .cookie-modal__panel {
    max-width: 100%;
    padding: 12px;
  }

  .cookie-modal p {
    overflow-wrap: anywhere;
  }

  .cookie-modal__actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

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

/* ── Casino theme ── */

body {
  background:
    radial-gradient(ellipse 70% 50% at 15% 0%, rgba(90, 40, 160, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 100%, rgba(255, 140, 0, 0.08), transparent 50%),
    var(--ink);
}

.rush-topbar {
  border-bottom-color: rgba(255, 215, 0, 0.1);
  background: rgba(8, 4, 15, 0.88);
}

.side-dock.casino-rail {
  border-right: 1px solid rgba(255, 215, 0, 0.18);
  background:
    linear-gradient(180deg, rgba(42, 21, 72, 0.95) 0%, rgba(12, 8, 22, 0.98) 55%, rgba(8, 4, 15, 1) 100%);
  box-shadow:
    6px 0 40px rgba(0, 0, 0, 0.5),
    inset -1px 0 0 rgba(255, 215, 0, 0.08);
}

@media (min-width: 981px) {
  .side-dock.casino-rail {
    width: var(--dock);
  }

  .side-dock__glow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, transparent, var(--lime), var(--gold), var(--lime), transparent);
    box-shadow: 0 0 18px var(--lime-glow);
    opacity: 0.7;
    pointer-events: none;
  }

  .side-dock.casino-rail .side-dock__inner {
    padding: 22px 12px 18px;
    gap: 10px;
  }

  .side-dock.casino-rail .rush-brand {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.12);
  }

  .rush-brand__mark {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }
}

.rush-brand__ring {
  position: absolute;
  inset: -4px 8px 14px;
  border: 2px solid rgba(255, 215, 0, 0.35);
  border-radius: 20px;
  box-shadow:
    0 0 24px rgba(255, 215, 0, 0.15),
    inset 0 0 16px rgba(255, 215, 0, 0.06);
  animation: ring-pulse 3s ease-in-out infinite;
}

@keyframes ring-pulse {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

.side-nav a {
  min-height: 68px;
  border: 1px solid transparent;
  border-radius: 16px;
  color: rgba(244, 240, 255, 0.5);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.side-nav__icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 215, 0, 0.12);
  border-radius: 14px;
  color: rgba(244, 240, 255, 0.55);
  background: rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.side-nav a:hover {
  color: var(--cream);
  background: rgba(255, 215, 0, 0.06);
  border-color: rgba(255, 215, 0, 0.15);
}

.side-nav a.is-active {
  color: var(--gold);
  background: linear-gradient(180deg, rgba(255, 215, 0, 0.14), rgba(61, 255, 122, 0.06));
  border-color: rgba(255, 215, 0, 0.28);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.35),
    0 0 20px rgba(61, 255, 122, 0.08);
}

.side-nav a.is-active::before {
  left: -12px;
  width: 4px;
  height: 32px;
  background: linear-gradient(180deg, var(--lime), var(--gold));
  box-shadow: 0 0 16px var(--lime-glow);
}

.side-nav a:hover .side-nav__icon,
.side-nav a.is-active .side-nav__icon {
  color: #1a0a28;
  background: linear-gradient(145deg, var(--gold), var(--mango-hot));
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow:
    0 4px 20px rgba(255, 204, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transform: none;
}

.casino-rail__jackpot {
  display: grid;
  margin-top: auto;
  place-items: center;
  gap: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 215, 0, 0.1);
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.casino-rail__jackpot img {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 14px rgba(255, 215, 0, 0.45));
  animation: coin-spin 4s ease-in-out infinite;
}

@keyframes coin-spin {
  0%,
  100% {
    transform: rotateY(0deg) scale(1);
  }

  50% {
    transform: rotateY(180deg) scale(1.06);
  }
}

.signup-pill,
.auth-submit,
.hero-primary,
.section-button,
.bonus-claim,
.cookie-modal__primary {
  color: #062210;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent 30%),
    linear-gradient(180deg, #5dff9a 0%, #2ee86a 45%, #1bc955 100%);
  border-color: rgba(180, 255, 210, 0.5);
  box-shadow:
    0 12px 32px rgba(46, 232, 106, 0.35),
    0 0 24px rgba(61, 255, 122, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  font-weight: 900;
}

.signup-pill:hover,
.auth-submit:hover,
.hero-primary:hover,
.section-button:hover,
.bonus-claim:hover,
.cookie-modal__primary:hover {
  box-shadow:
    0 18px 42px rgba(46, 232, 106, 0.45),
    0 0 32px rgba(61, 255, 122, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Hero */

.casino-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(540px, 80vh, 760px);
  overflow: hidden;
  background: #0a0614;
}

.casino-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  filter: saturate(1.1) contrast(1.06) brightness(0.78);
}

.casino-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(42, 21, 72, 0.35), transparent 65%),
    linear-gradient(90deg, rgba(8, 4, 15, 0.92) 0%, rgba(8, 4, 15, 0.35) 32%, rgba(8, 4, 15, 0.15) 55%, rgba(8, 4, 15, 0.45) 100%),
    linear-gradient(0deg, rgba(8, 4, 15, 0.85) 0%, transparent 28%, transparent 72%, rgba(8, 4, 15, 0.75) 100%);
}

.casino-hero__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(70vw, 700px);
  height: min(50vw, 400px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.12), transparent 68%);
  pointer-events: none;
  transform: translate(-50%, -55%);
}

.casino-hero__mascot {
  position: absolute;
  left: clamp(-20px, 2vw, 40px);
  bottom: 0;
  z-index: 2;
  width: min(42vw, 460px);
  max-height: 92%;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.55));
  pointer-events: none;
}

.casino-hero__copy {
  position: absolute;
  top: 50%;
  left: 54%;
  z-index: 3;
  display: grid;
  justify-items: center;
  width: min(92%, 620px);
  text-align: center;
  transform: translate(-50%, -50%);
}

.casino-hero__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(14px, 2vw, 22px);
  padding: 8px 18px 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.casino-hero__live-short {
  display: none;
}

.casino-hero__live i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px var(--lime-glow);
  animation: live-blink 1.4s ease-in-out infinite;
}

@keyframes live-blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }
}

.casino-hero__headline {
  margin: 0 0 clamp(12px, 2vw, 18px);
  color: #ffcc00;
  font-family: "Fredoka", "Bricolage Grotesque", sans-serif;
  font-size: clamp(4.2rem, 11vw, 9rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.88;
  text-shadow:
    0 2px 0 #b8860b,
    0 6px 0 rgba(120, 80, 0, 0.35),
    0 12px 32px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(255, 204, 0, 0.25);
  text-transform: uppercase;
}

.casino-hero__tagline {
  max-width: 36ch;
  margin: 0 0 clamp(20px, 3vw, 28px);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  font-weight: 500;
  line-height: 1.5;
}

.casino-hero__actions {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.casino-hero__gc-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px 10px 12px;
  border: 1.5px solid rgba(255, 204, 0, 0.6);
  border-radius: 999px;
  color: #ffdd57;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.casino-hero__gc-pill img {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.45));
}

.casino-hero__gc-pill:hover {
  border-color: #ffcc00;
  background: rgba(255, 204, 0, 0.12);
  box-shadow: 0 0 30px rgba(255, 204, 0, 0.22);
  transform: translateY(-2px);
}

.casino-hero__play {
  min-width: min(100%, 300px);
  min-height: 60px;
  padding: 0 40px;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Promo band */

.casino-promo-band {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  margin: 0;
  padding: 0 clamp(12px, 2vw, 20px);
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.12);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(12, 20, 40, 0.95), rgba(26, 15, 46, 0.95), rgba(12, 20, 40, 0.95));
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

.casino-promo-band::before {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='80' viewBox='0 0 400 80'%3E%3Ctext x='50%25' y='55%25' text-anchor='middle' fill='rgba(255,215,0,0.04)' font-size='48' font-weight='900' font-family='Arial,sans-serif'%3EMANGO RUSH%3C/text%3E%3C/svg%3E")
    center / 280px auto repeat-x;
  pointer-events: none;
  content: "";
}

.casino-promo-band__coin {
  position: relative;
  z-index: 1;
  width: clamp(52px, 6vw, 72px);
  height: auto;
  filter: drop-shadow(0 0 18px rgba(255, 215, 0, 0.45));
}

.casino-promo-band__marquee {
  position: relative;
  z-index: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.casino-promo-band__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 40px;
  padding: 18px 0;
  animation: promo-scroll 28s linear infinite;
  white-space: nowrap;
}

.casino-promo-band__track span {
  color: rgba(244, 240, 255, 0.9);
  font-size: clamp(0.78rem, 1.2vw, 0.95rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.casino-promo-band__track em {
  color: var(--lime);
  font-size: clamp(0.82rem, 1.3vw, 1rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-shadow: 0 0 20px var(--lime-glow);
  text-transform: uppercase;
}

@keyframes promo-scroll {
  to {
    transform: translateX(-50%);
  }
}

/* Provider strip */

.provider-strip {
  padding: clamp(48px, 6vw, 80px) clamp(16px, 2.5vw, 28px) clamp(56px, 6vw, 88px);
  background:
    linear-gradient(180deg, rgba(8, 4, 15, 0.4), transparent 30%),
    var(--ink);
}

.provider-strip__head {
  width: min(var(--container), 100%);
  margin: 0 auto 28px;
  text-align: center;
}

.provider-strip__head h2 {
  margin: 10px 0 0;
  color: var(--cream);
  font-family: "Fredoka", "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.provider-strip__viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.provider-strip__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 20px;
  animation: provider-scroll 40s linear infinite;
}

.provider-strip__track img {
  width: clamp(140px, 18vw, 200px);
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  opacity: 0.88;
  transition: opacity 160ms ease, transform 160ms ease;
}

.provider-strip__track img:hover {
  opacity: 1;
  transform: scale(1.04);
}

@keyframes provider-scroll {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  .casino-hero__copy {
    left: 56%;
    width: min(88%, 540px);
  }

  .casino-hero__mascot {
    width: min(48vw, 380px);
    opacity: 0.95;
  }
}

@media (max-width: 980px) {
  .casino-rail__jackpot {
    display: none;
  }

  .casino-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: auto;
    padding: 14px 16px 20px;
  }

  .casino-hero__bg {
    object-position: 70% 30%;
  }

  .casino-hero__shade {
    background:
      linear-gradient(180deg, rgba(8, 4, 15, 0.5) 0%, rgba(8, 4, 15, 0.2) 45%, rgba(8, 4, 15, 0.88) 100%);
  }

  .casino-hero__glow {
    top: 30%;
    width: 100vw;
    height: 40vw;
    opacity: 0.7;
  }

  .casino-hero__copy {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    z-index: 3;
    order: 1;
    display: grid;
    width: 100%;
    max-width: 400px;
    margin-top: 0;
    padding: 0 4px;
    transform: none;
  }

  .casino-hero__mascot {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    order: 2;
    width: min(52vw, 190px);
    max-height: none;
    margin: 4px auto 0;
    opacity: 1;
    transform: none;
    flex-shrink: 0;
  }

  .casino-hero__live {
    margin-bottom: 12px;
    padding: 7px 14px 7px 10px;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .casino-hero__live-long {
    display: none;
  }

  .casino-hero__live-short {
    display: inline;
  }

  .casino-hero__headline {
    font-size: clamp(3.4rem, 17vw, 5.2rem);
    line-height: 0.86;
    margin-bottom: 10px;
  }

  .casino-hero__tagline {
    margin-bottom: 16px;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .casino-hero__actions {
    width: 100%;
    gap: 10px;
  }

  .casino-hero__gc-pill {
    width: 100%;
    justify-content: center;
    padding: 10px 16px;
    font-size: 0.82rem;
  }

  .casino-hero__gc-pill span {
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .casino-hero__play {
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }

  .casino-promo-band {
    margin-inline: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 10px;
  }

  .casino-promo-band__coin {
    width: 40px;
  }

  .casino-promo-band__track {
    gap: 28px;
    padding: 14px 0;
  }

  .casino-promo-band__track span,
  .casino-promo-band__track em {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .provider-strip {
    padding-top: 40px;
  }
}

@media (max-width: 600px) {
  .casino-hero {
    padding: 10px 14px 16px;
    gap: 8px;
  }

  .casino-hero__mascot {
    width: min(48vw, 160px);
  }

  .casino-hero__headline {
    font-size: clamp(3rem, 16vw, 4.6rem);
    line-height: 0.85;
  }

  .casino-hero__tagline {
    font-size: 0.86rem;
  }

  .casino-hero__gc-pill {
    font-size: 0.76rem;
    padding: 9px 12px;
  }

  .casino-hero__gc-pill img {
    width: 26px;
    height: 26px;
  }

  .casino-hero__play {
    min-height: 52px;
    font-size: 0.95rem;
  }

  .casino-promo-band__coin:first-child {
    display: none;
  }

  .casino-promo-band {
    grid-template-columns: 1fr auto;
  }

  .casino-promo-band__track span,
  .casino-promo-band__track em {
    font-size: 0.66rem;
  }
}

/* Mobile header: full width — overrides desktop sidebar rules */
@media (max-width: 980px) {
  .side-dock,
  .side-dock.casino-rail {
    inset: 0 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }

  .rush-main,
  .rush-footer {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}

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