:root {
  color-scheme: dark;
  --ink: #05040b;
  --panel: #12102c;
  --panel-2: #1a1740;
  --line: rgba(255,255,255,.1);
  --muted: #aaa7c3;
  --pink: #dd005d;
  --pink-bright: #ff0871;
  --violet: #5d48d6;
  --cyan: #69e7ff;
  --gold: #ffc248;
  --radius: 20px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: #fff; line-height: 1.62; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 12% 12%, rgba(87,38,180,.17), transparent 34%), radial-gradient(circle at 88% 36%, rgba(221,0,93,.14), transparent 28%), #05040b; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1,h2,h3,h4,p { margin-top: 0; }
h1,h2,h3 { line-height: 1.1; letter-spacing: -.025em; }
h1 { font-size: clamp(2.3rem, 5vw, 4.8rem); }
h2 { font-size: clamp(1.85rem, 3.4vw, 3.1rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.55rem); }
p { color: #d2cfe2; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; border-radius: 8px; background: #fff; color: #000; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 40; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1rem,3vw,2.8rem); min-height: 76px; padding: .7rem clamp(1rem,4vw,4rem); background: rgba(8,5,24,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .42rem; font-size: 1.47rem; font-weight: 900; letter-spacing: .035em; text-decoration: none; white-space: nowrap; }
.brand-nv { position: relative; display: inline-flex; width: 39px; height: 28px; }
.brand-nv i { position: absolute; font-size: 1.7rem; line-height: 1; font-style: normal; letter-spacing: -.2em; transform: skew(-12deg); color: var(--pink-bright); }
.brand-nv i:first-child { left: 0; color: #fff; }
.brand-nv i:last-child { right: 4px; color: var(--pink-bright); text-shadow: -5px 0 var(--cyan); }
.main-nav { justify-self: start; display: flex; align-items: center; gap: clamp(.9rem,2vw,2rem); }
.main-nav a { color: #cbc7dc; font-weight: 750; text-decoration: none; }
.main-nav a:hover { color: #fff; }
.nav-toggle { display: none; background: transparent; border: 0; padding: .55rem; color: #fff; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }
.header-cta,.hero-cta,.cta { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .78rem 1.45rem; border: 0; border-radius: 14px; background: linear-gradient(135deg,var(--pink-bright),#c90055); color: #fff; font-weight: 900; text-decoration: none; box-shadow: 0 12px 32px rgba(221,0,93,.32); transition: transform .2s ease, filter .2s ease; }
.header-cta:hover,.hero-cta:hover,.cta:hover { transform: translateY(-2px); filter: brightness(1.1); }
.container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.section { padding: clamp(4rem,8vw,7rem) 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.section-head p { max-width: 680px; margin-bottom: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: .85rem; color: #f5a5cb; font-size: .83rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--pink-bright); }
.hero { position: relative; isolation: isolate; overflow: hidden; display: grid; min-height: 690px; align-items: center; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 45%; background: linear-gradient(transparent,var(--ink)); }
.hero-home::before { background-image: linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.16)),url('/assets/images/hero-nv.webp'); }
.hero-inner { width: min(720px, calc(100% - 2rem)); margin-inline: auto; padding: 6.8rem 1rem 7rem; text-align: center; }
.hero h1 { margin-bottom: 1rem; text-shadow: 0 5px 30px #000; }
.hero-lead { max-width: 630px; margin: 0 auto 1.7rem; color: #efedf8; font-size: clamp(1.05rem,1.7vw,1.28rem); }
.hero-offer { display: block; margin: .5rem 0 .1rem; font-size: clamp(2.9rem,6vw,5.2rem); font-weight: 950; line-height: .95; text-shadow: 0 0 32px rgba(255,8,113,.38); }
.hero-spins { display: block; margin-bottom: 1.35rem; font-size: clamp(1.55rem,3vw,2.55rem); font-weight: 900; }
.hero-note { margin: .72rem 0 0; color: #a9a5b6; font-size: .92rem; }
.page-hero { min-height: 610px; }
.page-hero .hero-inner { width: min(1180px,calc(100% - 2rem)); margin: auto; text-align: left; }
.page-hero .hero-copy { width: min(600px,58%); padding: 3rem 0; }
.page-hero .hero-lead { margin-left: 0; }
.bonus-hero::before { background-image: linear-gradient(90deg,rgba(5,1,12,.06),rgba(5,1,12,.15)),url('/assets/images/feature-magician.webp'); background-position: center; }
.safety-hero::before { background-image: linear-gradient(90deg,rgba(5,1,12,.05),rgba(5,1,12,.12)),url('/assets/images/mobile-royals.webp'); background-position: center; }
.offer-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; width: min(960px,calc(100% - 2rem)); margin: -70px auto 0; }
.offer-chip { display: flex; align-items: center; gap: 1rem; min-height: 112px; padding: 1.2rem 1.4rem; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: linear-gradient(145deg,rgba(33,28,77,.96),rgba(18,14,45,.96)); box-shadow: 0 20px 38px rgba(0,0,0,.35); }
.offer-chip b { display: block; font-size: 1.15rem; }
.offer-chip small { color: var(--muted); }
.offer-icon { display: grid; flex: 0 0 58px; height: 58px; place-items: center; border-radius: 50%; background: radial-gradient(circle at 30% 25%,#fff 0 4%,var(--pink-bright) 5% 34%,#4a1f9f 70%); font-size: 1.75rem; box-shadow: 0 0 26px rgba(255,8,113,.35); }
.lobby-tools { display: grid; grid-template-columns: 1fr auto; gap: .8rem; margin-bottom: 1rem; }
.search-shell { display: flex; align-items: center; gap: .7rem; min-height: 54px; padding: 0 1rem; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); color: #918da9; }
.shuffle { min-height: 54px; padding: 0 1.2rem; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: var(--panel-2); color: #fff; font-weight: 800; cursor: pointer; }
.category-tabs { display: flex; gap: .6rem; overflow-x: auto; padding: .35rem 0 1.3rem; scrollbar-width: thin; }
.category-tabs button { flex: 0 0 auto; min-height: 50px; padding: .65rem 1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); color: #cbc8da; font-weight: 850; cursor: pointer; }
.category-tabs button[aria-selected="true"] { background: linear-gradient(135deg,#3b286e,#231b50); border-color: rgba(255,8,113,.45); color: #fff; box-shadow: inset 0 -3px 0 var(--pink-bright); }
.games-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 1.2rem 1rem; }
.game-card { min-width: 0; transition: transform .22s ease; }
.game-card:hover,.game-card.picked { transform: translateY(-7px); }
.game-art { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: 18px; background-image: url('/assets/images/slot-sprite.webp'); background-repeat: no-repeat; background-size: 400% 300%; box-shadow: 0 13px 28px rgba(0,0,0,.38); }
.tile-1 .game-art { background-position: 0 0; }.tile-2 .game-art { background-position: 33.333% 0; }.tile-3 .game-art { background-position: 66.666% 0; }.tile-4 .game-art { background-position: 100% 0; }
.tile-5 .game-art { background-position: 0 50%; }.tile-6 .game-art { background-position: 33.333% 50%; }.tile-7 .game-art { background-position: 66.666% 50%; }.tile-8 .game-art { background-position: 100% 50%; }
.tile-9 .game-art { background-position: 0 100%; }.tile-10 .game-art { background-position: 33.333% 100%; }.tile-11 .game-art { background-position: 66.666% 100%; }.tile-12 .game-art { background-position: 100% 100%; }
.game-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .55rem; padding: .8rem; opacity: 0; background: linear-gradient(rgba(7,4,20,.76),rgba(31,4,31,.94)); text-align: center; transition: opacity .2s ease; }
.game-card:hover .game-overlay,.game-card:focus-within .game-overlay { opacity: 1; }
.game-overlay strong { font-size: .95rem; line-height: 1.2; }
.game-overlay a,.demo-button { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; padding: .45rem .7rem; border-radius: 10px; font-size: .76rem; font-weight: 900; text-decoration: none; }
.game-overlay a { background: var(--pink-bright); color: #fff; }
.demo-button { border: 1px solid rgba(255,255,255,.4); background: rgba(14,9,36,.7); color: #fff; cursor: pointer; }
.game-card h3 { overflow: hidden; margin: .72rem 0 0; font-size: .92rem; white-space: nowrap; text-overflow: ellipsis; }
.game-card p { margin: .05rem 0 0; color: #8f8ba4; font-size: .78rem; }
.feature-band { position: relative; overflow: hidden; min-height: 550px; border-block: 1px solid var(--line); background: #1a0011 url('/assets/images/feature-magician.webp') center/cover no-repeat; }
.feature-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(12,0,9,.05) 0%,rgba(12,0,9,.12) 55%,rgba(12,0,9,.35)); }
.feature-content { position: relative; z-index: 1; display: grid; min-height: 550px; align-content: center; width: min(1180px,calc(100% - 2rem)); margin: auto; }
.feature-copy { max-width: 560px; }
.feature-stats { display: flex; gap: 2rem; margin: 2rem 0; }
.feature-stats b { display: block; font-size: 1.55rem; }
.feature-stats span { color: #c4aec1; font-size: .88rem; }
.providers { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.provider-card { padding: 1.3rem; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg,var(--panel-2),#0d0c21); }
.provider-card b { display: block; margin-bottom: .3rem; }
.provider-card span { color: var(--muted); font-size: .9rem; }
.provider-games { display: grid; grid-template-columns: repeat(2,1fr); gap: .65rem; margin-top: 1rem; }
.provider-games i { aspect-ratio: 1; border-radius: 12px; background-image: url('/assets/images/slot-sprite.webp'); background-size: 400% 300%; }
.provider-games i:nth-child(1) { background-position: 66.666% 0; }.provider-games i:nth-child(2) { background-position: 66.666% 50%; }.provider-games i:nth-child(3) { background-position: 0 100%; }.provider-games i:nth-child(4) { background-position: 33.333% 100%; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 3.5rem; align-items: start; }
.article h2 { margin-top: 3.6rem; }
.article h3 { margin-top: 2.2rem; }
.article p,.article li { color: #c7c3d5; }
.article li + li { margin-top: .5rem; }
.article a { color: #9eefff; }
.side-nav { position: sticky; top: 105px; padding: 1.2rem; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.side-nav b { display: block; margin-bottom: .8rem; }
.side-nav a { display: block; padding: .55rem .3rem; color: #aaa6bf; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.06); }
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.info-card { position: relative; overflow: hidden; min-height: 210px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg,#25164c,#100d29); }
.info-card::after { content: ""; position: absolute; right: -35px; bottom: -45px; width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle,var(--pink-bright),transparent 68%); opacity: .28; }
.info-card b { display: block; margin-bottom: .55rem; font-size: 1.12rem; }
.info-card p { margin: 0; font-size: .92rem; }
.table-wrap { overflow-x: auto; margin: 1.5rem 0; border: 1px solid var(--line); border-radius: 18px; }
table { width: 100%; min-width: 680px; border-collapse: collapse; background: #0d0b20; }
th,td { padding: .9rem 1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: #20184b; color: #fff; }
td { color: #cbc7d8; }
.callout { margin: 2rem 0; padding: 1.4rem 1.5rem; border-left: 4px solid var(--pink-bright); border-radius: 0 16px 16px 0; background: linear-gradient(90deg,rgba(221,0,93,.16),rgba(51,31,105,.2)); }
.callout p:last-child { margin-bottom: 0; }
.faq-list { display: grid; gap: .8rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg,#171331,#0e0b1e); }
.faq-list summary { padding: 1.15rem 1.3rem; cursor: pointer; font-weight: 850; }
.faq-list details p { padding: 0 1.3rem 1.2rem; margin: 0; }
.source-box { margin-top: 3rem; padding: 1.25rem; border: 1px dashed rgba(255,255,255,.2); border-radius: 16px; color: #aaa6bd; font-size: .9rem; }
.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; margin: 4rem 0 0; padding: clamp(1.5rem,4vw,3rem); border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: linear-gradient(120deg,#2d175d,#8a074c 68%,#cb075e); }
.cta-panel::before { content: ""; position: absolute; inset: 0; background: url('/assets/images/slot-sprite.webp') 100% 50%/430px auto no-repeat; opacity: .16; }
.cta-panel > * { position: relative; }
.cta-panel p { margin-bottom: 0; }
.demo-modal { width: min(560px,calc(100% - 2rem)); border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: #100c27; color: #fff; box-shadow: 0 28px 90px #000; }
.demo-modal::backdrop { background: rgba(2,1,8,.82); backdrop-filter: blur(6px); }
.modal-close { float: right; border: 0; background: transparent; color: #fff; font-size: 1.8rem; cursor: pointer; }
.demo-machine { clear: both; display: grid; grid-template-columns: repeat(3,1fr); gap: .75rem; margin: 1.4rem 0; padding: 1rem; border-radius: 18px; background: linear-gradient(145deg,#30206c,#9a0755); }
.demo-reel { display: grid; aspect-ratio: 1; place-items: center; border: 2px solid var(--gold); border-radius: 12px; background: #fff; color: #50124b; font-size: 2.6rem; font-weight: 950; }
.site-footer { display: grid; grid-template-columns: 1fr 1.4fr; gap: 2rem; padding: 4rem clamp(1rem,4vw,4rem) 7rem; border-top: 1px solid var(--line); background: #080616; }
.footer-brand p { max-width: 340px; margin-top: 1rem; }
.site-footer nav { display: grid; grid-template-columns: repeat(3,1fr); gap: .75rem 1rem; align-content: start; }
.site-footer nav a { color: #b4b0c3; text-decoration: none; }
.footer-note { grid-column: 1/-1; margin: 1rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: .85rem; }
.mobile-action { display: none; }

@media (max-width: 1000px) {
  .games-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .providers { grid-template-columns: repeat(2,1fr); }
  .content-grid { grid-template-columns: 1fr; }
  .side-nav { position: static; display: none; }
  .info-grid { grid-template-columns: repeat(2,1fr); }
  .hero-home { min-height: 640px; }
  .hero-home::before { background-position: 43% center; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 84px; }
  body { padding-bottom: 72px; }
  .site-header { grid-template-columns: auto auto 1fr; min-height: 68px; padding: .55rem 1rem; }
  .brand { font-size: 1.18rem; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 68px; display: none; padding: 1rem; background: rgba(8,5,24,.98); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: .7rem; }
  .header-cta { justify-self: end; min-height: 45px; padding: .6rem .9rem; font-size: .84rem; }
  .hero { min-height: 640px; }
  .hero-home::before { background-position: 34% center; opacity: .8; }
  .hero-home::after { height: 75%; background: linear-gradient(transparent 0,rgba(5,4,11,.62) 35%,var(--ink) 100%); }
  .hero-inner { align-self: end; padding: 16rem .35rem 5rem; }
  .hero h1 { font-size: clamp(2rem,10vw,3.2rem); }
  .page-hero { min-height: 650px; }
  .page-hero .hero-inner { align-self: end; padding: 17rem 0 4rem; }
  .page-hero .hero-copy { width: 100%; padding: 0; }
  .page-hero::after { height: 85%; background: linear-gradient(transparent,rgba(5,4,11,.72) 40%,var(--ink)); }
  .bonus-hero::before,.safety-hero::before { background-position: 66% center; }
  .offer-strip { grid-template-columns: 1fr; margin-top: -35px; }
  .offer-chip { min-height: 92px; }
  .section { padding: 4.3rem 0; }
  .section-head { display: block; }
  .lobby-tools { grid-template-columns: 1fr; }
  .games-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem .75rem; }
  .game-overlay { justify-content: end; opacity: 1; background: linear-gradient(transparent 36%,rgba(7,4,20,.96)); }
  .game-overlay strong { display: none; }
  .game-overlay a,.demo-button { min-height: 34px; font-size: .68rem; }
  .feature-band { background-position: 65% center; }
  .feature-band::after { background: linear-gradient(0deg,rgba(12,0,9,.98),rgba(12,0,9,.15) 75%); }
  .feature-content { align-content: end; padding-bottom: 2.8rem; }
  .feature-copy { max-width: 100%; }
  .feature-stats { flex-wrap: wrap; gap: 1rem 1.5rem; }
  .providers,.info-grid { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 3rem; }
  .site-footer nav { grid-template-columns: repeat(2,1fr); }
  .footer-note { grid-column: 1; }
  .mobile-action { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: .75rem; min-height: 66px; padding: .55rem .8rem; background: rgba(15,9,40,.95); border-top: 1px solid var(--line); backdrop-filter: blur(15px); }
  .mobile-action span { font-size: .82rem; font-weight: 850; }
  .mobile-action a { padding: .62rem .9rem; border-radius: 10px; background: var(--pink-bright); font-size: .82rem; font-weight: 900; text-decoration: none; }
}
@media (max-width: 390px) {
  .site-header { gap: .4rem; }
  .brand > span:last-child { display: none; }
  .games-grid { gap: .8rem .6rem; }
  .game-card h3 { font-size: .82rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
