/* ==================================================================   shab14 — main_styles.css   Стили нового шаблона. CSS-переменные подменяются JS на основе hash(brand).   ================================================================== */:root {
  --radius-sm: 6px;
  --radius-md: 10px;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --bg-card-hover: #1c2238;
  --bg-base: #0a0e1a;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --container-width: 1280px;
  --shadow-glow: 0 0 30px var(--accent-glow);
  --border-strong: #2d3556;
  --border-subtle: #232a44;
  --radius-lg: 16px;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --accent-dark: #16a34a;
  --text-muted: #94a3b8;
  --text-primary: #f1f5f9;
  --radius-xl: 24px;
  --text-dim: #64748b;
  --bg-card: #161b2e;
  --bg-section: #0f1422;
--accent: #22c55e;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
  --text-secondary: #cbd5e1;
}
* {
 padding: 0;
box-sizing: border-box;
 margin: 0;
 }
html {
 scroll-behavior: smooth;
 }
body {
 font-family: var(--font-body);
 line-height: 1.6;
 overflow-x: hidden;
 background: var(--bg-base);
 color: var(--text-primary);
 font-size: 16px;
 -webkit-font-smoothing: antialiased;
 }
img {
 height: auto;
 display: block;
max-width: 100%;
 }
a {
 text-decoration: none;
 transition: all 0.2s ease;
color: inherit;
 }
button {
 font-family: inherit;
 background: none;
 cursor: pointer;
 border: none;
 }
h1, h2, h3, h4 {
 line-height: 1.2;
 font-weight: 700;
font-family: var(--font-display);
 }
._RGsOPvCHoH {
 max-width: var(--container-width);
 padding: 0 24px;
 margin: 0 auto;
 }
/* ============== HEADER ============== */._SfStGLfsf {
 background: rgba(10, 14, 26, 0.92);
 z-index: 100;
 -webkit-backdrop-filter: blur(12px);
position: sticky;
 border-bottom: 1px solid var(--border-subtle);
 backdrop-filter: blur(12px);
 top: 0;
 }
.header-inner {
 gap: 32px;
 padding: 14px 24px;
display: flex;
 align-items: center;
 max-width: var(--container-width);
 margin: 0 auto;
 }
._PBgBSEb {
 font-family: var(--font-display);
 gap: 10px;
 color: var(--text-primary);
 align-items: center;
 font-size: 22px;
 display: flex;
 font-weight: 800;
 }
.brand-logo-mark {
 font-weight: 800;
 color: var(--bg-base);
 font-size: 18px;
 height: 36px;
 justify-content: center;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 border-radius: 10px;
 display: flex;
 align-items: center;
width: 36px;
 }
._ZWNGBKknO {
 flex: 1;
 gap: 8px;
display: flex;
 }
._ZWNGBKknO a {
 padding: 8px 14px;
 color: var(--text-secondary);
 font-weight: 500;
 border-radius: var(--radius-md);
 font-size: 14px;
 }
._ZWNGBKknO a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._lJXCDOpfr {
 gap: 10px;
display: flex;
 }
._jDENvvA {
 display: inline-flex;
 padding: 12px 22px;
 border-radius: var(--radius-md);
 align-items: center;
 gap: 8px;
 transition: transform 0.15s, box-shadow 0.15s;
 white-space: nowrap;
 font-size: 14px;
 font-weight: 600;
 justify-content: center;
 }
._OXPAbapYBdO {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 color: var(--bg-base);
 box-shadow: 0 4px 14px var(--accent-glow);
 }
._OXPAbapYBdO:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._TeyvsGrRJ {
 color: var(--text-primary);
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._TeyvsGrRJ:hover {
 background: var(--bg-card-hover);
 }
._yDaWBkuPZ {
 background: transparent;
 border: 1px solid var(--accent);
 color: var(--accent);
 }
._yDaWBkuPZ:hover {
 background: var(--accent-soft);
 }
._sGOyYFS {
 font-size: 16px;
padding: 16px 32px;
 }
/* ============== HERO ============== */._TBesPaOrPi {
 background: radial-gradient(ellipse 80% 50% at 50% 0%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 padding: 80px 0 60px;
overflow: hidden;
position: relative;
 }
._TBesPaOrPi::before {
 background-image: linear-gradient(var(--border-subtle) 1px, transparent 1px), linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px);
 background-position: -30px -30px;
 background-size: 60px 60px;
 -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
 mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
content: '';
 opacity: 0.15;
 inset: 0;
 position: absolute;
 }
._PnADiAiT {
 z-index: 2;
 gap: 48px;
 align-items: center;
 position: relative;
display: grid;
 grid-template-columns: 1.4fr 1fr;
 }
._hRjsfwRxuB {
 margin-bottom: 18px;
 letter-spacing: 0.5px;
 padding: 6px 12px;
 background: var(--accent-soft);
 border-radius: 999px;
display: inline-flex;
 align-items: center;
 font-size: 12px;
 color: var(--accent);
 text-transform: uppercase;
 font-weight: 600;
 gap: 8px;
 }
._hRjsfwRxuB::before {
 animation: pulse 1.6s infinite;
content: '';
 border-radius: 50%;
 height: 6px;
 background: var(--accent);
 width: 6px;
 }
@keyframes pulse {
 0%, 100% {
 opacity: 1;
 transform: scale(1);
 }
 50% {
 opacity: 0.6;
 transform: scale(1.4);
 }
 }
._TBesPaOrPi h1 {
 letter-spacing: -0.02em;
 margin-bottom: 20px;
font-size: clamp(32px, 5vw, 52px);
 }
._TBesPaOrPi h1 ._aaYMlDRdoT {
 color: var(--accent);
 }
._UypKlcYd {
 color: var(--text-secondary);
 margin-bottom: 28px;
font-size: 17px;
 max-width: 540px;
 line-height: 1.65;
 }
._tElpvXJK {
 gap: 24px;
 border-radius: var(--radius-md);
 background: var(--bg-card);
 padding: 16px 20px;
 margin-bottom: 32px;
 border: 1px solid var(--border-subtle);
 width: fit-content;
display: flex;
 }
._itlMQQl ._exGnDUSUN {
 line-height: 1;
 font-weight: 700;
 color: var(--accent);
 font-size: 22px;
font-family: var(--font-display);
 }
._itlMQQl ._KAzMTZSu {
 text-transform: uppercase;
 letter-spacing: 0.5px;
 color: var(--text-muted);
font-size: 11px;
 margin-top: 4px;
 }
._JmfmijS {
 display: flex;
 margin-bottom: 24px;
 flex-wrap: wrap;
 gap: 12px;
 }
._UwdOOpgHg {
 color: var(--text-secondary);
 gap: 12px;
 align-items: center;
 border: 1px solid var(--border-strong);
display: inline-flex;
 font-size: 13px;
 background: var(--bg-card);
 padding: 10px 16px;
 border-radius: var(--radius-md);
 }
._uNcwSuzz {
 display: flex;
width: 24px;
 background: var(--accent-soft);
 justify-content: center;
 color: var(--accent);
 align-items: center;
 height: 24px;
 border-radius: 50%;
 }
._IKVzhBEivO {
 font-weight: 700;
 letter-spacing: 0.5px;
 color: var(--accent);
font-family: var(--font-display);
 }
._kPnNmuIt {
 position: relative;
 }
._TSVWUrnktWY {
 padding: 24px;
 border-radius: var(--radius-lg);
 box-shadow: var(--shadow-card);
 border: 1px solid var(--border-strong);
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-section) 100%);
 }
._cQzasYNPgO {
 margin-bottom: 16px;
 color: var(--text-muted);
 font-size: 14px;
 letter-spacing: 1px;
 font-weight: 600;
 text-transform: uppercase;
font-family: var(--font-display);
 }
._RaUIzVCOYUV {
 padding: 12px 0;
 border-bottom: 1px solid var(--border-subtle);
 justify-content: space-between;
 align-items: center;
display: flex;
 }
._RaUIzVCOYUV:last-child {
 border-bottom: none;
 }
._RaUIzVCOYUV ._HgBzgahor {
 color: var(--text-secondary);
 font-size: 14px;
 }
._RaUIzVCOYUV ._rlzUJWJCT {
 font-weight: 700;
font-family: var(--font-display);
 color: var(--accent);
 }
._MTVjngmo {
 display: inline-block;
 border-radius: 50%;
 animation: pulse 1.6s infinite;
 margin-right: 6px;
 background: var(--accent);
 width: 8px;
 height: 8px;
 }
/* ============== STATS ============== */._LuyAsDEUVhm {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
 border-bottom: 1px solid var(--border-subtle);
padding: 60px 0;
 }
._xUsIeVvnNGE {
 margin-bottom: 40px;
text-align: center;
 }
._saEzFTm {
 display: inline-block;
 margin-bottom: 12px;
 font-weight: 600;
 border-radius: 999px;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: var(--accent);
 background: var(--accent-soft);
 padding: 4px 12px;
 }
._xUsIeVvnNGE h2 {
 font-size: clamp(26px, 3vw, 36px);
 margin-bottom: 8px;
 }
._xUsIeVvnNGE h2 ._aaYMlDRdoT {
 color: var(--accent);
 }
._yVFuPWhnM {
 color: var(--text-muted);
 margin: 0 auto;
 font-size: 16px;
 max-width: 600px;
 }
._wymclXi {
 gap: 20px;
 grid-template-columns: repeat(4, 1fr);
display: grid;
 }
.stat-card {
 border: 1px solid var(--border-subtle);
 position: relative;
 text-align: center;
 overflow: hidden;
background: var(--bg-card);
 transition: transform 0.2s, border-color 0.2s;
 padding: 28px 20px;
 border-radius: var(--radius-lg);
 }
.stat-card:hover {
 transform: translateY(-4px);
 border-color: var(--accent);
 }
.stat-icon {
 justify-content: center;
 margin: 0 auto 16px;
 position: relative;
 display: flex;
width: 96px;
 height: 96px;
 align-items: center;
 }
.stat-circle {
 border-top-color: var(--accent);
 inset: 0;
 border: 3px solid var(--accent-soft);
 border-radius: 50%;
position: absolute;
 transform: rotate(-45deg);
 }
.stat-num {
 line-height: 1;
 font-weight: 800;
font-family: var(--font-display);
 position: relative;
 color: var(--accent);
 z-index: 1;
 font-size: 28px;
 }
.stat-label {
 text-transform: lowercase;
 margin-top: 6px;
font-size: 13px;
 color: var(--text-muted);
 }
/* ============== WINS TICKER ============== */._LlPebLE {
 border-bottom: 1px solid var(--border-subtle);
background: var(--bg-base);
 overflow: hidden;
 padding: 14px 0;
 }
._dLffAbSMbGg {
 gap: 32px;
display: flex;
 animation: ticker-scroll 60s linear infinite;
 white-space: nowrap;
 }
._LlPebLE:hover ._dLffAbSMbGg {
 animation-play-state: paused;
 }
@keyframes ticker-scroll {
 from {
 transform: translateX(0);
 }
 to {
 transform: translateX(-50%);
 }
 }
.win-item {
 color: var(--text-secondary);
display: inline-flex;
 align-items: center;
 gap: 10px;
 font-size: 13px;
 }
.win-avatar {
 border-radius: 50%;
 flex-shrink: 0;
 font-size: 12px;
 justify-content: center;
width: 28px;
 display: flex;
 color: white;
 font-weight: 700;
 height: 28px;
 align-items: center;
 }
.win-name {
 color: var(--text-primary);
 font-weight: 600;
 }
.win-game {
 font-weight: 600;
color: var(--accent);
 }
.win-amount {
 color: var(--accent);
 font-family: var(--font-display);
 font-weight: 700;
 margin-left: 4px;
 }
/* ============== SHOWCASE / SECTION BAR ============== */._bvrDmpn {
 padding: 60px 0;
 }
.section-alt {
 background: var(--bg-section);
 }
._orUwOjpx {
 align-items: flex-end;
 justify-content: space-between;
 gap: 16px;
 margin-bottom: 28px;
 flex-wrap: wrap;
display: flex;
 }
._orUwOjpx h2 {
 font-size: clamp(24px, 3vw, 32px);
 }
._orUwOjpx h2 ._aaYMlDRdoT {
 color: var(--accent);
 }
._peDGgSRsqgq {
 align-items: center;
display: flex;
 gap: 12px;
 }
._UpZMgFNDxw {
 font-weight: 600;
color: var(--accent);
 font-size: 14px;
 display: inline-flex;
 align-items: center;
 gap: 6px;
 }
._UpZMgFNDxw:hover {
 gap: 10px;
 }
._bHUGvyScU {
 color: var(--text-muted);
 font-size: 15px;
 margin-top: 6px;
 }
._pcPgGAlp {
 gap: 8px;
flex-wrap: wrap;
 margin-bottom: 24px;
display: flex;
 }
._AUEWRjQad {
 font-weight: 500;
 border: 1px solid var(--border-subtle);
 font-size: 13px;
 color: var(--text-secondary);
padding: 8px 16px;
 background: var(--bg-card);
 border-radius: 999px;
 }
._AUEWRjQad._mZxgGWYoSKI {
 color: var(--accent);
background: var(--accent-soft);
 border-color: var(--accent);
 }
._AUEWRjQad:hover {
 background: var(--bg-card-hover);
 }
/* ============== SLOT CARDS ============== */._irjcOCcFeH {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 16px;
 }
.slot-card {
 border: 1px solid var(--border-subtle);
 overflow: hidden;
background: var(--bg-card);
 position: relative;
 transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
 border-radius: var(--radius-md);
 }
.slot-card:hover {
 border-color: var(--accent);
transform: translateY(-4px);
 box-shadow: 0 8px 20px rgba(0,0,0,0.4);
 }
.slot-img {
 position: relative;
 color: rgba(255,255,255,0.85);
 display: flex;
 overflow: hidden;
 padding: 12px;
 aspect-ratio: 4/3;
 font-family: var(--font-display);
 align-items: center;
 font-size: 16px;
 justify-content: center;
 font-weight: 700;
 text-align: center;
 }
.slot-img img {
 width: 100%;
 object-fit: cover;
position: absolute;
 inset: 0;
 height: 100%;
 }
.slot-flag {
 border-radius: 4px;
 text-transform: uppercase;
position: absolute;
 letter-spacing: 0.5px;
 padding: 3px 8px;
 top: 8px;
 z-index: 2;
 font-size: 10px;
 left: 8px;
 font-weight: 700;
 }
.flag-hot {
 color: white;
background: #ef4444;
 }
.flag-new {
 background: var(--accent);
 color: var(--bg-base);
 }
.flag-jackpot {
 color: white;
background: linear-gradient(135deg, #f59e0b, #b45309);
 }
.flag-exclusive {
 background: linear-gradient(135deg, #d946ef, #a21caf);
 color: white;
 }
.slot-rtp-badge {
 font-size: 10px;
 border-radius: 4px;
 z-index: 2;
 padding: 3px 7px;
 right: 8px;
 background: rgba(0,0,0,0.65);
 top: 8px;
 backdrop-filter: blur(8px);
 color: var(--accent);
 font-weight: 700;
position: absolute;
 }
.slot-info {
 padding: 12px 14px 14px;
 }
.slot-name {
 overflow: hidden;
 margin-bottom: 2px;
 text-overflow: ellipsis;
 color: var(--text-primary);
 font-size: 14px;
 white-space: nowrap;
font-family: var(--font-display);
 font-weight: 600;
 }
.slot-prov {
 color: var(--text-muted);
font-size: 12px;
 margin-bottom: 10px;
 }
.slot-desc {
 margin-bottom: 10px;
 color: var(--text-secondary);
 overflow: hidden;
 line-clamp: 2;
 -webkit-box-orient: vertical;
font-size: 12px;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 line-height: 1.4;
 }
.slot-cta {
 display: block;
 text-align: center;
 padding: 8px 12px;
 border-radius: var(--radius-sm);
 background: var(--accent-soft);
 font-weight: 600;
color: var(--accent);
 font-size: 13px;
 border: 1px solid transparent;
 transition: background 0.15s;
 }
.slot-cta:hover {
 background: var(--accent);
 color: var(--bg-base);
 }
/* T2 — overlay при hover */.slot-card.t2 .slot-cta {
 display: none;
 }
.slot-card.t2 .slot-img::after {
 align-items: center;
 position: absolute;
 font-family: var(--font-display);
 font-weight: 700;
 inset: 0;
 display: flex;
 opacity: 0;
 transition: opacity 0.2s;
content: '▶ Играть';
 justify-content: center;
 background: rgba(0,0,0,0.7);
 z-index: 3;
 font-size: 16px;
 color: var(--accent);
 }
.slot-card.t2:hover .slot-img::after {
 opacity: 1;
 }
/* T4 — минимум */.slot-card.t4 .slot-prov, .slot-card.t4 .slot-cta, .slot-card.t4 .slot-desc {
 display: none;
 }
.slot-card.t4 .slot-name {
 text-align: center;
 }
.slot-card.t4 .slot-info {
 padding: 10px;
 }
/* T1, T2, T4, T5 — hide desc */.slot-card:not(.t3) .slot-desc {
 display: none;
 }
/* T1, T2, T3, T4 — hide RTP badge */.slot-card:not(.t5) .slot-rtp-badge {
 display: none;
 }
/* ============== THEMED BLOCKS V1/V2/V3 ============== */._rFjbuyqCZNL {
 padding: 56px 0;
 }
._rFjbuyqCZNL._gJmIKZe {
 background: var(--bg-section);
 }
.themed-scroll {
 scroll-snap-type: x mandatory;
 -webkit-overflow-scrolling: touch;
 overflow-x: auto;
 padding-bottom: 12px;
display: flex;
 scrollbar-width: thin;
 gap: 14px;
 scrollbar-color: var(--accent) var(--bg-card);
 }
.themed-scroll::-webkit-scrollbar {
 height: 6px;
 }
.themed-scroll::-webkit-scrollbar-track {
 border-radius: 3px;
background: var(--bg-card);
 }
.themed-scroll::-webkit-scrollbar-thumb {
 border-radius: 3px;
background: var(--accent);
 }
.themed-scroll .slot-card {
 flex: 0 0 220px;
 scroll-snap-align: start;
 }
.scroll-arrows {
 gap: 6px;
display: flex;
 }
.scroll-arrow {
 transition: all 0.15s;
 border: 1px solid var(--border-strong);
 display: flex;
 color: var(--text-secondary);
 background: var(--bg-card);
 border-radius: 50%;
 font-size: 18px;
 align-items: center;
 height: 36px;
 justify-content: center;
width: 36px;
 }
.scroll-arrow:hover {
 color: var(--accent);
background: var(--accent-soft);
 border-color: var(--accent);
 }
.themed-hero {
 display: grid;
 grid-template-columns: 1.5fr 1fr;
 gap: 16px;
 }
.themed-hero-main {
 background: var(--bg-card);
 border: 1px solid var(--border-strong);
 display: flex;
 overflow: hidden;
 position: relative;
 border-radius: var(--radius-md);
 flex-direction: column;
 }
.themed-hero-main .slot-img {
 aspect-ratio: 16/9;
 font-size: 24px;
 }
.themed-hero-main .slot-info {
 padding: 18px 20px;
 }
.themed-hero-main .slot-name {
 font-size: 18px;
 }
.themed-hero-main .slot-desc {
 display: -webkit-box !important;
 }
.themed-hero-side {
 display: grid;
 grid-template-rows: repeat(3, 1fr);
 gap: 12px;
 }
.themed-hero-side .slot-card {
 display: grid;
 grid-template-columns: 100px 1fr;
 }
.themed-hero-side .slot-img {
 font-size: 11px;
aspect-ratio: 1;
 }
.themed-hero-side .slot-info {
 padding: 10px 14px;
 flex-direction: column;
 justify-content: center;
 display: flex;
 }
.themed-hero-side .slot-name {
 font-size: 13px;
 }
.themed-hero-side .slot-cta {
 margin-top: 6px;
 font-size: 11px;
padding: 5px 10px;
 }
/* ============== ARTICLE TEXT (для {
TEXT}
) ============== */._PlfkIiHdi {
 margin: 0 auto;
max-width: 880px;
padding: 56px 0;
 }
._PlfkIiHdi h1 {
 font-size: clamp(28px, 4vw, 40px);
 margin-bottom: 24px;
 }
._PlfkIiHdi h1 ._aaYMlDRdoT, ._PlfkIiHdi h2 ._aaYMlDRdoT, ._PlfkIiHdi h3 ._aaYMlDRdoT {
 color: var(--accent);
 }
._PlfkIiHdi h2 {
 margin: 32px 0 16px;
font-size: clamp(22px, 2.8vw, 30px);
 }
._PlfkIiHdi h3 {
 font-size: 20px;
 margin: 24px 0 12px;
 color: var(--accent);
 }
._PlfkIiHdi p {
 color: var(--text-secondary);
 line-height: 1.75;
margin-bottom: 16px;
 font-size: 16px;
 }
._PlfkIiHdi ul, ._PlfkIiHdi ol {
 padding-left: 22px;
 margin-bottom: 18px;
 }
._PlfkIiHdi li {
 margin-bottom: 8px;
 color: var(--text-secondary);
 }
._PlfkIiHdi a {
 color: var(--accent);
 }
._PlfkIiHdi a:hover {
 text-decoration: underline;
 }
._pylWmkzWeKQ {
 padding: 16px 24px;
 color: var(--text-dim);
 margin: 0 auto 30px;
 text-align: center;
 font-size: 13px;
 border-top: 1px solid var(--border-subtle);
 max-width: 880px;
 padding-top: 16px;
 }
._pylWmkzWeKQ span {
 color: var(--text-muted);
 }
/* ============== CTA BANNERS ============== */._ECUgCuHG {
 border: 1px solid var(--accent);
 display: flex;
 padding: 32px 32px;
 align-items: center;
margin: 48px auto;
 justify-content: space-between;
 max-width: var(--container-width);
 border-radius: var(--radius-lg);
 background: linear-gradient(135deg, var(--bg-card), var(--bg-section));
 gap: 24px;
 overflow: hidden;
 flex-wrap: wrap;
 position: relative;
 }
._ECUgCuHG::before {
 filter: blur(80px);
 height: 300px;
 background: var(--accent-glow);
 position: absolute;
 border-radius: 50%;
 top: -100px;
content: '';
 width: 300px;
 right: -100px;
 opacity: 0.4;
 }
._FYmZrxx {
 z-index: 1;
 min-width: 280px;
 flex: 1;
position: relative;
 }
._lwnxdDUZAJB {
 font-size: 24px;
font-family: var(--font-display);
 margin-bottom: 6px;
 font-weight: 700;
 }
._lwnxdDUZAJB ._aaYMlDRdoT {
 color: var(--accent);
 }
._DIPgkMNZgd {
 color: var(--text-secondary);
 font-size: 15px;
 }
._dlhbPYv {
 z-index: 1;
position: relative;
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
/* ============== TOURNAMENT ============== */._AihtRCFNz {
 padding: 60px 0;
 background: var(--bg-section);
 }
._nZsYQPgYju {
 overflow: hidden;
 padding: 32px;
 display: grid;
 border-radius: var(--radius-lg);
 gap: 32px;
 position: relative;
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-section) 100%);
 grid-template-columns: 1fr 1fr;
 border: 1px solid var(--border-strong);
 }
._nZsYQPgYju::before {
 position: absolute;
 opacity: 0.05;
 bottom: -50px;
 font-size: 220px;
content: '🏆';
 right: -30px;
 }
._sqkiivfLy {
 z-index: 1;
position: relative;
 }
._QxuMXeYYi {
 margin-bottom: 14px;
 background: var(--accent-soft);
 color: var(--accent);
 font-weight: 700;
 font-size: 11px;
 text-transform: uppercase;
 border-radius: 999px;
 gap: 6px;
 align-items: center;
 padding: 4px 10px;
 letter-spacing: 0.5px;
display: inline-flex;
 }
._dIypzbTfUBV {
 margin-bottom: 8px;
 font-weight: 700;
font-family: var(--font-display);
 font-size: 28px;
 }
._VWSeXPqLXCj {
 color: var(--text-secondary);
 margin-bottom: 24px;
 }
._yBDIAYOiNu {
 margin-bottom: 4px;
 color: var(--accent);
 font-size: 36px;
font-family: var(--font-display);
 font-weight: 800;
 line-height: 1;
 }
._rnXQMlpPrI {
 margin-bottom: 24px;
 text-transform: uppercase;
 letter-spacing: 1px;
color: var(--text-muted);
font-size: 12px;
 }
._XpiSqkny {
 gap: 10px;
display: flex;
 margin-bottom: 28px;
 flex-wrap: wrap;
 }
._mMIBoGfKd {
 padding: 12px 16px;
 border-radius: var(--radius-md);
 text-align: center;
 min-width: 70px;
background: var(--bg-base);
 border: 1px solid var(--border-strong);
 }
._IgWRnnQ {
 font-size: 24px;
 color: var(--accent);
 font-weight: 700;
 line-height: 1;
font-family: var(--font-display);
 }
._VqbcDOhPfpK {
 margin-top: 4px;
 letter-spacing: 1px;
 color: var(--text-muted);
font-size: 10px;
 text-transform: uppercase;
 }
._zOVRVTPNuMy {
 z-index: 1;
position: relative;
 background: var(--bg-base);
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
 padding: 18px 22px;
 }
._QtgUYJd {
 margin-bottom: 14px;
 text-transform: uppercase;
 color: var(--text-muted);
font-size: 13px;
 letter-spacing: 1px;
 }
.leaderboard-row {
 gap: 12px;
 border-bottom: 1px solid var(--border-subtle);
 padding: 10px 0;
 align-items: center;
display: grid;
 grid-template-columns: 32px 1fr auto;
 }
.leaderboard-row:last-child {
 border-bottom: none;
 }
.lb-pos {
 font-family: var(--font-display);
 text-align: center;
 font-weight: 700;
 color: var(--text-muted);
 font-size: 14px;
 }
.lb-pos.top1 {
 color: #fbbf24;
 }
.lb-pos.top2 {
 color: #cbd5e1;
 }
.lb-pos.top3 {
 color: #d97706;
 }
.lb-name {
 font-size: 14px;
 font-weight: 500;
 color: var(--text-primary);
 }
.lb-prize {
 font-weight: 700;
font-family: var(--font-display);
 color: var(--accent);
 font-size: 14px;
 }
/* ============== REVIEWS ============== */._toJyNYfHXV {
 padding: 60px 0;
 }
._pPvsmaFDblB {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 16px;
 }
.review-card {
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
 padding: 22px;
 transition: border-color 0.15s;
background: var(--bg-card);
 }
.review-card:hover {
 border-color: var(--accent);
 }
.review-head {
 align-items: center;
display: flex;
 gap: 12px;
 margin-bottom: 14px;
 }
.review-avatar {
 height: 40px;
 color: white;
 border-radius: 50%;
 display: flex;
 font-weight: 700;
 align-items: center;
width: 40px;
 flex-shrink: 0;
 font-size: 16px;
 justify-content: center;
 }
.review-meta {
 flex: 1;
 }
.review-name {
 font-size: 14px;
font-weight: 600;
 color: var(--text-primary);
 }
.review-date {
 color: var(--text-muted);
font-size: 12px;
 }
.review-stars {
 letter-spacing: 1px;
color: var(--accent);
 margin-bottom: 12px;
 font-size: 14px;
 }
.review-stars .empty {
 color: var(--text-dim);
 }
.review-text {
 line-height: 1.6;
 font-size: 14px;
color: var(--text-secondary);
 }
/* ============== FAQ ============== */._xaacpdj {
 padding: 60px 0;
 background: var(--bg-section);
 }
._QtoGuxV {
 margin: 0 auto;
max-width: 880px;
 }
.faq-item {
 border: 1px solid var(--border-subtle);
 margin-bottom: 10px;
 transition: border-color 0.15s;
 border-radius: var(--radius-md);
background: var(--bg-card);
 overflow: hidden;
 }
.faq-item.open {
 border-color: var(--accent);
 }
.faq-q {
 justify-content: space-between;
width: 100%;
 display: flex;
 font-weight: 600;
 align-items: center;
 font-family: var(--font-display);
 font-size: 16px;
 background: none;
 padding: 18px 22px;
 cursor: pointer;
 border: none;
 text-align: left;
 color: var(--text-primary);
 }
.faq-q:hover {
 background: var(--bg-card-hover);
 }
.faq-icon {
 height: 28px;
width: 28px;
 transition: transform 0.2s;
 color: var(--accent);
 font-weight: 700;
 align-items: center;
 border-radius: 50%;
 justify-content: center;
 background: var(--accent-soft);
 margin-left: 12px;
 flex-shrink: 0;
 display: flex;
 }
.faq-item.open .faq-icon {
 transform: rotate(45deg);
 }
.faq-a {
 max-height: 0;
 transition: max-height 0.3s ease;
 overflow: hidden;
 }
.faq-item.open .faq-a {
 max-height: 600px;
 }
.faq-a-inner {
 color: var(--text-secondary);
 font-size: 15px;
 line-height: 1.65;
padding: 0 22px 20px;
 }
/* ============== FINAL CTA + FOOTER ============== */._tRPdAvP {
 background: radial-gradient(ellipse 80% 60% at 50% 50%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 text-align: center;
padding: 80px 0;
 }
._tRPdAvP h2 {
 margin-bottom: 12px;
font-size: clamp(28px, 4vw, 42px);
 }
._tRPdAvP h2 ._aaYMlDRdoT {
 color: var(--accent);
 }
._RwGNJaDAh {
 margin-bottom: 28px;
color: var(--text-secondary);
 font-size: 16px;
 }
._QeAPhyPHp {
 padding: 48px 0 24px;
 border-top: 1px solid var(--border-subtle);
background: var(--bg-section);
 font-size: 14px;
 }
.footer-grid {
 grid-template-columns: 1.4fr repeat(3, 1fr);
 gap: 40px;
 margin-bottom: 36px;
display: grid;
 }
.footer-col h4 {
 text-transform: uppercase;
 margin-bottom: 14px;
 color: var(--text-primary);
 font-size: 14px;
 letter-spacing: 1px;
font-family: var(--font-display);
 }
.footer-col ul {
 list-style: none;
 }
.footer-col li {
 margin-bottom: 8px;
 }
.footer-col a {
 color: var(--text-muted);
 transition: color 0.15s;
 }
.footer-col a:hover {
 color: var(--accent);
 }
.footer-about {
 color: var(--text-muted);
 line-height: 1.7;
 }
.footer-bottom {
 align-items: center;
 font-size: 12px;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 12px;
 display: flex;
padding-top: 24px;
 border-top: 1px solid var(--border-subtle);
 color: var(--text-dim);
 }
.age-badge {
 align-items: center;
 gap: 6px;
 color: var(--text-muted);
display: inline-flex;
 }
.age-circle {
 height: 24px;
 font-weight: 700;
 border-radius: 50%;
 display: flex;
 border: 2px solid var(--text-muted);
width: 24px;
 font-size: 10px;
 align-items: center;
 justify-content: center;
 }
/* ============== STICKY ELEMENTS ============== */.sticky-play {
 padding: 14px 24px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 8px 24px var(--accent-glow);
 font-weight: 700;
 font-size: 14px;
position: fixed;
 color: var(--bg-base);
 bottom: 24px;
 align-items: center;
 z-index: 90;
 font-family: var(--font-display);
 border-radius: 999px;
 gap: 8px;
 transition: transform 0.2s;
 right: 24px;
 display: flex;
 }
.sticky-play:hover {
 transform: translateY(-3px) scale(1.04);
 }
.sticky-play::before {
 content: '▶';
 font-size: 12px;
 }
._UAUrOQSnR {
 border: 2px solid var(--accent);
 right: 24px;
 font-size: 22px;
 box-shadow: 0 6px 20px rgba(0,0,0,0.3);
 width: 56px;
 bottom: 92px;
 color: var(--accent);
 background: var(--bg-card);
 border-radius: 50%;
 display: flex;
 transition: transform 0.2s, background 0.2s;
 align-items: center;
 justify-content: center;
 height: 56px;
 z-index: 90;
position: fixed;
 }
._UAUrOQSnR:hover {
 transform: scale(1.1);
 background: var(--accent-soft);
 }
._LFDpwsPtkHj {
 position: absolute;
 top: -4px;
 right: -4px;
 width: 18px;
 height: 18px;
 border-radius: 50%;
 color: white;
background: #ef4444;
 font-size: 11px;
 font-weight: 700;
 display: flex;
 align-items: center;
 justify-content: center;
 border: 2px solid var(--bg-base);
 }
._yUloYiOjLmk {
 overflow: hidden;
 border-radius: var(--radius-lg);
position: fixed;
 background: var(--bg-card);
 box-shadow: 0 12px 40px rgba(0,0,0,0.5);
 opacity: 0;
 pointer-events: none;
 right: 24px;
 z-index: 95;
 border: 1px solid var(--border-strong);
 width: 320px;
 transition: all 0.25s ease;
 bottom: 92px;
 transform: translateY(20px) scale(0.95);
 }
._yUloYiOjLmk.open {
 opacity: 1;
 pointer-events: auto;
transform: translateY(0) scale(1);
 }
._lQlMIhzi {
 padding: 16px 18px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 color: var(--bg-base);
 }
._dMgjuKVpD {
 font-size: 16px;
font-family: var(--font-display);
 margin-bottom: 2px;
 font-weight: 700;
 }
._yUvfwLGJ {
 gap: 6px;
 display: flex;
font-size: 12px;
 align-items: center;
 }
._yUvfwLGJ::before {
 background: white;
 width: 8px;
 border-radius: 50%;
 height: 8px;
content: '';
 animation: pulse 1.5s infinite;
 }
._ONiugWoPp {
 padding: 18px;
 }
._ONiugWoPp p {
 margin-bottom: 14px;
 color: var(--text-secondary);
font-size: 14px;
 }
._mPiWidu {
 flex-direction: column;
 gap: 8px;
display: flex;
 }
._NewLFRFS {
 color: var(--text-primary);
 display: flex;
padding: 10px 14px;
 background: var(--bg-section);
 text-align: left;
 gap: 10px;
 font-size: 14px;
 border: 1px solid var(--border-strong);
 align-items: center;
 border-radius: var(--radius-md);
 }
._NewLFRFS:hover {
 border-color: var(--accent);
 }
/* ============== MODULE1/MODULE2 (городские/игровые выигрыши — для совместимости) ============== */._piFjBDK, .module2 {
 padding: 20px 24px;
max-width: var(--container-width);
 border: 1px solid var(--border-subtle);
 margin: 24px auto;
 border-radius: var(--radius-md);
 background: var(--bg-card);
 }
._piFjBDK .module2_1_title, .module2 .module2_1_title {
 letter-spacing: 1px;
 font-weight: 600;
 margin-bottom: 12px;
 text-transform: uppercase;
font-family: var(--font-display);
 font-size: 14px;
 color: var(--text-muted);
 }
._piFjBDK > div > div, .module2 > div > div {
 background: var(--bg-section);
 font-size: 12px;
 margin: 4px 6px 4px 0;
 color: var(--text-secondary);
 border-radius: 999px;
 border: 1px solid var(--border-subtle);
display: inline-block;
 padding: 4px 12px;
 }
/* ============== RESPONSIVE ============== */@media (max-width: 1024px) {
  ._PnADiAiT {
 grid-template-columns: 1fr;
 }
  ._kPnNmuIt {
 max-width: 360px;
order: -1;
 margin: 0 auto;
 }
  ._wymclXi {
 grid-template-columns: repeat(2, 1fr);
 }
  ._irjcOCcFeH {
 grid-template-columns: repeat(3, 1fr);
 }
  ._pPvsmaFDblB {
 grid-template-columns: repeat(2, 1fr);
 }
  ._nZsYQPgYju {
 grid-template-columns: 1fr;
 }
  .themed-hero {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 720px) {
  ._RGsOPvCHoH {
 padding: 0 16px;
 }
  .header-inner {
 padding: 12px 16px;
 }
  ._ZWNGBKknO {
 display: none;
 }
  ._lJXCDOpfr ._TeyvsGrRJ {
 display: none;
 }
  ._TBesPaOrPi {
 padding: 50px 0 40px;
 }
  ._tElpvXJK {
 gap: 16px;
 padding: 12px;
flex-wrap: wrap;
 }
  ._JmfmijS {
 flex-direction: column;
 }
  ._JmfmijS ._jDENvvA {
 width: 100%;
 }
  ._wymclXi {
 grid-template-columns: 1fr 1fr;
 gap: 12px;
 }
  .stat-icon {
 height: 80px;
width: 80px;
 }
  .stat-num {
 font-size: 22px;
 }
  ._irjcOCcFeH {
 grid-template-columns: 1fr 1fr;
 gap: 10px;
 }
  ._pPvsmaFDblB {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr;
 }
  ._bvrDmpn {
 padding: 44px 0;
 }
  ._orUwOjpx {
 gap: 14px;
flex-direction: column;
 align-items: flex-start;
 }
  ._ECUgCuHG {
 padding: 24px;
 align-items: flex-start;
 flex-direction: column;
 }
  ._nZsYQPgYju {
 padding: 22px;
 }
  ._yBDIAYOiNu {
 font-size: 28px;
 }
  ._UAUrOQSnR {
 display: none;
 }
  .sticky-play {
 right: 16px;
 padding: 12px 18px;
bottom: 16px;
 }
}
/* ========== УНИКАЛЬНЫЕ LAYOUT-ВАРИАНТЫ (body-классы от JS) ========== *//* hero-o-1: контент по центру */body.hero-o-1 ._PnADiAiT {
 margin: 0 auto;
grid-template-columns: 1fr;
 max-width: 720px;
 text-align: center;
 }
body.hero-o-1 ._kPnNmuIt {
 display: none;
 }
body.hero-o-1 ._tElpvXJK {
 margin-left: auto;
 margin-right: auto;
 }
body.hero-o-1 ._JmfmijS {
 justify-content: center;
 }
/* hero-o-2: правая ориентация */body.hero-o-2 ._PnADiAiT {
 direction: rtl;
 }
body.hero-o-2 ._PnADiAiT > * {
 direction: ltr;
 }
/* stats-l-1: 2x2 квадратная сетка */body.stats-l-1 ._wymclXi {
 margin: 0 auto;
grid-template-columns: 1fr 1fr;
 max-width: 720px;
 }
body.stats-l-1 .stat-card {
 padding: 38px 24px;
 }
/* stats-l-2: горизонтальная полоса */body.stats-l-2 ._wymclXi {
 grid-template-columns: repeat(4, 1fr);
 }
body.stats-l-2 .stat-card {
 align-items: center;
padding: 18px 12px;
 gap: 14px;
 display: flex;
 text-align: left;
 }
body.stats-l-2 .stat-card .stat-icon {
 margin: 0;
 height: 56px;
width: 56px;
 }
body.stats-l-2 .stat-num {
 font-size: 22px;
 }
/* cards-s-1: flat (без теней) */body.cards-s-1 .slot-card {
 box-shadow: none;
 }
body.cards-s-1 .slot-card:hover {
 box-shadow: 0 2px 8px rgba(0,0,0,0.2);
 }
body.cards-s-1 .stat-card {
 box-shadow: none;
 }
/* cards-s-2: glow (свечение по бордеру) */body.cards-s-2 .slot-card {
 border-color: var(--border-strong);
 }
body.cards-s-2 .slot-card:hover {
 box-shadow: 0 0 24px var(--accent-glow);
 }
body.cards-s-2 .stat-card:hover {
 box-shadow: 0 0 24px var(--accent-glow);
 }
/* cards-s-3: outlined (только бордер) */body.cards-s-3 .slot-card {
 border: 2px solid var(--border-strong);
background: transparent;
 }
body.cards-s-3 .stat-card {
 border: 2px solid var(--border-strong);
background: transparent;
 }
/* gradient angle для кнопок */._OXPAbapYBdO, .sticky-play {
 background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark)) !important;
 }
/* ========== ИНЪЕКЦИИ ВНУТРЬ ТЕКСТА СТАТЬИ ========== */.intext-fact {
  padding: 18px 20px;
  border-radius: var(--radius-md);
display: flex;
 gap: 14px;
 align-items: flex-start;
  background: var(--bg-card);
 border-left: 3px solid var(--accent);
 margin: 28px 0;
}
.intext-fact-icon {
 line-height: 1;
 flex: 0 0 auto;
font-size: 22px;
 }
.intext-fact-text {
 line-height: 1.6;
color: var(--text-2);
 font-size: 15px;
 }
.intext-slot {
  border-radius: var(--radius-lg);
 margin: 32px 0;
display: grid;
 border: 1px solid var(--border-subtle);
 gap: 18px;
 grid-template-columns: 220px 1fr;
  background: var(--bg-card);
 padding: 16px;
  align-items: center;
}
.intext-slot-img {
  font-weight: 700;
 display: flex;
 padding: 12px;
 text-align: center;
  overflow: hidden;
 align-items: center;
  color: white;
 font-size: 14px;
position: relative;
 aspect-ratio: 4/3;
 justify-content: center;
 border-radius: var(--radius-md);
}
.intext-slot-img img {
  width: 100%;
 object-fit: cover;
position: absolute;
 inset: 0;
 height: 100%;
 z-index: 0;
}
.intext-slot-meta {
 padding: 8px 4px;
 }
.intext-slot-eyebrow {
 text-transform: uppercase;
 letter-spacing: 1px;
font-size: 11px;
 color: var(--accent);
 margin-bottom: 8px;
 font-weight: 700;
 }
.intext-slot-name {
 font-family: var(--font-display);
 font-weight: 700;
 font-size: 18px;
 color: var(--text-1);
 margin-bottom: 8px;
 }
.intext-slot-desc {
 color: var(--text-2);
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 12px;
 }
.intext-slot-cta {
  display: inline-flex;
 align-items: center;
 gap: 4px;
  font-weight: 600;
color: var(--accent);
 font-size: 14px;
 text-decoration: none;
}
.intext-slot-cta:hover {
 text-decoration: underline;
 }
.intext-cta {
  border: 1px solid var(--accent);
 padding: 18px 22px;
  border-radius: var(--radius-lg);
display: flex;
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
 margin: 28px 0;
 align-items: center;
 justify-content: space-between;
  flex-wrap: wrap;
 gap: 18px;
}
.intext-cta-text {
 flex: 1;
 font-size: 15px;
 line-height: 1.5;
color: var(--text-1);
 font-weight: 500;
 min-width: 240px;
 }
.intext-cta-btn {
  white-space: nowrap;
background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
  color: white;
  font-weight: 700;
 padding: 10px 20px;
 border-radius: var(--radius-md);
 text-decoration: none;
}
@media (max-width: 700px) {
  .intext-slot {
 grid-template-columns: 1fr;
 }
  .intext-slot-img {
 aspect-ratio: 16/9;
 }
}
/* ========================================================================   НОВЫЕ БЛОКИ: Trust bar, Fact card, Promo timer, CIH-Hub, E-E-A-T,   Comparison table, Slots slider, Sticky CTA bar   ======================================================================== *//* === TRUST SIGNAL BAR === */._eVMxkQN {
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding: 12px 0;
  font-size: 13px;
background: linear-gradient(90deg, var(--accent-soft), transparent, var(--accent-soft));
}
._eVMxkQN ._RGsOPvCHoH {
  gap: 24px;
  align-items: center;
display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
._VtXQLUN {
  white-space: nowrap;
color: var(--text-2);
}
@media (max-width: 700px) {
  ._eVMxkQN {
 padding: 10px 0;
 font-size: 12px;
 }
  ._eVMxkQN ._RGsOPvCHoH {
 gap: 14px;
 }
}
/* === PROMO TIMER BAR === */._zVXhCKN {
  padding: 14px 22px;
display: flex;
  border: 1px solid var(--accent);
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0;
  border-left: 3px solid var(--accent);
  background: linear-gradient(90deg, var(--accent-soft), transparent);
  border-radius: var(--radius-md);
}
._NQxkDCvKu {
  font-weight: 500;
font-size: 14px;
  color: var(--text-1);
}
._BVCArRSdqW {
  border-radius: var(--radius-sm);
  color: var(--accent);
font-size: 22px;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  font-variant-numeric: tabular-nums;
  font-family: var(--font-display);
  border: 1px solid var(--accent);
  font-weight: 800;
  background: var(--bg-card);
}
/* === FACT CARD === */._uzgMUQb {
  padding: 60px 0;
}
._ayhbLyeU {
  background: var(--bg-card);
  padding: 36px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
}
._HxTnMNz {
  font-size: 28px;
font-family: var(--font-display);
  margin: 0 0 28px;
  color: var(--text-1);
}
._pQRQzyGeco {
  grid-template-columns: repeat(4, 1fr);
display: grid;
  gap: 20px;
}
._rlKjysmy {
  border-radius: var(--radius-md);
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--border-subtle);
  gap: 12px;
display: flex;
  background: var(--bg-section);
}
._iNbDkaQBdZB {
  flex: 0 0 auto;
  line-height: 1;
font-size: 22px;
}
._AbosoNCImA {
  gap: 4px;
  min-width: 0;
  flex-direction: column;
display: flex;
}
._odAepOB {
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
font-size: 12px;
}
._NySwrgKOQQo {
  color: var(--text-1);
  font-weight: 600;
  line-height: 1.3;
font-size: 14px;
}
@media (max-width: 900px) {
 ._pQRQzyGeco {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 480px) {
 ._pQRQzyGeco {
 grid-template-columns: 1fr;
 }
 ._ayhbLyeU {
 padding: 22px;
 }
 }
/* === CIH-HUB (Analytics) === */._OlJtbCuC {
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
padding: 60px 0;
}
._QHcxZExM {
  border: 1px solid var(--border-subtle);
background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
}
._jPtFhRw {
  margin: 0 0 28px;
  color: var(--text-1);
font-family: var(--font-display);
  font-size: 32px;
}
._MRyczTYe {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
  grid-template-columns: repeat(4, 1fr);
}
._GkVvcid {
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-direction: column;
  padding: 22px 18px;
  border: 1px solid var(--border-subtle);
background: var(--bg-section);
  gap: 6px;
  position: relative;
  display: flex;
}
._GkVvcid::before {
  content: '';
 left: 0;
  height: 3px;
  position: absolute;
 right: 0;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
  top: 0;
}
._EHKqXNvGA {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
}
._YkByvwnPLKG {
  color: var(--text-2);
font-size: 13px;
}
._szQdTZi {
  text-transform: uppercase;
  margin-top: 4px;
font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--accent);
}
._SDnSEfL {
  overflow-x: auto;
  margin-bottom: 32px;
}
._nNWVVDEgPk {
  font-size: 14px;
width: 100%;
  border-collapse: collapse;
}
._nNWVVDEgPk caption {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-2);
text-align: left;
  caption-side: top;
}
._nNWVVDEgPk thead th {
  font-weight: 700;
  text-align: left;
  color: var(--text-1);
  padding: 12px 16px;
  border-bottom: 2px solid var(--border-strong);
background: var(--bg-section);
}
._nNWVVDEgPk tbody th, ._nNWVVDEgPk tbody td {
  text-align: left;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-subtle);
  font-weight: 500;
padding: 12px 16px;
}
._nNWVVDEgPk tbody th {
 color: var(--text-1);
font-weight: 600;
 }
._hoMKhikzGJ {
 color: #22c55e;
 font-weight: 600;
 }
._LWvjzVswxe {
  background: var(--bg-section);
  border-radius: var(--radius-md);
display: grid;
  gap: 36px;
  align-items: start;
  grid-template-columns: 200px 1fr;
  padding: 28px;
  border: 1px solid var(--border-subtle);
}
._RkWaQuv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
._lujLrVm {
  align-items: center;
  justify-content: center;
  width: 160px;
  border-radius: 50%;
  height: 160px;
  position: relative;
  display: flex;
  background: conic-gradient(var(--accent) 0deg, var(--accent) calc(var(--score) * 3.6deg), var(--border-subtle) calc(var(--score) * 3.6deg), var(--border-subtle) 360deg);
--score: 90;
}
._doeucoz {
  height: 130px;
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  border-radius: 50%;
  background: var(--bg-card);
width: 130px;
  align-items: center;
}
._MIywOAa {
  font-weight: 800;
  font-size: 36px;
  color: var(--accent);
font-family: var(--font-display);
  line-height: 1;
}
._oIQGxknLCU {
  text-transform: uppercase;
  color: var(--text-3);
font-size: 12px;
}
._QDGQYytcL {
  font-size: 14px;
  color: var(--text-1);
  font-weight: 600;
}
._mheVIEA {
  gap: 12px;
display: flex;
  flex-direction: column;
  grid-column: 2;
}
._bMgkrxAWAq {
  display: grid;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  grid-template-columns: 140px 1fr 40px;
}
._rJJvUIu {
 color: var(--text-2);
 }
._TsGumqJVf {
  height: 8px;
  background: var(--border-subtle);
  overflow: hidden;
  border-radius: 4px;
}
._tyDrxdtr {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
}
._XVztYMvWZgM {
  font-weight: 700;
  text-align: right;
  color: var(--accent);
}
._BQMXKACi {
  padding-top: 24px;
  border-top: 1px solid var(--border-subtle);
  margin-top: 24px;
grid-column: 1 / -1;
}
._BQMXKACi h4 {
  color: var(--text-1);
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
font-size: 15px;
}
._BQMXKACi p {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
  color: var(--text-2);
}
@media (max-width: 900px) {
  ._MRyczTYe {
 grid-template-columns: repeat(2, 1fr);
 }
  ._LWvjzVswxe {
 grid-template-columns: 1fr;
 }
  ._mheVIEA {
 grid-column: 1;
 }
  ._QHcxZExM {
 padding: 24px;
 }
  ._jPtFhRw {
 font-size: 24px;
 }
}
/* === E-E-A-T AUTHOR BLOCK === */._nrQSUPEq {
  border-radius: var(--radius-md);
  margin: 32px 0;
  padding: 24px 28px;
background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-left: 3px solid var(--accent);
}
._ZKIDxtMaZHp {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
  justify-content: space-between;
display: flex;
}
._CnTNBwx {
  border-radius: var(--radius-sm);
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 12px;
  letter-spacing: 0.5px;
  font-size: 12px;
background: var(--accent);
}
._lQRtSZQ {
  color: var(--text-3);
font-size: 13px;
}
._cheKiLxe {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: center;
}
._ztxIOrLRMA {
  height: 64px;
  font-size: 26px;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
  justify-content: center;
  font-family: var(--font-display);
width: 64px;
  font-weight: 700;
  display: flex;
  color: white;
}
._dmrZrCCP {
  gap: 2px;
display: flex;
  min-width: 0;
  flex-direction: column;
}
._XtuwRBadlk {
  font-size: 17px;
  color: var(--text-1);
  font-weight: 700;
}
._RgKEIkooh {
  color: var(--text-2);
font-size: 13px;
}
._PTIOLJA {
  color: var(--accent);
  margin-top: 4px;
font-size: 12px;
}
._lQOlQkj p {
  line-height: 1.6;
font-size: 14px;
  color: var(--text-2);
  margin: 0 0 14px;
}
._TuuXZvQrJ {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  gap: 8px;
}
._TuuXZvQrJ li {
  padding: 5px 10px;
  font-size: 12px;
background: var(--bg-section);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
  color: var(--text-2);
}
._XpdublSolnF {
  font-size: 12px;
display: flex;
  gap: 8px;
  border-top: 1px solid var(--border-subtle);
  color: var(--text-3);
  align-items: center;
  padding-top: 12px;
}
._NsOGvibo {
  font-weight: 700;
color: var(--accent);
}
/* === TOC NAV === */.toc-nav {
  padding: 18px 22px;
  border: 1px solid var(--border-subtle);
  background: var(--bg-section);
  border-radius: var(--radius-md);
margin: 24px 0;
}
._aQVTQphZuy {
  margin-bottom: 10px;
font-size: 13px;
  color: var(--text-1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}
._DVaykOWaTM {
  display: flex;
list-style: none;
  gap: 6px;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
._DVaykOWaTM li {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
._DVaykOWaTM ._sGUSojX {
  font-size: 12px;
  min-width: 22px;
color: var(--text-3);
}
._DVaykOWaTM a {
  text-decoration: none;
color: var(--accent);
  font-size: 14px;
}
._DVaykOWaTM a:hover {
 text-decoration: underline;
 }
/* === COMPARISON TABLE === */._GfwHYgxhP {
  padding: 60px 0;
}
._uwsCoPU {
  padding: 24px;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
overflow-x: auto;
}
._ehkRJcDiFq {
  font-size: 14px;
width: 100%;
  border-collapse: collapse;
}
._ehkRJcDiFq thead {
  background: var(--bg-section);
}
._ehkRJcDiFq thead th {
  color: var(--text-1);
  border-bottom: 2px solid var(--border-strong);
  font-weight: 700;
padding: 14px 16px;
  text-align: left;
}
._ehkRJcDiFq tbody td {
  padding: 12px 16px;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-subtle);
}
._ehkRJcDiFq tbody tr:hover {
  background: var(--bg-section);
}
._ehkRJcDiFq tbody td:first-child {
  color: var(--text-1);
font-weight: 600;
}
/* === SLOTS HORIZONTAL SLIDER === */._nJlrplCHRlZ {
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
padding: 60px 0;
  overflow: hidden;
}
._yxrqbUSFgy {
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 14px;
  justify-content: space-between;
display: flex;
}
._XlyddDEM {
  margin: 0;
  font-size: 28px;
font-family: var(--font-display);
  color: var(--text-1);
}
._ctaGowwQYW {
  font-weight: 600;
  font-size: 14px;
color: var(--accent);
  text-decoration: none;
}
._ctaGowwQYW:hover {
 text-decoration: underline;
 }
._vXMIrVR {
  margin: 0 -24px;
  padding: 12px 0;
position: relative;
  overflow: hidden;
}
._vXMIrVR::before,._vXMIrVR::after {
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  width: 80px;
  pointer-events: none;
content: '';
}
._vXMIrVR::before {
 left: 0;
 background: linear-gradient(90deg, var(--bg-base), transparent);
 }
._vXMIrVR::after {
 background: linear-gradient(-90deg, var(--bg-base), transparent);
right: 0;
 }
._lRPlpXVQE {
  width: max-content;
  animation: slots-scroll 60s linear infinite;
display: flex;
  gap: 14px;
}
._lRPlpXVQE:hover {
 animation-play-state: paused;
 }
._lRPlpXVQE .slot-mini {
  display: flex;
  align-items: center;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  font-weight: 700;
width: 180px;
  justify-content: center;
  color: white;
  height: 130px;
  position: relative;
  border-radius: var(--radius-md);
  flex: 0 0 auto;
  padding: 10px;
}
._lRPlpXVQE .slot-mini img {
  position: absolute;
  object-fit: cover;
  width: 100%;
 inset: 0;
 height: 100%;
}
._lRPlpXVQE .slot-mini span {
  z-index: 1;
position: relative;
}
._lRPlpXVQE .slot-mini::after {
  background: rgba(0,0,0,0.6);
  opacity: 0;
  inset: 0;
  transition: opacity 0.2s;
  z-index: 2;
content: '▶';
  display: flex;
  font-size: 24px;
  position: absolute;
  justify-content: center;
  color: white;
  align-items: center;
}
._lRPlpXVQE .slot-mini:hover::after {
 opacity: 1;
 }
@keyframes slots-scroll {
  from {
 transform: translateX(0);
 }
  to {
 transform: translateX(-50%);
 }
}
._mxBheWVFu {
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 16px;
display: flex;
  align-items: center;
}
._TLhSpUeXtx {
  font-size: 13px;
color: var(--text-3);
}
/* === STICKY CTA BAR (внизу) === */.sticky-cta-bar {
  position: fixed;
  padding: 12px 16px;
  transition: transform 0.4s ease 0.5s;
  border-top: 1px solid var(--accent);
  justify-content: center;
  background: var(--bg-card);
 right: 0;
  align-items: center;
  bottom: 0;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.4);
  z-index: 95;
 left: 0;
  gap: 14px;
  flex-wrap: wrap;
  display: flex;
  transform: translateY(100%);
}
.sticky-cta-bar.visible {
  transform: translateY(0);
}
.sticky-cta-bar.hidden {
  transform: translateY(100%);
}
.scb-text {
  font-weight: 500;
  min-width: 220px;
  text-align: center;
  font-size: 14px;
  flex: 1;
color: var(--text-1);
}
.scb-btn {
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
  font-weight: 700;
  color: white;
  white-space: nowrap;
  padding: 10px 22px;
  text-decoration: none;
  border-radius: var(--radius-md);
}
.scb-close {
  cursor: pointer;
  color: var(--text-2);
  font-size: 14px;
 height: 28px;
  line-height: 1;
  border: 1px solid var(--border-subtle);
  border-radius: 50%;
width: 28px;
  background: transparent;
}
.scb-close:hover {
 border-color: var(--accent);
color: var(--text-1);
 }
/* === FOOTER UPGRADES === */._dvnfvznIGm {
  padding: 40px 0 30px;
}
._HzVNBFMDV {
  font-family: var(--font-display);
  color: var(--text-1);
  margin: 0 0 20px;
  font-size: 22px;
}
._SFDWNcm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
._nvekjfaTI {
  align-items: flex-start;
  padding: 16px;
display: flex;
  border: 1px solid var(--border-subtle);
  gap: 14px;
  transition: border-color 0.2s, background 0.2s;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  text-decoration: none;
}
._nvekjfaTI:hover {
  border-color: var(--accent);
  background: var(--bg-card-hover);
}
._bBmSdieDVvf {
  line-height: 1;
  flex: 0 0 auto;
font-size: 26px;
}
._gstQDGDxEGB {
  flex-direction: column;
display: flex;
  flex: 1;
  min-width: 0;
  gap: 4px;
}
._CHbfRkT {
  font-weight: 700;
font-size: 15px;
  color: var(--text-1);
}
._olztQVSPz {
  line-height: 1.4;
color: var(--text-3);
font-size: 12px;
}
._mBFjmESxLc {
  white-space: nowrap;
  margin-top: 2px;
font-size: 11px;
  align-self: flex-start;
  color: var(--accent);
  font-weight: 600;
}
._sgdFcmHUFcX {
  grid-template-columns: repeat(3, 1fr);
display: grid;
  border-top: 1px solid var(--border-subtle);
  gap: 18px;
  padding: 30px 0;
}
._gCADwiOee h4 {
  color: var(--text-1);
  margin: 0 0 8px;
  font-weight: 700;
font-size: 14px;
}
._gCADwiOee p {
  margin: 0;
  color: var(--text-3);
font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 700px) {
 ._sgdFcmHUFcX {
 grid-template-columns: 1fr;
 }
 }
._wyMtqAd {
  padding: 20px 0;
  border-top: 1px solid var(--border-subtle);
}
._cWFYhhnlQ {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}
._BniBrTBrp {
  display: flex;
  flex-direction: column;
}
._PPhnSZwBKR {
  font-weight: 700;
font-family: var(--font-display);
  color: var(--text-1);
  font-size: 17px;
}
._NgbLpIL {
  color: var(--text-3);
font-size: 12px;
}
._WSLfHiHct {
  flex: 1;
  min-width: 240px;
  color: var(--text-3);
font-size: 12px;
}
._WSLfHiHct p {
 margin: 2px 0;
 }
._wsTCMumXEd {
 opacity: 0.8;
font-size: 11px;
 }
._YpvbnIOXtS {
  flex-wrap: wrap;
  gap: 8px;
display: flex;
}
._NmOGHOul {
  font-size: 11px;
  color: var(--text-2);
  border: 1px solid var(--border-subtle);
background: var(--bg-card);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}
._AHViidanjE a {
  color: var(--accent);
  font-size: 13px;
  text-decoration: none;
}
/* ========================================================================   8 ОСЕЙ СТРУКТУРНОЙ УНИКАЛЬНОСТИ   hero(6) × header(4) × btn(6) × card(8) × cta(5) × table(5) × sh(5) × badge(4)   = 1.2 МЛН структурных комбинаций × палитры × шрифты × радиусы × layouts   ======================================================================== *//* ========== HERO ВАРИАНТЫ (6 структурных вариантов) ========== *//* hero-v-1: классический split (default) — текст слева, виджет справа */body.hero-v-1 ._PnADiAiT {
 grid-template-columns: 1.4fr 1fr;
 gap: 60px;
 }
/* hero-v-2: всё по центру, без правого виджета, БОЛЬШАЯ типографика */body.hero-v-2 ._PnADiAiT {
 grid-template-columns: 1fr;
 margin: 0 auto;
max-width: 880px;
 text-align: center;
 }
body.hero-v-2 ._kPnNmuIt {
 display: none;
 }
body.hero-v-2 ._tElpvXJK {
 margin-left: auto;
justify-content: center;
 margin-right: auto;
 }
body.hero-v-2 ._JmfmijS {
 justify-content: center;
 }
body.hero-v-2 ._TBesPaOrPi h1 {
 font-size: clamp(40px, 6vw, 72px);
 }
/* hero-v-3: full-bleed с большим оверлеем, текст внизу */body.hero-v-3 ._TBesPaOrPi {
 min-height: 70vh;
 align-items: flex-end;
padding: 100px 0 60px;
 display: flex;
 }
body.hero-v-3 ._TBesPaOrPi::before {
 content:'';
 pointer-events:none;
 position:absolute;
 background: radial-gradient(ellipse at top, var(--accent-soft), transparent 60%);
 inset:0;
 }
body.hero-v-3 ._PnADiAiT {
 align-items: end;
 gap: 40px;
grid-template-columns: 1fr 1fr;
 }
body.hero-v-3 ._TBesPaOrPi h1 {
 line-height: 1.05;
font-size: clamp(36px, 5.5vw, 64px);
 }
/* hero-v-4: stacked (текст вверху, виджет снизу — для мобилок) */body.hero-v-4 ._PnADiAiT {
 gap: 40px;
grid-template-columns: 1fr;
 }
body.hero-v-4 ._kPnNmuIt {
 margin: 0 auto;
 width: 100%;
max-width: 720px;
 }
body.hero-v-4 .hero-info {
 text-align: center;
 }
body.hero-v-4 ._tElpvXJK {
 justify-content: center;
 }
/* hero-v-5: асимметрия со скосом */body.hero-v-5 ._TBesPaOrPi {
 background: linear-gradient(135deg, var(--bg-base) 0%, var(--bg-base) 60%, var(--accent-soft) 60%, var(--accent-soft) 100%);
 }
body.hero-v-5 ._PnADiAiT {
 grid-template-columns: 1.5fr 1fr;
 gap: 50px;
 }
body.hero-v-5 ._TBesPaOrPi h1 {
 border-left: 4px solid var(--accent);
padding-left: 14px;
 }
/* hero-v-6: минимальный — только заголовок и CTA */body.hero-v-6 ._TBesPaOrPi {
 padding: 60px 0 40px;
 }
body.hero-v-6 ._PnADiAiT {
 text-align: center;
 gap: 24px;
 max-width: 700px;
 margin: 0 auto;
grid-template-columns: 1fr;
 }
body.hero-v-6 ._kPnNmuIt, body.hero-v-6 ._tElpvXJK {
 display: none;
 }
body.hero-v-6 ._hRjsfwRxuB {
 margin: 0 auto;
 }
body.hero-v-6 ._JmfmijS {
 justify-content: center;
 }
/* ========== HEADER ВАРИАНТЫ (4 структурных) ========== *//* hd-v-1: классика — brand left, nav center, btns right */body.hd-v-1 .header-inner {
 align-items: center;
 grid-template-columns: auto 1fr auto;
display: grid;
 gap: 32px;
 }
/* hd-v-2: brand center, nav под ним, btns в правом верхнем углу */body.hd-v-2 ._SfStGLfsf {
 padding: 16px 0 0;
 }
body.hd-v-2 .header-inner {
 gap: 14px;
 grid-template-columns: 1fr;
 padding-bottom: 14px;
display: grid;
 }
body.hd-v-2 ._PBgBSEb {
 justify-self: center;
 }
body.hd-v-2 ._ZWNGBKknO {
 justify-content: center;
 justify-self: center;
 padding-top: 12px;
 border-top: 1px solid var(--border-subtle);
order: 3;
 width: 100%;
 }
body.hd-v-2 ._lJXCDOpfr {
 top: 16px;
 right: 24px;
position: absolute;
 }
/* hd-v-3: nav слева, brand справа */body.hd-v-3 .header-inner {
 grid-template-columns: 1fr auto auto;
display: grid;
 align-items: center;
 gap: 24px;
 }
body.hd-v-3 ._ZWNGBKknO {
 justify-self: start;
order: 1;
 }
body.hd-v-3 ._PBgBSEb {
 justify-self: end;
order: 2;
 }
body.hd-v-3 ._lJXCDOpfr {
 order: 3;
 }
/* hd-v-4: компактный — без явного nav-bar, только лого и кнопки */body.hd-v-4 .header-inner {
 padding: 10px 0;
 align-items: center;
 justify-content: space-between;
display: flex;
 }
body.hd-v-4 ._ZWNGBKknO {
 font-size: 13px;
 }
/* ========== BUTTON ВАРИАНТЫ (6 типов кнопок) ========== *//* btn-v-1: solid (default) */body.btn-v-1 ._jDENvvA {
 border-radius: var(--radius-md);
 }
/* btn-v-2: pill (round) */body.btn-v-2 ._jDENvvA, body.btn-v-2 .scb-btn, body.btn-v-2 .sticky-play, body.btn-v-2 .slot-cta {
 border-radius: 999px;
 }
/* btn-v-3: square (sharp corners) */body.btn-v-3 ._jDENvvA, body.btn-v-3 .scb-btn, body.btn-v-3 .sticky-play {
 border-radius: 0;
 }
/* btn-v-4: outlined primary (заполнение только при ховере) */body.btn-v-4 ._OXPAbapYBdO {
 color: var(--accent);
 border: 2px solid var(--accent);
background: transparent;
 }
body.btn-v-4 ._OXPAbapYBdO:hover {
 background: var(--accent);
 color: white;
 }
/* btn-v-5: skewed (диагональный паралелепипед) */body.btn-v-5 ._OXPAbapYBdO {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._OXPAbapYBdO > * {
 transform: skewX(8deg);
display: inline-block;
 }
body.btn-v-5 ._TeyvsGrRJ {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._TeyvsGrRJ > * {
 transform: skewX(8deg);
display: inline-block;
 }
/* btn-v-6: с тенью / шейдером */body.btn-v-6 ._OXPAbapYBdO {
 box-shadow: 0 4px 14px var(--accent-glow), 0 0 0 1px var(--accent) inset;
 }
body.btn-v-6 ._OXPAbapYBdO:hover {
 transform: translateY(-2px);
box-shadow: 0 8px 28px var(--accent-glow);
 }
/* ========== SLOT CARD ВАРИАНТЫ (8 структурных моодов) ========== *//* card-v-1: классика — vertical with shadow (default) */body.card-v-1 .slot-card {
 box-shadow: 0 4px 16px rgba(0,0,0,0.2);
 }
body.card-v-1 .slot-card:hover {
 box-shadow: 0 12px 32px rgba(0,0,0,0.3);
transform: translateY(-4px);
 }
/* card-v-2: glassmorphism — размытие + полупрозрачный */body.card-v-2 .slot-card {
  -webkit-backdrop-filter: blur(20px);
background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  backdrop-filter: blur(20px);
}
/* card-v-3: neon glow — светящаяся обводка */body.card-v-3 .slot-card {
 transition: all 0.3s;
 box-shadow: 0 0 0 1px var(--accent), 0 0 24px var(--accent-glow);
border: 1px solid var(--accent);
 }
body.card-v-3 .slot-card:hover {
 box-shadow: 0 0 0 2px var(--accent), 0 0 40px var(--accent-glow);
 }
/* card-v-4: brutalist — толстая чёрная рамка, без скруглений */body.card-v-4 .slot-card {
 box-shadow: 6px 6px 0 var(--accent);
border: 3px solid var(--text-1);
 border-radius: 0;
 }
body.card-v-4 .slot-card:hover {
 box-shadow: 8px 8px 0 var(--accent);
transform: translate(-2px, -2px);
 }
/* card-v-5: premium gold — золотая рамка с градиентом */body.card-v-5 .slot-card {
  border: 1px solid transparent;
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
  background-clip: padding-box;
  position: relative;
}
body.card-v-5 .slot-card::before {
  background: linear-gradient(135deg, #d4a437, var(--accent), #d4a437);
content: '';
  z-index: -1;
 inset: -1px;
 border-radius: inherit;
 position: absolute;
}
/* card-v-6: retro arcade — пиксельная стилистика */body.card-v-6 .slot-card {
 image-rendering: pixelated;
 box-shadow: 4px 4px 0 var(--accent-dark);
border: 2px solid var(--accent);
 }
body.card-v-6 .slot-card .slot-name {
 text-transform: uppercase;
 letter-spacing: 1px;
font-family: 'Russo One', monospace, sans-serif;
 }
/* card-v-7: holographic — радужный градиент по краям */body.card-v-7 .slot-card {
 overflow: hidden;
position: relative;
 }
body.card-v-7 .slot-card::after {
  pointer-events: none;
 inset: 0;
content: '';
  background: linear-gradient(45deg, transparent 30%, rgba(0, 229, 204, 0.1) 40%, rgba(168, 85, 247, 0.1) 50%, rgba(255, 88, 88, 0.1) 60%, transparent 70%);
  background-size: 200% 200%;
 animation: holo 3s ease infinite;
 position: absolute;
}
@keyframes holo {
 0%, 100% {
 background-position: 0% 0%;
 }
 50% {
 background-position: 100% 100%;
 }
 }
/* card-v-8: minimal flat — без теней и обводок */body.card-v-8 .slot-card {
 box-shadow: none;
 background: var(--bg-card);
 border: none;
 }
body.card-v-8 .slot-card:hover {
 background: var(--bg-card-hover);
 }
/* ========== CTA BANNER ВАРИАНТЫ (5 типов) ========== *//* cta-v-1: горизонтальный split (default) */body.cta-v-1 ._ECUgCuHG {
 align-items: center;
 flex-wrap: wrap;
display: flex;
 gap: 24px;
 }
/* cta-v-2: центрированный с большой иконкой */body.cta-v-2 ._ECUgCuHG {
 padding: 40px 24px;
flex-direction: column;
 text-align: center;
 }
body.cta-v-2 ._FYmZrxx {
 max-width: 600px;
 }
body.cta-v-2 ._dlhbPYv {
 justify-content: center;
 }
body.cta-v-2 ._ECUgCuHG::before {
 font-size: 56px;
 margin-bottom: 12px;
content: '🎁';
 }
/* cta-v-3: вертикальный stack с фоном-рисунком */body.cta-v-3 ._ECUgCuHG {
  background: linear-gradient(135deg, var(--accent-soft) 0%, transparent 60%), radial-gradient(circle at 80% 20%, var(--accent-glow), transparent 60%);
  flex-direction: column;
 gap: 14px;
  border: 2px solid var(--accent);
}
/* cta-v-4: dual-action (две большие кнопки рядом) */body.cta-v-4 ._dlhbPYv {
 display: grid;
 gap: 12px;
 grid-template-columns: 1fr 1fr;
 min-width: 260px;
 }
/* cta-v-5: минимальный — узкая полоса */body.cta-v-5 ._ECUgCuHG {
 gap: 16px;
padding: 16px 22px;
 }
body.cta-v-5 ._lwnxdDUZAJB {
 font-size: 16px;
 }
body.cta-v-5 ._DIPgkMNZgd {
 display: none;
 }
/* ========== TABLE ВАРИАНТЫ (5 стилей) ========== *//* tbl-v-1: classic (default) — полосатые строки */body.tbl-v-1 ._nNWVVDEgPk tbody tr:nth-child(odd),body.tbl-v-1 ._ehkRJcDiFq tbody tr:nth-child(odd) {
 background: var(--bg-section);
 }
/* tbl-v-2: minimal — только нижние границы */body.tbl-v-2 ._nNWVVDEgPk, body.tbl-v-2 ._ehkRJcDiFq {
 border: none;
 }
body.tbl-v-2 ._nNWVVDEgPk thead th, body.tbl-v-2 ._ehkRJcDiFq thead th {
 background: transparent;
 border-bottom: 2px solid var(--accent);
 }
body.tbl-v-2 ._nNWVVDEgPk tbody td, body.tbl-v-2 ._ehkRJcDiFq tbody td {
 border-bottom: 1px solid var(--border-subtle);
 }
body.tbl-v-2 ._nNWVVDEgPk tbody tr:hover, body.tbl-v-2 ._ehkRJcDiFq tbody tr:hover {
 background: var(--accent-soft);
 }
/* tbl-v-3: card-style — каждая строка как карточка */body.tbl-v-3 ._nNWVVDEgPk tbody tr, body.tbl-v-3 ._ehkRJcDiFq tbody tr {
  border: 1px solid var(--border-subtle);
 gap: 8px;
 grid-template-columns: repeat(4, 1fr);
  border-radius: var(--radius-md);
  background: var(--bg-card);
 margin-bottom: 8px;
display: grid;
}
body.tbl-v-3 ._nNWVVDEgPk tbody td, body.tbl-v-3 ._ehkRJcDiFq tbody td {
 border: none;
 }
/* tbl-v-4: striped + bold headers */body.tbl-v-4 ._nNWVVDEgPk thead th, body.tbl-v-4 ._ehkRJcDiFq thead th {
  background: var(--accent);
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: white;
}
body.tbl-v-4 ._nNWVVDEgPk tbody tr:nth-child(even),body.tbl-v-4 ._ehkRJcDiFq tbody tr:nth-child(even) {
 background: var(--bg-section);
 }
/* tbl-v-5: borderless + highlighted column */body.tbl-v-5 ._nNWVVDEgPk, body.tbl-v-5 ._ehkRJcDiFq {
 border-collapse: separate;
 border-spacing: 0 4px;
 }
body.tbl-v-5 ._nNWVVDEgPk tbody td:nth-child(2),body.tbl-v-5 ._ehkRJcDiFq tbody td:nth-child(2) {
 color: var(--accent);
background: var(--accent-soft);
 font-weight: 700;
 }
body.tbl-v-5 ._nNWVVDEgPk tbody td, body.tbl-v-5 ._ehkRJcDiFq tbody td {
 border: none;
 }
/* ========== SECTION HEADING ВАРИАНТЫ (5 стилей) ========== *//* sh-v-1: default — eyebrow + h2 + subtitle */body.sh-v-1 ._xUsIeVvnNGE {
 margin-bottom: 36px;
 }
/* sh-v-2: с подчёркиванием на акцентной полосе */body.sh-v-2 ._xUsIeVvnNGE h2 {
 display: inline-block;
 padding-bottom: 10px;
 border-bottom: 3px solid var(--accent);
 }
/* sh-v-3: горизонтальный bar — eyebrow слева, h2 справа */body.sh-v-3 ._xUsIeVvnNGE {
 border-bottom: 1px solid var(--border-subtle);
display: flex;
 align-items: baseline;
 gap: 14px;
 padding-bottom: 14px;
 margin-bottom: 30px;
 flex-wrap: wrap;
 justify-content: space-between;
 }
body.sh-v-3 ._xUsIeVvnNGE ._saEzFTm {
 margin: 0;
 }
body.sh-v-3 ._xUsIeVvnNGE ._yVFuPWhnM {
 width: 100%;
 margin: 8px 0 0;
 }
/* sh-v-4: центрированный с декоративными чёрточками вокруг eyebrow */body.sh-v-4 ._xUsIeVvnNGE {
 text-align: center;
 max-width: 720px;
 margin: 0 auto 36px;
 }
body.sh-v-4 ._xUsIeVvnNGE ._saEzFTm {
 position: relative;
display: inline-block;
 padding: 0 16px;
 }
body.sh-v-4 ._xUsIeVvnNGE ._saEzFTm::before, body.sh-v-4 ._xUsIeVvnNGE ._saEzFTm::after {
 content: '';
 top: 50%;
 background: var(--accent);
 height: 1px;
 position: absolute;
 width: 30px;
 }
body.sh-v-4 ._xUsIeVvnNGE ._saEzFTm::before {
 right: 100%;
 }
body.sh-v-4 ._xUsIeVvnNGE ._saEzFTm::after {
 left: 100%;
 }
/* sh-v-5: numbered — h2 префиксован крупной цифрой счётчика */body.sh-v-5 main {
 counter-reset: section;
 }
body.sh-v-5 ._xUsIeVvnNGE h2 {
 align-items: center;
 gap: 16px;
display: flex;
 }
body.sh-v-5 ._xUsIeVvnNGE h2::before {
 color: var(--accent);
 content: counter(section, decimal-leading-zero);
counter-increment: section;
 opacity: 0.5;
 font-family: var(--font-display);
 font-size: 0.6em;
 }
/* ========== BADGE/EYEBROW ВАРИАНТЫ (4 стиля) ========== *//* bd-v-1: default uppercase letterspaced */body.bd-v-1 ._saEzFTm, body.bd-v-1 ._hRjsfwRxuB {
 letter-spacing: 2px;
text-transform: uppercase;
 font-size: 11px;
 }
/* bd-v-2: pill с фоном */body.bd-v-2 ._saEzFTm, body.bd-v-2 ._hRjsfwRxuB {
 color: var(--accent);
 padding: 5px 12px;
 border-radius: 999px;
 font-size: 12px;
display: inline-block;
 background: var(--accent-soft);
 }
/* bd-v-3: с иконкой-точкой слева */body.bd-v-3 ._saEzFTm::before, body.bd-v-3 ._hRjsfwRxuB::before {
 content: '●';
 color: var(--accent);
 animation: pulse 2s ease infinite;
 margin-right: 8px;
 }
/* bd-v-4: декоративная скобка */body.bd-v-4 ._saEzFTm::before {
 font-weight: bold;
 color: var(--accent);
content: '/ ';
 }
body.bd-v-4 ._hRjsfwRxuB::before {
 content: '— ';
 color: var(--accent);
 }
@keyframes pulse {
 0%, 100% {
 opacity: 1;
 }
 50% {
 opacity: 0.4;
 }
 }
/* ========== Reviews card variants (мини, через cards-s) ========== */body.cards-s-1 .review-card {
 box-shadow: none;
 }
body.cards-s-2 .review-card {
 background: rgba(255,255,255,0.02);
 backdrop-filter: blur(8px);
 }
body.cards-s-3 .review-card {
 background: transparent;
 border: 2px dashed var(--border-strong);
 }
/* ========== FAQ accordion variants ========== */body.bd-v-2 .faq-item .faq-icon {
 justify-content: center;
 align-items: center;
 display: inline-flex;
 color: var(--accent);
 width: 26px;
 height: 26px;
 border-radius: 50%;
background: var(--accent-soft);
 }
/* === Адаптивность для всех вариантов === */@media (max-width: 900px) {
  body.hero-v-1 ._PnADiAiT, body.hero-v-3 ._PnADiAiT, body.hero-v-5 ._PnADiAiT {
    grid-template-columns: 1fr !important;
  }
  body.hd-v-3 .header-inner {
 grid-template-columns: 1fr;
 gap: 12px;
 }
  body.hd-v-3 ._ZWNGBKknO, body.hd-v-3 ._PBgBSEb, body.hd-v-3 ._lJXCDOpfr {
 justify-self: center;
 }
  body.tbl-v-3 ._nNWVVDEgPk tbody tr, body.tbl-v-3 ._ehkRJcDiFq tbody tr {
 grid-template-columns: 1fr 1fr;
 }
}
/* ========================================================================   CSS ДЛЯ 14 НОВЫХ БЛОКОВ:   providers-strip, why-us, payout-table, jackpot-meter, newsletter, awards,   top-winners, hot-game, vip-club, calculator, live-activity, pros-cons,   security-strip, methods, steps, footer-info-row   ======================================================================== *//* === PROVIDERS STRIP === */._ywDfpXmZ {
 border-top: 1px solid var(--border-subtle);
padding: 50px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
._DVIpGApxT {
 text-align: center;
font-size: 12px;
 margin-bottom: 16px;
 letter-spacing: 1.5px;
 color: var(--text-3);
 text-transform: uppercase;
 }
._YGTqgBszT {
 display: grid;
 gap: 8px;
 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
 }
._DJrbJjSA {
 background: var(--bg-card);
 border-radius: var(--radius-sm);
 font-family: var(--font-display);
 border: 1px solid var(--border-subtle);
padding: 14px 16px;
 font-weight: 600;
 color: var(--text-2);
 text-align: center;
 transition: all 0.2s;
 font-size: 13px;
 }
._DJrbJjSA:hover {
 color: var(--accent);
border-color: var(--accent);
 }
@media (max-width: 600px) {
 ._YGTqgBszT {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === WHY US === */._VGtLdiCzmjw {
 padding: 60px 0;
 }
._OUxPMqYttnN {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 18px;
 }
._gueSdgxTjSI {
 padding: 24px;
 border: 1px solid var(--border-subtle);
 transition: all 0.2s;
background: var(--bg-card);
 border-radius: var(--radius-md);
 }
._gueSdgxTjSI:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._LFKbOgX {
 display: block;
 margin-bottom: 12px;
font-size: 32px;
 }
._iUoMmhwiCQ {
 font-family: var(--font-display);
 color: var(--text-1);
 font-size: 17px;
 margin: 0 0 8px;
 }
._eiIXHMxWzlM {
 color: var(--text-2);
font-size: 14px;
 margin: 0;
 line-height: 1.5;
 }
@media (max-width: 900px) {
 ._OUxPMqYttnN {
 grid-template-columns: 1fr;
 }
 }
/* === PAYOUT TABLE === */._bkKbxeJglpl {
 padding: 60px 0;
 }
._LmxDfMKE {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._LmxDfMKE thead th {
 text-align: left;
 color: var(--accent);
 font-weight: 700;
 padding: 14px 16px;
background: var(--accent-soft);
 }
._LmxDfMKE tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._LmxDfMKE tbody tr:hover {
 background: var(--bg-card-hover);
 }
._LmxDfMKE tbody td:first-child {
 font-weight: 700;
 color: var(--text-1);
 }
/* === JACKPOT METER === */._baVxMHeOzF {
 background: linear-gradient(180deg, transparent, var(--accent-soft) 50%, transparent);
padding: 60px 0;
 }
._AWaZmmijvV {
 background: var(--bg-card);
 padding: 40px;
 margin: 0 auto;
 border-radius: var(--radius-lg);
 box-shadow: 0 0 40px var(--accent-glow);
 border: 1px solid var(--accent);
 max-width: 720px;
 text-align: center;
 }
._ItDKPLKg {
 color: var(--accent);
font-size: 13px;
 letter-spacing: 2px;
 margin-bottom: 8px;
 text-transform: uppercase;
 }
._MOpMnrk {
 font-family: var(--font-display);
 color: var(--text-1);
 margin: 0 0 20px;
 font-size: 24px;
 }
._vMqidpF {
 margin: 16px 0 24px;
 font-size: clamp(36px, 6vw, 64px);
 font-variant-numeric: tabular-nums;
 font-weight: 800;
font-family: var(--font-display);
 line-height: 1;
 color: var(--accent);
 }
._EgJAKMZ {
 gap: 14px;
display: grid;
 margin-bottom: 24px;
 grid-template-columns: repeat(3, 1fr);
 }
._VujhoiGy {
 display: flex;
 flex-direction: column;
 background: var(--bg-section);
 padding: 12px;
 border-radius: var(--radius-sm);
 gap: 4px;
 }
._rbhrYVhW {
 font-size: 16px;
 font-weight: 700;
 color: var(--text-1);
font-family: var(--font-display);
 }
._gBbsELEVf {
 color: var(--text-3);
 text-transform: uppercase;
font-size: 11px;
 letter-spacing: 0.5px;
 }
@media (max-width: 600px) {
 ._EgJAKMZ {
 grid-template-columns: 1fr;
 }
 ._AWaZmmijvV {
 padding: 24px;
 }
 }
/* === NEWSLETTER === */._ODbKYyQr {
 padding: 60px 0;
 }
._ibPNnwju {
 padding: 36px;
 border-radius: var(--radius-lg);
background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
 border: 1px solid var(--accent);
 }
._BgmhPhNF {
 margin-bottom: 18px;
 }
._oLbMITnVJjL {
 font-size: 22px;
 color: var(--text-1);
 margin: 0 0 8px;
font-family: var(--font-display);
 }
._cdqXmuecT {
 color: var(--text-2);
font-size: 14px;
 margin: 0;
 line-height: 1.5;
 }
._WJHylCBqKSz {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 margin-bottom: 12px;
 }
._eifqcugLamK {
 min-width: 240px;
flex: 1;
 padding: 12px 16px;
 border-radius: var(--radius-md);
 font-size: 14px;
 color: var(--text-1);
 border: 1px solid var(--border-subtle);
 background: var(--bg-section);
 }
._eifqcugLamK:focus {
 border-color: var(--accent);
outline: none;
 }
._GNFZyImcW {
 border-radius: var(--radius-md);
 color: white;
padding: 12px 26px;
 border: none;
 font-weight: 700;
 cursor: pointer;
 background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
 font-size: 14px;
 }
._GNFZyImcW:hover {
 transform: translateY(-1px);
 }
._TXpeQtDMZ {
 font-size: 12px;
 color: var(--text-3);
 }
/* === AWARDS === */._jRrErPRlb {
 padding: 50px 0;
 }
._gtUNUdlNR {
 letter-spacing: 2px;
 font-size: 12px;
 margin-bottom: 20px;
 text-transform: uppercase;
 color: var(--text-3);
text-align: center;
 }
._FpRuumACK {
 display: grid;
 gap: 14px;
 grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
 }
._ymhJXJU {
 padding: 16px;
 border-left: 3px solid var(--accent);
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
background: var(--bg-card);
 }
._FPVErCauE {
 display: block;
 font-size: 20px;
 font-weight: 800;
 color: var(--accent);
 font-family: var(--font-display);
 }
._UsHkibzT {
 margin: 4px 0;
display: block;
 font-weight: 700;
 color: var(--text-1);
 font-size: 14px;
 }
._nzpuGGVFmgJ {
 font-size: 12px;
 color: var(--text-3);
 }
/* === TOP WINNERS === */._CtDRAMOIgnW {
 padding: 60px 0;
 }
._onxFFMBKSid {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._onxFFMBKSid thead th {
 background: var(--accent);
 letter-spacing: 1px;
 padding: 12px 16px;
 text-transform: uppercase;
 text-align: left;
 font-size: 12px;
 color: white;
 }
._onxFFMBKSid tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._onxFFMBKSid tbody tr:hover {
 background: var(--bg-card-hover);
 }
._onxFFMBKSid .win-cell {
 font-weight: 700;
 color: var(--accent);
 }
._onxFFMBKSid tr.winner-1 {
 background: linear-gradient(90deg, rgba(255, 215, 0, 0.15), transparent);
 }
._onxFFMBKSid tr.winner-2 {
 background: linear-gradient(90deg, rgba(192, 192, 192, 0.15), transparent);
 }
._onxFFMBKSid tr.winner-3 {
 background: linear-gradient(90deg, rgba(205, 127, 50, 0.15), transparent);
 }
/* === HOT GAME === */._BlbcSfoHT {
 padding: 60px 0;
 }
._tPjaJSlLG {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 border-radius: var(--radius-lg);
 grid-template-columns: 320px 1fr;
display: grid;
 gap: 24px;
 align-items: center;
 background: var(--bg-card);
 }
._OxsrPqpmlbu {
 aspect-ratio: 4/3;
 overflow: hidden;
 position: relative;
 display: flex;
 font-size: 18px;
 padding: 12px;
 font-weight: 700;
 justify-content: center;
 border-radius: var(--radius-md);
 color: white;
 text-align: center;
 align-items: center;
 }
._OxsrPqpmlbu img {
 width: 100%;
 object-fit: cover;
position: absolute;
 inset: 0;
 height: 100%;
 }
._XUiAVUWEwQ {
 padding: 8px 0;
 }
._gvLvNJp {
 font-size: 12px;
 letter-spacing: 1.5px;
 font-weight: 700;
color: var(--accent);
 text-transform: uppercase;
 margin-bottom: 8px;
 }
._RrqEWxWIvUt {
 color: var(--text-1);
 font-size: 26px;
 margin: 0 0 12px;
font-family: var(--font-display);
 }
._RYfRdAhiNx {
 color: var(--text-2);
 flex-wrap: wrap;
display: flex;
 margin-bottom: 14px;
 gap: 18px;
 font-size: 13px;
 }
._RYfRdAhiNx strong {
 color: var(--text-1);
 }
._fTLMNGQJr {
 color: var(--text-2);
font-size: 14px;
 margin: 0 0 18px;
 line-height: 1.5;
 }
._sxCaFFvuFC {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
@media (max-width: 700px) {
 ._tPjaJSlLG {
 grid-template-columns: 1fr;
 }
 }
/* === VIP === */._KjxWrVd {
 padding: 60px 0;
 }
._bFlvKQtt {
 box-shadow: 0 8px 40px rgba(212, 164, 55, 0.15);
 padding: 40px;
 text-align: center;
 border-radius: var(--radius-lg);
 max-width: 760px;
background: linear-gradient(135deg, #1a1208 0%, var(--bg-card) 60%);
 margin: 0 auto;
 border: 1px solid #d4a437;
 }
._KGiGtAeIvGJ {
 color: #d4a437;
 letter-spacing: 2px;
 text-transform: uppercase;
 font-size: 13px;
 margin-bottom: 12px;
 }
._susAfmEBmQG {
 margin: 0 0 14px;
 font-size: 28px;
font-family: var(--font-display);
 color: var(--text-1);
 }
._lnjdQMMHPfB {
 line-height: 1.6;
 color: var(--text-2);
 max-width: 600px;
 margin: 0 auto 22px;
font-size: 15px;
 }
._rKYyBuFQjJi {
 max-width: 540px;
 margin-left: auto;
 gap: 10px;
 padding: 0;
 margin: 0 0 24px;
 grid-template-columns: repeat(2, 1fr);
list-style: none;
 display: grid;
 margin-right: auto;
 }
._rKYyBuFQjJi li {
 border-radius: var(--radius-sm);
 border-left: 2px solid #d4a437;
 color: var(--text-2);
 text-align: left;
 background: rgba(212, 164, 55, 0.06);
font-size: 14px;
 padding: 8px 12px;
 }
@media (max-width: 600px) {
 ._rKYyBuFQjJi {
 grid-template-columns: 1fr;
 }
 ._bFlvKQtt {
 padding: 24px;
 }
 }
/* === CALCULATOR === */._TyroPAoFwdR {
 padding: 60px 0;
 }
._pPwRklWaMw {
 background: var(--bg-card);
 max-width: 640px;
 margin: 0 auto;
 border: 1px solid var(--border-subtle);
 padding: 36px;
 border-radius: var(--radius-lg);
 }
._oXyLlBO {
 color: var(--accent);
 letter-spacing: 2px;
 text-transform: uppercase;
 margin-bottom: 8px;
 font-size: 12px;
 }
._DZsbUgg {
 font-family: var(--font-display);
 color: var(--text-1);
 margin: 0 0 20px;
 font-size: 24px;
 }
._WyUOKrNb {
 gap: 16px;
display: flex;
 flex-direction: column;
 }
._VXnociFLJ {
 flex-direction: column;
 gap: 8px;
display: flex;
 }
._gQZOfUd {
 font-weight: 600;
 color: var(--text-2);
font-size: 13px;
 }
._WyUOKrNb input {
 border-radius: var(--radius-md);
 font-weight: 700;
color: var(--text-1);
padding: 12px 16px;
 background: var(--bg-section);
 font-size: 18px;
 border: 1px solid var(--border-subtle);
 }
._WyUOKrNb input:focus {
 border-color: var(--accent);
outline: none;
 }
._uBXZwJWcHBs {
 padding: 16px;
background: var(--bg-section);
 border-radius: var(--radius-md);
 }
._rOikjAv {
 font-size: 14px;
 padding: 8px 0;
display: flex;
 justify-content: space-between;
 color: var(--text-2);
 align-items: center;
 }
._rOikjAv strong {
 font-weight: 700;
color: var(--text-1);
 }
._KtDzGVD strong {
 color: var(--accent);
 }
._TMPJyTEa {
 font-weight: 700;
 margin-top: 4px;
 border-top: 1px solid var(--border-subtle);
padding-top: 12px;
 }
._TMPJyTEa strong {
 font-size: 18px;
 }
/* === LIVE ACTIVITY === */._AUljMXHFaq {
 padding: 30px 0;
 }
._HrBaKNZz {
 gap: 14px;
 grid-template-columns: repeat(4, 1fr);
display: grid;
 }
._PzlpAWONCuT {
 gap: 4px;
 display: flex;
 flex-direction: column;
 border-radius: var(--radius-md);
background: var(--bg-card);
 border: 1px solid var(--border-subtle);
 padding: 18px;
 align-items: flex-start;
 }
._meoVldIogm {
 font-size: 18px;
 }
._XjpqIymcdeD {
 font-weight: 800;
 font-variant-numeric: tabular-nums;
font-family: var(--font-display);
 color: var(--accent);
 font-size: 22px;
 }
._uRhMEUEVepV {
 color: var(--text-3);
 text-transform: uppercase;
font-size: 11px;
 letter-spacing: 0.5px;
 }
@media (max-width: 700px) {
 ._HrBaKNZz {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === PROS CONS === */._cjegNgDaBer {
 padding: 60px 0;
 }
._vUCAnfEOI {
 grid-template-columns: repeat(2, 1fr);
display: grid;
 gap: 18px;
 }
._wAvRfLHz {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 border-radius: var(--radius-md);
background: var(--bg-card);
 }
._zRhzEsMgMbD {
 border-left: 3px solid #22c55e;
 }
._lKMaZxIdWE {
 border-left: 3px solid #ef4444;
 }
._wAvRfLHz h3 {
 color: var(--text-1);
 margin: 0 0 14px;
font-family: var(--font-display);
 font-size: 17px;
 }
._wAvRfLHz ul {
 padding: 0;
 gap: 10px;
 flex-direction: column;
 margin: 0;
list-style: none;
 display: flex;
 }
._wAvRfLHz li {
 color: var(--text-2);
font-size: 14px;
 padding-left: 22px;
 line-height: 1.5;
 position: relative;
 }
._zRhzEsMgMbD li::before {
 position: absolute;
 left: 0;
content: '✓';
 color: #22c55e;
 font-weight: 700;
 }
._lKMaZxIdWE li::before {
 position: absolute;
content: '−';
 font-weight: 700;
 left: 0;
 color: #ef4444;
 font-size: 18px;
 }
@media (max-width: 700px) {
 ._vUCAnfEOI {
 grid-template-columns: 1fr;
 }
 }
/* === SECURITY STRIP === */._HcRcuGmvUIT {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
padding: 40px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
._UyivmpmAz {
 text-transform: uppercase;
 margin-bottom: 18px;
 color: var(--text-3);
 letter-spacing: 2px;
text-align: center;
 font-size: 12px;
 }
._xOqZbdm {
 grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
 gap: 10px;
display: grid;
 }
._QtGOryCUFn {
 font-size: 13px;
display: flex;
 border: 1px solid var(--border-subtle);
 padding: 10px 14px;
 background: var(--bg-card);
 gap: 8px;
 color: var(--text-2);
 border-radius: var(--radius-md);
 align-items: center;
 }
._OfIAsJAk {
 font-size: 18px;
 }
/* === METHODS === */._HFsCBnSINAG {
 padding: 60px 0;
 }
._PHWeFnE {
 gap: 12px;
display: grid;
 grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
 }
._gPOeEAjYA {
 align-items: center;
background: var(--bg-card);
 border: 1px solid var(--border-subtle);
 padding: 16px;
 gap: 6px;
 display: flex;
 text-align: center;
 border-radius: var(--radius-md);
 transition: all 0.2s;
 flex-direction: column;
 }
._gPOeEAjYA:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._GEybOwkJB {
 font-size: 28px;
 }
._UNSoKWcHcVA {
 font-weight: 700;
 font-size: 13px;
 color: var(--text-1);
 }
._hGtkrhKoRg {
 font-size: 11px;
 color: var(--text-3);
 }
/* === STEPS === */._gkaXLPLB {
 padding: 60px 0;
 }
._SsphcKjM {
 counter-reset: step;
 gap: 18px;
display: grid;
 grid-template-columns: repeat(4, 1fr);
 }
._duWOoVkAYtB {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 border-radius: var(--radius-md);
background: var(--bg-card);
 position: relative;
 }
._KFxWATRhlUy {
 line-height: 1;
font-family: var(--font-display);
 opacity: 0.3;
 color: var(--accent);
 margin-bottom: 8px;
 font-weight: 800;
 font-size: 36px;
 }
._oBlwXPa {
 font-family: var(--font-display);
 color: var(--text-1);
 font-size: 17px;
 margin: 0 0 8px;
 }
._aVguXyuy {
 margin: 0;
 line-height: 1.5;
 color: var(--text-2);
font-size: 13px;
 }
@media (max-width: 900px) {
 ._SsphcKjM {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 500px) {
 ._SsphcKjM {
 grid-template-columns: 1fr;
 }
 }
/* === FOOTER INFO ROW === */._ROlseSayCjc {
 display: grid;
 padding: 30px 0;
 gap: 24px;
 border-top: 1px solid var(--border-subtle);
 grid-template-columns: repeat(3, 1fr);
 }
._JAefyTip h4 {
 font-size: 14px;
 margin: 0 0 12px;
 font-weight: 700;
color: var(--text-1);
 }
._UnOYnAp {
 margin-bottom: 6px;
 color: var(--text-3);
font-size: 13px;
 line-height: 1.5;
 }
._aZNKTLjdeoe {
 color: var(--text-3);
 }
._mMfuRQCh {
 text-decoration: none;
color: var(--accent);
 }
._mMfuRQCh:hover {
 text-decoration: underline;
 }
._LfuDCEjrJJu {
 border-radius: 4px;
 font-family: monospace;
 padding: 2px 8px;
background: var(--bg-section);
 font-size: 12px;
 }
@media (max-width: 700px) {
 ._ROlseSayCjc {
 grid-template-columns: 1fr;
 }
 }
/* =================================================================   MOBILE-FIRST ADAPTATIONS — added for full responsive coverage   Breakpoints: 1024 / 900 / 700 / 480 / 380   ================================================================= */@media (max-width: 1024px) {
  :root {
 --container-width: 100%;
 }
  ._RGsOPvCHoH {
 padding: 0 20px;
 }
  ._wymclXi, ._pQRQzyGeco, ._HrBaKNZz, ._MRyczTYe {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._irjcOCcFeH {
 grid-template-columns: repeat(3, 1fr) !important;
 }
  .footer-grid {
 gap: 24px;
grid-template-columns: 1fr 1fr !important;
 }
  ._PnADiAiT, .themed-hero {
 grid-template-columns: 1fr !important;
 }
  ._FpRuumACK {
 grid-template-columns: repeat(3, 1fr) !important;
 }
}
@media (max-width: 900px) {
  body {
 font-size: 15px;
 }
  ._RGsOPvCHoH {
 padding: 0 16px;
 }
    /* Hero */  ._TBesPaOrPi {
 padding: 32px 0 !important;
 }
  .hero-title, h1 {
 line-height: 1.2 !important;
font-size: 28px !important;
 }
  .hero-sub, ._UypKlcYd {
 font-size: 15px !important;
 }
    /* Headings */  h2, ._orUwOjpx h2 {
 font-size: 22px !important;
 line-height: 1.25 !important;
 }
  h3 {
 font-size: 18px !important;
 }
  h4 {
 font-size: 16px !important;
 }
    /* Grids */  ._wymclXi, ._pQRQzyGeco, ._HrBaKNZz, ._MRyczTYe, ._FpRuumACK {
 gap: 12px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._irjcOCcFeH {
 gap: 14px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._PHWeFnE, ._xOqZbdm, ._YGTqgBszT {
 gap: 12px;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._vUCAnfEOI {
 grid-template-columns: 1fr !important;
 }
  .footer-grid, ._sgdFcmHUFcX {
 gap: 20px;
grid-template-columns: 1fr !important;
 }
  .topwin-grid {
 grid-template-columns: 1fr !important;
 }
  ._SFDWNcm {
 grid-template-columns: 1fr 1fr !important;
 gap: 10px !important;
 }
  ._ROlseSayCjc {
 gap: 18px;
grid-template-columns: 1fr !important;
 }
    /* Tables — horizontal scroll wrapper */  ._LmxDfMKE, ._ehkRJcDiFq, ._nNWVVDEgPk, .leaderboard-table {
 font-size: 13px;
 }
  ._bkKbxeJglpl, ._GfwHYgxhP, ._SDnSEfL, ._CtDRAMOIgnW .leaderboard-wrap {
    overflow-x: auto;
 -webkit-overflow-scrolling: touch;
  }
  ._LmxDfMKE th, ._LmxDfMKE td, ._ehkRJcDiFq th, ._ehkRJcDiFq td {
 padding: 8px 10px !important;
 white-space: nowrap;
 }
    /* CIH crit row — fixed cols become problematic */  ._bMgkrxAWAq {
 padding: 10px !important;
grid-template-columns: 1fr !important;
 gap: 4px !important;
 }
  ._rJJvUIu {
 font-size: 13px;
 }
    /* CTA banners */  ._ECUgCuHG {
 text-align: center;
flex-direction: column !important;
 padding: 18px !important;
 gap: 14px !important;
 }
  ._dlhbPYv {
 flex-direction: column;
 width: 100%;
 }
  ._dlhbPYv ._jDENvvA {
 width: 100%;
 }
    /* Sticky CTA */  .sticky-cta-bar {
 flex-direction: column !important;
 gap: 8px !important;
 padding: 12px 16px !important;
 text-align: center;
 }
  .sticky-cta-bar .scb-text {
 font-size: 13px !important;
 }
  body.scb-pos-3 .sticky-cta-bar {
 right: 12px !important;
 max-width: none !important;
left: 12px !important;
 }
    /* Trust signal bar */  ._eVMxkQN {
 padding: 8px 0 !important;
 }
  ._eVMxkQN ._RGsOPvCHoH {
 gap: 8px 14px !important;
 font-size: 12px !important;
flex-wrap: wrap;
 justify-content: center;
 }
    /* Header — все варианты компактнее */  ._SfStGLfsf ._IoXnERMh {
 flex-wrap: wrap;
 gap: 10px !important;
padding: 12px 14px !important;
 }
  ._PBgBSEb ._bnWsBlRP {
 font-size: 18px !important;
 }
  ._ZWNGBKknO {
 display: none !important;
 }
 /* nav скрываем на мобиле — заменяем на бургер если нужно */  body.hd-style-2 ._IoXnERMh,  body.hd-style-3 ._IoXnERMh,  body.hd-style-4 ._IoXnERMh,  body.hd-style-5 ._IoXnERMh,  body.hd-style-6 ._IoXnERMh {
    align-items: stretch !important;
display: flex !important;
    grid-template-columns: none !important;
 flex-direction: column !important;
 grid-template-areas: none !important;
  }
  body[class*="hd-style-"] [data-hd-slot="logo"] {
 order: 1;
align-self: center;
 }
  body[class*="hd-style-"] [data-hd-slot="nav"] {
 order: 99;
 display: none;
 }
  body[class*="hd-style-"] [data-hd-slot="search"] {
 order: 2;
 width: 100%;
 }
  body[class*="hd-style-"] [data-hd-slot="actions"] {
 order: 3;
 justify-content: center;
 }
    /* Header search */  ._XrABClOJvrc {
 flex: 0 0 100% !important;
 max-width: 100% !important;
 }
  ._CjteZYmLuxK {
 font-size: 13px;
 }
    /* Header actions */  ._lJXCDOpfr {
 display: flex;
 justify-content: center;
 gap: 8px;
flex-wrap: wrap;
 }
  ._lJXCDOpfr ._jDENvvA {
 font-size: 13px;
 min-width: 130px;
flex: 1 1 auto;
 padding: 10px 12px;
 }
    /* Card paddings */  .slot-card, .stat-card, ._uzgMUQb, ._gPOeEAjYA, .review-card, ._bFlvKQtt {
 padding: 14px !important;
 }
  ._pPwRklWaMw {
 padding: 18px !important;
 }
    /* Hero buttons */  .hero-actions, .hero-cta {
 align-items: stretch;
flex-direction: column !important;
 gap: 10px !important;
 }
  .hero-actions ._jDENvvA {
 width: 100%;
 }
    /* Showcase tabs — wrap */  ._pcPgGAlp, [id="showcase-tabs"] {
 flex-wrap: wrap !important;
 gap: 6px !important;
 }
  ._pcPgGAlp button, [id="showcase-tabs"] button {
 padding: 6px 10px !important;
font-size: 12px !important;
 }
    /* Newsletter */  .newsletter-form {
 gap: 10px;
flex-direction: column !important;
 }
  .newsletter-form input, .newsletter-form button {
 width: 100% !important;
 }
    /* Calculator */  ._WyUOKrNb {
 grid-template-columns: 1fr !important;
 gap: 10px;
 }
  ._rOikjAv {
 gap: 4px !important;
 align-items: flex-start !important;
flex-direction: column;
 }
    /* Author cards */  ._cheKiLxe {
 padding: 14px !important;
 }
  ._nrQSUPEq {
 flex-direction: column;
 text-align: center;
 }
  ._ztxIOrLRMA {
 margin: 0 auto 10px !important;
 }
    /* Chat panel */  ._yUloYiOjLmk {
 max-width: 360px;
 bottom: 80px !important;
 right: 4% !important;
width: 92% !important;
 }
    /* Reviews */  ._BqXIaxPsUH, [id="reviewsgridel"] {
 grid-template-columns: 1fr !important;
 }
    /* FAQ */  .faq-q {
 padding: 12px 14px !important;
font-size: 14px !important;
 }
  .faq-a {
 font-size: 14px !important;
 padding: 0 14px 14px !important;
 }
    /* Themed sections */  ._rFjbuyqCZNL {
 padding: 32px 0 !important;
 }
  .themed-hero {
 gap: 18px !important;
 }
    /* Awards */  ._FpRuumACK {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._ymhJXJU {
 padding: 12px !important;
 }
    /* Section frames adjustments */  section[data-sec-fr="boxed"] {
 padding: 14px 0 !important;
margin: 16px 8px !important;
 }
  section[data-sec-fr="numbered"]::before {
 right: 12px !important;
font-size: 50px !important;
 }
    /* Section paddings overall */  section {
 padding: 24px 0 !important;
 }
}
@media (max-width: 700px) {
  ._wymclXi, ._pQRQzyGeco, ._HrBaKNZz, ._MRyczTYe, ._FpRuumACK {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._irjcOCcFeH {
 grid-template-columns: repeat(2, 1fr) !important;
 gap: 10px !important;
 }
  ._PHWeFnE, ._xOqZbdm, ._YGTqgBszT {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._SFDWNcm {
 grid-template-columns: 1fr !important;
 }
    .hero-title, h1 {
 font-size: 24px !important;
 }
  h2 {
 font-size: 20px !important;
 }
    /* Slot card */  .slot-card {
 padding: 10px !important;
 }
  .slot-img {
 height: 110px !important;
 }
  .slot-name {
 font-size: 13px !important;
 }
    /* Stats */  .stat-num {
 font-size: 24px !important;
 }
  .stat-label {
 font-size: 11px !important;
 }
    /* Tables can shrink padding */  ._LmxDfMKE th, ._LmxDfMKE td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
  ._ehkRJcDiFq th, ._ehkRJcDiFq td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
    /* Footer */  ._sgdFcmHUFcX, ._ROlseSayCjc, ._cWFYhhnlQ {
 gap: 14px !important;
 }
  ._wyMtqAd ._cWFYhhnlQ {
 flex-direction: column !important;
 align-items: flex-start !important;
 }
  ._YpvbnIOXtS {
 gap: 8px;
flex-wrap: wrap;
 }
    /* Hero — ещё компактнее */  ._TBesPaOrPi {
 padding: 24px 0 !important;
 }
  .hero-cta {
 gap: 8px;
 }
    /* Buttons */  ._jDENvvA {
 font-size: 13px !important;
padding: 10px 16px !important;
 }
  ._OXPAbapYBdO, ._TeyvsGrRJ {
 min-height: 44px;
 }
 /* touch target */    /* Badges */  .age-badge, .age-circle {
 transform: scale(.85);
 }
    /* Themed/Cards */  .themed-card, .review-card, .topwin-card, ._pPwRklWaMw {
 padding: 12px !important;
 }
    /* Live activity */  .la-card {
 padding: 10px !important;
 }
  ._XjpqIymcdeD {
 font-size: 20px !important;
 }
    /* Steps */  ._duWOoVkAYtB {
 padding: 14px !important;
 }
  ._KFxWATRhlUy {
 font-size: 28px !important;
 }
    /* Pros/Cons */  .pc-card {
 padding: 14px !important;
 }
    /* TOC / nav links */  ._DVaykOWaTM, .nav-list {
 gap: 6px !important;
 flex-wrap: wrap;
 }
    /* Trust signal */  ._eVMxkQN ._VtXQLUN {
 font-size: 11px !important;
 }
}
@media (max-width: 480px) {
  body {
 font-size: 14px;
 }
  ._RGsOPvCHoH {
 padding: 0 12px;
 }
    /* Все 2-колоночные становятся 1-колоночными для маленьких экранов */  ._wymclXi, ._pQRQzyGeco, ._HrBaKNZz, ._MRyczTYe {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._PHWeFnE, ._xOqZbdm, ._YGTqgBszT {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._FpRuumACK {
 grid-template-columns: 1fr 1fr !important;
 }
    /* Hero */  .hero-title, h1 {
 font-size: 22px !important;
 }
  .hero-sub {
 font-size: 13px !important;
 }
    /* Headings */  h2 {
 font-size: 18px !important;
 }
  h3 {
 font-size: 16px !important;
 }
    /* Cards */  .slot-card, .stat-card, ._gPOeEAjYA {
 padding: 10px !important;
 }
  .stat-num {
 font-size: 20px !important;
 }
    /* Tables */  ._LmxDfMKE, ._ehkRJcDiFq, ._nNWVVDEgPk {
 font-size: 11px !important;
 }
  ._LmxDfMKE th, ._LmxDfMKE td,  ._ehkRJcDiFq th, ._ehkRJcDiFq td {
 padding: 6px !important;
 }
    /* Buttons */  ._jDENvvA {
 min-height: 44px;
padding: 10px 14px !important;
 }
  ._IpyEnzVRmo {
 padding: 8px 12px !important;
 font-size: 12px !important;
 min-height: 38px;
 }
    /* Section padding */  section {
 padding: 20px 0 !important;
 }
  ._rFjbuyqCZNL {
 padding: 24px 0 !important;
 }
    /* Trust bar */  ._eVMxkQN ._RGsOPvCHoH {
 font-size: 10px !important;
 gap: 6px 10px !important;
 }
    /* CTA banners */  ._ECUgCuHG {
 padding: 14px !important;
 }
  ._lwnxdDUZAJB {
 font-size: 16px !important;
 }
    /* Sticky CTA */  .sticky-cta-bar {
 padding: 10px 12px !important;
 font-size: 12px !important;
 }
  .scb-btn {
 font-size: 12px !important;
padding: 8px 14px !important;
 }
    /* Footer */  ._gCADwiOee h4, ._JAefyTip h4 {
 font-size: 15px !important;
 }
  ._gCADwiOee p, ._UnOYnAp {
 font-size: 13px !important;
 }
    /* Showcase tabs */  ._pcPgGAlp button {
 font-size: 11px !important;
 padding: 5px 9px !important;
 }
    /* Numbered section frame — еле видим */  section[data-sec-fr="numbered"]::before {
 font-size: 36px !important;
 right: 8px !important;
 opacity: .15 !important;
 }
    /* Boxed section — поменьше отступов */  section[data-sec-fr="boxed"] {
 padding: 12px 0 !important;
margin: 12px 4px !important;
 }
    /* Header */  ._SfStGLfsf ._IoXnERMh {
 padding: 10px 12px !important;
 gap: 8px !important;
 }
  ._PBgBSEb ._bnWsBlRP {
 font-size: 16px !important;
 }
  ._lJXCDOpfr ._jDENvvA {
 padding: 8px 10px !important;
 min-width: 110px;
 font-size: 12px !important;
 }
}
@media (max-width: 380px) {
  body {
 font-size: 13px;
 }
  ._RGsOPvCHoH {
 padding: 0 10px;
 }
    /* Совсем малые экраны — 1 колонка везде */  ._wymclXi, ._pQRQzyGeco, ._HrBaKNZz, ._MRyczTYe, ._PHWeFnE, ._xOqZbdm, ._YGTqgBszT, ._FpRuumACK {
 grid-template-columns: 1fr !important;
 }
  ._irjcOCcFeH {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
    .hero-title, h1 {
 font-size: 20px !important;
 }
  h2 {
 font-size: 16px !important;
 }
    /* Tables в скролл с минимальным padding */  ._LmxDfMKE th, ._LmxDfMKE td {
 padding: 4px 6px !important;
 font-size: 10px !important;
 }
    /* Header — 2 строки точно */  ._lJXCDOpfr {
 width: 100%;
 }
  ._lJXCDOpfr ._jDENvvA {
 padding: 8px 6px !important;
 font-size: 11px !important;
flex: 1 1 calc(50% - 4px);
 }
}
/* =================================================================   TOUCH-FRIENDLY: минимальные размеры тап-таргетов   ================================================================= */@media (hover: none) and (pointer: coarse) {
  ._jDENvvA, button, a._nvekjfaTI, ._gPOeEAjYA, .slot-card a, .faq-q, .scb-btn, .scb-close {
 min-height: 44px;
 }
  input, select, textarea {
 /* предотвращает zoom в iOS */;
min-height: 44px;
 font-size: 16px;
 }
  /* Hover-эффекты которые превращаются в "залипшие" на тапе — отключаем */  *:hover {
 transition: none;
 }
}
/* =================================================================   ОВЕРФЛОУ-ЗАЩИТА — ничего не должно вылезать за viewport   ================================================================= */html, body {
 max-width: 100vw;
 overflow-x: hidden;
 }
img, svg, video, iframe {
 height: auto;
max-width: 100%;
 }
table {
 max-width: 100%;
 }
pre, code {
 white-space: pre-wrap;
 word-wrap: break-word;
 }
/* Длинные слова/URL не должны ломать вёрстку */._mMfuRQCh, ._gCADwiOee p, .review-text, .faq-a, ._rOikjAv {
 word-wrap: break-word;
 overflow-wrap: break-word;
 }
/* ==== CSS variables (обязательно — должны быть в каждом css при франкенштейн-композиции) ==== */:root {
  --bg-base: #0a0e1a;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --radius-sm: 6px;
  --border-subtle: #232a44;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --radius-md: 10px;
  --bg-section: #0f1422;
  --container-width: 1280px;
  --bg-card-hover: #1c2238;
  --text-muted: #94a3b8;
  --text-secondary: #cbd5e1;
  --text-dim: #64748b;
  --radius-lg: 16px;
  --border-strong: #2d3556;
  --bg-card: #161b2e;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
--accent: #22c55e;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --accent-dark: #16a34a;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --text-primary: #f1f5f9;
}
/* ==== Buttons (используются в header, footer, body — дублируются) ==== */._jDENvvA {
 display: inline-flex;
 padding: 12px 22px;
 border-radius: var(--radius-md);
 align-items: center;
 gap: 8px;
 transition: transform 0.15s, box-shadow 0.15s;
 white-space: nowrap;
 font-size: 14px;
 font-weight: 600;
 justify-content: center;
 font-family: inherit;
 cursor: pointer;
 border: none;
 text-decoration: none;
 }
._OXPAbapYBdO {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 4px 14px var(--accent-glow);
 color: var(--bg-base) !important;
 }
._OXPAbapYBdO:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._TeyvsGrRJ {
 color: var(--text-primary) !important;
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._TeyvsGrRJ:hover {
 background: var(--bg-card-hover);
 }
._yDaWBkuPZ {
 border: 1px solid var(--accent);
 color: var(--accent) !important;
background: transparent;
 }
._yDaWBkuPZ:hover {
 background: var(--accent-soft);
 }
._sGOyYFS {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — HEADER styles ==== */._SfStGLfsf {
 background: rgba(10, 14, 26, 0.92);
 z-index: 100;
 -webkit-backdrop-filter: blur(12px);
position: sticky;
 border-bottom: 1px solid var(--border-subtle);
 backdrop-filter: blur(12px);
 top: 0;
 font-family: var(--font-body);
 }
.header-inner {
 gap: 32px;
 padding: 14px 24px;
display: flex;
 align-items: center;
 max-width: var(--container-width);
 margin: 0 auto;
 }
._PBgBSEb {
 font-family: var(--font-display);
 gap: 10px;
 color: var(--text-primary);
 align-items: center;
 font-size: 22px;
 display: flex;
 font-weight: 800;
 text-decoration: none;
 }
.brand-logo-mark {
 font-weight: 800;
 color: var(--bg-base);
 font-size: 18px;
 height: 36px;
 justify-content: center;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 border-radius: 10px;
 display: flex;
 align-items: center;
width: 36px;
 }
._ZWNGBKknO {
 flex: 1;
 gap: 8px;
display: flex;
 }
._ZWNGBKknO a {
 padding: 8px 14px;
 color: var(--text-secondary);
 font-weight: 500;
 border-radius: var(--radius-md);
 font-size: 14px;
 text-decoration: none;
 transition: all 0.2s ease;
 }
._ZWNGBKknO a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._lJXCDOpfr {
 gap: 10px;
display: flex;
 }
@media (max-width: 720px) {
 ._ZWNGBKknO {
 display: none;
 }
 ._lJXCDOpfr ._TeyvsGrRJ {
 display: none;
 }
 .header-inner {
 padding: 12px 16px;
 gap: 12px;
 }
 }
._ZvrfwbU {
 object-fit: contain;
 flex-shrink: 0;
width: 36px;
 border-radius: 6px;
 height: 36px;
 }
/* ==== CSS variables (обязательно — должны быть в каждом css при франкенштейн-композиции) ==== */:root {
  --bg-base: #0a0e1a;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --radius-sm: 6px;
  --border-subtle: #232a44;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --radius-md: 10px;
  --bg-section: #0f1422;
  --container-width: 1280px;
  --bg-card-hover: #1c2238;
  --text-muted: #94a3b8;
  --text-secondary: #cbd5e1;
  --text-dim: #64748b;
  --radius-lg: 16px;
  --border-strong: #2d3556;
  --bg-card: #161b2e;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
--accent: #22c55e;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --accent-dark: #16a34a;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --text-primary: #f1f5f9;
}
/* ==== Buttons (используются в header, footer, body — дублируются) ==== */._jDENvvA {
 display: inline-flex;
 padding: 12px 22px;
 border-radius: var(--radius-md);
 align-items: center;
 gap: 8px;
 transition: transform 0.15s, box-shadow 0.15s;
 white-space: nowrap;
 font-size: 14px;
 font-weight: 600;
 justify-content: center;
 font-family: inherit;
 cursor: pointer;
 border: none;
 text-decoration: none;
 }
._OXPAbapYBdO {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 4px 14px var(--accent-glow);
 color: var(--bg-base) !important;
 }
._OXPAbapYBdO:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._TeyvsGrRJ {
 color: var(--text-primary) !important;
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._TeyvsGrRJ:hover {
 background: var(--bg-card-hover);
 }
._yDaWBkuPZ {
 border: 1px solid var(--accent);
 color: var(--accent) !important;
background: transparent;
 }
._yDaWBkuPZ:hover {
 background: var(--accent-soft);
 }
._sGOyYFS {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — FOOTER styles ==== */._QeAPhyPHp {
 padding: 48px 0 24px;
 border-top: 1px solid var(--border-subtle);
background: var(--bg-section);
 font-size: 14px;
 font-family: var(--font-body);
 color: var(--text-primary);
 }
._QeAPhyPHp ._RGsOPvCHoH {
 max-width: var(--container-width);
 padding: 0 24px;
 margin: 0 auto;
 }
.footer-grid {
 grid-template-columns: 1.4fr repeat(3, 1fr);
 gap: 40px;
 margin-bottom: 36px;
display: grid;
 }
.footer-col h4 {
 text-transform: uppercase;
 margin-bottom: 14px;
 color: var(--text-primary);
 font-size: 14px;
 letter-spacing: 1px;
font-family: var(--font-display);
 font-weight: 700;
 }
.footer-col ul {
 padding: 0;
list-style: none;
 margin: 0;
 }
.footer-col li {
 margin-bottom: 8px;
 }
.footer-col a {
 transition: color 0.15s;
 text-decoration: none;
color: var(--text-muted);
 }
.footer-col a:hover {
 color: var(--accent);
 }
.footer-about {
 line-height: 1.7;
 margin-top: 12px;
color: var(--text-muted);
 }
.footer-bottom {
 align-items: center;
 font-size: 12px;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 12px;
 display: flex;
padding-top: 24px;
 border-top: 1px solid var(--border-subtle);
 color: var(--text-dim);
 }
.age-badge {
 align-items: center;
 gap: 6px;
 color: var(--text-muted);
display: inline-flex;
 }
.age-circle {
 height: 24px;
 font-weight: 700;
 border-radius: 50%;
 display: flex;
 border: 2px solid var(--text-muted);
width: 24px;
 font-size: 10px;
 align-items: center;
 justify-content: center;
 }
.footer_navigation {
 gap: 18px;
 flex-wrap: wrap;
display: flex;
 font-size: 13px;
 }
.footer_navigation a {
 transition: color 0.15s;
 text-decoration: none;
color: var(--text-muted);
 }
.footer_navigation a:hover {
 color: var(--accent);
 }
@media (max-width: 1024px) {
 .footer-grid {
 grid-template-columns: 1fr 1fr;
 }
 }
@media (max-width: 720px) {
 .footer-grid {
 grid-template-columns: 1fr;
 gap: 24px;
 }
 }
