:root {
  --brand: #8b5cf6;
  --accent: #8b5cf6;
  --bg: #2e1000;
  --text: #e0e0e0;
  --muted: #888;
  --nav-bg: #291c00;
  --card-bg: #3d4957;
  --section-bg: #394656;
  --border: #1e2530;
  --footer-bg: #080d16;
  --footer-text: #444444;
  --footer-link: #888888;
  --login-c: #bfbfbf;
  --register-c: #b85300;
  --cta-bg: #ffb800;
  --cta-text: #000000;
  --radius: 12px;
  --font-body: 'Inter', sans-serif;
  --font-heading: 'inherit', sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  padding-top: 56px;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
  margin: 20px auto;
}

a {
  transition: color 0.2s ease;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: #fff;
  line-height: 1.3;
}

ul {
  list-style: none;
}

[data-u2g="wot"] {
  height: 56px;
  background: var(--nav-bg);
  padding: 0 5%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(139, 92, 246, 0.18);
  box-shadow: 0 2px 24px rgba(0,0,0,0.4);
}

[data-oqo="lm"] {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  text-decoration: none;
}

[data-oqo="lm"] img {
  height: 36px;
  width: auto;
  margin: 0;
  border-radius: 0;
}

[data-oqo="lm"] span {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
}

[data-oqo="lm"] span em {
  color: var(--brand);
  font-style: normal;
}

[data-oqo="uj"] {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

[data-oqo="uj"] a {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  white-space: nowrap;
}

[data-oqo="uj"] a:hover {
  color: var(--brand);
}

[data-oqo="ol8xc"] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}

[data-oqo="fl"] {
  display: inline-block;
  padding: 7px 18px;
  border: 2px solid var(--login-c);
  color: var(--login-c);
  background: transparent;
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  font-family: var(--font-body);
}

[data-oqo="fl"]:hover {
  background: rgba(191, 191, 191, 0.1);
  color: #fff;
}

[data-oqo="ycwvp"] {
  display: inline-block;
  padding: 7px 18px;
  background: var(--register-c);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
  font-family: var(--font-body);
}

[data-oqo="ycwvp"]:hover {
  background: #d46200;
  transform: translateY(-1px);
}

[data-oqo="ii357"] {
  display: inline-block;
  padding: 14px 36px;
  background: var(--cta-bg);
  color: var(--cta-text);
  border: none;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  margin-top: 16px;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(255, 184, 0, 0.35);
  font-family: var(--font-body);
}

[data-oqo="ii357"]:hover {
  background: #ffc926;
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(255, 184, 0, 0.5);
}

[data-oqo="rxgk3"] {
  display: inline-block;
  padding: 10px 26px;
  background: var(--cta-bg);
  color: var(--cta-text);
  border: none;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  margin-top: 12px;
  transition: background 0.2s, transform 0.15s;
  font-family: var(--font-body);
}

[data-oqo="rxgk3"]:hover {
  background: #ffc926;
  transform: translateY(-1px);
}

[data-oqo="ak"] {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}

[data-oqo="ak"] span {
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  display: block;
  transition: transform 0.3s, opacity 0.3s;
}

[data-u2g="xq8oc"] {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100vh;
  z-index: 2000;
  background: var(--nav-bg);
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-left: 1px solid rgba(139, 92, 246, 0.15);
  box-shadow: -8px 0 32px rgba(0,0,0,0.5);
}

[data-u2g="xq8oc"].msdl {
  transform: translateX(0);
}

[data-oqo="ykq9"] {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

[data-oqo="ykq9"]:hover {
  color: #fff;
}

[data-u2g="xq8oc"] [data-oqo="uj"] {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-left: 0;
  width: 100%;
}

[data-u2g="xq8oc"] [data-oqo="uj"] a {
  font-size: 16px;
  padding: 8px 0;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}

[data-u2g="xq8oc"] [data-oqo="uj"] a:hover {
  background: rgba(139, 92, 246, 0.1);
  color: var(--brand);
}

[data-oqo="df0t"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 8px;
}

[data-oqo="df0t"] [data-oqo="fl"],
[data-oqo="df0t"] [data-oqo="ycwvp"] {
  width: 80%;
  text-align: center;
}

[data-u2g="iyc"] {
  width: 100%;
  max-width: 100%;
  padding: 80px 5% 60px;
  background-size: cover;
  background-position: center;
  background-color: var(--nav-bg);
  min-height: 360px;
  position: relative;
  overflow: hidden;
}

[data-u2g="iyc"]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.12) 0%, rgba(46, 16, 0, 0.7) 100%);
  pointer-events: none;
}

[data-u2g="iyc"][data-layout="default"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

[data-u2g="iyc"][data-layout="default"] [data-oqo="fm"] {
  text-align: center;
  margin: 0 auto;
}

[data-u2g="iyc"][data-layout="default"] [data-oqo="gp"] {
  text-align: center;
  margin: 12px auto 24px;
}

[data-u2g="iyc"][data-layout="split"] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

[data-oqo="e17"] {
  flex: 1;
  position: relative;
  z-index: 1;
}

[data-oqo="qgrf6"] {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  z-index: 1;
}

[data-oqo="e9"] {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4);
  margin: 0;
}

[data-oqo="fm"] {
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  max-width: 700px;
  line-height: 1.15;
  letter-spacing: -1px;
  position: relative;
  z-index: 1;
}

[data-oqo="gp"] {
  color: var(--muted);
  font-size: 17px;
  max-width: 600px;
  margin: 12px 0 24px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

[data-u2g="glz7"] {
  background: var(--section-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 32px;
  max-width: 1100px;
  margin: 32px auto;
}

[data-oqo="fazl6"] {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--brand);
  display: inline-block;
}

[data-oqo="tw"] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
}

[data-oqo="tw"] li {
  padding: 6px 0;
}

[data-oqo="tw"] a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}

[data-oqo="tw"] a::before {
  content: '›';
  color: var(--brand);
  font-size: 18px;
  line-height: 1;
}

[data-oqo="tw"] a:hover {
  color: var(--brand);
}

[data-u2g="vt"] {
  max-width: 1100px;
  margin: 32px auto;
  padding: 0 5%;
}

[data-oqo="uap"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--card-bg);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
}

[data-oqo="uap"] dt {
  padding: 12px 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  background: rgba(0,0,0,0.15);
}

[data-oqo="uap"] dd {
  padding: 12px 16px;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
  margin: 0;
}

[data-oqo="uap"] dt:last-of-type,
[data-oqo="uap"] dd:last-of-type {
  border-bottom: none;
}

[data-u2g="mgf"] {
  padding: 32px 5% 60px;
  max-width: 1100px;
  margin: 0 auto;
}

[data-u2g="mgf"] h1 {
  font-size: 32px;
  color: #fff;
  margin: 24px 0 14px;
  letter-spacing: -0.5px;
}

[data-u2g="mgf"] h2 {
  font-size: 24px;
  color: #fff;
  margin: 28px 0 12px;
}

[data-u2g="mgf"] h3 {
  font-size: 18px;
  color: #fff;
  margin: 20px 0 10px;
}

[data-u2g="mgf"] p {
  color: var(--text);
  line-height: 1.8;
  margin: 12px 0;
}

[data-u2g="mgf"] ul,
[data-u2g="mgf"] ol {
  padding-left: 20px;
  margin: 12px 0;
  color: var(--text);
  line-height: 1.8;
}

[data-u2g="mgf"] li {
  margin: 6px 0;
  list-style: disc;
}

[data-u2g="mgf"] a {
  color: var(--brand);
  text-decoration: underline;
}

[data-oqo="ykz0"] {
  font-size: 26px;
  color: #fff;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--brand);
  font-weight: 700;
}

[data-oqo="k5"] p {
  color: var(--text);
  line-height: 1.8;
  margin: 12px 0;
}

[data-oqo="jbi"] {
  width: 100%;
  max-width: 680px;
  height: auto;
  border-radius: var(--radius);
  margin: 24px auto;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

[data-u2g="wo0b"],
[data-u2g="zcr2"],
[data-u2g="s6r63"],
[data-u2g="dgg"],
[data-u2g="bd"],
[data-u2g="j0"],
[data-u2g="dn1h"],
[data-u2g="gmnkj"],
[data-u2g="x1p"],
[data-u2g="mvnl"],
[data-u2g="dget"],
[data-u2g="rl7"],
[data-u2g="nto"],
[data-u2g="hgcb"],
[data-u2g="ab"],
[data-u2g="jra1"],
[data-u2g="p2odk"],
[data-u2g="e23"],
[data-u2g="t4"],
[data-u2g="bgjr"],
[data-u2g="yjtm"],
[data-u2g="ii6co"],
[data-u2g="dpj6g"],
[data-u2g="pb"],
[data-u2g="fiq"],
[data-u2g="ownership"],
[data-u2g="kyc"],
[data-u2g="registration"],
[data-u2g="user-experience"],
[data-u2g="mobile-ux"],
[data-u2g="live-casino"],
[data-u2g="red-flags"],
[data-u2g="responsible-gambling"],
[data-u2g="guide-utility"],
[data-u2g="money-realism"],
[data-u2g="trust-audit"],
[data-u2g="categories"] {
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 5%;
}

[data-u2g="wo0b"] {
  background: var(--section-bg);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  margin: 32px auto;
}

[data-u2g="zcr2"] {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, rgba(57, 70, 86, 0.6) 100%);
  border-radius: var(--radius);
  border: 1px solid rgba(139, 92, 246, 0.2);
  margin: 32px auto;
}

[data-u2g="j0"] [data-oqo="k5"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 20px;
}

[data-oqo="il3l"] {
  border-left: 3px solid #22c55e;
  padding: 16px 16px 16px 20px;
  background: rgba(34, 197, 94, 0.06);
  border-radius: 0 var(--radius) var(--radius) 0;
}

[data-oqo="il3l"] h4 {
  color: #22c55e;
  font-size: 15px;
  margin-bottom: 10px;
}

[data-oqo="il3l"] li {
  color: var(--text);
  font-size: 14px;
  margin: 6px 0;
  padding-left: 16px;
  position: relative;
  list-style: none;
}

[data-oqo="il3l"] li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #22c55e;
  font-size: 12px;
}

[data-oqo="kw53"] {
  border-left: 3px solid #ef4444;
  padding: 16px 16px 16px 20px;
  background: rgba(239, 68, 68, 0.06);
  border-radius: 0 var(--radius) var(--radius) 0;
}

[data-oqo="kw53"] h4 {
  color: #ef4444;
  font-size: 15px;
  margin-bottom: 10px;
}

[data-oqo="kw53"] li {
  color: var(--text);
  font-size: 14px;
  margin: 6px 0;
  padding-left: 16px;
  position: relative;
  list-style: none;
}

[data-oqo="kw53"] li::before {
  content: '✗';
  position: absolute;
  left: 0;
  color: #ef4444;
  font-size: 12px;
}

[data-oqo="zd"] {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin: 10px 0;
  overflow: hidden;
  background: var(--card-bg);
  transition: border-color 0.2s;
}

[data-oqo="zd"]:hover {
  border-color: rgba(139, 92, 246, 0.3);
}

[data-oqo="vyslc"] {
  padding: 16px 20px;
  cursor: pointer;
  color: #fff;
  background: var(--card-bg);
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

[data-oqo="vyslc"]::after {
  content: '›';
  font-size: 20px;
  color: var(--brand);
  transform: rotate(90deg);
  transition: transform 0.3s;
  flex-shrink: 0;
}

[data-oqo="nqu0g"] {
  padding: 4px 20px 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

[data-oqo="n4yk"],
[data-oqo="i7"],
[data-oqo="aft"] {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--radius);
  overflow: hidden;
  margin: 20px 0;
}

[data-oqo="n4yk"] th,
[data-oqo="i7"] th,
[data-oqo="aft"] th {
  background: var(--card-bg);
  padding: 12px 16px;
  text-align: left;
  color: var(--text);
  font-weight: 600;
  border-bottom: 2px solid var(--border);
  font-size: 14px;
}

[data-oqo="n4yk"] td,
[data-oqo="i7"] td,
[data-oqo="aft"] td {
  padding: 11px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  font-size: 14px;
  transition: background 0.15s;
}

[data-oqo="n4yk"] tr:hover td,
[data-oqo="i7"] tr:hover td,
[data-oqo="aft"] tr:hover td {
  background: rgba(255,255,255,0.025);
}

[data-oqo="n4yk"] tr:last-child td,
[data-oqo="i7"] tr:last-child td,
[data-oqo="aft"] tr:last-child td {
  border-bottom: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--radius);
  overflow: hidden;
  margin: 20px 0;
}

table th {
  background: var(--card-bg);
  padding: 12px 16px;
  text-align: left;
  color: var(--text);
  font-weight: 600;
  border-bottom: 2px solid var(--border);
  font-size: 14px;
}

table td {
  padding: 11px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  font-size: 14px;
}

table tr:hover td {
  background: rgba(255,255,255,0.02);
}

dl {
  margin: 16px 0;
}

[data-oqo="ilu"] {
  margin: 20px 0;
}

[data-oqo="cb"] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
}

[data-oqo="syrtt"] {
  min-width: 120px;
  font-size: 13px;
  color: var(--text);
  flex-shrink: 0;
}

[data-oqo="xkr"] {
  height: 10px;
  border-radius: 5px;
  flex: 1;
  background: var(--border);
  position: relative;
  overflow: hidden;
}

[data-oqo="xkr"]::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 5px;
  background: var(--brand);
  width: var(--bar-width, 50%);
}

[data-speed="fast"] [data-oqo="xkr"]::after {
  background: #22c55e;
}

[data-speed="medium"] [data-oqo="xkr"]::after {
  background: #f59e0b;
}

[data-speed="slow"] [data-oqo="xkr"]::after {
  background: #ef4444;
}

[data-oqo="x3"] {
  min-width: 48px;
  font-size: 13px;
  color: var(--brand);
  font-weight: 700;
  text-align: right;
  flex-shrink: 0;
}

[data-oqo="pn4"] {
  margin: 20px 0;
}

[data-oqo="ix04z"] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
}

[data-oqo="z9g"] {
  min-width: 120px;
  font-size: 13px;
  color: var(--text);
  flex-shrink: 0;
}

[data-oqo="x7d"] {
  height: 10px;
  border-radius: 5px;
  flex: 1;
  background: var(--border);
  position: relative;
  overflow: hidden;
}

[data-oqo="x7d"]::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 5px;
  background: var(--brand);
  width: var(--rtp-width, 50%);
}

[data-oqo="lv4vr"] {
  min-width: 48px;
  font-size: 13px;
  color: var(--brand);
  font-weight: 700;
  text-align: right;
  flex-shrink: 0;
}

[data-oqo="s4"] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  justify-items: center;
  margin-top: 24px;
}

[data-oqo="f68"] {
  background: var(--card-bg);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  width: 100%;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  cursor: pointer;
}

[data-oqo="f68"]:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.4);
  border-color: var(--brand);
}

[data-oqo="f68"] img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  border-radius: 0;
}

[data-oqo="f68"] figcaption {
  padding: 10px 12px;
  text-align: center;
  font-size: 13
[data-u2g="wot"]{position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;align-items:center;box-sizing:border-box;padding:0 5%}
body{padding-top:56px}
[data-oqo="ak"]{display:none}
[data-u2g="xq8oc"]{position:fixed;top:0;right:0;width:280px;height:100vh;z-index:2000;transform:translateX(100%);transition:transform .3s}
[data-u2g="xq8oc"].msdl{transform:translateX(0)}
[data-u2g="p1z1"]{background:var(--footer-bg,#0b0e14);padding:48px 5% 32px;text-align:center;width:100%;max-width:100%;border-top:1px solid var(--border,#1e2530);margin-top:40px}
[data-u2g="p1z1"] a{color:var(--footer-link,#888);text-decoration:none;font-size:13px}
[data-oqo="vpmq"],[data-oqo="h0s5"]{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin:12px 0}
[data-oqo="tyyn"]{font-size:12px;color:var(--footer-text,#444);margin-top:24px;opacity:.6}
@media(max-width:768px){
[data-oqo="uj"]{display:none!important}
[data-oqo="ol8xc"]{display:none!important}
[data-oqo="ak"]{display:flex!important}
}