:root {
  --bg: #07101e;
  --surface: #0c1627;
  --card: #121f34;
  --raised: #192841;
  --blue: #168bff;
  --cyan: #22c5ff;
  --text: #f7f9fc;
  --muted: #9aabc5;
  --line: rgba(255, 255, 255, .09);
  --mint: #43efa0;
  --orange: #ff7c35;
  --radius: 16px;
  --shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font: 400 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

.shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.site-main { padding-bottom: 84px; }
.eyebrow { margin: 0 0 8px; color: var(--cyan); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--text); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.15rem, 4.7vw, 4.1rem); }
h2 { font-size: clamp(1.55rem, 3.1vw, 2.35rem); }
h3 { font-size: 1.08rem; }
p { margin: 0; }
.section { padding: 42px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.section-head p { max-width: 650px; color: var(--muted); }
.text-link { color: var(--cyan); font-weight: 750; white-space: nowrap; }
.text-link:hover { color: #fff; }
.muted { color: var(--muted); }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(7,16,30,.92); backdrop-filter: blur(14px); }
.header-row { display: flex; align-items: center; min-height: 70px; gap: 22px; }
.brand { flex: 0 0 auto; color: #fff; font-size: 1.08rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.brand span { color: var(--cyan); }
.desktop-nav { display: flex; align-items: center; gap: 18px; margin-right: auto; font-size: .92rem; font-weight: 700; color: #c1cde0; }
.desktop-nav a:hover { color: #fff; }
.header-actions { display: flex; gap: 9px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border: 1px solid transparent; border-radius: 10px; background: var(--blue); color: #fff; font-weight: 800; line-height: 1; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); background: #339cff; box-shadow: 0 10px 24px rgba(22,139,255,.24); }
.button:active { transform: translateY(0); }
.button-secondary { border-color: var(--line); background: var(--raised); color: #eaf2ff; }
.button-secondary:hover { border-color: rgba(34,197,255,.45); background: #203553; box-shadow: none; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: var(--raised); color: #fff; cursor: pointer; }
.mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; min-height: 460px; border-bottom: 1px solid var(--line); background: #07101e; }
.hero .shell { position: relative; z-index: 1; display: flex; align-items: center; min-height: 460px; }
.hero-copy { width: min(550px, 54%); padding: 48px 0; }
.hero-copy h1 { max-width: 620px; }
.hero-copy .lead { max-width: 520px; margin-top: 18px; color: #c7d3e6; font-size: 1.05rem; }
.home-hero .hero-copy { width: min(605px, 55%); }
.home-hero .eyebrow { display: flex; align-items: center; gap: 10px; color: #bfd1eb; letter-spacing: .075em; }
.home-hero .eyebrow::before { width: 28px; height: 1px; background: var(--cyan); content: ""; }
.home-hero h1 { max-width: 590px; font-size: clamp(2.5rem, 4.5vw, 4.45rem); font-weight: 840; letter-spacing: -.045em; }
.home-hero h1 span { display: block; }
.home-hero h1 span:last-child { margin-top: 6px; color: #b9d8fa; font-size: .52em; font-weight: 660; letter-spacing: -.025em; }
.home-hero .lead { max-width: 470px; margin-top: 21px; color: #c7d5e7; font-size: 1.02rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-media { position: absolute; z-index: 0; inset: 0; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #07101e 0%, rgba(7,16,30,.94) 31%, rgba(7,16,30,.18) 66%, rgba(7,16,30,.1)); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-games { min-height: 360px; }
.hero-games .shell { min-height: 360px; }
.hero-games .hero-media::after { background: linear-gradient(90deg, #07101e 0%, rgba(7,16,30,.95) 35%, rgba(7,16,30,.28) 66%, rgba(7,16,30,.15)); }
.breadcrumbs { padding: 20px 0 0; color: var(--muted); font-size: .9rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #50617c; }
.breadcrumbs a:hover { color: #fff; }

.quick-nav, .filter-bar { display: flex; flex-wrap: wrap; gap: 9px; }
.quick-nav { margin-top: -18px; position: relative; z-index: 3; }
.quick-nav a, .filter-button { min-height: 42px; padding: 0 15px; border: 1px solid var(--line); border-radius: 10px; background: var(--card); color: #dbe7f8; font-weight: 750; cursor: pointer; }
.quick-nav a:hover, .filter-button:hover, .filter-button.is-active { border-color: rgba(34,197,255,.55); background: #1a3151; color: #fff; }

.games-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.game-card { position: relative; overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 14px; background: var(--card); box-shadow: 0 10px 22px rgba(0,0,0,.16); }
.game-card:hover { border-color: rgba(34,197,255,.35); transform: translateY(-3px); }
.game-card, .game-card img { transition: transform .18s ease, border-color .18s ease; }
.game-card:hover img { transform: scale(1.035); }
.game-card picture { display: block; overflow: hidden; aspect-ratio: 3/4; }
.game-card img { width: 100%; height: 100%; object-fit: cover; }
.game-card-info { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 10px 10px; }
.game-card-info span { overflow: hidden; color: #b6c6dd; font-size: .79rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.game-card-info b { color: var(--cyan); font-size: .8rem; }

.bonus-strip { display: grid; grid-template-columns: 1.4fr auto; gap: 18px; align-items: center; padding: 24px; border: 1px solid rgba(34,197,255,.2); border-radius: var(--radius); background: linear-gradient(105deg, #132845, #0d1b30 65%); }
.bonus-strip p { margin-top: 5px; color: var(--muted); }
.cta-showcase { display: grid; grid-template-columns: 1.08fr .92fr; gap: 16px; }
.cta-card { position: relative; min-height: 310px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; isolation: isolate; }
.cta-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(60%, 470px); min-height: 310px; padding: 32px; }
.cta-copy h2 { max-width: 420px; font-size: clamp(1.75rem, 3vw, 2.7rem); }
.cta-copy p { max-width: 370px; margin-top: 13px; color: rgba(255,255,255,.8); }
.cta-copy .button { margin-top: 22px; }
.cta-kicker { display: inline-flex; align-items: center; min-height: 30px; padding: 0 11px; border: 1px solid currentColor; border-radius: 8px; font-size: .75rem; font-weight: 850; letter-spacing: .08em; }
.cta-checks { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.cta-checks span { padding: 5px 9px; border-radius: 7px; background: rgba(255,255,255,.17); color: #fff; font-size: .76rem; font-weight: 750; }
.cta-offers { background: linear-gradient(115deg, #119f71 0%, #42d88d 42%, #b9f7d5 100%); color: #fff; }
.cta-offers::after { position: absolute; z-index: 0; inset: -26% -4% -42% 50%; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; box-shadow: 0 0 0 22px rgba(255,255,255,.1), 0 0 0 58px rgba(255,255,255,.07); content: ""; transform: rotate(-16deg); }
.cta-offers .cta-copy { color: #fff; }
.cta-offers .button { background: #fff; color: #0d664b; }
.cta-offers .button:hover { background: #eafff3; box-shadow: 0 10px 24px rgba(13,76,47,.2); }
.offer-orb { position: absolute; z-index: 1; right: 8%; bottom: -28px; width: 215px; height: 215px; border: 15px solid rgba(255,255,255,.82); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #eafff4, #68e69b 46%, #168a62 76%); box-shadow: inset 0 0 0 12px rgba(18,126,87,.35), 0 30px 50px rgba(2,73,43,.22); transform: rotate(-15deg); }
.offer-orb::before { position: absolute; inset: 40px; border: 2px solid rgba(255,255,255,.6); border-radius: 50%; content: ""; }
.offer-orb::after { position: absolute; top: 69px; left: 49px; width: 86px; height: 56px; border-radius: 10px; background: rgba(255,255,255,.92); box-shadow: 0 14px 0 -7px rgba(255,255,255,.5); content: ""; }
.cta-live { background: radial-gradient(circle at 82% 15%, rgba(34,197,255,.26), transparent 32%), linear-gradient(120deg, #132947 0%, #10223b 58%, #071221 100%); }
.cta-live .cta-kicker { color: #ff9966; background: rgba(255,124,53,.13); }
.cta-live::before { position: absolute; right: -42px; bottom: -65px; width: 330px; height: 330px; border: 1px solid rgba(34,197,255,.32); border-radius: 50%; box-shadow: 0 0 0 30px rgba(34,197,255,.06), 0 0 0 75px rgba(34,197,255,.04); content: ""; }
.live-dial { position: absolute; right: 54px; bottom: 34px; width: 180px; height: 180px; border: 12px solid rgba(146,229,255,.8); border-radius: 50%; background: radial-gradient(circle, #ecfdff 0 9%, #41c7fc 10% 14%, #0e4f8d 15% 54%, #081d39 55%); box-shadow: inset 0 0 0 9px #0b3e72, 0 22px 45px rgba(0,0,0,.28); transform: rotate(18deg); }
.live-dial::after { position: absolute; top: 34px; left: 79px; width: 16px; height: 74px; border-radius: 12px; background: #f7f9fc; box-shadow: 0 0 16px rgba(255,255,255,.8); content: ""; transform-origin: 50% 56px; transform: rotate(39deg); }

.promo { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); overflow: hidden; min-height: 310px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.promo-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(25px, 4vw, 52px); }
.promo-copy p { margin-top: 15px; color: var(--muted); }
.promo-copy .button { margin-top: 22px; }
.promo-media { min-height: 260px; }
.promo-media img { width: 100%; height: 100%; object-fit: cover; }
.promo-live .promo-media { order: -1; }
.promo-live .promo-copy { background: linear-gradient(90deg, #101c30, #0c1728); }
.promo-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.promo-duo .promo { min-height: 340px; grid-template-columns: 1fr; }
.promo-duo .promo-copy { position: relative; z-index: 1; min-height: 340px; justify-content: end; background: linear-gradient(0deg, rgba(6,13,25,.98), rgba(6,13,25,.04) 76%); }
.promo-duo .promo-media { position: absolute; inset: 0; min-height: auto; }
.promo-duo .promo { position: relative; }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.info-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.info-card p { margin-top: 9px; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 0; margin: 22px 0 0; list-style: none; }
.steps li { padding: 18px; border-top: 2px solid var(--cyan); border-radius: 0 0 12px 12px; background: var(--card); color: #cad7e8; }
.steps b { display: block; margin-bottom: 7px; color: #fff; }
.split-section { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr); gap: 36px; align-items: center; }
.mobile-visual { max-height: 470px; margin-inline: auto; filter: drop-shadow(0 24px 34px rgba(0,0,0,.38)); }
.article { max-width: 850px; }
.article p + p, .article p + ul, .article ul + p { margin-top: 14px; }
.article ul { padding-left: 20px; color: #cdd8e8; }
.article li + li { margin-top: 7px; }
.faq { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); border-radius: 12px; background: var(--card); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 58px; padding: 13px 18px; color: #f2f7ff; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::after { content: "+"; color: var(--cyan); font-size: 1.4rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 18px 18px; color: var(--muted); }
.final-cta { padding: 34px; border: 1px solid rgba(34,197,255,.26); border-radius: 20px; background: radial-gradient(circle at 85% 25%, rgba(22,139,255,.25), transparent 34%), var(--raised); text-align: center; }
.final-cta p { max-width: 620px; margin: 12px auto 22px; color: #c4d0e2; }
.final-cta .button { min-width: 190px; }
.featured { display: grid; grid-template-columns: minmax(210px,.45fr) 1fr; gap: 28px; align-items: center; padding: 26px; border: 1px solid rgba(34,197,255,.18); border-radius: 20px; background: linear-gradient(135deg, #121f34, #0b172a); }
.featured picture { display: block; width: min(100%, 300px); aspect-ratio: 3 / 4; align-self: center; overflow: hidden; margin-inline: auto; border-radius: 13px; box-shadow: var(--shadow); }
.featured img { width: 100%; height: 100%; object-fit: cover; }
.featured p { margin-top: 14px; color: var(--muted); }
.featured .button { margin-top: 22px; }
.related { display: flex; flex-wrap: wrap; gap: 10px; }
.related a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 9px; color: #d7e3f3; font-weight: 700; }
.related a:hover { border-color: var(--cyan); color: #fff; }

.site-footer { border-top: 1px solid var(--line); background: #060d18; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1.5fr; gap: 30px; padding: 40px 0 28px; }
.footer-title { margin-bottom: 10px; color: #fff; font-size: .86rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.footer-links { display: grid; gap: 7px; color: var(--muted); }
.footer-links a:hover { color: var(--cyan); }
.disclosure { color: var(--muted); font-size: .92rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0 28px; border-top: 1px solid var(--line); color: #7e90ab; font-size: .86rem; }

.bottom-nav { display: none; }
.notice-panel { padding: 25px; border: 1px solid rgba(34,197,255,.2); border-radius: 16px; background: linear-gradient(115deg, #11233c, #0c1627); }
.notice-panel p { margin-top: 10px; color: #c0cee1; }
.content-columns { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }

@media (max-width: 800px) {
  body { font-size: 15px; }
  .shell { width: min(100% - 24px, 640px); }
  .site-main { padding-bottom: 82px; }
  .header-row { min-height: 62px; gap: 7px; }
  .brand { white-space: nowrap; font-size: .9rem; letter-spacing: .035em; }
  .desktop-nav, .header-actions .button-secondary { display: none; }
  .header-actions { flex: 0 0 auto; margin-left: auto; }
  .header-actions .button { min-height: 42px; padding: 0 10px; font-size: .79rem; }
  .menu-toggle { display: inline-grid; flex: 0 0 46px; place-items: center; }
  .mobile-menu { border-top: 1px solid var(--line); background: #0a1525; }
  .mobile-menu.is-open { display: grid; padding: 9px 12px 14px; gap: 4px; }
  .mobile-menu a { min-height: 44px; padding: 12px; border-radius: 8px; color: #d6e1f1; font-weight: 750; }
  .mobile-menu a:hover { background: var(--raised); }
  .hero, .hero .shell { min-height: auto; }
  .hero .shell { display: block; padding-top: 34px; }
  .hero-copy { width: 100%; padding: 0 0 18px; }
  .hero-copy .lead { font-size: 1rem; }
  .home-hero .hero-copy { width: 100%; }
  .home-hero h1 { font-size: clamp(2.35rem, 11vw, 3.2rem); }
  .hero-media { position: relative; height: min(78vw, 390px); margin-top: 2px; }
  .hero-media::after, .hero-games .hero-media::after { background: linear-gradient(180deg, #07101e 0%, rgba(7,16,30,.02) 35%, rgba(7,16,30,.1)); }
  .hero-media img { object-position: 65% center; }
  .hero-games .hero-media img { object-position: 66% center; }
  .hero-games .shell { min-height: auto; }
  .quick-nav { flex-wrap: nowrap; margin-top: 0; padding: 12px 0 4px; overflow-x: auto; scrollbar-width: none; }
  .quick-nav a { flex: 0 0 auto; }
  .section { padding: 30px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .games-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
  .game-card-info { padding: 7px 7px 8px; }
  .game-card-info span { font-size: .68rem; }
  .game-card-info b { display: none; }
  .bonus-strip, .split-section, .content-columns, .featured, .cta-showcase { grid-template-columns: 1fr; gap: 18px; }
  .bonus-strip { padding: 20px; }
  .cta-card, .cta-copy { min-height: 290px; }
  .cta-copy { width: 72%; padding: 25px; }
  .cta-copy h2 { font-size: clamp(1.65rem, 8.8vw, 2.35rem); }
  .offer-orb { right: -15px; bottom: -58px; width: 180px; height: 180px; }
  .live-dial { right: 18px; bottom: 24px; width: 145px; height: 145px; }
  .live-dial::after { top: 24px; left: 62px; }
  .promo, .promo-live { grid-template-columns: 1fr; }
  .promo-live .promo-media { order: 0; }
  .promo-media { min-height: 210px; }
  .promo-copy { min-height: 220px; padding: 25px; }
  .promo-duo { grid-template-columns: 1fr; }
  .promo-duo .promo { min-height: 290px; }
  .promo-duo .promo-copy { min-height: 290px; }
  .info-grid, .steps { grid-template-columns: 1fr; }
  .steps { gap: 9px; }
  .steps li { padding: 15px; }
  .mobile-visual { max-height: 380px; }
  .featured { padding: 20px; }
  .featured picture { width: min(100%, 248px); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 25px; padding: 34px 0 22px; }
  .footer-grid > :last-child { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .bottom-nav { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); min-height: calc(58px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--line); background: rgba(7,16,30,.96); backdrop-filter: blur(14px); }
  .bottom-nav a { display: grid; place-items: center; min-height: 58px; color: #b8c6d9; font-size: .73rem; font-weight: 800; }
  .bottom-nav a:last-child { color: var(--cyan); }
  .breadcrumbs { padding-top: 16px; }
}

@media (max-width: 370px) {
  .shell { width: min(100% - 20px, 640px); }
  .brand { font-size: .76rem; letter-spacing: .02em; }
  .header-actions .button { padding: 0 8px; font-size: .73rem; }
  .games-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

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