:root {
  --brand: #ffd514;
  --brand-dark: #d4a900;
  --purple: #a72cff;
  --purple-soft: #672082;
  --bg: #09040f;
  --surface: #171020;
  --surface-2: #261632;
  --surface-3: #31203c;
  --text: #f8f5fb;
  --muted: #bcb0c7;
  --border: #392743;
  --success: #54d69d;
  --danger: #ff6b78;
  --shadow: 0 24px 70px rgba(0, 0, 0, .32);
  --radius: 24px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 14%, rgba(167, 44, 255, .12), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 213, 20, .05), transparent 22%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { margin: 0 0 1.1rem; color: var(--muted); }
h1, h2, h3, strong { color: var(--text); }
h1, h2, h3 { margin-top: 0; line-height: 1.16; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.035em; }
h3 { font-size: 1.2rem; }
section { scroll-margin-top: 88px; }
.p6t1hjd__container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.p6t1hjd__narrow { max-width: 960px; }
.p6t1hjd__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p6t1hjd__site-header { position: relative; z-index: 60; }
.p6t1hjd__casino-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  display: flex;
  width: 215px;
  padding: 28px 18px;
  flex-direction: column;
  border-right: 1px solid #3c2549;
  background: #241632;
}
.p6t1hjd__brand-logo { display: inline-flex; width: 150px; margin: 0 8px 34px; }
.p6t1hjd__brand-logo img, .p6t1hjd__mobile-brand img { width: 100%; height: auto; }
.p6t1hjd__desktop-nav ul, .p6t1hjd__mobile-menu ul { margin: 0; padding: 0; list-style: none; }
.p6t1hjd__desktop-nav li { border-bottom: 1px solid rgba(255, 255, 255, .12); }
.p6t1hjd__desktop-nav a { display: block; padding: 15px 10px; color: #f3edf6; font-weight: 750; transition: color .2s ease, padding-left .2s ease; }
.p6t1hjd__desktop-nav a:hover { padding-left: 16px; color: var(--brand); }
.p6t1hjd__sidebar-note { margin: auto 8px 0; color: #9f8baa; font-size: .72rem; line-height: 1.45; }
.p6t1hjd__casino-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 215px;
  z-index: 55;
  display: flex;
  min-height: 72px;
  padding: 12px 30px;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(9, 4, 15, .95);
  backdrop-filter: blur(16px);
}
.p6t1hjd__mobile-brand { display: none; width: 140px; }
.p6t1hjd__casino-search { display: flex; width: min(340px, 42vw); min-height: 42px; padding: 10px 15px; align-items: center; gap: 10px; color: #b9aabd; border: 1px solid #392743; border-radius: 9px; background: #261c2f; font-size: .85rem; }
.p6t1hjd__casino-search span { color: var(--text); font-size: 1.15rem; }
.p6t1hjd__header-actions { display: flex; justify-content: flex-end; gap: 10px; }
.p6t1hjd__casino-topbar .p6t1hjd__header-actions { margin-left: auto; }
.p6t1hjd__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.p6t1hjd__button:hover { transform: translateY(-2px); }
.p6t1hjd__button-primary { color: #171020; background: var(--brand); box-shadow: 0 10px 30px rgba(255, 213, 20, .14); }
.p6t1hjd__button-primary:hover { background: #ffe65c; box-shadow: 0 15px 38px rgba(255, 214, 23, .23); }
.p6t1hjd__button-ghost { border-color: var(--border); background: var(--surface); }
.p6t1hjd__button-ghost:hover { border-color: var(--purple); }
.p6t1hjd__button-small { min-height: 44px; padding: 10px 18px; }
.p6t1hjd__button-large { min-height: 58px; padding: 17px 28px; }
.p6t1hjd__button span { font-size: 1.45em; line-height: .7; }
.p6t1hjd__menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); }
.p6t1hjd__menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--text); }
.p6t1hjd__mobile-menu { display: none; }

main, .p6t1hjd__site-footer { margin-left: 215px; }
main { padding-top: 72px; }

.p6t1hjd__hero { padding: 26px 0 22px; background: #09040f; }
.p6t1hjd__hero-inner { display: flex; justify-content: center; }
.p6t1hjd__hero-card {
  position: relative;
  width: min(100%, 1320px);
  padding: 0;
  overflow: hidden;
  text-align: left;
  border: 1px solid #4b1c61;
  border-radius: 26px;
  background: linear-gradient(108deg, #351050 0%, #4f0a67 48%, #230731 100%);
  box-shadow: var(--shadow);
}
.p6t1hjd__hero-card::after {
  position: absolute;
  right: -80px;
  bottom: -210px;
  width: 620px;
  height: 620px;
  content: "";
  border-radius: 50%;
  background: rgba(209, 58, 255, .15);
}
.p6t1hjd__hero-banner-main { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); min-height: 410px; align-items: center; }
.p6t1hjd__hero-offer-copy { padding: 34px clamp(30px, 5vw, 68px); }
.p6t1hjd__hero-kicker { display: inline-flex; padding: 6px 10px; margin-bottom: 15px; color: #f7dc54; border: 1px solid rgba(255, 213, 20, .28); border-radius: 999px; background: rgba(9, 4, 15, .28); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.p6t1hjd__hero h1 { margin-bottom: 8px; font-size: clamp(2.35rem, 4vw, 4.25rem); letter-spacing: -.055em; }
.p6t1hjd__hero-intro { max-width: 620px; margin-bottom: 18px; color: #d7c8dc; font-size: .95rem; }
.p6t1hjd__offer-label { display: block; color: #fff; font-size: .8rem; font-weight: 900; letter-spacing: .08em; }
.p6t1hjd__hero-bonus { display: block; color: var(--brand); font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: .95; letter-spacing: -.06em; }
.p6t1hjd__hero-spins { display: block; margin: 4px 0 19px; font-size: clamp(1.1rem, 2vw, 1.55rem); }
.p6t1hjd__hero-offer-copy > small { display: block; margin-top: 12px; color: #ae9bb6; }
.p6t1hjd__hero .p6t1hjd__button-large { min-width: 210px; min-height: 50px; padding: 13px 24px; }
.p6t1hjd__hero-mascot { position: relative; display: grid; min-height: 410px; place-content: center; justify-items: center; overflow: hidden; }
.p6t1hjd__mascot-glow { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 213, 20, .25), rgba(167, 44, 255, .18) 48%, transparent 72%); }
.p6t1hjd__mascot-bolt { position: relative; z-index: 2; display: grid; width: 170px; height: 170px; place-items: center; color: #fff5a6; border: 7px solid var(--brand); border-radius: 45% 55% 48% 52%; background: linear-gradient(145deg, #ffd514, #e88600); box-shadow: 0 22px 60px rgba(0, 0, 0, .34); font-size: 7rem; font-weight: 950; transform: rotate(-7deg); }
.p6t1hjd__hero-mascot > b { position: relative; z-index: 2; margin-top: 20px; font-size: 1.7rem; letter-spacing: .09em; }
.p6t1hjd__hero-mascot > small { position: relative; z-index: 2; color: #d8c6dd; font-size: .65rem; letter-spacing: .18em; }
.p6t1hjd__coin { position: absolute; z-index: 3; display: grid; width: 42px; height: 42px; place-items: center; color: #5a4100; border: 3px solid #ffeb7b; border-radius: 50%; background: #ffc60b; box-shadow: 0 8px 20px rgba(0, 0, 0, .3); font-style: normal; font-weight: 950; }
.p6t1hjd__coin-one { top: 52px; right: 80px; transform: rotate(18deg); }
.p6t1hjd__coin-two { bottom: 74px; left: 65px; transform: rotate(-18deg); }
.p6t1hjd__coin-three { top: 115px; left: 55px; width: 30px; height: 30px; font-size: .7rem; }

.p6t1hjd__lobby { padding: 28px 0 42px; border-top: 1px solid rgba(255, 255, 255, .04); }
.p6t1hjd__game-row + .p6t1hjd__game-row { margin-top: 64px; }
.p6t1hjd__row-title { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; margin-bottom: 26px; }
.p6t1hjd__row-title span { height: 1px; background: linear-gradient(90deg, transparent, var(--purple)); }
.p6t1hjd__row-title span:last-child { background: linear-gradient(90deg, var(--purple), transparent); }
.p6t1hjd__row-title h3 { margin: 0; font-size: 1.15rem; letter-spacing: .13em; text-transform: uppercase; }
.p6t1hjd__game-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.p6t1hjd__game-card { min-width: 0; }
.p6t1hjd__game-art {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #050307;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.p6t1hjd__game-art img { width: 100%; height: 100%; object-fit: contain; }
.p6t1hjd__game-card:hover .p6t1hjd__game-art { transform: translateY(-4px); border-color: var(--purple); box-shadow: 0 16px 40px rgba(0, 0, 0, .32); }
.p6t1hjd__play-label {
  position: absolute;
  left: 50%;
  bottom: 14px;
  padding: 7px 12px;
  color: #160b22;
  border-radius: 999px;
  background: var(--brand);
  font-size: .78rem;
  font-weight: 900;
  opacity: 0;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}
.p6t1hjd__game-card:hover .p6t1hjd__play-label { opacity: 1; transform: translate(-50%, 0); }
.p6t1hjd__game-card strong { display: block; margin-top: 12px; font-size: .95rem; line-height: 1.35; }
.p6t1hjd__game-card small { color: var(--muted); }
.p6t1hjd__lobby-note { max-width: 800px; margin: 38px auto 0; text-align: center; font-size: .92rem; }

.p6t1hjd__toc-wrap { padding: 50px 0 22px; }
.p6t1hjd__toc { overflow: hidden; border: 1px solid var(--border); border-left: 4px solid var(--brand); border-radius: 16px; background: var(--surface); }
.p6t1hjd__toc summary { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; color: var(--text); font-weight: 900; list-style: none; }
.p6t1hjd__toc summary::-webkit-details-marker { display: none; }
.p6t1hjd__toc summary span { color: var(--brand); font-size: .82rem; text-transform: uppercase; }
.p6t1hjd__toc[open] summary { border-bottom: 1px solid var(--border); }
.p6t1hjd__toc nav { padding: 20px 34px 24px; }
.p6t1hjd__toc ol { margin: 0; padding-left: 24px; columns: 2; column-gap: 50px; }
.p6t1hjd__toc li { margin: 6px 0; break-inside: avoid; }
.p6t1hjd__toc a { color: var(--muted); }
.p6t1hjd__toc a:hover { color: var(--brand); }

.p6t1hjd__content-section { padding: 96px 0; }
.p6t1hjd__content-section.p6t1hjd__alternate { border-block: 1px solid rgba(255, 255, 255, .05); background: rgba(38, 22, 50, .55); }
.p6t1hjd__section-heading { display: grid; grid-template-columns: 64px minmax(0, 820px); gap: 24px; align-items: start; margin-bottom: 42px; }
.p6t1hjd__section-heading > span { display: grid; width: 54px; height: 54px; place-items: center; color: var(--brand); border: 1px solid rgba(255, 214, 23, .3); border-radius: 50%; font-weight: 950; }
.p6t1hjd__section-heading h2 { margin-bottom: 10px; }
.p6t1hjd__section-heading p { margin: 0; font-size: 1.08rem; }
.p6t1hjd__copy p:last-child, .p6t1hjd__panel p:last-child { margin-bottom: 0; }
.p6t1hjd__intro-grid, .p6t1hjd__two-column, .p6t1hjd__device-layout, .p6t1hjd__vip-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 32px; align-items: start; }
.p6t1hjd__fact-card, .p6t1hjd__panel, .p6t1hjd__notice, .p6t1hjd__login-tip, .p6t1hjd__pros, .p6t1hjd__cons {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}
.p6t1hjd__fact-card { padding: 28px; }
.p6t1hjd__fact-card > strong { display: block; margin-bottom: 16px; font-size: 1.2rem; }
.p6t1hjd__fact-card dl { margin: 0; }
.p6t1hjd__fact-card dl div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 16px; padding: 11px 0; border-top: 1px solid rgba(255, 255, 255, .07); }
.p6t1hjd__fact-card dt { color: var(--muted); }
.p6t1hjd__fact-card dd { margin: 0; color: var(--text); font-weight: 750; }
.p6t1hjd__panel { min-height: 100%; padding: 30px; }
.p6t1hjd__positive-panel { box-shadow: inset 0 3px 0 var(--success); }
.p6t1hjd__warning-panel { box-shadow: inset 0 3px 0 var(--danger); }
.p6t1hjd__notice { padding: 18px 22px; margin-top: 24px; color: var(--muted); }
.p6t1hjd__notice strong { color: var(--brand); }

.p6t1hjd__bonus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 34px 0; }
.p6t1hjd__bonus-grid article { padding: 24px; border: 1px solid var(--border); border-radius: 18px; background: linear-gradient(145deg, var(--surface-2), var(--surface)); }
.p6t1hjd__bonus-grid article > span { color: var(--brand); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.p6t1hjd__bonus-grid h3 { margin: 15px 0 8px; }
.p6t1hjd__bonus-grid strong { display: block; margin-bottom: 10px; color: var(--brand); font-size: 1.6rem; }
.p6t1hjd__bonus-grid p { margin: 0; font-size: .93rem; }
.p6t1hjd__rules-strip { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; margin: 28px 0; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.p6t1hjd__rules-strip div { padding: 22px; border-right: 1px solid var(--border); }
.p6t1hjd__rules-strip div:last-child { border-right: 0; }
.p6t1hjd__rules-strip strong { display: block; color: var(--brand); font-size: 1.45rem; }
.p6t1hjd__rules-strip span { display: block; margin-top: 5px; color: var(--muted); font-size: .88rem; line-height: 1.45; }

.p6t1hjd__feature-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 30px; }
.p6t1hjd__feature-cards article { padding: 26px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.p6t1hjd__feature-cards article > span { font-size: 1.8rem; }
.p6t1hjd__feature-cards h3 { margin: 14px 0 8px; }
.p6t1hjd__feature-cards p { margin: 0; font-size: .94rem; }
.p6t1hjd__catalog-sections { display: grid; gap: 70px; margin-bottom: 38px; }
.p6t1hjd__catalog-category { scroll-margin-top: 100px; }
.p6t1hjd__catalog-copy { display: grid; grid-template-columns: 50px minmax(0, 760px); gap: 18px; align-items: start; margin-bottom: 24px; }
.p6t1hjd__catalog-copy > span { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); font-size: 1.45rem; }
.p6t1hjd__catalog-copy h3 { margin: 0 0 6px; font-size: 1.65rem; }
.p6t1hjd__catalog-copy p { margin: 0; }
.p6t1hjd__table-scroll { overflow-x: auto; border: 1px solid var(--border); border-radius: 18px; margin-bottom: 28px; }
table { width: 100%; min-width: 720px; border-collapse: collapse; background: var(--surface); }
th, td { padding: 18px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--border); }
th { color: #171020; background: var(--brand); }
tr:last-child td { border-bottom: 0; }
td:first-child { color: var(--text); font-weight: 800; }

.p6t1hjd__limit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 30px; }
.p6t1hjd__limit-grid div { padding: 24px; text-align: center; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.p6t1hjd__limit-grid span, .p6t1hjd__limit-grid small { display: block; color: var(--muted); }
.p6t1hjd__limit-grid strong { display: block; margin: 5px 0; color: var(--brand); font-size: 2rem; }
.p6t1hjd__phone-mockup { display: grid; place-items: center; min-height: 520px; }
.p6t1hjd__mobile-casino-screen { width: 290px; height: 520px; padding: 8px 12px 12px; overflow: hidden; border: 8px solid #392743; border-radius: 38px; background: #09040f; box-shadow: var(--shadow); }
.p6t1hjd__mobile-status, .p6t1hjd__mobile-casino-head, .p6t1hjd__mobile-categories, .p6t1hjd__mobile-casino-nav { display: flex; align-items: center; justify-content: space-between; }
.p6t1hjd__mobile-status { padding: 0 8px 5px; color: #8f8399; font-size: .56rem; }
.p6t1hjd__mobile-casino-head { padding: 8px 5px 12px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.p6t1hjd__mobile-wordmark { font-size: 1.04rem; font-weight: 900; }
.p6t1hjd__mobile-wordmark b { color: var(--brand); }
.p6t1hjd__mobile-account { padding: 5px 9px; color: #171020; border-radius: 7px; background: var(--brand); font-size: .62rem; font-weight: 900; }
.p6t1hjd__mobile-offer { display: grid; justify-items: start; min-height: 142px; padding: 17px; margin: 12px 0; border: 1px solid #672082; border-radius: 15px; background: radial-gradient(circle at 90% 20%, rgba(255, 213, 20, .22), transparent 32%), linear-gradient(135deg, #51105f, #171020); }
.p6t1hjd__mobile-offer small { color: var(--brand); font-size: .56rem; font-weight: 900; letter-spacing: .08em; }
.p6t1hjd__mobile-offer strong { font-size: 1.3rem; line-height: 1.1; }
.p6t1hjd__mobile-offer > span { color: var(--muted); font-size: .72rem; }
.p6t1hjd__mobile-offer > b { align-self: end; padding: 6px 11px; color: #171020; border-radius: 7px; background: var(--brand); font-size: .62rem; }
.p6t1hjd__mobile-categories { justify-content: flex-start; gap: 7px; margin-bottom: 10px; }
.p6t1hjd__mobile-categories span { padding: 5px 9px; color: var(--muted); border: 1px solid var(--border); border-radius: 999px; font-size: .58rem; }
.p6t1hjd__mobile-categories span:first-child { color: #171020; border-color: var(--brand); background: var(--brand); }
.p6t1hjd__mobile-games { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.p6t1hjd__mobile-games a { min-width: 0; }
.p6t1hjd__mobile-games img { width: 100%; height: 122px; object-fit: contain; border: 1px solid var(--border); border-radius: 9px; background: #050307; }
.p6t1hjd__mobile-games small { display: block; margin-top: 4px; overflow: hidden; color: var(--text); font-size: .52rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.p6t1hjd__mobile-casino-nav { padding: 10px 18px 0; margin-top: 8px; border-top: 1px solid rgba(255, 255, 255, .08); }
.p6t1hjd__mobile-casino-nav span { display: grid; justify-items: center; color: var(--brand); font-size: .9rem; }
.p6t1hjd__mobile-casino-nav small { color: var(--muted); font-size: .48rem; }
.p6t1hjd__check-list { margin: 26px 0; padding: 0; list-style: none; }
.p6t1hjd__check-list li { position: relative; padding: 9px 0 9px 30px; color: var(--muted); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.p6t1hjd__check-list li::before { position: absolute; left: 2px; color: var(--brand); content: "✓"; font-weight: 900; }

.p6t1hjd__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.p6t1hjd__steps article { padding: 22px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.p6t1hjd__steps article > span { display: grid; width: 40px; height: 40px; margin-bottom: 18px; place-items: center; color: #160b22; border-radius: 50%; background: var(--brand); font-weight: 950; }
.p6t1hjd__steps h3 { min-height: 2.6em; margin-bottom: 9px; font-size: 1.02rem; }
.p6t1hjd__steps p { margin: 0; font-size: .9rem; }
.p6t1hjd__login-tip { padding: 20px 24px; margin-top: 24px; color: var(--muted); }
.p6t1hjd__login-tip strong { color: var(--brand); }
.p6t1hjd__support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.p6t1hjd__support-grid article { padding: 28px; border: 1px solid var(--border); border-radius: 20px; background: var(--surface); }
.p6t1hjd__support-grid article > span { display: inline-flex; padding: 6px 10px; color: #160b22; border-radius: 8px; background: var(--brand); font-size: .7rem; font-weight: 950; letter-spacing: .1em; }
.p6t1hjd__support-grid h3 { margin: 24px 0 8px; }
.p6t1hjd__support-grid p { margin: 0; }

.p6t1hjd__vip-layout { align-items: center; }
.p6t1hjd__vip-track { display: grid; gap: 22px; padding: 28px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
.p6t1hjd__vip-track article { padding: 20px; border: 1px solid var(--border); border-radius: 17px; background: var(--surface-2); }
.p6t1hjd__vip-track article > span { display: block; margin-bottom: 8px; color: var(--brand); font-size: .72rem; font-weight: 950; letter-spacing: .09em; }
.p6t1hjd__vip-track article > strong { display: block; margin-bottom: 6px; font-size: 1.2rem; }
.p6t1hjd__vip-track article p { margin: 0; font-size: .88rem; }
.p6t1hjd__vip-track .p6t1hjd__vip-track-highlight { border-color: rgba(255, 214, 23, .35); background: linear-gradient(135deg, rgba(255, 214, 23, .09), var(--surface-2)); }
.p6t1hjd__vip-progress { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 0 7px; }
.p6t1hjd__vip-progress i { position: absolute; left: 20px; right: 20px; height: 4px; border-radius: 9px; background: linear-gradient(90deg, var(--purple), var(--brand)); }
.p6t1hjd__vip-progress b { position: relative; z-index: 1; display: grid; width: 34px; height: 34px; place-items: center; color: #171020; border-radius: 50%; background: var(--brand); font-size: .75rem; }
.p6t1hjd__pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.p6t1hjd__pros, .p6t1hjd__cons { padding: 30px; }
.p6t1hjd__pros { box-shadow: inset 0 3px 0 var(--success); }
.p6t1hjd__cons { box-shadow: inset 0 3px 0 var(--danger); }
.p6t1hjd__pros h3 span { color: var(--success); }
.p6t1hjd__cons h3 span { color: var(--danger); }
.p6t1hjd__pros ul, .p6t1hjd__cons ul { margin: 22px 0 0; padding: 0; list-style: none; }
.p6t1hjd__pros li, .p6t1hjd__cons li { padding: 11px 0; color: var(--muted); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.p6t1hjd__pros li:last-child, .p6t1hjd__cons li:last-child { border-bottom: 0; }
.p6t1hjd__verdict { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--border); }

.p6t1hjd__faq-list { border-top: 1px solid var(--border); }
.p6t1hjd__faq-list details { border-bottom: 1px solid var(--border); }
.p6t1hjd__faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; cursor: pointer; list-style: none; }
.p6t1hjd__faq-list summary::-webkit-details-marker { display: none; }
.p6t1hjd__faq-list h3 { margin: 0; font-size: 1.08rem; }
.p6t1hjd__faq-list summary span { color: var(--brand); font-size: 1.5rem; transition: transform .2s ease; }
.p6t1hjd__faq-list details[open] summary span { transform: rotate(45deg); }
.p6t1hjd__faq-list details p { padding: 0 44px 22px 4px; margin: 0; }

.p6t1hjd__section-cta { margin-top: 36px; }
.p6t1hjd__attention { animation: cta-glow 2.8s ease-in-out infinite; }
@keyframes cta-glow {
  0%, 100% { box-shadow: 0 10px 28px rgba(255, 214, 23, .12); }
  50% { box-shadow: 0 12px 38px rgba(255, 214, 23, .28); }
}

.p6t1hjd__site-footer { padding: 58px 0 22px; border-top: 1px solid var(--border); background: #07030b; }
.p6t1hjd__footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 60px; }
.p6t1hjd__footer-grid img { width: 160px; height: auto; margin-bottom: 18px; }
.p6t1hjd__footer-grid strong { display: block; margin-bottom: 14px; }
.p6t1hjd__footer-grid a { display: block; margin: 7px 0; color: var(--muted); }
.p6t1hjd__footer-grid a:hover { color: var(--brand); }
.p6t1hjd__footer-grid p { font-size: .9rem; }
.p6t1hjd__footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; margin-top: 28px; color: #8c7d97; border-top: 1px solid rgba(255, 255, 255, .06); font-size: .82rem; }

@media (max-width: 1100px) {
  .p6t1hjd__game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .p6t1hjd__bonus-grid, .p6t1hjd__feature-cards { grid-template-columns: repeat(2, 1fr); }
  .p6t1hjd__steps { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 800px) {
  body { font-size: 16px; }
  .p6t1hjd__container { width: min(calc(100% - 28px), var(--container)); }
  .p6t1hjd__casino-sidebar { display: none; }
  .p6t1hjd__casino-topbar { left: 0; min-height: 70px; padding: 10px 16px; }
  .p6t1hjd__mobile-brand { display: inline-flex; margin-right: auto; }
  .p6t1hjd__casino-search, .p6t1hjd__header-actions { display: none; }
  .p6t1hjd__menu-toggle { display: block; }
  .p6t1hjd__mobile-menu.p6t1hjd__is-open { position: fixed; top: 70px; right: 0; left: 0; z-index: 54; display: block; border-top: 1px solid var(--border); background: var(--surface); }
  .p6t1hjd__mobile-menu ul { padding: 12px 18px 20px; }
  .p6t1hjd__mobile-menu li { border-bottom: 1px solid rgba(255, 255, 255, .06); }
  .p6t1hjd__mobile-menu li:last-child { border-bottom: 0; }
  .p6t1hjd__mobile-menu a { display: block; padding: 12px; font-weight: 750; }
  main, .p6t1hjd__site-footer { margin-left: 0; }
  main { padding-top: 70px; }
  .p6t1hjd__hero { padding: 18px 0 20px; }
  .p6t1hjd__hero-card { border-radius: 22px; }
  .p6t1hjd__hero-banner-main { grid-template-columns: 1fr; min-height: 0; }
  .p6t1hjd__hero-offer-copy { padding: 26px 22px; }
  .p6t1hjd__hero h1 { font-size: clamp(2.35rem, 11vw, 4rem); }
  .p6t1hjd__hero-mascot { min-height: 270px; }
  .p6t1hjd__mascot-bolt { width: 120px; height: 120px; font-size: 5rem; }
  .p6t1hjd__lobby { padding-top: 32px; }
  .p6t1hjd__game-row + .p6t1hjd__game-row { margin-top: 48px; }
  .p6t1hjd__toc ol { columns: 1; }
  .p6t1hjd__content-section { padding: 72px 0; }
  .p6t1hjd__section-heading { grid-template-columns: 46px 1fr; gap: 14px; }
  .p6t1hjd__section-heading > span { width: 42px; height: 42px; font-size: .84rem; }
  .p6t1hjd__intro-grid, .p6t1hjd__two-column, .p6t1hjd__device-layout, .p6t1hjd__vip-layout, .p6t1hjd__pros-cons { grid-template-columns: 1fr; }
  .p6t1hjd__rules-strip, .p6t1hjd__limit-grid { grid-template-columns: repeat(2, 1fr); }
  .p6t1hjd__rules-strip div:nth-child(2) { border-right: 0; }
  .p6t1hjd__rules-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .p6t1hjd__steps { grid-template-columns: 1fr 1fr; }
  .p6t1hjd__support-grid { grid-template-columns: 1fr; }
  .p6t1hjd__catalog-sections { gap: 54px; }
  .p6t1hjd__catalog-copy { grid-template-columns: 44px 1fr; gap: 14px; }
  .p6t1hjd__catalog-copy > span { width: 42px; height: 42px; }
  .p6t1hjd__phone-mockup { min-height: 0; }
  .p6t1hjd__footer-grid { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 520px) {
  .p6t1hjd__mobile-brand, .p6t1hjd__mobile-brand img { width: 132px; }
  .p6t1hjd__hero-mascot { display: none; }
  .p6t1hjd__hero-bonus { font-size: 3.7rem; }
  .p6t1hjd__game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .p6t1hjd__row-title { gap: 12px; }
  .p6t1hjd__row-title h3 { font-size: .96rem; text-align: center; }
  .p6t1hjd__game-card strong { font-size: .86rem; }
  .p6t1hjd__bonus-grid, .p6t1hjd__feature-cards, .p6t1hjd__rules-strip, .p6t1hjd__limit-grid, .p6t1hjd__steps { grid-template-columns: 1fr; }
  .p6t1hjd__rules-strip div { border-right: 0; border-bottom: 1px solid var(--border); }
  .p6t1hjd__rules-strip div:last-child { border-bottom: 0; }
  .p6t1hjd__fact-card dl div { grid-template-columns: 1fr; gap: 2px; }
  .p6t1hjd__vip-track { gap: 18px; padding: 18px; }
  .p6t1hjd__footer-bottom { flex-direction: column; }
}

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