:root {
  color-scheme: dark;
  --bg: #07071d;
  --bg-2: #110929;
  --panel: #191436;
  --panel-2: #211a43;
  --line: rgba(235, 0, 224, .34);
  --text: #fff;
  --muted: #c8c2dd;
  --yellow: #efff00;
  --yellow-2: #d7e600;
  --pink: #e500d7;
  --pink-2: #ff2be9;
  --green: #85cf00;
  --header: 68px;
  font-family: "Trebuchet MS", "Avenir Next", "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.62;
  background: #07061d;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header);
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 20px;
  background: #25002e;
  border-bottom: 1px solid rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--yellow);
  font-weight: 1000;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(239, 255, 0, .25);
}
.top-nav { display: flex; align-items: center; gap: 22px; flex: 1; min-width: 0; }
.top-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 8px;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}
.top-nav a:hover, .top-nav a:focus-visible { color: var(--yellow); background: rgba(255,255,255,.06); transform: translateY(-1px); outline: none; }
.header-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.chat { color: var(--yellow); font-weight: 950; white-space: nowrap; }
.pill, .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 950;
  text-decoration: none;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pill { background: #262441; color: #fff; min-width: 92px; }
.cta { border: 1px solid var(--yellow); color: #120018; background: var(--yellow); box-shadow: 0 8px 20px rgba(239,255,0,.16); }
.cta.secondary { color: var(--yellow); background: transparent; }
.cta:hover, .cta:focus-visible, .pill:hover, .pill:focus-visible { transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 12px 26px rgba(229,0,215,.22); outline: none; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  color: #fff;
  background: #22203d;
  font-size: 24px;
  cursor: pointer;
}
.hero-carousel {
  position: relative;
  min-height: 418px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(229, 0, 215, .28);
  background: #1b0826;
}
.hero-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(7,7,29,.16), transparent 34%);
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .42s ease;
}
.hero-slide.is-active { opacity: 1; z-index: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-slide-content {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: min(680px, 80%);
  text-align: center;
  text-shadow: 0 3px 22px rgba(0,0,0,.65);
}
.hero-slide-content p { margin: 0 0 12px; color: rgba(255,255,255,.72); font-weight: 800; letter-spacing: .48em; text-transform: uppercase; }
.hero-slide-content b { display: block; margin-bottom: 24px; font-size: clamp(34px, 4.8vw, 70px); line-height: 1.05; text-transform: uppercase; }
.hero-click-zone {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 61%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 62px;
  border-radius: 999px;
  text-indent: -9999px;
  overflow: hidden;
}
.hero-dots {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 64px;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}
.hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
  cursor: pointer;
}
.hero-dot.is-active { background: var(--yellow); box-shadow: 0 0 12px rgba(239,255,0,.55); }
.hero-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 0; }
.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;
}
.eyebrow { margin: 0 0 12px; color: var(--muted); font-weight: 800; letter-spacing: .48em; text-transform: uppercase; }
.hero h1 { max-width: 790px; margin: 0 0 18px; font-size: clamp(40px, 6vw, 78px); line-height: 1.03; letter-spacing: 0; text-transform: uppercase; }
.hero-text { max-width: 650px; margin: 0 0 30px; color: #f1edf7; font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.06);
  border-top: 1px solid rgba(255,255,255,.08);
}
.trust-strip span { padding: 16px 22px; color: #e8e4f7; font-size: 14px; font-weight: 750; background: rgba(10, 6, 31, .55); }
.casino-bar {
  width: min(1180px, calc(100% - 40px));
  margin: -34px auto 28px;
  position: relative;
  z-index: 5;
  padding: 15px 16px 16px;
  border: 1px solid rgba(229,0,215,.3);
  border-radius: 13px;
  background: #171331;
  box-shadow: 0 18px 44px rgba(0,0,0,.32);
}
.search-row { display: grid; grid-template-columns: 1fr auto auto auto auto; gap: 14px; align-items: center; }
.fake-search { min-height: 54px; display: flex; align-items: center; gap: 12px; padding: 0 18px; color: #b9b2cf; border-radius: 999px; background: #24213d; font-weight: 800; }
.category-row { display: flex; gap: 10px; padding-top: 14px; overflow-x: auto; }
.category-row { scrollbar-width: none; }
.category-row::-webkit-scrollbar { display: none; }
.chip { flex: 0 0 auto; padding: 11px 18px; border-radius: 999px; color: #fff; background: transparent; border: 1px solid transparent; font-weight: 900; }
.chip.active { color: var(--yellow); border-color: var(--yellow); background: rgba(239,255,0,.05); }
.layout { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding-bottom: 54px; }
.game-strip { margin: 26px 0 42px; }
.section-title { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; font-size: 22px; line-height: 1.2; }
.section-title::before { content: ""; width: 13px; height: 26px; border-radius: 10px 10px 3px 3px; background: linear-gradient(var(--pink), #ff1976); box-shadow: 0 0 18px rgba(229,0,215,.5); }
.game-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.game-card {
  min-height: 136px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e100d2, #48105b 82%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 12px 24px rgba(0,0,0,.23);
  transition: transform .2s ease, box-shadow .2s ease;
}
.game-card:hover { transform: translateY(-5px); box-shadow: 0 20px 30px rgba(0,0,0,.32); }
.game-card img { width: 96px; height: 96px; object-fit: cover; border-radius: 12px; }
.game-card b { display: block; line-height: 1.16; }
.game-card .mini { display: inline-flex; margin-top: 10px; padding: 7px 18px; border-radius: 999px; color: #150018; background: var(--yellow); font-weight: 950; }
.page-intro {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
  margin: 34px 0 30px;
  padding: 26px;
  border: 1px solid rgba(229,0,215,.32);
  border-radius: 20px;
  background: linear-gradient(135deg, #171331, #25133b);
  box-shadow: 0 18px 38px rgba(0,0,0,.22);
}
.page-intro h1 { margin: 0 0 14px; font-size: clamp(32px, 4vw, 52px); line-height: 1.08; letter-spacing: 0; }
.page-intro p { margin: 0 0 20px; color: var(--muted); }
.page-intro img { width: 100%; max-height: 360px; object-fit: cover; border-radius: 16px; border: 1px solid rgba(255,255,255,.1); }
.article {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  background: rgba(15, 11, 39, .82);
  box-shadow: 0 18px 42px rgba(0,0,0,.24);
}
.article h1 { margin: 0 0 16px; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; }
.article h2 { margin: 38px 0 14px; font-size: clamp(24px, 3vw, 34px); line-height: 1.18; }
.article h3 { margin: 30px 0 12px; font-size: 22px; line-height: 1.24; }
.article p { margin: 0 0 16px; color: #ebe7f5; }
.article ul, .article ol { margin: 0 0 24px; padding-left: 0; list-style: none; display: grid; gap: 10px; }
.article li {
  position: relative;
  margin: 0;
  padding: 13px 14px 13px 42px;
  color: #efeaf9;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,255,255,.045), rgba(229,0,215,.055));
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.article li:hover, .article li.is-active { transform: translateX(4px); border-color: rgba(239,255,0,.5); background: linear-gradient(135deg, rgba(239,255,0,.08), rgba(229,0,215,.1)); }
.article li::before { content: ""; position: absolute; left: 6px; top: .72em; width: 9px; height: 9px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 13px rgba(229,0,215,.75); }
.article li::before { left: 17px; top: 20px; }
.article ol { counter-reset: item; }
.article ol li { counter-increment: item; padding-left: 42px; }
.article ol li::before { content: counter(item); top: 0; width: 26px; height: 26px; display: grid; place-items: center; color: #18001c; background: var(--yellow); font-weight: 950; }
.article a { color: var(--yellow); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.article a:hover, .article a:focus-visible { color: #fff; outline: none; }
.article .cta { color: #140018 !important; }
.article .cta.secondary { color: var(--yellow) !important; }
.figure { margin: 30px 0; border-radius: 18px; overflow: hidden; background: #211a43; border: 1px solid rgba(229,0,215,.24); }
.figure img { width: 100%; max-height: 430px; object-fit: cover; }
.figure figcaption { padding: 10px 14px; color: var(--muted); font-size: 13px; }
.split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 30px 0;
}
.feature-card {
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #251346, #191436);
  border: 1px solid rgba(255,255,255,.08);
}
.feature-card img { width: 92px; height: 92px; object-fit: contain; margin-bottom: 16px; }
.related-links {
  margin: 34px 0;
  padding: 22px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid rgba(239,255,0,.35);
  background: linear-gradient(135deg, rgba(229,0,215,.18), rgba(239,255,0,.06));
}
.related-links p { margin: 0 0 14px; color: var(--muted); font-weight: 850; }
.related-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.table-wrap { width: 100%; overflow-x: auto; margin: 28px 0; border-radius: 16px; border: 1px solid rgba(229,0,215,.25); box-shadow: 0 14px 28px rgba(0,0,0,.22); }
table { width: 100%; min-width: 640px; border-collapse: separate; border-spacing: 0; background: #171331; }
th, td { padding: 14px 15px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; vertical-align: top; }
th { color: var(--yellow); background: #211a43; cursor: pointer; user-select: none; }
th::after { content: " ↕"; color: rgba(255,255,255,.45); font-size: 12px; }
tbody tr { transition: background .16s ease, transform .16s ease; }
tbody tr:hover, tbody tr.is-active { background: rgba(239,255,0,.065); }
.site-footer { margin-top: 36px; padding: 34px 20px 46px; color: var(--muted); text-align: center; background: #09051c; border-top: 1px solid rgba(229,0,215,.22); }
.site-footer p { max-width: 900px; margin: 0 auto 10px; }
.motion-enabled .reveal { opacity: .01; transform: translateY(18px); transition: opacity .52s ease, transform .52s ease; }
.motion-enabled .reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 1040px) {
  .top-nav { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .site-header { justify-content: space-between; gap: 12px; padding: 0 16px; }
  .header-actions .chat, .header-actions .pill { display: none; }
  body.nav-open .top-nav {
    position: absolute;
    top: var(--header);
    left: 12px;
    right: 12px;
    display: grid;
    gap: 6px;
    padding: 12px;
    border-radius: 16px;
    background: #171331;
    box-shadow: 0 20px 40px rgba(0,0,0,.4);
  }
  body.nav-open .top-nav a { justify-content: center; }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  :root { --header: 64px; }
  body { font-size: 15px; }
  .brand { font-size: 25px; }
  .header-actions .secondary { display: none; }
  .cta { min-height: 42px; padding: 0 16px; }
  .hero-carousel { min-height: 318px; }
  .hero-carousel::before { background: linear-gradient(0deg, rgba(7,7,29,.12), transparent 55%); }
  .hero-slide-content { top: 54%; width: min(330px, 82%); }
  .hero-slide-content p { font-size: 11px; letter-spacing: .22em; }
  .hero-slide-content b { font-size: 30px; margin-bottom: 12px; }
  .hero-click-zone { width: 168px; height: 48px; top: 67%; }
  .hero-dots { bottom: 36px; }
  .hero-inner { width: min(100% - 28px, 520px); padding: 0; text-align: center; }
  .eyebrow { letter-spacing: .24em; }
  .hero h1 { font-size: clamp(32px, 10vw, 46px); }
  .hero-actions { justify-content: center; }
  .casino-bar, .layout { width: min(100% - 28px, 520px); }
  .casino-bar { margin-top: -34px; padding: 12px; }
  .search-row { grid-template-columns: 1fr; }
  .fake-search { min-height: 50px; }
  .category-row { padding-bottom: 2px; }
  .game-grid { grid-template-columns: 1fr; }
  .page-intro { grid-template-columns: 1fr; margin-top: 20px; padding: 16px; }
  .page-intro .media { order: -1; }
  .article { padding: 22px 16px; border-radius: 16px; }
  .split-feature { grid-template-columns: 1fr; }
  .related-actions { flex-direction: column; }
  .related-actions a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
