:root {
  --brand: #8b5cf6;
  --accent: #8b5cf6;
  --bg: #270061;
  --text: #e0e0e0;
  --muted: #888;
  --nav-bg: #170118;
  --card-bg: #0f1318;
  --section-bg: #504b62;
  --border: #0e2e62;
  --footer-bg: #0d051f;
  --footer-text: #7e7777;
  --footer-link: #888888;
  --login-c: #b89900;
  --register-c: #ffd500;
  --cta-bg: #ffb800;
  --cta-text: #ffffff;
  --radius: 8px;
  --radius-flow: 30px 8px 30px 8px;
  --radius-flow-alt: 10px 28px 10px 28px;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  --shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.24);
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.07);
  --line: rgba(255, 255, 255, 0.1);
  --good: #4fc47b;
  --warn: #f0ba4f;
  --bad: #ef6a6a;
  --font-heading: inherit, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding-top: 64px;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 184, 0, 0.09), transparent 20%),
    radial-gradient(circle at 85% 10%, rgba(139, 92, 246, 0.16), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(255, 213, 0, 0.05), transparent 24%),
    repeating-radial-gradient(circle at center, rgba(255,255,255,0.025) 0 2px, transparent 2px 16px),
    conic-gradient(from 180deg at 50% 50%, #1b023f, #270061, #34106f, #22024e, #1b023f);
  min-height: 100vh;
}
main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
}
.full-section img {
  height: 36px;
  width: auto;
  max-height: 36px;
  object-fit: contain;
  display: block;
}
.audio-shower-lg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 64px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 6px 14px;
  font-size: 14px;
  background:
    linear-gradient(90deg, rgba(255,184,0,0.08), transparent 28%, transparent 72%, rgba(139,92,246,0.12)),
    linear-gradient(180deg, rgba(255,255,255,0.03), transparent),
    var(--nav-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}
.audio-shower-lg::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--register-c), var(--brand), transparent);
  opacity: 0.8;
}
.audio-shower-lg::after {
  content: "";
  position: absolute;
  right: 14%;
  top: 0;
  width: 140px;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 70%);
  pointer-events: none;
}
.full-section {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.netboard {
  display: flex;
  align-items: center;
  gap: 10px;
}
.root-menu-links {
  display: flex;
  margin-left: auto;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.root-menu-links a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.root-menu-links a:hover,
.root-menu-links a:focus-visible {
  color: var(--brand);
}
.global-nav-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
#navBtns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.signin-link {
  display: inline-block;
  border: 2px solid var(--login-c);
  color: var(--login-c);
  background: transparent;
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
}
.register-btn {
  display: inline-block;
  background: var(--register-c);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.minor {
  display: inline-block;
  background: var(--cta-bg);
  color: var(--cta-text);
  border: none;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.signin-link {
  padding: 7px 18px;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}
.signin-link:hover,
.signin-link:focus-visible {
  color: #f2cf35;
  border-color: #f2cf35;
  background: rgba(184, 153, 0, 0.08);
  transform: translateY(-1px);
}
.register-btn {
  padding: 7px 18px;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 10px 18px rgba(255, 213, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.register-btn:hover,
.register-btn:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 14px 28px rgba(255, 213, 0, 0.22);
}
.minor {
  padding: 14px 36px;
  font-size: 16px;
  margin-top: 16px;
  box-shadow: 0 14px 26px rgba(255, 184, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.minor:hover,
.minor:focus-visible {
  transform: translateY(-2px) scale(1.01);
  filter: brightness(1.04);
  box-shadow: 0 18px 34px rgba(255, 184, 0, 0.26);
}
.main-cta-secondary {
  display: inline-block;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    rgba(255, 184, 0, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 184, 0, 0.35);
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  padding: 11px 22px;
  font-size: 14px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.main-cta-secondary:hover,
.main-cta-secondary:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 213, 0, 0.6);
}
.toggle-btn {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
}
.flyout-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100vh;
  z-index: 2000;
  transform: translateX(100%);
  transition: transform 0.3s;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent),
    linear-gradient(160deg, #12011c, #230042 55%, #2f0c5b);
  padding: 90px 20px 24px;
  box-shadow: -20px 0 40px rgba(0, 0, 0, 0.35);
}
.flyout-nav.nav-open {
  transform: translateX(0);
}
.google-hero {
  width: 100%;
  max-width: 100%;
  padding: 60px 5%;
  background:
    linear-gradient(135deg, rgba(17, 2, 32, 0.88), rgba(39, 0, 97, 0.74) 42%, rgba(80, 75, 98, 0.68)),
    radial-gradient(circle at 20% 25%, rgba(255, 213, 0, 0.12), transparent 18%),
    radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.18), transparent 22%),
    repeating-radial-gradient(circle at center, rgba(255,255,255,0.025) 0 2px, transparent 2px 18px),
    linear-gradient(120deg, #160128, #2b005f 54%, #544e67);
  background-size: cover;
  background-position: center;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.google-hero::before {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -36px;
  height: 110px;
  background: linear-gradient(90deg, rgba(255,184,0,0.18), rgba(139,92,246,0.1));
  border-radius: 55% 45% 0 0 / 100% 100% 0 0;
  transform: rotate(-2deg);
  z-index: 0;
}
.google-hero::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -20px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at center, rgba(255,255,255,0.1), rgba(255,255,255,0.02) 48%, transparent 70%);
  border-radius: 42% 58% 60% 40%;
  transform: rotate(18deg);
  z-index: 0;
}
.google-hero:not([data-layout="split"]) {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.google-hero:not([data-layout="split"]) .fw-light {
  text-align: center;
  margin: 0 auto;
}
.google-hero:not([data-layout="split"]) .page-subtitle {
  text-align: center;
  margin: 12px auto 24px;
}
.google-hero[data-layout="split"] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.google-hero .hero-text-col,
.site-hero-text {
  flex: 1;
  position: relative;
  z-index: 1;
}
.google-hero .hero-img-col,
.site-hero-image {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  z-index: 1;
}
.google-hero .hero-side-image,
.shrink {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.12);
}
.fw-light {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  max-width: 700px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 1;
  text-shadow: 0 6px 24px rgba(0,0,0,0.35);
}
.page-subtitle {
  color: var(--text);
  font-size: 17px;
  max-width: 600px;
  margin: 12px 0 24px;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}
.random-sm,
#heroCta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.content-area {
  padding: 32px 5%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.content-area:last-of-type,
main.content-area {
  padding-bottom: 56px;
}
.content-area::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 5%;
  width: 120px;
  height: 10px;
  background: linear-gradient(90deg, var(--register-c), rgba(255, 184, 0, 0.2), transparent);
  border-radius: 999px;
  opacity: 0.9;
}
.content-area::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 10px;
  width: 84px;
  height: 84px;
  background: radial-gradient(circle, rgba(139,92,246,0.16), transparent 68%);
  border-radius: 43% 57% 58% 42%;
  pointer-events: none;
}
.c-minor,
.master-bonuses,
.random,
.root-rtp,
.shrink-lg,
.main-pros-cons,
.audio-shower,
.base-analysis,
.fw-light-sm,
.casino-games,
.openid-author,
.base-disclosure,
.el-page-item,
.global-kyc,
.js-user-view,
.app-user-experience,
.js-proto-values,
.core-live-casino,
.openid-red,
.core-responsible-gambling,
.user-view-md,
.site-money-realism,
.ui-form-group,
.core-categories,
.page-outline,
.is-desktop {
  max-width: 1100px;
  margin: 26px auto;
  padding: 30px 5%;
  position: relative;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015)),
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 40%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-flow);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.c-minor::before,
.master-bonuses::before,
.random::before,
.root-rtp::before,
.shrink-lg::before,
.main-pros-cons::before,
.audio-shower::before,
.base-analysis::before,
.fw-light-sm::before,
.casino-games::before,
.openid-author::before,
.base-disclosure::before,
.el-page-item::before,
.global-kyc::before,
.js-user-view::before,
.app-user-experience::before,
.js-proto-values::before,
.core-live-casino::before,
.openid-red::before,
.core-responsible-gambling::before,
.user-view-md::before,
.site-money-realism::before,
.ui-form-group::before,
.core-categories::before,
.page-outline::before,
.is-desktop::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 140px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,184,0,0.09), transparent 40%, rgba(139,92,246,0.08));
  transform: skewX(-14deg);
  pointer-events: none;
}
.c-minor::after,
.master-bonuses::after,
.random::after,
.root-rtp::after,
.shrink-lg::after,
.main-pros-cons::after,
.audio-shower::after,
.base-analysis::after,
.fw-light-sm::after,
.casino-games::after,
.openid-author::after,
.base-disclosure::after,
.el-page-item::after,
.global-kyc::after,
.js-user-view::after,
.app-user-experience::after,
.js-proto-values::after,
.core-live-casino::after,
.openid-red::after,
.core-responsible-gambling::after,
.user-view-md::after,
.site-money-realism::after,
.ui-form-group::after,
.core-categories::after,
.page-outline::after,
.is-desktop::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 70px;
  height: 70px;
  border-radius: 36% 64% 44% 56%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.06), transparent 70%);
  pointer-events: none;
}
[data-section] {
  padding: 36px 5%;
  max-width: 1100px;
  margin: 0 auto;
}
.content-area h1 {
  font-size: clamp(28px, 4vw, 36px);
  color: #fff;
  line-height: 1.12;
  margin: 0 0 18px;
}
.content-area h2,
.main-heading {
  font-size: clamp(22px, 3vw, 28px);
  color: #fff;
  line-height: 1.18;
  margin: 0 0 18px;
}
.content-area h3 {
  font-size: clamp(16px, 2.3vw, 22px);
  color: #fff;
  line-height: 1.25;
  margin: 0 0 12px;
}
.main-heading {
  display: inline-block;
  position: relative;
  padding: 0 22px 12px 0;
  letter-spacing: -0.02em;
  text-shadow: 0 6px 16px rgba(0,0,0,0.24);
}
.main-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110%;
  height: 4px;
  background: linear-gradient(90deg, var(--register-c), var(--brand), transparent 88%);
  border-radius: 999px;
}
.main-heading::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -4px;
  width: 18px;
  height: 18px;
  border-radius: 36% 64% 52% 48%;
  background: linear-gradient(135deg, rgba(255,213,0,0.85), rgba(139,92,246,0.75));
  box-shadow: 0 8px 14px rgba(0,0,0,0.2);
}
.content-area p,
.kong,
.main-section-text {
  color: var(--text);
  line-height: 1.8;
  margin: 0 0 16px;
}
.content-area a,
.order-last-lg {
  color: var(--brand);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}
.content-area a:hover,
.order-last-lg:hover {
  color: #c0a5ff;
}
.content-area strong,
.content-area b {
  color: #fff;
  font-weight: 700;
}
.content-area ul,
.content-area ol {
  margin: 18px 0;
  padding: 0;
  list-style: none;
}
.content-area ul li,
.content-area ol li {
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 0 12px;
  line-height: 1.75;
  color: var(--text);
}
.content-area ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 12px;
  height: 12px;
  border-radius: 70% 30% 60% 40%;
  background: linear-gradient(135deg, var(--register-c), var(--brand));
  box-shadow: 0 0 0 4px rgba(255,184,0,0.08);
  transform: translateY(-50%) rotate(18deg);
}
.content-area ol {
  counter-reset: rockyCount;
}
.content-area ol li {
  counter-increment: rockyCount;
}
.content-area ol li::before {
  content: counter(rockyCount);
  position: absolute;
  left: 0;
  top: 0.08em;
  width: 19px;
  height: 19px;
  border-radius: 38% 62% 44% 56%;
  background: linear-gradient(135deg, rgba(255,184,0,0.22), rgba(139,92,246,0.3));
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
.content-area blockquote {
  margin: 24px 0;
  padding: 28px 24px 24px 72px;
  position: relative;
  border-radius: var(--radius-flow-alt);
  background:
    linear-gradient(135deg, rgba(255,184,0,0.08), rgba(139,92,246,0.12)),
    rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow-soft);
  color: #fff;
  font-size: 1.04rem;
}
.content-area blockquote::before {
  content: "“";
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 64px;
  line-height: 1;
  color: rgba(255, 213, 0, 0.78);
  font-weight: 800;
}
.content-area blockquote::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--register-c), var(--brand));
}
.content-area hr {
  border: 0;
  height: 20px;
  margin: 28px 0;
  background:
    radial-gradient(circle, rgba(255,184,0,0.8) 0 2px, transparent 2px) center/24px 8px repeat-x,
    linear-gradient(90deg, transparent, rgba(139,92,246,0.7), transparent) center/100% 2px no-repeat;
  opacity: 0.9;
}
.content-area figure {
  margin: 22px 0;
}
.content-area figcaption {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
  text-align: center;
}
.content-area table,
.openid-lg,
.site-rtp-table,
.global-comparison-table {
  width: 100%;
  border-collapse: collapse;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
    rgba(10, 14, 18, 0.7);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.content-area th,
.content-area td,
.openid-lg th,
.openid-lg td,
.site-rtp-table th,
.site-rtp-table td,
.global-comparison-table th,
.global-comparison-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.content-area th,
.openid-lg th,
.site-rtp-table th,
.global-comparison-table th {
  color: #fff;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(255,184,0,0.2), rgba(139,92,246,0.26)),
    rgba(255,255,255,0.03);
}
.content-area tr:nth-child(even) td,
.openid-lg tr:nth-child(even) td,
.site-rtp-table tr:nth-child(even) td,
.global-comparison-table tr:nth-child(even) td {
  background: rgba(255,255,255,0.02);
}
.content-area tr:hover td,
.openid-lg tr:hover td,
.site-rtp-table tr:hover td,
.global-comparison-table tr:hover td {
  background: rgba(255,255,255,0.05);
}
.brunei {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.brunei {
  gap: 0;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
    rgba(0,0,0,0.16);
  box-shadow: var(--shadow-soft);
}
.brunei dt,
.brunei dd {
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.brunei dt {
  color: #fff;
  font-weight: 700;
  background: rgba(255, 184, 0, 0.08);
  position: relative;
  padding-left: 42px;
}
.brunei dt::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 42% 58% 63% 37%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, var(--register-c), var(--brand));
}
.brunei dd {
  color: var(--text);
  background: rgba(255,255,255,0.02);
}
.page-outline {
  padding-top: 28px;
  padding-bottom: 28px;
}
.root-toc-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 14px;
  letter-spacing: 0.02em;
}
.top-toc-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.top-toc-list li {
  margin: 0;
  padding: 0;
}
.top-toc-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255,184,0,0.12), rgba(139,92,246,0.16)),
    rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.top-toc-list a:hover {
  transform: translateY(-2px);
  border-color: rgba(255,213,0,0.35);
}
.top-toc-list a::before {
  content: "•";
  color: var(--register-c);
  font-size: 1.1em;
}
.is-desktop {
  overflow-x: auto;
}
.primary-grid { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 14px; }
.primary-grid > * { min-width: 0; max-width: 100%; overflow: hidden; }
@media (max-width: 768px) { .primary-grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 480px) { .primary-grid { grid-template-columns: repeat(2, 1fr) !important; } }
.primary-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.game-tile {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)),
    var(--card-bg);
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.game-tile a {
  display: block;
  text-decoration: none;
}
.game-tile img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 100%;
}
.game-tile figcaption {
  padding: 8px 12px;
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  border-color: var(--brand);
}
.content-area .casino-games {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(110px,150px));
  justify-content: center;
  gap: 12px;
}
.content-area .game-tile {
  max-width: 150px;
  background: var(--card-bg);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
.content-area .game-tile img {
  width: 100%;
  height: auto;
  max-height: 190px;
  object-fit: cover;
  display: block;
}
.content-area .game-tile figcaption {
  padding: 8px;
  font-size: 12px;
  color: #fff;
}
.main-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.good-points,
.weaknesses {
  list-style: none;
  margin: 0;
  padding: 24px 22px;
  border-radius: var(--radius-flow);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.good-points {
  background:
    linear-gradient(135deg, rgba(79,196,123,0.16), rgba(255,255,255,0.02)),
    rgba(0,0,0,0.16);
}
.weaknesses {
  background:
    linear-gradient(135deg, rgba(239,106,106,0.16), rgba(255,255,255,0.02)),
    rgba(0,0,0,0.16);
}
.good-points li,
.weaknesses li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.good-points li::before,
.weaknesses li::before {
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}
.good-points li::before {
  content: "✓";
  background: linear-gradient(135deg, #2fa45d, #65d08d);
}
.weaknesses li::before {
  content: "×";
  background: linear-gradient(135deg, #d85050, #f07a7a);
}
.fw-light-sm {
  display: grid;
  gap: 14px;
}
.faq-entry {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
    rgba(0,0,0,0.16);
  box-shadow: var(--shadow-soft);
}
.core-question {
  cursor: pointer;
  background: var(--card-bg);
  margin: 0;
  padding: 18px 20px;
  position: relative;
  color: #fff;
  transition: background 0.25s ease;
}
.core-question::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 40% 60% 55% 45%;
  background: linear-gradient(135deg, rgba(255,184,0,0.18), rgba(139,92,246,0.24));
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
}
.faq-entry:hover .core-question {
  background: rgba(255,255,255,0.04);
}
.brunei-answer {
  display: none;
  padding: 0 20px 18px;
  color: var(--text);
  line-height: 1.75;
  background: rgba(255,255,255,0.02);
}
.faq-entry.open .brunei-answer,
.faq-entry.active .brunei-answer {
  display: block;
}
.faq-entry.open .core-question::after,
.faq-entry.active .core-question::after {
  content: "−";
}
.global-author-block,
.flat-author {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border-radius: var(--radius-flow);
  background:
    linear-gradient(135deg, rgba(255,184,0,0.08), rgba(139,92,246,0.12)),
    rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow-soft);
}
.core-author-photo {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow-soft);
}
.primary-author-name {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 6px;
}
.root-author-role {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 8px;
}
.el-form-group {
  color: var(--text);
  line-height: 1.7;
}
.primary-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}
.yellow-team {
  padding: 20px;
  border-radius: var(--radius-flow);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015)),
    rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.yellow-team:hover {
  transform: translateY(-4px);
  border-color: rgba(255,213,0,0.25);
}
.global-team-avatar,
.base-team-avatar-fallback {
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
  border-radius: 50%;
  box-shadow: var(--shadow-soft);
}
.global-team-avatar {
  object-fit: cover;
  border: 3px solid rgba(255,255,255,0.12);
}
.base-team-avatar-fallback {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  border: 3px solid rgba(255,255,255,0.1);
}
.base-team-avatar-fallback[data-color-idx="0"] { background: linear-gradient(135deg, #8b5cf6, #5b2dbf); }
.base-team-avatar-fallback[data-color-idx="1"] { background: linear-gradient(135deg, #ffb800, #d68500); }
.base-team-avatar-fallback[data-color-idx="2"] { background: linear-gradient(135deg, #4fc47b, #2d8d56); }
.base-team-avatar-fallback[data-color-idx="3"] { background: linear-gradient(135deg, #ef6a6a, #b43f3f); }
.base-team-avatar-fallback[data-color-idx="4"] { background: linear-gradient(135deg, #4aa8ff, #246eb3); }
.base-team-avatar-fallback[data-color-idx="5"] { background: linear-gradient(135deg, #f08ad8, #a94d98); }
.base-team-avatar-fallback[data-color-idx="6"] { background: linear-gradient(135deg, #8fd8cf, #3b8f86); }
.telegram,
.top-rtp-chart {
  display: grid;
  gap: 14px;
}
.main-speed-row,
.digest-right {
  display: grid;
  grid-template-columns: minmax(110px, 180px) 1fr 64px;
  align-items: center;
  gap: 14px;
}
.tab-item,
.site-rtp-label {
  color: #fff;
  font-weight: 700;
}
.master-speed-bar,
.app-rtp-bar {
  position: relative;
  height: 14px;
  border-radius: 999px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(239,106,106,0.22), rgba(240,186,79,0.18), rgba(79,196,123,0.24)),
    rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.master-speed-bar::before,
.app-rtp-bar::before {
  content: "";
  position: absolute;
  inset: 2px;
  width: calc(var(--v, 0) * 1%);
  border-radius: inherit;
  background: linear-gradient(90deg, #ef6a6a, #f0ba4f 55%, #4fc47b);
  box-shadow: 0 0 18px rgba(255, 184, 0, 0.25);
}
.site-speed-value,
.telegram-md {
  color: #fff;
  font-weight: 800;
  text-align: right;
}
.el-random {
  display: grid;
  grid-template-columns: minmax(110px, 180px) 1fr 64px;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
}
.global-score-label,
.base-chart-label {
  color: #fff;
  font-weight: 700;
}
.page-score-track {
  position: relative;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
}
.page-score-track::before {
  content: "";
  position: absolute;
  inset: 2px;
  width: calc(var(--v, 0) * 1%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--register-c), var(--brand));
}
.tab-item-lg {
  color: #fff;
  font-weight: 800;
  text-align: right;
}
.main-chart {
  margin: 22px 0;
  padding: 22px;
  border-radius: var(--radius-flow);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015)),
    rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow-soft);
}
.main-chart figure,
.main-chart dl,
.main-chart div,
.main-chart table {
  width: 100%;
}
.main-chart .app-chart-row {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr 54px;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
}
.main-chart .app-chart-row:last-child {
  margin-bottom: 0;
}
.main-chart .base-chart-label {
  color: #fff;
  font-weight: 700;
}
.main-chart .top-chart-value {
  color: #fff;
  font-weight: 800;
  text-align: right;
}
.main-chart .page-item-chart {
  position: relative;
  display: block;
  width: 100%;
  min-height: 16px;
  border-radius: 999px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    rgba(0,0,0,0.26);
  border: 1px solid rgba(255,255,255,0.08);
}
.main-chart .page-item-chart::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: calc(var(--v, 0) * 1% - 4px);
  min-width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb800 0%, #8b5cf6 70%, #d8c0ff 100%);
  box-shadow: 0 0 14px rgba(139,92,246,0.35);
}
.main-chart .page-item-chart span {
  display: block;
  height: 14px;
  width: calc(var(--v, 0) * 1%);
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb800 0%, #8b5cf6 70%, #d8c0ff 100%);
  box-shadow: 0 0 14px rgba(139,92,246,0.35);
}
.main-chart dl {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: 14px;
  align-items: center;
}
.main-chart dl dt,
.main-chart dl dd {
  margin: 0;
}
.main-chart dl dd {
  position: relative;
  padding: 0;
  min-height: 16px;
}
.main-chart dl dd .top-chart-value {
  position: absolute;
  right: -54px;
  top: 50%;
  transform: translateY(-50%);
}
.main-chart table {
  border-collapse: separate;
  border-spacing: 0 12px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.main-chart table td {
  border: 0;
  padding: 0;
  vertical-align: middle;
}
.main-chart table .page-item-chart {
  min-width: 140px;
}
.main-chart progress.page-item-chart {
  appearance: none;
  -webkit-appearance: none;
  height: 16px;
}
.main-chart progress.page-item-chart::-webkit-progress-bar {
  background: transparent;
}
.main-chart progress.page-item-chart::-webkit-progress-value {
  background: linear-gradient(90deg, #ffb800 0%, #8b5cf6 70%, #d8c0ff 100%);
  border-radius: 999px;
}
.main-chart progress.page-item-chart::-moz-progress-bar {
  background: linear-gradient(90deg, #ffb800 0%, #8b5cf6 70%, #d8c0ff 100%);
  border-radius: 999px;
}
.google-section {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}
.main-section-img-col {
  flex: 0 0 280px;
  max-width: 320px;
}
.uk-svg-section,
.page-section-img {
  width: 100%;
  border-radius: var(--radius-flow);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255,255,255,0.08);
}
.top-section-caption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}
.top-provider-badges,
.page-payment-badges,
.app-geo-links,
.global-cat-grid,
.core-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.top-provider-badges img,
.page-payment-badges img {
  height: 28px;
  width: auto;
  filter: grayscale(1) brightness(0.9);
  opacity: 0.8;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
.top-provider-badges img:hover,
.page-payment-badges img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}
.uk-svg-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(239,106,106,0.2), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
}
.global-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.page-cat-item {
  padding: 14px 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,184,0,0.08), rgba(139,92,246,0.12)),
    rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.page-cat-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255,213,0,0.3);
}
.core-geo-selector {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.core-geo-current {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255,184,0,0.08), rgba(139,92,246,0.12)),
    rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
}
.yellow {
  min-width: 180px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)),
    rgba(13,5,31,0.95);
  color: #fff;
  outline: none;
}
.top-cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1200;
  padding: 16px 18px;
  border-radius: var(--radius-flow);
  background:
    linear-gradient(135deg, rgba(255,184,0,0.12), rgba(139,92,246,0.16)),
    rgba(13,5,31,0.92);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.widget-lg {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  padding: 54px 5% 30px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), transparent 20%),
    radial-gradient(circle at 10% 20%, rgba(255,184,0,0.08), transparent 18%),
    radial-gradient(circle at 90% 10%, rgba(139,92,246,0.14), transparent 18%),
    repeating-radial-gradient(circle at center, rgba(255,255,255,0.02) 0 2px, transparent 2px 18px),
    linear-gradient(135deg, #0a0316, #0d051f 55%, #14072b);
  color: var(--footer-text);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.widget-lg::before {
  content: "";
  position: absolute;
  top: -22px;
  left: -2%;
  right: -2%;
  height: 60px;
  background: linear-gradient(90deg, rgba(255,184,0,0.28), rgba(139,92,246,0.22));
  transform: rotate(-1.5deg);
  border-radius: 0 0 48% 52% / 0 0 100% 100%;
  opacity: 0.8;
}
.widget-lg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.015), transparent 26%);
  pointer-events: none;
}
.maxcdn-md,
.legal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 20px;
  position: relative;
  z-index: 1;
}
.maxcdn-md {
  margin-bottom: 18px;
}
.maxcdn-md a,
.legal-nav a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.maxcdn-md a {
  color: #d2cbcb;
  font-weight: 600;
}
.legal-nav {
  margin: 18px 0;
}
.legal-nav a {
  color: var(--footer-link);
  font-size: 13px;
}
.maxcdn-md a:hover,
.legal-nav a:hover {
  color: #fff;
}
.page-copyright {
  text-align: center;
  font-size: 12px;
  color: var(--footer-text);
  opacity: 0.85;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
.top-provider-badges,
.page-payment-badges,
.app-geo-links {
  justify-content: center;
  margin: 18px 0;
  position: relative;
  z-index: 1;
}
.top-error404 {
  min-height: calc(100vh - 64px);
  display: grid;
  place-items: center;
  padding: 40px 5%;
  text-align: center;
}
.top-error404 .fw-light {
  margin-bottom: 14px;
}
.fw-light-md,
code {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-family: inherit;
  font-size: 0.92em;
}
.page-msg {
  padding: 14px 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,184,0,0.12), rgba(139,92,246,0.1)),
    rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}
.primary-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.main-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.base-label,
.label {
  color: var(--muted);
  font-size: 13px;
}
@media(max-width:768px){ .root-menu-links{display:none!important} .toggle-btn{display:flex!important} .primary-grid{grid-template-columns:repeat(2,1fr)!important} .brunei{grid-template-columns:1fr} }
@media (max-width: 768px) {
  .audio-shower-lg {
    padding: 6px 12px;
  }
  .global-nav-buttons,
  #navBtns {
    margin-left: auto;
  }
  .google-hero {
    padding: 46px 5% 56px;
    min-height: 260px;
  }
  .google-hero[data-layout="split"] {
    flex-direction: column;
    gap: 24px;
  }
  .google-hero .hero-img-col,
  .site-hero-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fw-light {
    font-size: 30px;
  }
  .page-subtitle {
    font-size: 16px;
  }
  .content-area,
  [data-section],
  .c-minor,
  .master-bonuses,
  .random,
  .root-rtp,
  .shrink-lg,
  .main-pros-cons,
  .audio-shower,
  .base-analysis,
  .fw-light-sm,
  .casino-games,
  .openid-author,
  .base-disclosure,
  .el-page-item,
  .global-kyc,
  .js-user-view,
  .app-user-experience,
  .js-proto-values,
  .core-live-casino,
  .openid-red,
  .core-responsible-gambling,
  .user-view-md,
  .site-money-realism,
  .ui-form-group,
  .core-categories,
  .page-outline,
  .is-desktop {
    padding-left: 4%;
    padding-right: 4%;
  }
  .content-area table,
  .openid-lg,
  .site-rtp-table,
  .global-comparison-table,
  .main-chart table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .main-pros-cons {
    grid-template-columns: 1fr;
  }
  .global-author-block,
  .flat-author {
    flex-direction: column;
    text-align: center;
  }
  .main-speed-row,
  .digest-right,
  .el-random,
  .main-chart .app-chart-row,
  .main-chart dl {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .site-speed-value,
  .telegram-md,
  .tab-item-lg,
  .main-chart .top-chart-value {
    text-align: left;
  }
  .main-chart dl dd .top-chart-value {
    position: static;
    transform: none;
    margin-top: 6px;
    display: inline-block;
  }
  .top-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}
@media (max-width: 480px) {
  .signin-link,
  .register-btn {
    padding: 7px 12px;
    font-size: 13px;
  }
  .minor {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
  .top-toc-list {
    flex-direction: column;
  }
  .top-toc-list a {
    width: 100%;
    justify-content: space-between;
  }
  .widget-lg {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media(max-width:768px){.root-menu-links{display:none!important}.full-section img{height:32px!important;max-height:32px!important}}
.widget-lg{background:#0d051f;color:#7e7777;padding:40px 5% 28px;text-align:center;border-top:1px solid #0e2e62;margin-top:40px}.widget-lg a{color:#888888;text-decoration:none;margin:0 8px;line-height:2;transition:color .2s}.widget-lg a:hover{color:#8b5cf6}.page-copyright{opacity:.7;font-size:13px;margin-top:12px}
.maxcdn-md,.legal-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;margin:12px 0}.maxcdn-md a,.legal-nav a{margin:0}
.casino-games{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(110px,150px))!important;justify-content:center;gap:10px;margin:22px 0}.casino-games[data-columns="2"]{grid-template-columns:repeat(2,minmax(0,150px))!important}.casino-games[data-columns="3"]{grid-template-columns:repeat(3,minmax(0,150px))!important}.casino-games[data-columns="4"]{grid-template-columns:repeat(4,minmax(0,150px))!important}.casino-games[data-columns="5"]{grid-template-columns:repeat(5,minmax(0,140px))!important}.game-tile{max-width:150px!important;margin:0!important;text-align:center;overflow:hidden;border-radius:8px}.game-tile img{width:100%!important;height:auto!important;max-width:150px!important;max-height:200px!important;object-fit:cover;display:block;margin:0!important;border-radius:0}.content-area .casino-games>*{max-width:150px!important;margin:0!important;text-align:center;overflow:hidden;border-radius:8px}.content-area .casino-games>* img{width:100%!important;height:auto!important;max-width:150px!important;max-height:200px!important;object-fit:cover;display:block;margin:0!important;border-radius:0}.content-area .casino-games>* a{display:block;text-decoration:none;color:inherit}.casino-games>*{max-width:150px!important;margin:0!important;text-align:center;overflow:hidden;border-radius:8px}.casino-games>* img{width:100%!important;height:auto!important;max-width:150px!important;max-height:200px!important;object-fit:cover;display:block;margin:0!important;border-radius:0}.casino-games>* a{display:block;text-decoration:none;color:inherit}
.games-grid,.game-list{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(110px,150px))!important;justify-content:center;gap:10px;margin:22px 0}.games-grid>*,.game-list>*{max-width:150px!important;margin:0!important;text-align:center;overflow:hidden;border-radius:8px}.games-grid>* img,.game-list>* img{width:100%!important;height:auto!important;max-width:150px!important;max-height:200px!important;object-fit:cover;display:block;margin:0!important;border-radius:0}.games-grid>* a,.game-list>* a{display:block;text-decoration:none;color:inherit}.games-grid figcaption,.game-list figcaption{padding:6px 0;text-align:center;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:768px){.global-nav-buttons{margin-left:auto!important}}
body{overflow-x:clip;max-width:100%;overscroll-behavior-x:none}