/* AviatorCanada chrome on the ported games hub */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Inter:wght@400;500;600;700;800&display=swap');

html body.games-hub {
  --font: var(--font-primary, 'Inter', 'Segoe UI', system-ui, sans-serif);
  --font-display: 'Oswald', 'Segoe UI', system-ui, sans-serif;
  --gold: #f0b429;
  --gold2: #ffe066;
  --gold-dark: #a87820;
  --muted: #9a8a90;
  --text: #f0e8e0;
  --bg: #070509;
  --bg2: #0e090c;
  --crimson: #c0182a;
  --crimson2: #e02035;
  --green: #3ecf82;
  --site-header-h: 64px;
  background: #070509 !important;
  background-image: none !important;
  padding-top: 0 !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}
html:has(body.games-hub) {
  overflow-x: clip !important;
  overflow-y: auto !important;
}

@keyframes gold-shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.games-hub-logo {
  display: block;
  height: 42px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  mix-blend-mode: screen;
}
.footer-brand .games-hub-logo {
  height: 32px;
  max-width: 110px;
}
.header-bonus-btn {
  background: linear-gradient(135deg, #b87d10 0%, #e8a820 30%, #ffe066 55%, #f0b429 75%, #a87820 100%) !important;
  color: #1a0e00 !important;
  border: 1px solid rgba(255, 220, 80, 0.3) !important;
}
.game-review-cover-cta,
.game-card-cta,
a.btn-primary {
  background: linear-gradient(135deg, #b87d10 0%, #e8a820 30%, #ffe066 55%, #f0b429 75%, #a87820 100%);
  color: #1a0e00;
}

/* ── NAV (same metrics as shared.css on every breakpoint; button shadow unchanged) ── */
html body.games-hub > nav {
  background: #07060a;
  border-bottom: 1px solid rgba(255,255,255,.05);
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 200;
  box-shadow: 0 2px 0 rgba(240,180,41,.04), 0 10px 48px rgba(0,0,0,.85);
}
html body.games-hub > nav .nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 64px;
  gap: 0;
}
html body.games-hub > nav .nav-logo {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  flex-shrink: 0;
  margin-right: 20px;
  transition: filter .25s;
}
html body.games-hub > nav .nav-logo:hover { filter: drop-shadow(0 0 10px rgba(240,180,41,.28)); }
html body.games-hub > nav .nav-logo span {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: var(--text);
  background-clip: unset;
  filter: none;
  animation: none;
}
html body.games-hub > nav .nav-logo-img {
  height: 46px;
  max-height: 46px;
  width: auto;
  max-width: 130px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}
html body.games-hub > nav .nav-links {
  display: flex;
  gap: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: center;
}
html body.games-hub > nav .nav-links a {
  color: rgba(255,255,255,.55);
  padding: 7px 14px;
  border-radius: 7px;
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 600;
  transition: color .15s, background .15s;
  white-space: nowrap;
  letter-spacing: .015em;
}
html body.games-hub > nav .nav-links a:hover {
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.05);
}
html body.games-hub > nav .nav-links a.active {
  color: var(--gold);
  background: rgba(240,180,41,.1);
  border: 1px solid rgba(240,180,41,.24);
}
html body.games-hub > nav .nav-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
html body.games-hub > nav .nav-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,.55);
  margin: 5px 0;
  border-radius: 2px;
  transition: background .2s;
}
html body.games-hub > nav .nav-burger:hover span { background: var(--gold); }
html body.games-hub > nav .nav-mobile {
  display: none;
  background: #07060a;
  border-top: 1px solid rgba(255,255,255,.05);
}
html body.games-hub > nav .nav-mobile.open { display: block; }
html body.games-hub > nav .nav-mobile a {
  display: block;
  padding: 13px 24px;
  color: rgba(255,255,255,.55);
  border-bottom: 1px solid rgba(255,255,255,.04);
  font-size: 0.92rem;
  font-weight: 500;
  text-align: center;
  transition: color .15s, background .15s;
}
html body.games-hub > nav .nav-mobile a:hover,
html body.games-hub > nav .nav-mobile a.active {
  color: var(--gold);
  background: rgba(240,180,41,.04);
}
html body.games-hub > nav .nav-cta {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-shrink: 0;
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,.07);
  margin-left: 4px;
}
html body.games-hub > nav .btn-nav {
  padding: 9px 18px;
  border-radius: 9px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: var(--font);
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  letter-spacing: .05em;
  transition: box-shadow .2s, transform .18s, filter .18s;
  border: none;
  cursor: pointer;
  visibility: visible !important;
  pointer-events: auto !important;
}
html body.games-hub > nav .btn-nav:hover { transform: translateY(-2px); }
html body.games-hub > nav .btn-nav-reg {
  background: linear-gradient(135deg, #b87d10 0%, #e8a820 30%, #ffe066 55%, #f0b429 75%, #a87820 100%);
  color: #1a0e00;
  -webkit-text-fill-color: #1a0e00;
  font-size: 0.72rem;
  padding: 9px 14px;
  box-shadow: 0 3px 14px rgba(240,180,41,.32), inset 0 1px 0 rgba(255,240,150,.35);
  border: 1px solid rgba(255,220,80,.3);
  overflow: hidden;
  position: relative;
}
html body.games-hub > nav .btn-nav-reg:hover {
  color: #1a0e00;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(240,180,41,.45), inset 0 1px 0 rgba(255,240,150,.4);
}
html body.games-hub > nav .btn-nav-reg:active {
  transform: translateY(0);
  color: #1a0e00;
}
@media (max-width: 920px) {
  html body.games-hub > nav .nav-inner { padding: 0 20px; }
  html body.games-hub > nav .nav-logo { margin-right: 8px; }
  html body.games-hub > nav .nav-logo-img { height: 40px; max-height: 40px; }
  html body.games-hub > nav .nav-links a { padding: 7px 10px; font-size: 0.78rem; }
}
@media (max-width: 700px) {
  html body.games-hub > nav .nav-links { display: none; }
  html body.games-hub > nav .nav-burger { display: block; }
  html body.games-hub > nav .nav-logo span { display: none; }
  html body.games-hub > nav .nav-logo-img { height: 38px; max-height: 38px; }
  html body.games-hub > nav .nav-cta { border-left: none; padding-left: 0; margin-left: 0; }
  html body.games-hub > nav .btn-nav svg { display: none; margin-right: 0 !important; }
}
@media (max-width: 600px) {
  html body.games-hub > nav .btn-nav-reg { padding: 9px 14px; }
}
@media (max-width: 400px) {
  html body.games-hub > nav .btn-nav { padding: 10px 16px; }
  html body.games-hub > nav .btn-nav-reg { font-size: 0.72rem; }
}

/* ── HERO (match /games/aviator) ── */
html body.games-hub > .page-hero {
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(192,24,42,.18), transparent 60%),
    radial-gradient(ellipse 70% 50% at 80% 120%, rgba(240,180,41,.07), transparent 60%),
    linear-gradient(175deg, #090608 0%, #100c0e 50%, #090608 100%) !important;
  padding: 56px 20px 52px !important;
  border-bottom: none !important;
  position: relative !important;
  overflow: hidden !important;
  text-align: left !important;
}
html body.games-hub > .page-hero::before {
  display: none !important;
  content: none !important;
}

@keyframes fly-right { 0%{transform:translateX(-120px) translateY(0) rotate(-8deg);opacity:0} 10%{opacity:.45} 90%{opacity:.45} 100%{transform:translateX(calc(100vw + 120px)) translateY(-30px) rotate(-5deg);opacity:0} }
@keyframes fly-right-slow { 0%{transform:translateX(-100px) translateY(0) rotate(-6deg);opacity:0} 8%{opacity:.3} 92%{opacity:.3} 100%{transform:translateX(calc(100vw + 100px)) translateY(-50px) rotate(-3deg);opacity:0} }
@keyframes fly-right-high { 0%{transform:translateX(-80px) translateY(0) rotate(-10deg);opacity:0} 10%{opacity:.2} 90%{opacity:.2} 100%{transform:translateX(calc(100vw + 80px)) translateY(20px) rotate(-7deg);opacity:0} }
@keyframes fly-left { 0%{transform:translateX(calc(100vw + 80px)) translateY(0) rotate(185deg);opacity:0} 10%{opacity:.18} 90%{opacity:.18} 100%{transform:translateX(-100px) translateY(10px) rotate(185deg);opacity:0} }
html body.games-hub > .page-hero .plane { position: absolute; font-size: 52px; pointer-events: none; z-index: 0; filter: drop-shadow(0 0 18px rgba(240,180,41,.35)) brightness(0.55) sepia(0.4); }
html body.games-hub > .page-hero .plane-1 { top: 18px; left: 0; animation: fly-right 14s ease-in-out infinite; animation-delay: 0s; font-size: 88px; opacity: 0.07; filter: drop-shadow(0 0 24px rgba(240,180,41,.3)) brightness(0.55) sepia(0.4); }
html body.games-hub > .page-hero .plane-2 { top: 55%; left: 0; animation: fly-right-slow 22s linear infinite; animation-delay: 4s; font-size: 38px; opacity: 0; }
html body.games-hub > .page-hero .plane-3 { top: 25%; left: 0; animation: fly-right 18s linear infinite; animation-delay: 9s; font-size: 26px; opacity: 0; }
html body.games-hub > .page-hero .plane-4 { top: 72%; left: 0; animation: fly-right-high 28s linear infinite; animation-delay: 2s; font-size: 44px; opacity: 0; }
html body.games-hub > .page-hero .plane-5 { top: 38%; left: 0; animation: fly-right-slow 32s linear infinite; animation-delay: 16s; font-size: 20px; opacity: 0; }
html body.games-hub > .page-hero .plane-6 { top: 15%; left: 0; animation: fly-left 25s linear infinite; animation-delay: 7s; font-size: 30px; opacity: 0; }
html body.games-hub > .page-hero .plane-7 { top: 80%; left: 0; animation: fly-right 20s linear infinite; animation-delay: 12s; font-size: 48px; opacity: 0; }
html body.games-hub > .page-hero::after {
  content: none !important;
  display: none !important;
}
html body.games-hub > .page-hero .hero-symbols {
  display: none !important;
  visibility: hidden !important;
  font-size: 0 !important;
}
html body.games-hub > .page-hero .page-hero-inner {
  max-width: 1100px !important;
  margin: 0 auto !important;
  position: relative;
  z-index: 1;
  padding: 0 !important;
  width: 100% !important;
}
html body.games-hub > .page-hero .breadcrumb {
  display: flex !important;
  justify-content: flex-start !important;
  text-align: left !important;
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 14px;
}
html body.games-hub > .page-hero .breadcrumb a { color: var(--muted); }
html body.games-hub > .page-hero .breadcrumb a:hover { color: var(--gold); }
html body.games-hub > .page-hero .hero-layout {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 40px !important;
  align-items: center !important;
  width: 100%;
}
html body.games-hub > .page-hero h1 {
  font-family: var(--font-display) !important;
  font-size: clamp(1.6rem, 4vw, 2.5rem) !important;
  font-weight: 700 !important;
  margin: 0 0 10px !important;
  letter-spacing: .02em !important;
  line-height: 1.15 !important;
  max-width: none !important;
  color: var(--text) !important;
  background: none !important;
  -webkit-text-fill-color: unset !important;
}
html body.games-hub > .page-hero h1 em {
  font-style: normal !important;
  color: var(--gold, #f0b429) !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: var(--gold, #f0b429) !important;
  animation: none !important;
  filter: none !important;
  display: block;
}
html body.games-hub > .page-hero p {
  color: var(--muted) !important;
  max-width: 580px !important;
  font-size: 1rem !important;
  margin: 0 !important;
  text-align: left !important;
  line-height: 1.6 !important;
}
html body.games-hub > .page-hero .meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bg3, #16101a);
  border: 1px solid var(--border, #2a1a28);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 0.78rem;
  color: var(--muted);
}
html body.games-hub > .page-hero .meta-pill strong { color: var(--gold, #f0b429); font-weight: 700; }
html body.games-hub > .page-hero .meta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
html body.games-hub > .page-hero p a {
  color: var(--gold, #f0b429) !important;
}
html body.games-hub > .page-hero p a:hover {
  color: var(--gold2, #ffe066) !important;
}
html body.games-hub > .page-hero .meta-pill.pill-green,
html body.games-hub > .page-hero .meta-pill.pill-rating {
  background: var(--bg3, #16101a);
  border-color: var(--border, #2a1a28);
  color: var(--muted);
}
html body.games-hub > .page-hero .meta-pill.pill-green strong {
  color: var(--gold, #f0b429);
}

html body.games-hub > .page-hero .hero-game-cover {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  width: 228px !important;
  min-width: 228px !important;
  max-width: 228px !important;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none !important;
  border: 1px solid rgba(240,180,41,.28);
  box-shadow: 0 12px 48px rgba(0,0,0,.7), 0 0 0 1px rgba(240,180,41,.06);
  flex-shrink: 0 !important;
  background: #0a0a0c;
  z-index: 2;
  color: inherit;
}
html body.games-hub > .page-hero .hero-game-cover img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center bottom;
  max-width: none !important;
}
html body.games-hub > .page-hero .hero-game-cover-score {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  padding: 0.28rem 0.48rem;
  border-radius: 8px;
  border: 1px solid rgba(240,180,41,.4);
  background: rgba(10,8,6,.92);
  color: #fde68a;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  pointer-events: none;
}
html body.games-hub > .page-hero .hero-game-cover-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(240,180,41,.28);
  background: linear-gradient(135deg, #b87d10 0%, #e8a820 30%, #ffe066 55%, #f0b429 75%, #a87820 100%);
  color: #1a0e00;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
  transition: filter .15s;
}
html body.games-hub > .page-hero .hero-game-cover:hover .hero-game-cover-cta,
html body.games-hub > .page-hero .hero-game-cover:focus-visible .hero-game-cover-cta { filter: brightness(1.08); }
html body.games-hub > .page-hero .hero-game-cover:focus-visible {
  outline: 2px solid rgba(240,180,41,.75);
  outline-offset: 3px;
}
@media (max-width: 760px) {
  html body.games-hub > .page-hero .hero-layout { grid-template-columns: 1fr !important; }
  html body.games-hub > .page-hero .hero-game-cover {
    width: 100% !important;
    max-width: 280px !important;
    min-width: 0 !important;
    margin: 0 auto;
  }
  html body.games-hub > .page-hero .hero-game-cover-cta { min-height: 44px; }
}

/* Cat bar sits under sticky nav */
html body.games-cat-stuck > nav {
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}

html body.games-hub .games-cat-bar {
  position: relative;
  width: 100%;
  z-index: 90;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: transparent;
}
html body.games-hub .games-cat-bar.is-fixed {
  position: fixed !important;
  top: var(--site-header-h, 56px);
  left: 0;
  right: 0;
  background: #07060a !important;
  z-index: 90 !important;
  border-top: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
html body.games-hub .games-cat-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
html body.games-hub .games-subnav {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 0 2px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  height: auto !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  position: static !important;
  z-index: auto !important;
}
html body.games-hub .games-subnav::before,
html body.games-hub .games-subnav::after {
  content: none !important;
  display: none !important;
}
html body.games-hub .games-subnav a {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  padding: 8px 12px !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid transparent !important;
  background: transparent !important;
  color: rgba(255,255,255,.45) !important;
  font-size: .875rem !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}
html body.games-hub .games-subnav a:hover {
  color: #fff !important;
  background: transparent !important;
}
html body.games-hub .games-subnav a.is-active {
  color: #fff !important;
  background: transparent !important;
  border-bottom-color: var(--gold, #f0b429) !important;
}

html body.games-hub #game-catalog {
  background: #070509 !important;
  background-image: none !important;
  isolation: isolate;
}
html body.games-hub #game-catalog .casino-card.casino-card--game {
  background: #16101a !important;
}
html body.games-hub #game-catalog .casino-card.casino-card--game:hover {
  background: #1c1422 !important;
}
html body.games-hub #game-catalog .casino-search-input,
html body.games-hub #game-catalog .casino-search-input:focus {
  background: #121018 !important;
}
html body.games-hub #game-catalog .games-filter-trigger,
html body.games-hub #game-catalog .games-filter-trigger[aria-expanded="true"],
html body.games-hub #game-catalog .games-filter-trigger.is-active {
  background: #121018 !important;
}
html body.games-hub #game-catalog .games-filter-trigger:hover {
  background: #1a1520 !important;
}

/* ── FAQ (match homepage) ── */
html body.games-hub .ac-faq-section {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 48px 0 56px;
  background: var(--bg2, #0e090c) !important;
  border: none !important;
  border-top: 1px solid rgba(240,180,41,.1) !important;
  border-bottom: 1px solid rgba(240,180,41,.1) !important;
}
html body.games-hub .ac-faq-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
html body.games-hub .ac-faq-title {
  font-family: var(--font-display) !important;
  font-size: 1.55rem !important;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
  letter-spacing: .03em !important;
  background: none !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  animation: none !important;
  text-align: left !important;
}
html body.games-hub .ac-faq-divider {
  width: 36px;
  height: 2px;
  background: rgba(255,255,255,.14);
  border-radius: 0;
  margin: 0 0 20px;
  box-shadow: none;
}
html body.games-hub .ac-faq-lede {
  display: none;
}
html body.games-hub .hfaq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 40rem;
  width: 100%;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
html body.games-hub .hfaq-item {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  transition: none;
}
html body.games-hub .hfaq-item:hover,
html body.games-hub .hfaq-item.open { border-color: rgba(255,255,255,.08); }
html body.games-hub .hfaq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: var(--text);
  font-family: var(--font);
  font-size: .9rem;
  font-weight: 600;
  padding: 16px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: color .2s;
}
html body.games-hub .hfaq-q:hover,
html body.games-hub .hfaq-item.open .hfaq-q { color: #fff; }
html body.games-hub .hfaq-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  color: rgba(255,255,255,.35);
  font-size: .65rem;
  transition: transform .28s ease, border-color .2s, color .2s;
}
html body.games-hub .hfaq-item.open .hfaq-icon {
  transform: rotate(180deg);
  background: none;
  border-color: rgba(255,255,255,.2);
  color: rgba(255,255,255,.55);
}
html body.games-hub .hfaq-a { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
html body.games-hub .hfaq-item.open .hfaq-a { max-height: 360px; }
html body.games-hub .hfaq-a p {
  margin: 0;
  padding: 0 0 16px;
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.7;
}
html body.games-hub .hfaq-more {
  margin: 24px 0 0;
  max-width: 40rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
html body.games-hub .hfaq-more a {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: .88rem;
  font-weight: 600;
  background: transparent;
  border: 1px solid rgba(240,180,41,.35);
  color: var(--text);
  text-decoration: none;
}
html body.games-hub .hfaq-more a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* ── FOOTER ── */
html body.games-hub > footer {
  background: linear-gradient(180deg, var(--bg2) 0%, #090608 100%) !important;
  border-top: 1px solid rgba(255,255,255,.06) !important;
  padding: 40px 20px 0 !important;
  position: relative;
  overflow: hidden;
}
html body.games-hub > footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240,180,41,.22), transparent);
}
html body.games-hub > footer .footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 !important;
}
html body.games-hub > footer .footer-grid {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr 1fr !important;
  gap: 32px !important;
  margin-bottom: 28px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
html body.games-hub > footer .footer-brand {
  font-family: var(--font-display) !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,.72) !important;
  margin-bottom: 10px !important;
  letter-spacing: .04em;
  display: flex !important;
  align-items: center;
  gap: 8px;
  grid-column: auto;
}
html body.games-hub > footer .footer-brand-logo {
  height: 32px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  mix-blend-mode: screen;
}
html body.games-hub > footer .footer-desc {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 14px;
  max-width: 300px;
}
html body.games-hub > footer .footer-badges {
  display: flex !important;
  gap: 6px;
  flex-wrap: wrap;
}
html body.games-hub > footer .footer-badge {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.38);
  background: rgba(255,255,255,.03);
}
html body.games-hub > footer .footer-col {
  display: flex;
  flex-direction: column;
}
html body.games-hub > footer .footer-col h4 {
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.38) !important;
  margin-bottom: 12px !important;
  position: relative;
  padding-bottom: 8px;
  font-family: var(--font) !important;
}
html body.games-hub > footer .footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 18px;
  height: 1px;
  background: rgba(240,180,41,.35);
}
html body.games-hub > footer .footer-col a {
  display: block;
  font-size: 0.82rem;
  color: #6a5a62 !important;
  padding: 4px 0 !important;
}
html body.games-hub > footer .footer-col a:hover { color: var(--text) !important; }
html body.games-hub > footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,.05) !important;
  padding: 18px 0 22px !important;
  margin: 0 !important;
  background: none !important;
  display: block;
}
html body.games-hub > footer .footer-copy { display: flex; flex-direction: column; gap: 8px; }
html body.games-hub > footer .footer-disclaimer {
  font-size: 0.72rem !important;
  color: #5a4a52 !important;
  line-height: 1.65;
  margin: 0;
}
html body.games-hub > footer .footer-disclaimer strong { color: #8a7a82; }
html body.games-hub > footer .footer-disclaimer a { color: #8a7a82 !important; }
html body.games-hub > footer .footer-disclaimer a:hover { color: var(--gold) !important; }
html body.games-hub > footer .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-size: 0.72rem;
}
html body.games-hub > footer .footer-legal a { color: #6a5a62 !important; }
html body.games-hub > footer .footer-legal a:hover { color: var(--text) !important; }
@media (max-width: 860px) {
  html body.games-hub > footer .footer-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 28px !important;
  }
  html body.games-hub > footer .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  html body.games-hub > footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
  }
}

/* ── Slot widget ── */
#slot-widget {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9999;
  font-family: var(--font);
}
@media (max-width: 700px) {
  #slot-widget { left: 16px; bottom: 16px; }
}
#slot-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: linear-gradient(135deg, #b87d10 0%, #e8a820 30%, #ffe066 55%, #f0b429 75%, #a87820 100%);
  animation: slot-btn-pulse 3.5s ease-in-out infinite;
  color: #1a0e00;
  border: 1px solid rgba(255,220,80,.3);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(240,180,41,.35), inset 0 1px 0 rgba(255,240,150,.4);
  letter-spacing: .04em;
  transition: transform .15s, box-shadow .2s;
}
#slot-toggle:hover {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 8px 28px rgba(240,180,41,.55), inset 0 1px 0 rgba(255,240,150,.5);
}
#slot-toggle-icon { display: block; font-size: 1.15rem; line-height: 1; }
#slot-toggle-label {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
@keyframes slot-btn-pulse {
  0%, 100% { box-shadow: 0 4px 24px rgba(240,180,41,.55), 0 0 0 0 rgba(240,180,41,.35); }
  50%       { box-shadow: 0 6px 32px rgba(240,180,41,.75), 0 0 0 8px rgba(240,180,41,0); }
}
#slot-panel {
  display: none;
  position: absolute;
  bottom: 62px;
  left: 0;
  width: 280px;
  background: linear-gradient(160deg, #1a0f10, #12080a);
  border: 1px solid rgba(240,180,41,.45);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 16px 56px rgba(0,0,0,.75), 0 0 32px rgba(240,180,41,.12);
}
#slot-panel.open { display: block; }
#slot-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
#slot-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .04em;
}
#slot-close {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 1rem;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
}
#slot-close:hover { color: var(--text); background: rgba(255,255,255,.07); }
#slot-reels { display: flex; gap: 10px; justify-content: center; margin-bottom: 14px; }
#slot-widget .reel {
  width: 72px;
  height: 72px;
  background: #0a0508;
  border: 2px solid rgba(240,180,41,.3);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 2px 10px rgba(0,0,0,.6);
}
#slot-widget .reel-inner { display: flex; flex-direction: column; align-items: center; }
#slot-widget .reel-inner span {
  font-size: 2.2rem;
  line-height: 72px;
  display: block;
  height: 72px;
  text-align: center;
}
#slot-widget .reel.spinning .reel-inner { animation: reel-spin .12s steps(1) infinite; }
@keyframes reel-spin {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-72px); }
  50%  { transform: translateY(-144px); }
  75%  { transform: translateY(-216px); }
  100% { transform: translateY(0); }
}
#slot-result {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  min-height: 22px;
  margin-bottom: 12px;
  color: var(--muted);
}
#slot-result.win { color: var(--green); }
#slot-result.jackpot { color: var(--gold); font-size: 1rem; }
#slot-spin-btn {
  width: 100%;
  padding: 11px;
  background: linear-gradient(135deg, var(--crimson), var(--crimson2));
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(192,24,42,.5);
}
#slot-spin-btn:hover:not(:disabled) { transform: translateY(-1px); }
#slot-spin-btn:disabled { opacity: .45; cursor: not-allowed; }
#slot-spins-left {
  text-align: center;
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 10px;
}
@keyframes reel-land {
  0%   { transform: scale(1.18); }
  60%  { transform: scale(.95); }
  100% { transform: scale(1); }
}
#slot-widget .reel.land { animation: reel-land .3s ease forwards; }
#slot-claim a {
  display: block;
  text-align: center;
  margin-top: 6px;
  font-size: 0.72rem;
  padding: 9px 14px;
  font-family: var(--font);
  font-weight: 700;
  text-decoration: none;
  border-radius: 9px;
  background: linear-gradient(135deg, #b87d10 0%, #e8a820 30%, #ffe066 55%, #f0b429 75%, #a87820 100%);
  color: #1a0e00 !important;
  border: 1px solid rgba(255,220,80,.3);
  text-transform: uppercase;
}
