:root {
  --navy: #102744;
  --text: #10223c;
  --muted: #626d7d;
  --border: #dfe3e8;
  --light: #f5f6f8;
  --lighter: #fafafa;
  --white: #ffffff;
  --brand-bg: #0b0c0e;
  --brand-surface: #151616;
  --brand-surface-strong: #202020;
  --brand-lime: #ddff00;
  --brand-aqua: #05ffd5;
  --brand-text: #f4f6f4;
  --brand-muted: #aeb5b1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #f2f3f6;
  font-family: "Inter", "Inter Fallback", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; background: none; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.app-shell {
  width: 100%;
  max-width: 600px;
  min-height: 100vh;
  padding-bottom: 88px;
  margin: 0 auto;
  background: var(--white);
  box-shadow: 0 0 28px rgba(16, 39, 68, .07);
}
.topbar {
  height: 76px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
}
.icon-button, .profile-button { cursor: pointer; display: grid; place-items: center; }
.menu-button { justify-content: start; }
.menu-button svg { width: 30px; height: 30px; stroke-width: 1.5; }
.profile-button { width: 44px; height: 44px; border: 0; border-radius: 13px; color: var(--navy); background: #f0f4f8; }
.profile-button svg { width: 27px; height: 27px; stroke-width: 1.8; }
.brand { justify-self: center; text-align: center; letter-spacing: .5px; font-weight: 800; line-height: 1; }
.brand span { display: block; font-size: 28px; }
.brand small { display: block; margin-top: 4px; font-size: 13px; letter-spacing: 7px; transform: translateX(3px); }
.desktop-primary, .desktop-actions, .footer-brand { display: none; }

main { padding: 0 18px; }
.hero {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 14px;
  background: #edf0f4;
}
.hero-media, .hero-image { position: absolute; inset: 0; }
.hero-image { opacity: 0; background-position: center; background-size: cover; transform: scale(1.025); transition: opacity .8s ease, transform 8s ease; }
.hero-image.is-active { opacity: 1; transform: scale(1); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(8,9,10,.9) 0%, rgba(8,9,10,.68) 38%, rgba(8,9,10,.08) 68%, transparent 100%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; width: 67%; padding: 27px 0 0 28px; }
.hero-eyebrow { display: block; margin-bottom: 7px; color: var(--brand-aqua); font-size: 9px; line-height: 1; letter-spacing: 1.4px; font-weight: 800; text-transform: uppercase; }
.hero-title { max-width: 660px; margin: 0; font-size: 29px; line-height: 1.02; letter-spacing: -.8px; }
.hero p { max-width: 430px; margin: 12px 0 16px; color: #d8ddda; font-size: 12.5px; line-height: 1.4; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 39px; padding: 0 21px; border-radius: 7px; color: #fff; background: var(--navy); font-size: 13px; font-weight: 750; }
.hero .primary-button { min-height: 44px; padding: 0 25px; border-radius: 9px; font-size: 12.5px; letter-spacing: .2px; box-shadow: 0 10px 26px rgba(221,255,0,.13); }
.hero-controls { position: absolute; z-index: 3; right: 14px; bottom: 12px; display: flex; align-items: center; gap: 9px; }
.hero-arrow { width: 36px; height: 36px; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; background: rgba(10,11,11,.62); backdrop-filter: blur(10px); cursor: pointer; display: grid; place-items: center; }
.hero-arrow svg { width: 18px; height: 18px; }
.hero-dots { display: flex; align-items: center; justify-content: center; gap: 7px; }
.hero-dots button { width: 7px; height: 7px; padding: 0; border-radius: 50%; cursor: pointer; background: #747b77; transition: width .25s ease, border-radius .25s ease, background .25s ease; }
.hero-dots button.active { width: 25px; border-radius: 99px; background: var(--brand-lime); }

.catalog-controls { margin: 14px 0 16px; padding: 10px; border: 1px solid #e1e7ee; border-radius: 14px; background: #fff; box-shadow: 0 7px 24px rgba(16,39,68,.055); }
.catalog-tools { min-width: 0; display: grid; gap: 7px; }
.category-nav { min-width: 0; display: flex; gap: 6px; overflow-x: auto; padding: 0; scrollbar-width: none; scroll-snap-type: x proximity; }
.category-nav::-webkit-scrollbar { display: none; }
.category-button { flex: 0 0 auto; min-width: max-content; height: 36px; padding: 0 11px; border: 1px solid transparent; border-radius: 9px; color: #48566a; background: #f3f6f9; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 9.5px; font-weight: 750; white-space: nowrap; scroll-snap-align: start; }
.category-button.active { border-color: var(--navy); color: #fff; background: var(--navy); box-shadow: 0 5px 12px rgba(16,39,68,.14); }
.category-button svg { width: 16px; height: 16px; }

.search-row { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(128px, .6fr); gap: 6px; }
.search-box, .provider-picker { min-width: 0; height: 40px; border: 1px solid transparent; border-radius: 9px; background: #f3f6f9; display: flex; align-items: center; }
.search-box { gap: 8px; padding: 0 11px; }
.search-box:focus-within, .provider-picker:focus-within { border-color: #9aaabd; background: #fff; box-shadow: 0 0 0 3px rgba(16,39,68,.06); }
.search-box > svg { flex: 0 0 auto; width: 17px; height: 17px; color: #667487; }
.search-control, .provider-control { min-width: 0; flex: 1; display: grid; align-content: center; }
.search-control small, .provider-control small { display: none; }
.search-box input, .provider-picker select { min-width: 0; width: 100%; height: 22px; padding: 0; border: 0; outline: 0; appearance: none; background: transparent; font-size: 10.5px; font-weight: 650; }
.search-box input::placeholder { color: #858d9a; opacity: 1; }
.provider-picker { position: relative; gap: 7px; padding: 0 10px; cursor: pointer; }
.provider-picker select { cursor: pointer; }
.provider-icon { flex: 0 0 auto; width: 16px; height: 16px; color: #667487; }
.provider-chevron { flex: 0 0 auto; width: 13px; height: 13px; pointer-events: none; }

.game-section { overflow: hidden; margin-bottom: 12px; border: 1px solid var(--border); border-radius: 11px; background: var(--white); }
.section-heading { min-height: 48px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.section-toggle { min-width: 0; align-self: stretch; padding: 0; display: flex; align-items: center; gap: 9px; cursor: pointer; text-align: left; }
.section-heading h2 { overflow: hidden; margin: 0; font-size: 18px; line-height: 1.1; letter-spacing: -.2px; white-space: nowrap; text-overflow: ellipsis; }
.section-chevron { flex: 0 0 auto; transition: transform .2s ease; }
.section-chevron svg { width: 18px; height: 18px; }
.game-section.is-collapsed .section-chevron { transform: rotate(-90deg); }
.section-count { flex: 0 0 auto; min-width: 28px; height: 24px; padding: 0 8px; border: 0; border-radius: 8px; color: var(--navy); background: #f0f4f8; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; line-height: 1; font-weight: 750; font-variant-numeric: tabular-nums; }
.view-all { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; font-size: 12px; }
.view-all svg { width: 17px; height: 17px; }
.section-body { padding: 0 12px 12px; }
.section-body[hidden] { display: none; }
.game-grid { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(142px, 42vw); gap: 10px; overflow-x: auto; padding: 0 0 7px; scroll-snap-type: x proximity; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #c9d0da transparent; }
.game-grid::-webkit-scrollbar { height: 5px; }.game-grid::-webkit-scrollbar-track { background: transparent; }.game-grid::-webkit-scrollbar-thumb { border-radius: 99px; background: #c9d0da; }
.game-grid.live-grid { grid-template-columns: none; grid-auto-columns: minmax(142px, 42vw); gap: 10px; }
.game-card {
  position: relative;
  min-width: 0;
  height: auto;
  overflow: hidden;
  border: 1px solid #e2e7ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(16, 39, 68, .07);
  cursor: pointer;
  scroll-snap-align: start;
  isolation: isolate;
}
.game-search-meta { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.game-grid.live-grid .game-card { height: auto; }
.game-image { position: relative; width: 100%; height: auto; aspect-ratio: 3 / 4; overflow: hidden; background: linear-gradient(145deg, #dde7f2, #eff3f8); }
.game-grid.live-grid .game-image { width: 100%; height: auto; aspect-ratio: 3 / 4; }
.game-placeholder { position: absolute; z-index: 0; inset: 0; padding: 24px 14px; color: #fff; background: linear-gradient(180deg, #0d1829 0%, #111a2b 58%, #292a38 100%); display: flex; align-items: center; justify-content: center; text-align: center; transition: opacity .2s ease; }
.game-placeholder::before { content: ""; position: absolute; left: -5px; right: -5px; bottom: -10px; height: 42%; border-radius: 0 0 24px 24px; background: rgba(43,44,57,.78); box-shadow: 0 8px 0 rgba(25,31,45,.72); }
.game-placeholder > span { position: relative; z-index: 1; min-width: 0; width: 100%; display: flex; flex-direction: column; align-items: center; transform: translateY(20px); }
.game-placeholder strong { max-width: 100%; font-size: clamp(17px, 1.45vw, 21px); line-height: .98; font-weight: 900; letter-spacing: -.35px; text-transform: uppercase; text-wrap: balance; }
.game-placeholder small { margin-top: 7px; color: rgba(255,255,255,.78); font-size: 8px; line-height: 1; font-weight: 650; letter-spacing: .35px; text-transform: uppercase; }
.game-image.has-cover .game-placeholder { opacity: 0; }
.game-image.cover-error .game-placeholder { opacity: 1; }
.game-cover { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .25s ease; }
.game-cover[hidden] { display: none; }
.game-image-scrim { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(4,13,24,.08) 0%, transparent 48%, rgba(4,13,24,.28) 100%); }
.game-image:not(.has-cover) .game-image-scrim, .game-image.cover-error .game-image-scrim { display: none; }
.game-hover-card { position: absolute; z-index: 3; inset: 0; padding: 20px; color: #fff; background: rgba(5,16,29,.68); display: none; flex-direction: column; align-items: center; justify-content: center; gap: 13px; text-align: center; pointer-events: none; }
.game-hover-copy { width: min(100%, 190px); display: flex; flex-direction: column; align-items: center; gap: 4px; }
.game-hover-copy strong { max-width: 100%; color: #fff; font-size: 15px; line-height: 1.15; font-weight: 800; text-wrap: balance; text-shadow: 0 2px 7px rgba(0,0,0,.65); }
.game-hover-copy small { max-width: 100%; overflow: hidden; color: #c6cbd2; font-size: 11px; line-height: 1.25; font-weight: 400; white-space: nowrap; text-overflow: ellipsis; text-shadow: 0 1px 5px rgba(0,0,0,.7); }
.game-hover-play { min-width: 84px; height: 34px; padding: 0 15px; border-radius: 999px; color: var(--navy); background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.2); display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.game-hover-play svg { width: 13px; height: 13px; fill: currentColor; stroke-width: 2; }
.game-card:hover .game-hover-card, .game-card:focus-visible .game-hover-card { display: flex; }
.game-card:hover .game-cover { transform: scale(1.04); }
.art-candy, .art-sugar, .art-pinata { background: linear-gradient(140deg, #6e3755, #172f50); }
.art-rabbit, .art-ox, .art-tiger, .art-jaguar { background: linear-gradient(140deg, #71552d, #173e45); }
.art-dragon, .art-olympus { background: linear-gradient(140deg, #314a70, #172a46); }
.art-book { background: linear-gradient(140deg, #5d472e, #233954); }
.art-aviator { background: linear-gradient(140deg, #742e39, #172c49); }
.art-esports, .art-sport { background: linear-gradient(140deg, #1d5d5c, #172a46); }
.favorite-button { position: absolute; z-index: 5; top: 8px; right: 8px; width: 28px; height: 28px; padding: 4px; appearance: none; border: 0; border-radius: 0; color: #fff; background: transparent; box-shadow: none; cursor: pointer; display: grid; place-items: center; }
.favorite-button svg { width: 100%; height: 100%; stroke-width: 2.25; filter: drop-shadow(0 1px 2px rgba(0,0,0,.9)) drop-shadow(0 0 4px rgba(0,0,0,.45)); }
.favorite-button.active { color: #ff3366; background: transparent; }
.favorite-button.active svg { fill: currentColor; }
.badge { position: absolute; z-index: 4; top: 9px; left: 9px; height: 23px; padding: 0 10px; overflow: hidden; border: 0; border-radius: 999px; color: #fff; background: #102744; box-shadow: 0 3px 9px rgba(7,17,30,.24); display: inline-flex; align-items: center; justify-content: center; font-size: 9px; line-height: 1; font-weight: 800; letter-spacing: .35px; text-transform: uppercase; }
.badge span { line-height: 1; }
.badge-top { background: #ed1959; }
.badge-hot { background: #ff5b26; }
.badge-new { background: #16b958; }
.badge-live { background: #d8204f; }
.game-image:not(.has-cover) .badge, .game-image.cover-error .badge { display: none; }
.badge-crash { background: #5857c9; }
.game-rtp { position: absolute; z-index: 5; top: 12px; right: 10px; color: #fff; opacity: 0; pointer-events: none; font-size: 10px; line-height: 1; font-weight: 750; letter-spacing: .15px; white-space: nowrap; text-shadow: 0 1px 3px rgba(0,0,0,.95), 0 0 8px rgba(0,0,0,.7); transition: opacity .18s ease; }
.game-card:hover .game-rtp, .game-card:focus-visible .game-rtp { opacity: 1; }
.game-card:hover .game-rtp + .favorite-button, .game-card:focus-visible .game-rtp + .favorite-button { opacity: 0; pointer-events: none; }
.game-card:focus-visible { outline: 3px solid rgba(16,39,68,.18); outline-offset: 2px; }
.empty-state { grid-column: 1 / -1; padding: 32px 15px; border: 1px dashed var(--border); border-radius: 9px; color: var(--muted); text-align: center; }

.jackpot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.jackpot-card { min-width: 0; height: 119px; padding: 8px 4px 7px; border: 1px solid var(--border); border-radius: 9px; background: var(--lighter); cursor: pointer; text-align: center; }
.jackpot-icon { width: 44px; height: 38px; margin: 0 auto 3px; border-radius: 50%; background: #e4e7ec; display: grid; place-items: center; }
.jackpot-icon svg { width: 27px; height: 27px; }
.jackpot-icon.has-cover, .win-icon.has-cover { overflow: hidden; border-radius: 8px; background: #dce3eb; }
.jackpot-icon img, .win-icon img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.jackpot-card h3 { overflow: hidden; margin: 0 0 3px; font-size: 8.5px; line-height: 1.1; font-weight: 650; white-space: nowrap; text-overflow: ellipsis; }
.jackpot-card strong { display: block; overflow: hidden; margin-bottom: 2px; font-size: 14px; line-height: 1.05; letter-spacing: -.4px; white-space: nowrap; text-overflow: ellipsis; }
.jackpot-card p { margin: 0; color: #5b6676; font-size: 8.5px; }

.jackpot-showcase { margin: 0 0 14px; padding: 14px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #102744 0%, #183858 100%); box-shadow: 0 10px 28px rgba(16,39,68,.12); }
.jackpot-heading { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.jackpot-heading h2 { margin: 2px 0 0; font-size: 18px; line-height: 1.1; }
.jackpot-eyebrow { color: #acbdd0; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.jackpot-status { height: 25px; padding: 0 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #dce5ef; display: inline-flex; align-items: center; gap: 6px; font-size: 8px; white-space: nowrap; }
.jackpot-status i { width: 6px; height: 6px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.09); }
.jackpot-showcase .jackpot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.jackpot-showcase .jackpot-card { height: auto; min-height: 77px; padding: 9px; border-color: rgba(255,255,255,.2); color: var(--navy); background: rgba(255,255,255,.96); display: grid; grid-template-columns: 34px minmax(0,1fr); grid-template-areas: "icon name" "icon amount" "icon provider"; column-gap: 8px; align-content: center; text-align: left; }
.jackpot-showcase .jackpot-icon { grid-area: icon; width: 32px; height: 32px; margin: 0; align-self: center; }
.jackpot-showcase .jackpot-icon svg { width: 19px; height: 19px; }
.jackpot-showcase .jackpot-card h3 { grid-area: name; margin: 0 0 2px; font-size: 7.5px; }
.jackpot-showcase .jackpot-card strong { grid-area: amount; margin: 0 0 2px; font-size: 12px; }
.jackpot-showcase .jackpot-card p { grid-area: provider; font-size: 7.5px; }

.latest-wins { overflow: hidden; margin: 12px 0; border: 1px solid #cad3de; border-radius: 12px; background: #f3f6f9; box-shadow: 0 8px 24px rgba(16,39,68,.07); }
.wins-heading { position: relative; overflow: hidden; min-height: 66px; padding: 11px 14px; color: #fff; background: linear-gradient(135deg, #102744, #1c4164); display: flex; align-items: center; gap: 11px; }
.wins-heading::after { content: ""; position: absolute; right: -24px; top: -32px; width: 95px; height: 95px; border: 18px solid rgba(255,255,255,.045); border-radius: 50%; pointer-events: none; }
.wins-heading > * { position: relative; z-index: 1; }
.wins-heading-icon { flex: 0 0 auto; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: rgba(255,255,255,.09); display: grid; place-items: center; }
.wins-heading-icon svg { width: 21px; height: 21px; }
.wins-heading h2 { margin: 2px 0 0; font-size: 17px; line-height: 1.1; }
.wins-eyebrow { color: #c5d4e3; display: flex; align-items: center; gap: 7px; font-size: 8px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.wins-live-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.08); }
.wins-live-dot::after { content: ""; position: absolute; inset: -4px; border: 1px solid rgba(255,255,255,.38); border-radius: inherit; animation: live-pulse 1.8s ease-out infinite; }
.wins-viewport { overflow: hidden; padding: 11px 0; background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(241,245,249,.45)); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.wins-track { width: max-content; display: flex; will-change: transform; animation: wins-marquee 40s linear infinite; }
.wins-group { display: flex; gap: 10px; padding-right: 10px; }
.win-card { width: 235px; min-height: 66px; padding: 9px 12px; border: 1px solid #d7dee7; border-radius: 9px; background: rgba(255,255,255,.97); display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 9px; box-shadow: 0 4px 12px rgba(16,39,68,.055); }
.win-icon { width: 32px; height: 32px; border-radius: 50%; color: var(--navy); background: #e8ecf2; display: grid; place-items: center; }
.win-icon svg { width: 18px; height: 18px; }
.win-copy { min-width: 0; display: block; }
.win-copy strong, .win-copy small { overflow: hidden; display: block; white-space: nowrap; text-overflow: ellipsis; }
.win-copy strong { margin-bottom: 3px; font-size: 10px; }
.win-copy small { color: var(--muted); font-size: 9px; }
.win-card b { color: var(--navy); font-size: 11px; white-space: nowrap; }
.latest-wins:hover .wins-track, .latest-wins:focus-within .wins-track { animation-play-state: paused; }
@keyframes wins-marquee { to { transform: translateX(-50%); } }
@keyframes live-pulse { 0% { transform: scale(.75); opacity: .7; } 80%, 100% { transform: scale(1.65); opacity: 0; } }

.reload-card { min-height: 70px; margin: 12px 0 15px; padding: 8px 14px 8px 10px; border: 1px solid var(--border); border-radius: 10px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 10px; }
.gift-icon { width: 54px; height: 54px; border-radius: 50%; background: #e6e9ee; display: grid; place-items: center; }
.gift-icon svg { width: 31px; height: 31px; }
.reload-copy h2 { margin: 0 0 2px; font-size: 14px; }
.reload-copy p { margin: 0; font-size: 11px; }
.deposit-button { min-height: 37px; padding: 0 18px; font-size: 11px; white-space: nowrap; }

.info-panel { overflow: hidden; margin-bottom: 16px; border: 1px solid var(--border); border-radius: 9px; }
.info-panel details { border-bottom: 1px solid var(--border); }
.info-panel details:last-child { border-bottom: 0; }
.info-panel summary { height: 32px; padding: 0 14px; cursor: pointer; list-style: none; display: grid; grid-template-columns: 24px 1fr 18px; align-items: center; gap: 9px; font-size: 11px; }
.info-panel summary::-webkit-details-marker { display: none; }
.info-panel summary > svg { width: 18px; height: 18px; }
.info-panel .summary-chevron { width: 16px; height: 16px; transition: transform .2s ease; }
.info-panel details[open] .summary-chevron { transform: rotate(180deg); }
.detail-copy { margin: 0; padding: 0 16px 12px 47px; color: var(--muted); font-size: 10px; }

.footer { padding: 0 18px 74px; border-top: 1px solid var(--border); }
.payment-row { min-height: 53px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-around; gap: 8px; color: #858d9a; font-weight: 750; white-space: nowrap; }
.visa { font-size: 20px; font-style: italic; }
.mastercard { display: flex; margin: 0 2px; }
.mastercard i { width: 20px; height: 20px; border-radius: 50%; background: #b9bec7; }
.mastercard i + i { margin-left: -7px; background: #d1d5db; }
.apple { font-size: 14px; }.skrill { font-size: 17px; }.neteller { font-size: 13px; font-style: italic; }
.age { width: 31px; height: 31px; border: 1.5px solid #858d9a; border-radius: 50%; display: grid; place-items: center; font-size: 11px; }
.commission { font-size: 8px; line-height: 1.05; }
.footer-links { padding-top: 11px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 5px 0; }
.footer-links a { padding: 0 10px; border-right: 1px solid #aeb4be; font-size: 8.5px; line-height: 1; }
.footer-links a:last-child { border-right: 0; }
.copyright { margin: 8px 0 0; text-align: center; color: #566173; font-size: 9px; }

.bottom-nav { position: fixed; z-index: 20; left: 50%; bottom: max(10px, env(safe-area-inset-bottom)); width: min(580px, calc(100% - 20px)); min-height: 66px; padding: 7px 10px; transform: translateX(-50%); border: 1px solid rgba(208,216,226,.9); border-radius: 20px; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; box-shadow: 0 12px 34px rgba(16,39,68,.17); }
.bottom-item { position: relative; width: 46px; height: 46px; margin: 0 auto; padding: 0; border-radius: 14px; cursor: pointer; display: grid; place-items: center; color: #718096; transition: color .18s ease, background-color .18s ease, transform .18s ease; }
.bottom-item svg { width: 24px; height: 24px; stroke-width: 1.8; }
.bottom-item.active { color: var(--navy); font-weight: 750; }
.bottom-item.active:not(.bottom-item--primary) { background: #edf2f7; }
.bottom-item.active:not(.bottom-item--primary) svg { fill: none; stroke: currentColor; }
.bottom-item--primary { width: 50px; height: 50px; border: 0; border-radius: 15px; color: #fff; background: var(--navy); box-shadow: 0 8px 18px rgba(16,39,68,.25); }
.bottom-item--primary:hover, .bottom-item--primary:focus-visible, .bottom-item--primary.active { color: #fff; background: #173b66; transform: translateY(-1px); }
.bottom-item--primary svg { width: 25px; height: 25px; fill: none; stroke: currentColor; }

@media (max-width: 520px) {
  body { background: #fff; }
  .app-shell { box-shadow: none; }
  .topbar { height: 68px; padding: 0 16px; }
  .brand span { font-size: 23px; }.brand small { font-size: 10px; letter-spacing: 5.5px; }
  .menu-button svg { width: 27px; height: 27px; }.profile-button { width: 40px; height: 40px; border-radius: 12px; }.profile-button svg { width: 25px; height: 25px; }
  main { padding: 0 12px; }
  .hero { height: 190px; }
  .hero-copy { width: 70%; padding: 21px 0 0 19px; }
  .hero-eyebrow { margin-bottom: 6px; font-size: 7.5px; letter-spacing: 1.1px; }
  .hero-title { font-size: clamp(22px, 6vw, 26px); }
  .hero p { max-width: 245px; margin: 9px 0 12px; font-size: 10.5px; line-height: 1.35; }
  .primary-button { min-height: 34px; padding: 0 17px; font-size: 11.5px; }
  .hero .primary-button { min-height: 42px; padding: 0 23px; border-radius: 9px; font-size: 12px; }
  .hero-controls { right: 9px; bottom: 9px; gap: 7px; }.hero-arrow { width: 32px; height: 32px; }.hero-arrow svg { width: 16px; height: 16px; }.hero-dots { gap: 6px; }.hero-dots button { width: 7px; height: 7px; }.hero-dots button.active { width: 21px; }
  .catalog-controls { margin: 10px 0 13px; padding: 8px; }
  .catalog-tools { gap: 6px; }
  .category-nav { gap: 5px; }
  .category-button { height: 34px; padding: 0 9px; border-radius: 8px; font-size: 9px; }.category-button svg { width: 15px; height: 15px; }
  .search-row { grid-template-columns: minmax(0, 1fr) 124px; gap: 6px; }
  .search-box, .provider-picker { height: 38px; }.search-box { padding: 0 9px; gap: 7px; }.provider-picker { padding: 0 8px; }.provider-icon { display: none; }.search-box input, .provider-picker select { font-size: 10px; }
  .game-section { margin-bottom: 10px; }.section-heading { min-height: 44px; padding: 0 10px; }.section-heading h2 { font-size: 16px; }.view-all { font-size: 10.5px; }.section-body { padding: 0 9px 9px; }
  .game-grid { grid-auto-columns: minmax(150px, 45vw); gap: 8px; }.jackpot-grid { gap: 7px; }.game-grid.live-grid { grid-auto-columns: minmax(150px, 45vw); gap: 8px; }
  .game-card, .game-grid.live-grid .game-card { height: auto; }.game-image, .game-grid.live-grid .game-image { width: 100%; height: auto; aspect-ratio: 3 / 4; }
  .favorite-button { top: 6px; right: 6px; width: 25px; height: 25px; padding: 4px; }.favorite-button svg { width: 100%; height: 100%; }.badge { top: 7px; left: 7px; height: 20px; padding: 0 8px; font-size: 7.5px; }
  .jackpot-card { height: 105px; padding-top: 6px; }.jackpot-icon { width: 39px; height: 34px; }.jackpot-icon svg { width: 24px; height: 24px; }.jackpot-card h3 { font-size: 7.2px; }.jackpot-card strong { font-size: 11.5px; }.jackpot-card p { font-size: 7.5px; }
  .latest-wins { margin-top: 12px; }.wins-heading { min-height: 58px; padding: 9px 11px; }.wins-heading-icon { width: 35px; height: 35px; }.wins-heading h2 { font-size: 16px; }.wins-viewport { padding: 9px 0; }.win-card { width: 210px; min-height: 60px; padding: 8px 10px; grid-template-columns: 30px minmax(0, 1fr) auto; gap: 7px; }.win-icon { width: 29px; height: 29px; }.win-card b { font-size: 10px; }
  .reload-card { min-height: 63px; margin-top: 11px; padding: 7px 10px 7px 8px; grid-template-columns: 48px 1fr auto; gap: 8px; }.gift-icon { width: 46px; height: 46px; }.gift-icon svg { width: 28px; height: 28px; }.reload-copy h2 { font-size: 12px; }.reload-copy p { font-size: 9.5px; }.deposit-button { min-height: 33px; padding: 0 12px; font-size: 9.5px; }
  .info-panel summary { height: 30px; padding: 0 11px; grid-template-columns: 21px 1fr 16px; gap: 7px; font-size: 10px; }.info-panel summary > svg { width: 16px; height: 16px; }
  .footer { padding-left: 12px; padding-right: 12px; }.payment-row { gap: 5px; }.visa { font-size: 17px; }.mastercard i { width: 17px; height: 17px; }.apple { font-size: 11px; }.skrill { font-size: 14px; }.neteller { font-size: 10px; }.age { width: 27px; height: 27px; }.commission { font-size: 6.7px; }.footer-links a { padding: 0 7px; font-size: 7.5px; }
}

@media (max-width: 400px) {
  main { padding: 0 10px; }
  .hero { height: 184px; }.hero-copy { width: 72%; padding: 19px 0 0 17px; }.hero-title { font-size: 21px; }.hero p { max-width: 225px; margin: 8px 0 10px; font-size: 9.8px; }
  .hero .primary-button { min-height: 40px; padding: 0 20px; font-size: 11.5px; }
  .hero-arrow { width: 30px; height: 30px; }
  .category-nav { gap: 5px; }.category-button { padding-left: 9px; padding-right: 9px; font-size: 8.8px; }.game-grid { grid-auto-columns: minmax(146px, 46vw); gap: 7px; }.jackpot-grid { gap: 5px; }.game-grid.live-grid { grid-auto-columns: minmax(146px, 46vw); gap: 7px; }
  .reload-card { grid-template-columns: 43px 1fr auto; }.gift-icon { width: 42px; height: 42px; }.deposit-button { padding: 0 9px; }
}

@media (min-width: 601px) {
  .bottom-nav { width: 580px; }
}

@media (min-width: 768px) {
  body { background: var(--white); font-size: 14px; }
  .app-shell { max-width: none; padding-bottom: 0; box-shadow: none; }
  .topbar {
    position: sticky;
    z-index: 100;
    top: 0;
    height: 72px;
    padding: 0 24px;
    border-bottom: 1px solid var(--border);
    grid-template-columns: auto minmax(0, 1fr) auto 38px;
    gap: 16px;
    background: var(--white);
  }
  .menu-button { display: none; }
  .brand { justify-self: start; }
  .brand span { font-size: 21px; }
  .brand small { margin-top: 3px; font-size: 9px; letter-spacing: 5.5px; }
  .profile-button { width: 38px; height: 38px; border-radius: 11px; }
  .profile-button svg { width: 23px; height: 23px; }
  .desktop-primary {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .desktop-primary::-webkit-scrollbar { display: none; }
  .desktop-nav-link {
    position: relative;
    padding: 10px 8px;
    flex: 0 0 auto;
    cursor: pointer;
    border-radius: 7px;
    color: #465365;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 650;
  }
  .desktop-nav-link svg { width: 15px; height: 15px; stroke-width: 1.9; }
  .desktop-nav-link.active { color: var(--navy); background: var(--light); }
  .desktop-promotions { display: none; }
  .desktop-actions { display: flex; align-items: center; gap: 8px; }
  .login-button {
    min-width: 66px;
    height: 36px;
    cursor: pointer;
    border: 1px solid var(--border);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
  }
  .register-button { display: none; }

  main { max-width: 1440px; margin: 0 auto; padding: 24px; }
  .hero { height: auto; min-height: 280px; max-height: 400px; aspect-ratio: 16 / 5; background-position: center; }
  .hero-copy { width: min(55%, 690px); padding: 42px 0 0 48px; }
  .hero-eyebrow { margin-bottom: 10px; font-size: 10px; letter-spacing: 1.7px; }
  .hero-title { font-size: clamp(34px, 4vw, 46px); line-height: 1.02; }
  .hero p { max-width: 460px; margin: 16px 0 21px; font-size: 15px; line-height: 1.45; }
  .hero .primary-button { min-height: 52px; padding: 0 34px; font-size: 14px; }
  .hero-controls { right: 18px; bottom: 18px; gap: 10px; }
  .hero-arrow { width: 42px; height: 42px; }.hero-arrow svg { width: 20px; height: 20px; }

  .catalog-controls { margin: 16px 0 18px; padding: 12px; border-radius: 14px; }
  .catalog-tools { gap: 9px; }
  .category-nav { align-items: center; gap: 7px; padding: 0; overflow-x: auto; }
  .category-button {
    width: auto;
    height: 40px;
    padding: 0 13px;
    border-radius: 9px;
    flex-direction: row;
    gap: 7px;
    font-size: 10.5px;
  }
  .category-button svg { width: 18px; height: 18px; }
  .search-row { width: min(100%, 620px); grid-template-columns: minmax(0, 1fr) 190px; }
  .search-box, .provider-picker { height: 42px; }

  .game-section { margin-bottom: 16px; }
  .section-heading { min-height: 58px; padding: 0 18px; }
  .section-heading h2 { font-size: 21px; }
  .view-all { font-size: 13px; }
  .section-body { padding: 0 18px 18px; }
  .game-grid { grid-template-columns: none; grid-auto-columns: clamp(176px, calc((100% - 56px) / 5), 250px); gap: 14px; }
  .game-grid.live-grid { grid-template-columns: none; grid-auto-columns: clamp(176px, calc((100% - 56px) / 5), 250px); gap: 14px; }
  .game-card, .game-grid.live-grid .game-card { height: auto; min-height: 0; }
  .game-image, .game-grid.live-grid .game-image { width: 100%; height: auto; aspect-ratio: 3 / 4; }
  .favorite-button { top: 9px; right: 9px; width: 30px; height: 30px; padding: 4px; }
  .favorite-button svg { width: 100%; height: 100%; }
  .badge { top: 10px; left: 10px; height: 22px; font-size: 8px; }

  .jackpot-grid { gap: 14px; }
  .jackpot-card { height: 138px; padding: 12px 8px 10px; }
  .jackpot-icon { width: 49px; height: 43px; margin-bottom: 7px; }
  .jackpot-icon svg { width: 29px; height: 29px; }
  .jackpot-card h3 { font-size: 10px; }
  .jackpot-card strong { margin-bottom: 4px; font-size: 18px; }
  .jackpot-card p { font-size: 10px; }

  .jackpot-showcase { margin-bottom: 20px; padding: 18px; border-radius: 14px; }.jackpot-heading { margin-bottom: 15px; }.jackpot-heading h2 { font-size: 21px; }.jackpot-showcase .jackpot-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }.jackpot-showcase .jackpot-card { min-height: 90px; padding: 12px; grid-template-columns: 40px minmax(0,1fr); column-gap: 10px; }.jackpot-showcase .jackpot-icon { width: 40px; height: 40px; }.jackpot-showcase .jackpot-icon svg { width: 23px; height: 23px; }.jackpot-showcase .jackpot-card h3 { font-size: 9px; }.jackpot-showcase .jackpot-card strong { font-size: 16px; }.jackpot-showcase .jackpot-card p { font-size: 9px; }

  .latest-wins { margin: 20px 0; display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: stretch; }.wins-heading { min-height: 100px; padding: 16px 18px; }.wins-heading h2 { font-size: 20px; }.wins-viewport { min-width: 0; padding: 13px 0; display: flex; align-items: center; }.wins-group { gap: 14px; padding-right: 14px; }.win-card { width: 270px; min-height: 74px; padding: 11px 14px; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 11px; }.win-icon { width: 38px; height: 38px; }.win-icon svg { width: 21px; height: 21px; }.win-copy strong { font-size: 12px; }.win-copy small { font-size: 10px; }.win-card b { font-size: 13px; }

  .reload-card { min-height: 84px; margin: 14px 0 18px; padding: 12px 18px; grid-template-columns: 64px 1fr auto; gap: 16px; }
  .gift-icon { width: 58px; height: 58px; }
  .reload-copy h2 { font-size: 16px; }
  .reload-copy p { font-size: 13px; }
  .deposit-button { min-height: 42px; padding: 0 23px; font-size: 12px; }

  .info-panel { display: block; margin-bottom: 32px; }
  .info-panel details { border-right: 0; }
  .info-panel details:last-child { border-bottom: 0; }
  .info-panel summary { height: 46px; padding: 0 18px; grid-template-columns: 25px 1fr 18px; font-size: 13px; }
  .info-panel summary > svg { width: 20px; height: 20px; }
  .detail-copy { padding: 0 18px 15px 52px; font-size: 11px; }

  .bottom-nav { display: none; }
  .footer { padding: 24px; border-top: 1px solid var(--border); }
  .footer-brand { margin-bottom: 18px; align-items: flex-start; flex-direction: column; line-height: 1; }
  .footer-brand strong { font-size: 20px; letter-spacing: .5px; }
  .footer-brand span { margin-top: 4px; font-size: 8px; letter-spacing: 5px; }
  .payment-row { justify-content: flex-start; gap: 20px; }
  .footer-links { justify-content: flex-start; }
  .footer-links a { padding: 0 12px; font-size: 10px; }
  .footer-links a:first-child { padding-left: 0; }
  .copyright { text-align: left; font-size: 10px; }
}

@media (min-width: 1200px) {
  .topbar {
    height: 78px;
    padding-right: max(32px, calc((100vw - 1440px) / 2 + 32px));
    padding-left: max(32px, calc((100vw - 1440px) / 2 + 32px));
    grid-template-columns: 170px minmax(0, 1fr) auto 40px;
    gap: 24px;
  }
  .brand span { font-size: 25px; }
  .brand small { font-size: 10px; letter-spacing: 6px; }
  .desktop-primary { gap: 4px; }
  .desktop-nav-link { padding: 10px 12px; font-size: 14px; }
  .desktop-promotions { display: block; }
  .desktop-actions { gap: 10px; }
  .login-button { min-width: 78px; padding: 0 18px; font-size: 12px; }
  .register-button { min-height: 38px; padding: 0 17px; border-radius: 8px; color: #fff; background: var(--navy); display: inline-flex; align-items: center; font-size: 12px; font-weight: 750; }
  .profile-button { width: 42px; height: 42px; border-radius: 12px; }
  .profile-button svg { width: 25px; height: 25px; }

  main { padding: 32px; }
  .hero { height: auto; min-height: 360px; max-height: 430px; aspect-ratio: 16 / 5; border-radius: 16px; background-position: center; }
  .hero-copy { width: min(52%, 720px); padding: clamp(58px, 5vw, 74px) 0 0 68px; }
  .hero-eyebrow { margin-bottom: 12px; font-size: 11px; letter-spacing: 1.9px; }
  .hero-title { font-size: clamp(44px, 3.5vw, 54px); line-height: 1; letter-spacing: -1.3px; }
  .hero p { max-width: 500px; margin: 19px 0 26px; font-size: 17px; }
  .hero .primary-button { min-height: 58px; padding: 0 40px; border-radius: 10px; font-size: 16px; }
  .hero-controls { right: 24px; bottom: 22px; }.hero-arrow { width: 46px; height: 46px; }

  .catalog-controls { margin: 18px 0; padding: 10px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(410px, 510px); align-items: center; gap: 11px; }
  .catalog-tools { display: contents; }
  .category-nav { padding: 0; gap: 6px; }
  .category-button { height: 38px; padding: 0 11px; font-size: 10.5px; }
  .category-button svg { width: 17px; height: 17px; }
  .search-row { width: 100%; grid-template-columns: minmax(0, 1fr) 176px; }
  .search-box, .provider-picker { height: 40px; }

  .game-section { margin-bottom: 18px; }
  .section-heading { min-height: 64px; padding: 0 22px; }
  .section-heading h2 { font-size: 24px; }
  .view-all { font-size: 14px; }
  .section-body { padding: 0 22px 22px; }
  .game-grid { grid-template-columns: none; grid-auto-columns: calc((100% - 90px) / 6); gap: 18px; }
  .game-grid.live-grid { grid-template-columns: none; grid-auto-columns: calc((100% - 90px) / 6); gap: 18px; }

  .jackpot-grid { gap: 18px; }
  .jackpot-card { height: 154px; padding-top: 15px; }
  .jackpot-icon { width: 54px; height: 48px; }
  .jackpot-icon svg { width: 32px; height: 32px; }
  .jackpot-card h3 { margin-bottom: 5px; font-size: 11px; }
  .jackpot-card strong { font-size: 22px; }
  .jackpot-card p { font-size: 11px; }

  .reload-card { min-height: 96px; margin: 16px 0 18px; padding: 15px 24px; grid-template-columns: 72px 1fr auto; gap: 20px; }
  .gift-icon { width: 64px; height: 64px; }
  .gift-icon svg { width: 35px; height: 35px; }
  .reload-copy h2 { font-size: 18px; }
  .reload-copy p { font-size: 14px; }
  .deposit-button { min-height: 46px; padding: 0 28px; font-size: 13px; }

  .info-panel { margin-bottom: 48px; }
  .info-panel summary { height: 52px; padding: 0 22px; font-size: 14px; }
  .detail-copy { padding: 0 22px 17px 56px; font-size: 12px; }

  .footer {
    width: calc(100% - 64px);
    max-width: 1376px;
    margin: 0 auto;
    padding: 34px 0 38px;
    display: grid;
    grid-template-columns: 210px minmax(360px, 1fr) auto;
    grid-template-areas: "brand links payments" "brand copyright payments";
    column-gap: 30px;
    align-items: center;
  }
  .footer-brand { grid-area: brand; margin: 0; display: flex; }
  .footer-brand strong { font-size: 24px; }
  .footer-brand span { font-size: 9px; letter-spacing: 6px; }
  .payment-row { grid-area: payments; min-height: 58px; border: 0; gap: 18px; }
  .footer-links { grid-area: links; padding: 0 0 11px; }
  .footer-links a { font-size: 11px; }
  .copyright { grid-area: copyright; margin: 0; font-size: 11px; }
}

@media (hover: hover) and (pointer: fine) {
  .jackpot-card, .category-button, .provider-picker, .login-button { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
  .jackpot-card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(16, 39, 68, .09); }
  .category-button:hover, .provider-picker:hover { border-color: #aeb8c5; }
  .login-button:hover { border-color: var(--navy); background: var(--light); }
  .desktop-nav-link:hover { color: var(--navy); background: var(--light); }
  .hero-arrow { transition: border-color .18s ease, background-color .18s ease, transform .18s ease; }
  .hero-arrow:hover { border-color: var(--brand-lime); background: rgba(10,11,11,.86); transform: translateY(-1px); }
  .hero .primary-button { transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
  .hero .primary-button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(221,255,0,.2); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; }.wins-track, .wins-live-dot::after { animation: none !important; } }

/* VERSUS brand layer. Layout, breakpoints and footer payment methods stay unchanged. */
body {
  color: var(--brand-text);
  background: var(--brand-bg);
}

.app-shell,
.topbar,
.footer {
  background: var(--brand-bg);
}

.app-shell { box-shadow: 0 0 28px rgba(0, 0, 0, .28); }
.topbar { color: var(--brand-text); }

.brand img,
.footer-brand img {
  width: min(100%, 154px);
  height: auto;
  display: block;
}

.brand img { margin: 0 auto; }
.footer-brand img { width: 168px; }

.profile-button {
  color: var(--brand-lime);
  background: var(--brand-surface-strong);
}

.hero {
  color: var(--brand-text);
  border: 1px solid var(--brand-surface-strong);
  background: var(--brand-surface-strong);
}

.hero::after {
  background: linear-gradient(90deg, rgba(8, 9, 10, .96) 0%, rgba(8, 9, 10, .84) 36%, rgba(8, 9, 10, .28) 62%, rgba(8, 9, 10, .06) 100%);
}

.hero-title,
.hero p { text-shadow: 0 2px 12px rgba(0, 0, 0, .48); }

.primary-button,
.register-button {
  color: #101210;
  background: var(--brand-lime);
}

.hero-dots button { background: #6f7672; }
.hero-dots button.active { background: var(--brand-lime); }

.catalog-controls,
.game-section,
.reload-card,
.info-panel {
  border-color: var(--brand-surface-strong);
  background: var(--brand-surface);
  box-shadow: none;
}

.category-button,
.search-box,
.provider-picker {
  color: #d7dbd8;
  background: var(--brand-surface-strong);
}

.category-button.active {
  border-color: var(--brand-lime);
  color: #101210;
  background: var(--brand-lime);
  box-shadow: none;
}

.search-box:focus-within,
.provider-picker:focus-within {
  border-color: var(--brand-aqua);
  background: #191b1a;
  box-shadow: 0 0 0 3px rgba(5, 255, 213, .12);
}

.search-box > svg,
.provider-icon,
.search-box input::placeholder { color: var(--brand-muted); }

.provider-picker select,
.search-box input { color: var(--brand-text); }

.section-heading,
.view-all { color: var(--brand-text); }

.section-count {
  color: #101210;
  background: var(--brand-lime);
}

.game-grid { scrollbar-color: #4b514e transparent; }
.game-grid::-webkit-scrollbar-thumb { background: #4b514e; }

.game-card {
  border-color: #2b2d2c;
  background: var(--brand-surface-strong);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .24);
}

.game-hover-card { background: rgba(8, 9, 10, .76); }
.game-hover-play { color: #101210; background: var(--brand-lime); }
.favorite-button.active { color: var(--brand-aqua); }
.badge-top,
.badge-hot,
.badge-new,
.badge-live,
.badge-crash { color: #101210; background: var(--brand-lime); }

.game-card:focus-visible,
.jackpot-card:focus-visible,
.win-card:focus-visible,
.icon-button:focus-visible,
.profile-button:focus-visible,
.bottom-item:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--brand-aqua);
  outline-offset: 3px;
}

.jackpot-showcase {
  color: var(--brand-text);
  background: var(--brand-surface-strong);
  box-shadow: none;
}

.jackpot-eyebrow,
.wins-eyebrow { color: var(--brand-aqua); }

.jackpot-status {
  border-color: #454946;
  color: var(--brand-muted);
}

.jackpot-showcase .jackpot-card,
.jackpot-card {
  border-color: #343735;
  color: var(--brand-text);
  background: var(--brand-surface);
}

.jackpot-icon,
.gift-icon,
.win-icon { color: #101210; background: var(--brand-lime); }

.jackpot-card p { color: var(--brand-muted); }

.latest-wins {
  border-color: var(--brand-surface-strong);
  background: var(--brand-surface);
  box-shadow: none;
}

.wins-heading { color: var(--brand-text); background: var(--brand-surface-strong); }
.wins-heading::after { border-color: rgba(221, 255, 0, .08); }
.wins-heading-icon { color: var(--brand-lime); border-color: #454946; background: #171918; }
.wins-viewport { background: var(--brand-surface); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }

.win-card {
  border-color: #343735;
  color: var(--brand-text);
  background: #1a1c1b;
  box-shadow: none;
  cursor: pointer;
}

.win-copy small { color: var(--brand-muted); }
.win-card b { color: var(--brand-lime); }
.reload-copy p,
.detail-copy { color: var(--brand-muted); }

.info-panel details { border-color: #2d302e; }
.info-panel summary { color: var(--brand-text); }
.info-panel summary > svg:first-child { color: var(--brand-aqua); }

.footer-links a { color: var(--brand-muted); }
.copyright { color: #8f9792; }

.bottom-nav {
  border-color: #343735;
  background: rgba(21, 22, 22, .96);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .42);
}

.bottom-item { color: #9aa29d; }
.bottom-item.active { color: var(--brand-lime); }
.bottom-item.active:not(.bottom-item--primary) { background: var(--brand-surface-strong); }
.bottom-item--primary,
.bottom-item--primary:hover,
.bottom-item--primary:focus-visible,
.bottom-item--primary.active { color: #101210; background: var(--brand-lime); }

@media (max-width: 520px) {
  body { background: var(--brand-bg); }
  .brand img { width: 138px; }
}

@media (min-width: 768px) {
  body,
  .topbar { background: var(--brand-bg); }
  .topbar { border-color: var(--brand-surface-strong); }
  .desktop-nav-link { color: #c8ceca; }
  .desktop-nav-link.active,
  .desktop-nav-link:hover { color: #101210; background: var(--brand-lime); }
  .login-button { border-color: #4a4f4c; color: var(--brand-text); }
  .footer { border-color: var(--brand-surface-strong); }
}

@media (min-width: 1200px) {
  .brand img { width: 164px; }
}

@media (hover: hover) and (pointer: fine) {
  .jackpot-card:hover { border-color: var(--brand-lime); box-shadow: 0 8px 22px rgba(0, 0, 0, .22); }
  .category-button:hover,
  .provider-picker:hover { border-color: var(--brand-aqua); }
  .login-button:hover { border-color: var(--brand-lime); color: #101210; background: var(--brand-lime); }
}

.floating-notices {
  position: fixed;
  z-index: 120;
  left: 50%;
  bottom: calc(88px + env(safe-area-inset-bottom));
  width: min(calc(100% - 36px), 564px);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.cookie-consent,
.bonus-sticky {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 7px 8px 7px 13px;
  border: 1px solid #454946;
  border-radius: 11px;
  color: var(--brand-text);
  background: rgba(21, 22, 22, .98);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .36);
  backdrop-filter: blur(16px);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
}

.cookie-consent { display: grid; }
.cookie-consent[hidden] { display: none; }
.cookie-consent-copy,
.bonus-sticky-copy {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.cookie-consent-copy strong,
.bonus-sticky-copy strong {
  flex: 0 0 auto;
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
}

.cookie-consent-copy p,
.bonus-sticky-copy span {
  overflow: hidden;
  margin: 0;
  color: var(--brand-muted);
  font-size: 10px;
  line-height: 1.35;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cookie-consent-copy p { max-width: none; }

.cookie-consent-button,
.bonus-sticky-button {
  min-height: 34px;
  padding: 0 16px;
  border-radius: 7px;
  color: #101210;
  background: var(--brand-lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.cookie-consent-button {
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 850;
  transition: transform .18s ease, background-color .18s ease;
}

.cookie-consent-button:hover,
.bonus-sticky-button:hover { background: #edff70; }
.cookie-consent-button:active { transform: translateY(1px); }
.cookie-consent-button:focus-visible,
.bonus-sticky-button:focus-visible { outline: 3px solid var(--brand-aqua); outline-offset: 3px; }

/* Compact conversion reminder shown after the full welcome card is passed. */
.bonus-sticky {
  display: none;
  background: rgba(21, 22, 22, .98);
}

.bonus-sticky.is-visible {
  display: grid;
}

@media (max-width: 520px) {
  .floating-notices { width: calc(100% - 24px); }
  .cookie-consent-copy strong,
  .bonus-sticky-copy strong { font-size: 11px; }
  .cookie-consent-copy p,
  .bonus-sticky-copy span { font-size: 9px; }
  .cookie-consent-button,
  .bonus-sticky-button { min-height: 32px; padding: 0 12px; font-size: 9px; }
}

@media (max-width: 400px) {
  .floating-notices { width: calc(100% - 20px); }
}

@media (min-width: 768px) {
  .floating-notices {
    bottom: 20px;
    width: calc(100% - 48px);
    max-width: 1392px;
    gap: 10px;
  }
  .cookie-consent,
  .bonus-sticky { min-height: 52px; padding-left: 16px; }
  .cookie-consent-copy strong,
  .bonus-sticky-copy strong { font-size: 13px; }
  .cookie-consent-copy p,
  .bonus-sticky-copy span { font-size: 11px; }
  .cookie-consent-button,
  .bonus-sticky-button { min-height: 36px; padding: 0 18px; }
}

@media (min-width: 1200px) {
  .floating-notices {
    width: calc(100% - 64px);
    max-width: 1376px;
  }
}

/* Crawlable in-page navigation for the long-form review. */
.content-nav {
  margin: 18px 0 0;
  padding: 14px;
  border: 1px solid #303331;
  border-radius: 12px;
  background: var(--brand-surface);
}

.content-nav-heading {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.content-nav-heading span {
  color: var(--brand-aqua);
  font-size: 9px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .08em;
}

.content-nav-heading strong {
  color: var(--brand-text);
  font-size: 16px;
  line-height: 1.2;
}

.content-nav-links {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.content-nav-links a {
  min-width: 0;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid #343735;
  border-radius: 8px;
  color: #dce1de;
  background: var(--brand-surface-strong);
  display: flex;
  align-items: center;
  font-size: 10.5px;
  line-height: 1.25;
  font-weight: 700;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.content-nav-links a::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--brand-lime);
}

.content-nav-links a:hover {
  border-color: var(--brand-aqua);
  color: var(--brand-text);
  background: #252726;
}

.content-nav-links a:focus-visible {
  outline: 3px solid var(--brand-aqua);
  outline-offset: 2px;
}

.seo-content > .info-panel:target {
  border-color: var(--brand-lime);
  box-shadow: 0 0 0 1px rgba(221, 255, 0, .18), 0 10px 30px rgba(0, 0, 0, .14);
}

@media (min-width: 768px) {
  .content-nav {
    padding: 16px;
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
  }
  .content-nav-heading strong { font-size: 17px; }
  .content-nav-links { margin-top: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .content-nav-links a { min-height: 38px; padding: 7px 11px; font-size: 11px; }
}

@media (min-width: 1200px) {
  .content-nav { grid-template-columns: 190px minmax(0, 1fr); padding: 18px; }
  .content-nav-heading strong { font-size: 18px; }
  .content-nav-links { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .content-nav-links a { min-height: 40px; font-size: 11.5px; }
}

/* The long-form review is split into separate, scannable information panels. */
.seo-content {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 20px 0 28px;
  color: var(--brand-text);
}

.seo-content > .info-panel {
  overflow: hidden;
  margin: 0;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid #303331;
  border-radius: 14px;
  background: var(--brand-surface);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .14);
}

.seo-content > .info-panel + .info-panel { margin-top: 12px; }

.seo-content p,
.seo-content li,
.seo-content td,
.seo-content th {
  font-size: 14px;
  line-height: 1.55;
}

.seo-content p { max-width: none; margin: 0 0 11px; }
.seo-lead { color: #dce1de; font-size: 15px !important; line-height: 1.6 !important; }

.seo-warning {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--brand-lime);
  border-radius: 0 10px 10px 0;
  color: var(--brand-text);
  background: var(--brand-surface-strong);
}

.seo-warning strong { color: var(--brand-lime); font-size: 14px; }
.seo-warning p { margin: 3px 0 0; color: var(--brand-muted); }

.info-panel--intro,
.seo-subsection { scroll-margin-top: 92px; }

.seo-subsection h2 {
  margin: 0 0 11px;
  color: var(--brand-text);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.16;
  letter-spacing: -.35px;
}

.seo-subsection h3 { margin: 24px 0 12px; font-size: 18px; }

.seo-content a {
  color: var(--brand-aqua);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.seo-content a:hover { color: var(--brand-lime); }
.seo-content code { padding: 2px 5px; border-radius: 5px; color: var(--brand-aqua); background: var(--brand-surface-strong); }

.seo-table-scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #343735;
  border-radius: 10px;
  overscroll-behavior-inline: contain;
  scrollbar-color: #5d645f transparent;
}

.seo-table-scroll:focus-visible { outline: 3px solid var(--brand-aqua); outline-offset: 3px; }

.seo-content table {
  width: 100%;
  min-width: 760px;
  border-spacing: 0;
  border-collapse: separate;
  color: var(--brand-text);
  background: var(--brand-surface);
}

.seo-content th,
.seo-content td { padding: 13px 15px; text-align: left; vertical-align: top; }
.seo-content th { color: #101210; background: var(--brand-lime); font-size: 12px; line-height: 1.35; }
.seo-content tbody tr:not(:last-child) td { border-bottom: 1px solid #343735; }
.seo-content td:not(:last-child),
.seo-content th:not(:last-child) { border-right: 1px solid #343735; }
.seo-content tbody tr:nth-child(even) td { background: #191b1a; }

.seo-checklist {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  list-style: none;
}

.seo-checklist li {
  position: relative;
  min-height: 48px;
  padding: 12px 14px 12px 37px;
  border: 1px solid #343735;
  border-radius: 9px;
  background: var(--brand-surface-strong);
}

.seo-checklist li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 13px;
  color: var(--brand-lime);
  font-weight: 800;
}

.seo-faq details { border-bottom: 1px solid #343735; }
.seo-faq details:first-of-type { border-top: 1px solid #343735; }

.seo-faq summary {
  min-height: 52px;
  height: auto;
  padding: 13px 42px 13px 0;
  position: relative;
  display: block;
  color: var(--brand-text);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 750;
}

.seo-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #101210;
  background: var(--brand-lime);
  display: grid;
  place-items: center;
  line-height: 1;
}

.seo-faq details[open] summary::after { content: "-"; }
.seo-faq details > p { max-width: 78ch; margin: 0; padding: 0 42px 17px 0; color: var(--brand-muted); }

.seo-updated {
  margin: 0 !important;
  padding: 0;
  border: 0;
  color: var(--brand-muted);
  font-size: 12px !important;
}

.seo-content > .info-panel--meta { padding-top: 16px; padding-bottom: 16px; }

@media (max-width: 767px) {
  .seo-content { padding: 16px 0 24px; }
  .seo-content > .info-panel { padding: 15px 14px; border-radius: 11px; }
  .seo-content > .info-panel + .info-panel { margin-top: 10px; }
  .seo-content p,
  .seo-content li,
  .seo-content td,
  .seo-content th { font-size: 13px; }
  .seo-lead { font-size: 14px !important; }
  .seo-warning { margin: 14px 0 0; padding: 13px 14px; }
  .seo-subsection h2 { font-size: 20px; }
  .seo-checklist { grid-template-columns: 1fr; gap: 8px; }
  .seo-checklist li { min-height: 0; }
  .seo-faq summary { padding-right: 38px; font-size: 13px; }
  .seo-faq details > p { padding-right: 0; }
}
