:root {
  --bg:#0c0712;
  --bg2:#12091b;
  --side:#190d27;
  --side2:#211131;
  --panel:#160d21;
  --panel2:#1c1029;
  --card:#1b1028;
  --card2:#221331;
  --line:rgba(255,255,255,.10);
  --line2:rgba(184,92,255,.25);
  --text:#fff8ff;
  --muted:#bcaec8;
  --dim:#8f7f9e;
  --violet:#b431ff;
  --violet2:#8f2af3;
  --pink:#ff4fad;
  --cyan:#54ecff;
  --green:#26e5a8;
  --shadow:0 24px 70px rgba(0,0,0,.35);
  --shell:1180px;
  --sidew:248px;
  --r:24px;
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  overflow-x:clip;
  background:radial-gradient(1000px 700px at 72% -10%,rgba(139,45,242,.11),transparent 70%),var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
img {
  display:block;
  max-width:100%
}
button {
  font:inherit
}
.shell {
  width:min(calc(100% - 56px),var(--shell));
  margin:0 auto
}
.skip {
  position:fixed;
  left:12px;
  top:-80px;
  z-index:999;
  padding:10px 14px;
  border-radius:10px;
  background:#fff;
  color:#111
}
.skip:focus {
  top:12px
}
/* Sidebar */
.sidebar {
  position:fixed;
  inset:0 auto 0 0;
  width:var(--sidew);
  z-index:80;
  display:flex;
  flex-direction:column;
  padding:22px 14px 18px;
  background:linear-gradient(180deg,var(--side),#160a23 76%,#1d0e2b);
  border-right:1px solid var(--line);
  box-shadow:20px 0 70px rgba(0,0,0,.18)
}
.side-status {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:3px 7px 16px;
  color:#b795c9;
  font-size:11px
}
.side-status b {
  display:flex;
  align-items:center;
  gap:7px;
  color:#fff;
  font-size:12px;
  font-variant-numeric:tabular-nums
}
.side-status i {
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 12px rgba(38,229,168,.85)
}
#online-count {
  min-width:34px;
  text-align:right
}
.side-login {
  display:grid;
  grid-template-columns:32px 1fr 14px;
  align-items:center;
  gap:9px;
  padding:13px 12px;
  border:1px solid transparent;
  border-radius:14px;
  background:rgba(255,255,255,.045);
  font-size:13px
}
.side-login:hover,.side-login.is-active {
  background:rgba(180,49,255,.14);
  border-color:rgba(180,49,255,.25)
}
.side-login .side-ico {
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:rgba(180,49,255,.12)
}
.side-login .side-ico img {
  width:26px;
  height:26px;
  object-fit:contain
}
.side-login em {
  font-size:22px;
  color:#856d93;
  font-style:normal
}
.side-quick {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:8px;
  margin:10px 0 7px
}
.side-quick a {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:10px 8px;
  border-radius:11px;
  background:rgba(255,255,255,.045);
  font-size:11px;
  font-weight:800
}
.side-quick a img {
  width:19px;
  height:19px;
  object-fit:contain;
  flex:0 0 auto
}
.side-quick a:hover,.side-quick a.is-active {
  background:linear-gradient(135deg,var(--violet),#8b20ff);
  box-shadow:0 10px 28px rgba(162,40,255,.18)
}
.side-menu {
  display:grid;
  gap:2px;
  margin-top:3px
}
.side-menu a {
  display:flex;
  align-items:center;
  gap:11px;
  min-height:40px;
  padding:9px 10px;
  border-radius:10px;
  color:#ded0e6;
  font-size:12px;
  font-weight:730
}
.side-menu a span {
  display:grid;
  place-items:center;
  width:22px;
  min-width:22px
}
.side-menu a span img {
  width:20px;
  height:20px;
  object-fit:contain;
  transition:transform .18s ease,filter .18s ease
}
.side-menu a:hover,.side-menu a.is-active {
  background:rgba(255,255,255,.045);
  color:#fff
}
.side-menu a:hover span img,.side-menu a.is-active span img {
  transform:scale(1.08);
  filter:brightness(1.12)
}
.side-menu hr {
  width:calc(100% - 18px);
  margin:7px 9px;
  border:0;
  border-top:1px solid var(--line)
}
.side-spacer {
  flex:1;
  min-height:18px
}
.side-promo {
  display:grid;
  gap:2px;
  padding:14px;
  border-radius:14px;
  background:linear-gradient(145deg,#7e20da,#c220ed 70%);
  box-shadow:0 20px 42px rgba(133,22,202,.18)
}
.side-promo b {
  font-size:17px
}
.side-promo strong {
  font-size:11px
}
.side-promo small {
  font-size:10px;
  color:#f4dfff
}
.side-bottom {
  display:grid;
  grid-template-columns:42px 1fr;
  gap:8px;
  margin-top:9px
}
.side-bottom>a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-height:40px;
  padding:9px 12px;
  border-radius:10px;
  background:rgba(255,255,255,.055);
  font-size:11px;
  font-weight:800
}
.side-bottom .tg {
  justify-content:center;
  padding:0
}
.side-bottom .tg img {
  width:25px;
  height:25px;
  object-fit:contain
}
.support-label {
  display:flex;
  align-items:center;
  gap:7px
}
.support-label img {
  width:20px;
  height:20px;
  object-fit:contain
}
.sidebar-overlay {
  display:none;
  position:fixed;
  inset:0;
  z-index:70;
  background:rgba(5,2,9,.72);
  backdrop-filter:blur(3px)
}
/* Main & topbar */
.site-main {
  min-height:100vh;
  margin-left:var(--sidew)
}
.topbar {
  position:sticky;
  top:0;
  z-index:60;
  border-bottom:1px solid var(--line);
  background:rgba(12,7,18,.84);
  backdrop-filter:blur(18px)
}
.topbar-inner {
  display:flex;
  align-items:center;
  gap:18px;
  min-height:76px;
  padding:0 28px
}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  min-width:max-content
}
.brand img {
  width:43px;
  height:auto;
  object-fit:contain
}
.brand>span {
  display:grid;
  line-height:1
}
.brand b {
  font-size:15px;
  letter-spacing:.07em
}
.brand small {
  margin-top:5px;
  color:#c98bf0;
  font-size:8px;
  letter-spacing:.22em;
  font-weight:900
}
.brand-note {
  display:flex;
  align-items:center;
  gap:7px;
  margin-left:5px;
  padding-left:16px;
  border-left:1px solid var(--line);
  color:var(--dim);
  font-size:10px
}
.brand-note i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 10px rgba(84,236,255,.7)
}
.top-actions {
  display:flex;
  gap:8px;
  margin-left:auto
}
.sidebar-toggle {
  display:none;
  width:42px;
  height:42px;
  border:1px solid var(--line);
  border-radius:12px;
  background:rgba(255,255,255,.04);
  padding:10px
}
.sidebar-toggle span {
  display:block;
  height:2px;
  margin:4px 0;
  border-radius:3px;
  background:#fff
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:42px;
  padding:10px 16px;
  border:1px solid var(--line);
  border-radius:12px;
  font-size:12px;
  font-weight:850;
  transition:.18s ease
}
.btn:hover {
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.22)
}
.btn.hot {
  border-color:transparent;
  background:linear-gradient(135deg,var(--violet),#d126d4);
  box-shadow:0 13px 34px rgba(171,37,238,.16)
}
.btn.ghost {
  background:rgba(255,255,255,.045)
}
.btn.lg {
  min-height:48px;
  padding:12px 20px
}
.btn.play {
  border-color:transparent;
  background:var(--green);
  color:#07110d;
  padding:9px 17px
}
.btn.play span {
  font-size:16px
}
.actions {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:24px
}
/* Type */
.eyebrow,.kicker,.card-label {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--cyan);
  font-size:10px;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:900
}
.eyebrow:before,.kicker:before {
  content:"";
  width:19px;
  height:1px;
  background:var(--cyan)
}
p {
  overflow-wrap:break-word
}
h1,h2,h3 {
  overflow-wrap:break-word;
  word-break:normal;
  text-wrap:balance;
  letter-spacing:-.035em
}
.section {
  padding:68px 0
}
.section-tint {
  background:linear-gradient(180deg,rgba(180,49,255,.035),rgba(255,255,255,.012))
}
.section-head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:36px;
  margin-bottom:28px
}
.section-head h2 {
  margin:8px 0 0;
  font-size:clamp(28px,3vw,42px);
  line-height:1.04
}
.section-head>p {
  max-width:540px;
  margin:0;
  color:var(--muted);
  font-size:14px
}
.text-link {
  color:#d693ff;
  font-size:12px;
  font-weight:850
}
.center {
  text-align:center
}
/* Home hero */
.hero {
  position:relative;
  overflow:hidden;
  border-bottom:1px solid var(--line)
}
.hero:before {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(700px 450px at 82% 20%,rgba(177,49,255,.14),transparent 72%),radial-gradient(450px 320px at 58% 92%,rgba(255,79,173,.08),transparent 70%);
  pointer-events:none
}
.hero-grid {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(370px,.78fr);
  min-height:620px
}
.hero-copy {
  align-self:center;
  padding:72px 0
}
.hero-copy h1 {
  max-width:760px;
  margin:16px 0;
  font-size:clamp(46px,5.4vw,76px);
  line-height:.98
}
.hero-copy>p {
  max-width:720px;
  margin:0;
  color:#c7b9cf;
  font-size:17px
}
.hero-trust {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px
}
.hero-trust span {
  padding:8px 11px;
  border:1px solid var(--line);
  border-radius:10px;
  background:rgba(255,255,255,.025);
  color:#a995b4;
  font-size:10px
}
.hero-trust b {
  color:#fff
}
.hero-art {
  position:relative;
  align-self:stretch
}
.hero-art img {
  position:absolute;
  right:-30px;
  bottom:0;
  height:92%;
  width:auto;
  filter:drop-shadow(0 30px 40px rgba(0,0,0,.32))
}
.hero-glow {
  position:absolute;
  right:3%;
  top:13%;
  width:390px;
  height:390px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(177,49,255,.22),transparent 67%);
  filter:blur(12px)
}
.float-card {
  position:absolute;
  z-index:2;
  display:grid;
  gap:1px;
  min-width:150px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(22,13,33,.78);
  box-shadow:var(--shadow);
  backdrop-filter:blur(14px)
}
.float-card small {
  color:#9d8aa9;
  font-size:9px
}
.float-card b {
  font-size:11px
}
.float-card.one {
  left:0;
  top:25%
}
.float-card.two {
  right:0;
  bottom:19%
}
.quick-routes {
  border-bottom:1px solid var(--line);
  background:#100919
}
.route-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr)
}
.route-grid>a {
  display:grid;
  grid-template-columns:25px 1fr 16px;
  align-items:center;
  gap:10px;
  min-height:92px;
  padding:16px;
  border-right:1px solid var(--line)
}
.route-grid>a:first-child {
  border-left:1px solid var(--line)
}
.route-grid>a>span {
  color:#d864ff;
  font-size:9px;
  font-weight:900
}
.route-grid b {
  display:block;
  font-size:12px
}
.route-grid small {
  display:block;
  margin-top:2px;
  color:#8e7d99;
  font-size:9px
}
.route-grid em {
  color:#c96bff;
  font-style:normal
}
.route-grid a:hover {
  background:rgba(180,49,255,.055)
}
.topic-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px
}
.topic-grid a {
  position:relative;
  min-height:210px;
  padding:23px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(160deg,var(--panel),rgba(255,255,255,.018));
  transition:.2s ease
}
.topic-grid a:hover {
  transform:translateY(-3px);
  border-color:var(--line2)
}
.topic-grid span {
  color:#ce66ff;
  font-size:10px;
  font-weight:900
}
.topic-grid h3 {
  margin:40px 0 8px;
  font-size:22px
}
.topic-grid p {
  margin:0;
  color:var(--muted);
  font-size:12px
}
.topic-grid a:after {
  content:"→";
  position:absolute;
  right:20px;
  top:19px;
  color:#665471
}
/* Page hero */
.page-hero {
  padding:40px 0 52px;
  border-bottom:1px solid var(--line);
  background:radial-gradient(720px 360px at 86% 0,rgba(174,49,255,.08),transparent 70%)
}
.crumb {
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:28px;
  color:#857691;
  font-size:10px
}
.crumb a {
  color:#bea9cb
}
.page-hero-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:54px;
  align-items:end
}
.page-hero h1 {
  max-width:920px;
  margin:12px 0 16px;
  font-size:clamp(42px,5.1vw,70px);
  line-height:1.01
}
.page-hero p {
  max-width:820px;
  margin:0;
  color:#c7b9cf;
  font-size:16px
}
.hero-related {
  display:grid;
  align-content:start;
  gap:7px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.025)
}
.hero-related>small {
  margin-bottom:4px;
  color:#8c7d96;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.12em
}
.hero-related a {
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:11px 12px;
  border-radius:11px;
  background:rgba(255,255,255,.028);
  font-size:11px;
  font-weight:760
}
.hero-related a:hover {
  background:rgba(180,49,255,.09)
}
.hero-related b {
  color:#d86cff
}
/* Games */
.game-grid-home {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px
}
.game-tile {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--card);
  transition:.2s ease
}
.game-tile:hover {
  transform:translateY(-3px);
  border-color:var(--line2)
}
.game-cover {
  position:relative;
  aspect-ratio:1.4/1;
  overflow:hidden;
  background:#100817
}
.game-cover img {
  width:100%;
  height:100%;
  object-fit:cover
}
.game-cover>span {
  position:absolute;
  right:8px;
  top:8px;
  padding:4px 6px;
  border-radius:7px;
  background:rgba(10,5,14,.76);
  font-size:8px;
  font-weight:900
}
.game-tile-copy {
  display:grid;
  padding:12px 13px 13px
}
.game-tile-copy>b {
  font-size:13px
}
.game-tile-copy>small {
  margin-top:2px;
  color:#9c88a9;
  font-size:9px
}
.game-tile-copy>em {
  margin-top:8px;
  color:#d56fff;
  font-size:9px;
  font-style:normal;
  font-weight:850
}
.games-head {
  align-items:flex-start
}
.game-detail-list {
  display:grid;
  gap:16px
}
.game-detail {
  display:grid;
  grid-template-columns:minmax(280px,34%) 1fr;
  gap:24px;
  padding:17px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(145deg,#1b0f28,#180d23);
  scroll-margin-top:96px
}
.game-detail-media {
  overflow:hidden;
  border-radius:16px;
  min-height:270px
}
.game-detail-media img {
  width:100%;
  height:100%;
  object-fit:cover
}
.game-detail-copy {
  align-self:center;
  padding:8px 12px 8px 0
}
.game-detail-copy h2 {
  margin:8px 0 10px;
  font-size:clamp(26px,3.2vw,42px);
  line-height:1
}
.game-tags {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:13px
}
.game-tags span {
  padding:6px 9px;
  border:1px solid rgba(205,96,255,.2);
  border-radius:8px;
  background:rgba(181,49,255,.05);
  color:#d9b9e7;
  font-size:9px
}
.game-detail-copy p {
  margin:0 0 10px;
  color:#d3c5db;
  font-size:13px
}
.game-detail-copy .btn {
  margin-top:2px
}
/* Providers */
.provider-logo-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px
}
.provider-logo-card {
  display:grid;
  align-content:start;
  min-height:150px;
  padding:12px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--card);
  transition:.2s ease
}
.provider-logo-card:hover {
  transform:translateY(-2px);
  border-color:var(--line2)
}
.provider-logo-card>div {
  display:grid;
  place-items:center;
  height:72px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:11px;
  background:linear-gradient(145deg,#251432,#120b19)
}
.provider-logo-card img {
  max-width:78%;
  max-height:48px;
  object-fit:contain
}
.provider-logo-card>b {
  margin-top:10px;
  font-size:11px
}
.provider-logo-card>span {
  margin-top:2px;
  color:#c96cff;
  font-size:9px
}
.providers-head {
  align-items:flex-start
}
.provider-detail-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px
}
.provider-detail {
  display:grid;
  grid-template-columns:150px 1fr;
  gap:18px;
  padding:17px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(145deg,#1b0f28,#160c20);
  scroll-margin-top:96px
}
.provider-mark {
  display:grid;
  place-items:center;
  min-height:150px;
  padding:14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:linear-gradient(145deg,#281638,#100918)
}
.provider-mark img {
  max-width:90%;
  max-height:68px;
  object-fit:contain
}
.provider-text {
  align-self:center
}
.provider-text h2 {
  margin:7px 0 8px;
  font-size:24px;
  line-height:1.05
}
.provider-text p {
  margin:0 0 10px;
  color:#cbbdd4;
  font-size:11px
}
.provider-text small {
  display:block;
  padding-top:9px;
  border-top:1px solid var(--line);
  color:#9583a0;
  font-size:9px
}
.provider-text small b {
  color:#dcb7ed
}
/* Generic content */
.content {
  padding-top:54px
}
.content-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) 270px;
  gap:24px
}
.article-list {
  display:grid;
  gap:11px
}
.article-list>article {
  display:grid;
  grid-template-columns:48px 1fr;
  gap:16px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:19px;
  background:rgba(255,255,255,.022)
}
.article-list>article>span {
  padding-top:3px;
  color:var(--cyan);
  font-size:9px;
  font-weight:900
}
.article-list h2 {
  margin:0 0 7px;
  font-size:23px;
  line-height:1.1
}
.article-list p {
  margin:0;
  color:#c8bacf;
  font-size:13px
}
.context-side {
  position:static;
  top:auto;
  align-self:start;
  display:grid;
  gap:12px
}
.context-card,.risk {
  padding:17px;
  border:1px solid var(--line);
  border-radius:17px;
  background:var(--card)
}
.context-card {
  display:grid
}
.context-card .kicker {
  margin-bottom:8px
}
.context-card a {
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:9px 0;
  border-bottom:1px solid var(--line);
  font-size:10px;
  font-weight:760
}
.context-card a:last-child {
  border-bottom:0
}
.context-card b {
  color:#d56fff
}
.risk>b {
  font-size:24px;
  color:#e569ff
}
.risk p {
  color:#a997b3;
  font-size:10px
}
.risk a {
  color:var(--cyan);
  font-size:9px;
  font-weight:850
}
.related {
  margin-top:5px;
  padding:19px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.018)
}
.related>.kicker {
  margin-bottom:11px
}
.related-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px
}
.related-grid a {
  display:grid;
  gap:4px;
  padding:13px;
  border:1px solid var(--line);
  border-radius:13px;
  background:rgba(255,255,255,.018)
}
.related-grid small {
  color:#8f7d9a;
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.07em
}
.related-grid b {
  font-size:11px;
  line-height:1.35
}
.related-grid span {
  color:#d36cff;
  font-size:8px;
  font-weight:850
}
.map-list {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px
}
.map-list section {
  padding:18px;
  border:1px solid var(--line);
  border-radius:17px;
  background:var(--card)
}
.map-list h2 {
  margin:0 0 6px;
  font-size:17px
}
.map-list a {
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:8px 0;
  border-top:1px solid var(--line);
  font-size:10px;
  color:#b9a8c2
}
.map-list a span {
  color:#d76cff
}
.live-card {
  display:grid;
  grid-template-columns:1fr 360px;
  align-items:center;
  gap:30px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(145deg,#1d0f2a,#130b1c)
}
.live-card h2 {
  margin:10px 0;
  font-size:40px;
  line-height:1
}
.live-card p {
  color:#c2b2cb
}
.live-card img {
  width:100%;
  max-height:250px;
  object-fit:cover;
  border-radius:17px
}
/* Final & footer */
.final {
  padding-top:18px
}
.cta-box {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:28px;
  border:1px solid rgba(185,76,255,.21);
  border-radius:23px;
  background:radial-gradient(420px 180px at 0 0,rgba(181,49,255,.12),transparent 70%),linear-gradient(135deg,#1a0e27,#120a1a)
}
.cta-box h2 {
  margin:8px 0;
  font-size:31px;
  line-height:1.05
}
.cta-box p {
  max-width:650px;
  margin:0;
  color:#ad9ab8;
  font-size:12px
}
.cta-box>div:last-child {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  min-width:max-content
}
.footer {
  padding:50px 0 26px;
  border-top:1px solid var(--line);
  background:#08050c
}
.foot-grid {
  display:grid;
  grid-template-columns:1.35fr repeat(3,1fr);
  gap:30px
}
.foot-grid>div {
  display:grid;
  align-content:start;
  gap:7px
}
.foot-grid>div:first-child p {
  max-width:330px;
  color:#8d7d97;
  font-size:11px
}
.foot-grid>div:first-child strong {
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid rgba(206,91,255,.27);
  border-radius:50%;
  color:#e988ff
}
.foot-grid>div>b {
  margin-bottom:3px;
  font-size:11px
}
.foot-grid>div>a {
  color:#8b7b94;
  font-size:10px
}
.foot-grid>div>a:hover {
  color:#fff
}
.foot-bottom {
  display:flex;
  justify-content:space-between;
  gap:18px;
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:#72647c;
  font-size:9px
}
.foot-bottom div {
  display:flex;
  gap:15px
}
@media(max-width:1260px) {
  :root {
    --sidew:224px
  }
  .shell {
    width:min(calc(100% - 42px),var(--shell))
  }
  .provider-detail {
    grid-template-columns:130px 1fr
  }
  .provider-mark {
    min-height:140px
  }
  .hero-grid {
    grid-template-columns:minmax(0,1fr) 390px
  }
  .float-card.two {
    right:-5px
  }
}
@media(max-width:1080px) {
  :root {
    --sidew:248px
  }
  .site-main {
    margin-left:0
  }
  .sidebar {
    transform:translateX(-102%);
    transition:transform .22s ease;
    box-shadow:35px 0 90px rgba(0,0,0,.55)
  }
  .sidebar.open {
    transform:translateX(0)
  }
  .sidebar-overlay.show {
    display:block
  }
  .sidebar-toggle {
    display:block
  }
  .topbar-inner {
    padding:0 18px
  }
  .brand-note {
    display:none
  }
  .hero-grid {
    grid-template-columns:minmax(0,1fr) 380px
  }
  .topic-grid {
    grid-template-columns:1fr 1fr
  }
  .game-grid-home {
    grid-template-columns:repeat(3,1fr)
  }
  .provider-logo-grid {
    grid-template-columns:repeat(4,1fr)
  }
  .provider-detail-grid {
    grid-template-columns:1fr
  }
  .content-grid {
    grid-template-columns:1fr
  }
  .context-side {
    position:static;
    grid-template-columns:1fr 1fr
  }
  .page-hero-grid {
    grid-template-columns:1fr
  }
  .hero-related {
    display:none
  }
  .foot-grid {
    grid-template-columns:1.4fr 1fr 1fr
  }
  .foot-grid>div:last-child {
    display:none
  }
}
@media(max-width:780px) {
  .shell {
    width:min(calc(100% - 28px),var(--shell))
  }
  .topbar-inner {
    min-height:68px
  }
  .top-actions .ghost {
    display:none
  }
  .brand img {
    width:38px
  }
  .brand b {
    font-size:13px
  }
  .brand small {
    font-size:7px
  }
  .hero-grid {
    display:block;
    min-height:0
  }
  .hero-copy {
    padding:54px 0 18px
  }
  .hero-copy h1 {
    font-size:clamp(39px,11vw,56px)
  }
  .hero-copy>p,.page-hero p {
    font-size:15px
  }
  .hero-art {
    min-height:390px;
    margin-top:-26px
  }
  .hero-art img {
    right:5%;
    height:105%
  }
  .float-card.one {
    left:0;
    top:22%
  }
  .float-card.two {
    right:0;
    bottom:12%
  }
  .route-grid {
    grid-template-columns:1fr 1fr
  }
  .route-grid>a:nth-child(2) {
    border-right:0
  }
  .route-grid>a:nth-child(-n+2) {
    border-bottom:1px solid var(--line)
  }
  .section {
    padding:52px 0
  }
  .section-head {
    display:block
  }
  .section-head>p,.text-link {
    display:block;
    margin-top:12px
  }
  .topic-grid {
    grid-template-columns:1fr
  }
  .topic-grid a {
    min-height:170px
  }
  .topic-grid h3 {
    margin-top:27px
  }
  .game-grid-home {
    grid-template-columns:1fr 1fr
  }
  .game-detail {
    grid-template-columns:1fr;
    padding:12px
  }
  .game-detail-media {
    min-height:0;
    aspect-ratio:1.45/1
  }
  .game-detail-copy {
    padding:8px
  }
  .game-detail-copy h2 {
    font-size:34px
  }
  .provider-logo-grid {
    grid-template-columns:1fr 1fr
  }
  .provider-detail {
    grid-template-columns:120px 1fr;
    gap:13px
  }
  .provider-mark {
    min-height:125px
  }
  .page-hero {
    padding:30px 0 40px
  }
  .page-hero h1 {
    font-size:clamp(37px,10vw,52px)
  }
  .article-list>article {
    grid-template-columns:1fr;
    padding:18px
  }
  .article-list>article>span {
    padding:0
  }
  .article-list h2 {
    font-size:21px
  }
  .related-grid {
    grid-template-columns:1fr
  }
  .context-side {
    grid-template-columns:1fr
  }
  .map-list {
    grid-template-columns:1fr
  }
  .live-card {
    grid-template-columns:1fr;
    padding:20px
  }
  .live-card h2 {
    font-size:32px
  }
  .cta-box {
    display:block;
    padding:22px
  }
  .cta-box>div:last-child {
    margin-top:18px;
    min-width:0
  }
  .cta-box .btn {
    width:100%
  }
  .foot-grid {
    grid-template-columns:1fr 1fr
  }
  .foot-grid>div:first-child {
    grid-column:1/-1
  }
  .foot-grid>div:last-child {
    display:grid
  }
  .foot-bottom {
    display:block
  }
  .foot-bottom div {
    margin-top:8px;
    flex-wrap:wrap
  }
}
@media(max-width:540px) {
  .top-actions .btn {
    min-width:120px;
    min-height:48px;
    padding:12px 18px;
    font-size:13px;
    line-height:1.15
  }
  .brand>span {
    display:none
  }
  .hero-copy h1 {
    font-size:38px
  }
  .actions .btn {
    width:100%
  }
  .hero-art {
    min-height:320px
  }
  .float-card {
    min-width:125px;
    padding:9px 10px
  }
  .float-card small {
    font-size:8px
  }
  .float-card b {
    font-size:9px
  }
  .route-grid {
    grid-template-columns:1fr
  }
  .route-grid>a {
    border-right:0;
    border-bottom:1px solid var(--line)
  }
  .route-grid>a:first-child {
    border-left:0
  }
  .game-grid-home {
    grid-template-columns:1fr 1fr;
    gap:8px
  }
  .game-tile-copy>b {
    font-size:11px
  }
  .game-detail-copy h2 {
    font-size:30px
  }
  .game-detail-copy p {
    font-size:12px
  }
  .provider-detail {
    grid-template-columns:1fr
  }
  .provider-mark {
    min-height:110px
  }
  .provider-mark img {
    max-height:55px
  }
  .foot-grid {
    grid-template-columns:1fr
  }
  .foot-grid>div:first-child {
    grid-column:auto
  }
}
/* V5: fixed-in-document side cards, richer home, reviews, authoring, modal */
.page-meta {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px
}
.page-meta span {
  padding:6px 9px;
  border:1px solid var(--line);
  border-radius:9px;
  background:rgba(255,255,255,.025);
  color:#9d8da8;
  font-size:9px
}
.page-meta b {
  color:#e8ddec
}
.game-search {
  display:flex;
  align-items:center;
  gap:12px;
  margin:-8px 0 24px
}
.game-search input {
  width:min(100%,520px);
  min-height:44px;
  padding:11px 14px;
  border:1px solid var(--line);
  border-radius:13px;
  outline:0;
  background:#130b1c;
  color:#fff
}
.game-search input:focus {
  border-color:rgba(180,49,255,.55);
  box-shadow:0 0 0 3px rgba(180,49,255,.08)
}
.game-search span {
  color:var(--dim);
  font-size:10px;
  white-space:nowrap
}
.game-detail[hidden] {
  display:none!important
}
.table-card {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(145deg,#190e25,#120a1b)
}
.table-scroll {
  overflow-x:auto
}
.compare-table {
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  font-size:11px
}
.compare-table th,.compare-table td {
  padding:14px 16px;
  text-align:left;
  border-bottom:1px solid var(--line);
  vertical-align:top
}
.compare-table th {
  color:#e6c7f5;
  background:rgba(180,49,255,.055);
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.06em
}
.compare-table tbody tr:last-child td {
  border-bottom:0
}
.compare-table tbody tr:hover {
  background:rgba(255,255,255,.025)
}
.compare-table td {
  color:#bcaec8
}
.compare-table td:first-child,.compare-table a {
  color:#fff;
  font-weight:800
}
.compare-table a:hover {
  color:var(--cyan)
}
.second-table-head {
  margin-top:42px
}
.compact-table .compare-table {
  min-width:680px
}
.review-preview-grid,.review-person-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px
}
.review-card-person {
  padding:18px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(155deg,#1b1028,#150c1f);
  box-shadow:0 14px 35px rgba(0,0,0,.08)
}
.review-head {
  display:grid;
  grid-template-columns:38px 1fr auto;
  align-items:center;
  gap:10px
}
.review-avatar {
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:linear-gradient(145deg,#7423bd,#c130f4);
  font-size:15px;
  font-weight:900
}
.review-person h2,.review-person h3 {
  margin:0;
  font-size:13px;
  line-height:1.1
}
.review-person p {
  margin:3px 0 0!important;
  color:#8f7f9e!important;
  font-size:9px!important
}
.review-head>b {
  color:#f2b7ff;
  font-size:10px;
  white-space:nowrap
}
.review-card-person>p {
  margin:14px 0 0;
  color:#cbbbd3;
  font-size:11px
}
.compact-review {
  min-height:190px
}
.reviews-intro {
  display:flex;
  justify-content:space-between;
  gap:32px;
  align-items:flex-end;
  margin-bottom:24px
}
.reviews-intro h2 {
  margin:8px 0 7px;
  font-size:42px;
  line-height:1
}
.reviews-intro p {
  max-width:760px;
  margin:0;
  color:var(--muted);
  font-size:12px
}
.reviews-summary {
  display:flex;
  gap:8px;
  flex-wrap:wrap
}
.reviews-summary span {
  display:grid;
  min-width:78px;
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius:12px;
  color:#8e7e99;
  font-size:8px
}
.reviews-summary b {
  color:#fff;
  font-size:16px
}
.trust-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
.license-panel,.editorial-panel {
  padding:26px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(145deg,#1d102a,#130b1d)
}
.license-panel h2,.editorial-panel h2 {
  margin:10px 0 12px;
  font-size:30px;
  line-height:1.05
}
.license-panel>p,.editorial-panel>p {
  color:#c2b2ca;
  font-size:12px
}
.license-panel dl {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:20px 0
}
.license-panel dl div {
  padding:12px;
  border:1px solid var(--line);
  border-radius:12px;
  background:rgba(255,255,255,.022)
}
.license-panel dt {
  color:#8f7f9e;
  font-size:8px;
  text-transform:uppercase
}
.license-panel dd {
  margin:4px 0 0;
  color:#fff;
  font-size:11px;
  font-weight:850
}
.editorial-checks {
  margin-top:16px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,255,255,.022)
}
.editorial-checks>b {
  font-size:12px
}
.editorial-checks ul,.author-card aside ul {
  margin:8px 0 0;
  padding-left:18px;
  color:#b9a8c3;
  font-size:10px
}
.contact-line a {
  color:var(--green);
  font-weight:800
}
.author-card {
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);
  gap:20px;
  margin-top:8px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(145deg,#1b1028,#150c1f)
}
.author-card h2 {
  margin:9px 0 10px
}
.author-card>div>p {
  color:#c5b6cd
}
.author-card aside {
  padding:18px;
  border-radius:15px;
  background:rgba(180,49,255,.08)
}
.author-card aside>a {
  display:inline-block;
  margin-top:12px;
  color:var(--green);
  font-size:10px;
  font-weight:850
}
.faq-columns {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  align-items:start
}
.faq-col {
  display:grid;
  gap:8px;
  align-content:start
}
.faq-col details {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:15px;
  background:var(--card);
  align-self:start
}
.faq-col summary {
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:15px 17px;
  cursor:pointer;
  list-style:none;
  font-size:12px;
  font-weight:820
}
.faq-col summary::-webkit-details-marker {
  display:none
}
.faq-col summary b {
  color:#db72ff;
  font-size:18px
}
.faq-col details[open] summary b {
  transform:rotate(45deg)
}
.faq-col details p {
  margin:0;
  padding:0 17px 15px;
  color:#bbaac5;
  font-size:12px
}
.footer-legal {
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:18px;
  margin-top:26px;
  padding-top:20px;
  border-top:1px solid var(--line)
}
.footer-legal p {
  margin:0;
  color:#7f7089;
  font-size:9px
}
.footer-legal a {
  color:#bba8c6
}
.footer-legal b {
  color:#a992b4
}
.bonus-modal[hidden] {
  display:none
}
.bonus-modal {
  position:fixed;
  inset:0;
  z-index:250;
  display:grid;
  place-items:center;
  padding:18px
}
.bonus-backdrop {
  position:absolute;
  inset:0;
  background:rgba(8,3,13,.64);
  backdrop-filter:blur(12px)
}
.bonus-dialog {
  position:relative;
  z-index:1;
  width:min(390px,calc(100vw - 28px));
  padding:27px 28px 23px;
  border:1px solid rgba(213,137,255,.38);
  border-radius:20px;
  background:radial-gradient(300px 180px at 50% 0,rgba(178,48,255,.17),transparent 72%),#241132;
  box-shadow:0 30px 110px rgba(0,0,0,.62);
  text-align:center
}
.bonus-close {
  position:absolute;
  right:10px;
  top:10px;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:2px solid rgba(255,255,255,.86);
  border-radius:10px;
  background:rgba(255,255,255,.04);
  color:#fff;
  font-size:22px;
  line-height:1;
  cursor:pointer
}
.bonus-logo {
  width:68px;
  height:auto;
  margin:0 auto 13px;
  object-fit:contain
}
.bonus-kicker {
  display:block;
  color:#ff6fd8;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:900
}
.bonus-dialog h2 {
  margin:14px 0 11px;
  font-size:28px;
  line-height:1.05
}
.bonus-dialog p {
  margin:0 auto 18px;
  max-width:300px;
  color:#c4b2cb;
  font-size:12px
}
.bonus-claim {
  width:100%;
  border-color:transparent!important;
  background:var(--green)!important;
  color:#07110d!important;
  box-shadow:0 0 0 3px rgba(38,229,168,.12),0 12px 32px rgba(38,229,168,.2)
}
.bonus-return {
  margin-top:10px;
  border:0;
  background:transparent;
  color:#9d8da6;
  font-size:10px;
  cursor:pointer
}
.bonus-return:hover {
  color:#fff
}
body.bonus-open {
  overflow:hidden
}
@media(max-width:1080px) {
  .review-preview-grid,.review-person-grid {
    grid-template-columns:1fr 1fr
  }
  .trust-grid {
    grid-template-columns:1fr
  }
  .author-card {
    grid-template-columns:1fr
  }
}
@media(max-width:780px) {
  .faq-columns {
    grid-template-columns:1fr
  }
  .reviews-intro {
    display:block
  }
  .reviews-summary {
    margin-top:16px
  }
  .review-preview-grid,.review-person-grid {
    grid-template-columns:1fr
  }
  .license-panel dl {
    grid-template-columns:1fr
  }
  .footer-legal {
    grid-template-columns:1fr
  }
  .game-search {
    align-items:stretch;
    flex-direction:column
  }
  .game-search input {
    width:100%
  }
}
/* V6 mobile auth dock */
.mobile-auth-bar {
  display:none
}
@media(max-width:780px) {
  body {
    padding-bottom:78px
  }
  .mobile-auth-bar {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:880;
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:8px;
    padding:10px max(14px,env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-right));
    border-top:1px solid rgba(255,255,255,.10);
    background:rgba(13,7,20,.94);
    box-shadow:0 -18px 50px rgba(0,0,0,.38);
    backdrop-filter:blur(18px)
  }
  .mobile-auth-bar a {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:50px;
    border-radius:13px;
    font-size:13px;
    font-weight:900;
    letter-spacing:.01em
  }
  .mobile-auth-bar img {
    width:20px;
    height:20px;
    object-fit:contain
  }
  .mobile-login {
    border:1px solid rgba(221,101,255,.25);
    background:#251332;
    color:#fff
  }
  .mobile-register {
    background:linear-gradient(135deg,#a927f0,#e421df);
    color:#fff;
    box-shadow:0 10px 28px rgba(190,34,235,.24)
  }
  .bonus-modal {
    z-index:1200
  }
}
/* V8 layout guards */
.article-list > * + * {
  margin-top: 0;
}
.article-list, .game-detail-list, .provider-detail-grid, .review-person-grid {
  min-width: 0;
}
.article-list article, .game-detail, .provider-detail, .review-card-person {
  min-width: 0;
}
