/* ==================================================================   shab14 — main_styles.css   Стили нового шаблона. CSS-переменные подменяются JS на основе hash(brand).   ================================================================== */:root {
  --bg-card-hover: #1c2238;
  --radius-sm: 6px;
  --border-strong: #2d3556;
  --border-subtle: #232a44;
  --text-dim: #64748b;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --accent-dark: #16a34a;
  --text-secondary: #cbd5e1;
  --text-muted: #94a3b8;
  --bg-card: #161b2e;
  --radius-lg: 16px;
--accent: #22c55e;
  --radius-md: 10px;
  --text-primary: #f1f5f9;
  --bg-section: #0f1422;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --radius-xl: 24px;
  --shadow-glow: 0 0 30px var(--accent-glow);
  --bg-base: #0a0e1a;
  --container-width: 1280px;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --accent-soft: rgba(34, 197, 94, 0.12);
}
* {
 box-sizing: border-box;
 padding: 0;
 margin: 0;
 }
html {
 scroll-behavior: smooth;
 }
body {
 font-family: var(--font-body);
 font-size: 16px;
 line-height: 1.6;
 color: var(--text-primary);
 background: var(--bg-base);
 overflow-x: hidden;
 -webkit-font-smoothing: antialiased;
 }
img {
 height: auto;
max-width: 100%;
 display: block;
 }
a {
 color: inherit;
 transition: all 0.2s ease;
 text-decoration: none;
 }
button {
 border: none;
 background: none;
font-family: inherit;
 cursor: pointer;
 }
h1, h2, h3, h4 {
 line-height: 1.2;
 font-weight: 700;
font-family: var(--font-display);
 }
._pEVPXiDkl {
 margin: 0 auto;
 padding: 0 24px;
max-width: var(--container-width);
 }
/* ============== HEADER ============== */._wPUmwZod {
 position: sticky;
 backdrop-filter: blur(12px);
 border-bottom: 1px solid var(--border-subtle);
 background: rgba(10, 14, 26, 0.92);
 -webkit-backdrop-filter: blur(12px);
 top: 0;
 z-index: 100;
 }
.header-inner {
 align-items: center;
 max-width: var(--container-width);
display: flex;
 gap: 32px;
 padding: 14px 24px;
 margin: 0 auto;
 }
._ehwzYsoYamM {
 color: var(--text-primary);
 align-items: center;
 display: flex;
 font-size: 22px;
font-family: var(--font-display);
 font-weight: 800;
 gap: 10px;
 }
.brand-logo-mark {
 width: 36px;
 height: 36px;
 justify-content: center;
 font-weight: 800;
 border-radius: 10px;
 font-size: 18px;
 align-items: center;
 display: flex;
 color: var(--bg-base);
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 }
._QaOeCSgsPm {
 display: flex;
 flex: 1;
 gap: 8px;
 }
._QaOeCSgsPm a {
 font-size: 14px;
 font-weight: 500;
 color: var(--text-secondary);
 border-radius: var(--radius-md);
padding: 8px 14px;
 }
._QaOeCSgsPm a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._yVOvltBR {
 gap: 10px;
display: flex;
 }
._ZKFOulzibVT {
 transition: transform 0.15s, box-shadow 0.15s;
 border-radius: var(--radius-md);
 font-weight: 600;
 padding: 12px 22px;
 white-space: nowrap;
 font-size: 14px;
 gap: 8px;
 align-items: center;
 justify-content: center;
display: inline-flex;
 }
._yVBscuil {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 color: var(--bg-base);
 box-shadow: 0 4px 14px var(--accent-glow);
 }
._yVBscuil:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._zWJZYRatF {
 color: var(--text-primary);
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._zWJZYRatF:hover {
 background: var(--bg-card-hover);
 }
._fpIHcHiv {
 border: 1px solid var(--accent);
background: transparent;
 color: var(--accent);
 }
._fpIHcHiv:hover {
 background: var(--accent-soft);
 }
._neiDwai {
 font-size: 16px;
padding: 16px 32px;
 }
/* ============== HERO ============== */._zSDUlmWl {
 background: radial-gradient(ellipse 80% 50% at 50% 0%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 overflow: hidden;
position: relative;
 padding: 80px 0 60px;
 }
._zSDUlmWl::before {
 inset: 0;
 mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
 -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
 opacity: 0.15;
 background-position: -30px -30px;
 background-size: 60px 60px;
 background-image: linear-gradient(var(--border-subtle) 1px, transparent 1px), linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px);
content: '';
 position: absolute;
 }
._mezsoJF {
 position: relative;
display: grid;
 align-items: center;
 gap: 48px;
 z-index: 2;
 grid-template-columns: 1.4fr 1fr;
 }
._NKqJxkaLQ {
 padding: 6px 12px;
 font-weight: 600;
 border-radius: 999px;
 background: var(--accent-soft);
 text-transform: uppercase;
display: inline-flex;
 letter-spacing: 0.5px;
 color: var(--accent);
 align-items: center;
 gap: 8px;
 font-size: 12px;
 margin-bottom: 18px;
 }
._NKqJxkaLQ::before {
 animation: pulse 1.6s infinite;
content: '';
 border-radius: 50%;
 height: 6px;
 width: 6px;
 background: var(--accent);
 }
@keyframes pulse {
 0%, 100% {
 opacity: 1;
 transform: scale(1);
 }
 50% {
 transform: scale(1.4);
opacity: 0.6;
 }
 }
._zSDUlmWl h1 {
 letter-spacing: -0.02em;
font-size: clamp(32px, 5vw, 52px);
 margin-bottom: 20px;
 }
._zSDUlmWl h1 ._UzDABppPu {
 color: var(--accent);
 }
._ZcZkkMOVvlK {
 line-height: 1.65;
 color: var(--text-secondary);
font-size: 17px;
 max-width: 540px;
 margin-bottom: 28px;
 }
._LgToEifG {
 border-radius: var(--radius-md);
display: flex;
 width: fit-content;
 background: var(--bg-card);
 border: 1px solid var(--border-subtle);
 padding: 16px 20px;
 gap: 24px;
 margin-bottom: 32px;
 }
._PoFlFVCJXgR ._jLBOTxzO {
 font-weight: 700;
font-family: var(--font-display);
 color: var(--accent);
 line-height: 1;
 font-size: 22px;
 }
._PoFlFVCJXgR ._CTMvqgsm {
 color: var(--text-muted);
font-size: 11px;
 margin-top: 4px;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 }
._tDqFbGqEl {
 display: flex;
 flex-wrap: wrap;
 gap: 12px;
 margin-bottom: 24px;
 }
._zPAxIHaUU {
 color: var(--text-secondary);
 background: var(--bg-card);
 padding: 10px 16px;
display: inline-flex;
 border-radius: var(--radius-md);
 align-items: center;
 border: 1px solid var(--border-strong);
 font-size: 13px;
 gap: 12px;
 }
._RnyukHcpsG {
 align-items: center;
 background: var(--accent-soft);
 display: flex;
 color: var(--accent);
 justify-content: center;
 height: 24px;
width: 24px;
 border-radius: 50%;
 }
._mrJvuve {
 color: var(--accent);
font-family: var(--font-display);
 letter-spacing: 0.5px;
 font-weight: 700;
 }
._BzSczsTB {
 position: relative;
 }
._RqstWtoA {
 box-shadow: var(--shadow-card);
 padding: 24px;
 border-radius: var(--radius-lg);
 border: 1px solid var(--border-strong);
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-section) 100%);
 }
._eqKrUMzKTR {
 margin-bottom: 16px;
 color: var(--text-muted);
 font-size: 14px;
 text-transform: uppercase;
font-family: var(--font-display);
 font-weight: 600;
 letter-spacing: 1px;
 }
._tnnlmrBXaiz {
 border-bottom: 1px solid var(--border-subtle);
display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 12px 0;
 }
._tnnlmrBXaiz:last-child {
 border-bottom: none;
 }
._tnnlmrBXaiz ._VOSnKqBHmQ {
 font-size: 14px;
color: var(--text-secondary);
 }
._tnnlmrBXaiz ._oBYHfebqbz {
 color: var(--accent);
font-family: var(--font-display);
 font-weight: 700;
 }
._iRVTrvlBI {
 display: inline-block;
 border-radius: 50%;
 width: 8px;
 margin-right: 6px;
 animation: pulse 1.6s infinite;
 height: 8px;
 background: var(--accent);
 }
/* ============== STATS ============== */._VEhbsSx {
 background: var(--bg-section);
padding: 60px 0;
 border-top: 1px solid var(--border-subtle);
 border-bottom: 1px solid var(--border-subtle);
 }
._FmBbJPAZV {
 margin-bottom: 40px;
text-align: center;
 }
._vQjQRRdPEP {
 letter-spacing: 1px;
display: inline-block;
 font-weight: 600;
 text-transform: uppercase;
 border-radius: 999px;
 margin-bottom: 12px;
 font-size: 12px;
 padding: 4px 12px;
 color: var(--accent);
 background: var(--accent-soft);
 }
._FmBbJPAZV h2 {
 margin-bottom: 8px;
font-size: clamp(26px, 3vw, 36px);
 }
._FmBbJPAZV h2 ._UzDABppPu {
 color: var(--accent);
 }
._sNepBBdhALK {
 color: var(--text-muted);
 font-size: 16px;
 max-width: 600px;
 margin: 0 auto;
 }
._MbqdpBDcd {
 grid-template-columns: repeat(4, 1fr);
 gap: 20px;
display: grid;
 }
.stat-card {
 border-radius: var(--radius-lg);
background: var(--bg-card);
 padding: 28px 20px;
 border: 1px solid var(--border-subtle);
 transition: transform 0.2s, border-color 0.2s;
 overflow: hidden;
 position: relative;
 text-align: center;
 }
.stat-card:hover {
 transform: translateY(-4px);
 border-color: var(--accent);
 }
.stat-icon {
 align-items: center;
 justify-content: center;
 height: 96px;
 margin: 0 auto 16px;
 display: flex;
 position: relative;
width: 96px;
 }
.stat-circle {
 position: absolute;
 border-top-color: var(--accent);
 transform: rotate(-45deg);
 inset: 0;
 border-radius: 50%;
 border: 3px solid var(--accent-soft);
 }
.stat-num {
 position: relative;
 line-height: 1;
 font-size: 28px;
 color: var(--accent);
font-family: var(--font-display);
 z-index: 1;
 font-weight: 800;
 }
.stat-label {
 font-size: 13px;
 margin-top: 6px;
 color: var(--text-muted);
 text-transform: lowercase;
 }
/* ============== WINS TICKER ============== */._qBIENpHVAgJ {
 border-bottom: 1px solid var(--border-subtle);
background: var(--bg-base);
 overflow: hidden;
 padding: 14px 0;
 }
._LEjaBgfJGj {
 gap: 32px;
 white-space: nowrap;
 animation: ticker-scroll 60s linear infinite;
display: flex;
 }
._qBIENpHVAgJ:hover ._LEjaBgfJGj {
 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 {
 justify-content: center;
 border-radius: 50%;
 color: white;
 flex-shrink: 0;
 height: 28px;
 align-items: center;
 display: flex;
width: 28px;
 font-size: 12px;
 font-weight: 700;
 }
.win-name {
 font-weight: 600;
color: var(--text-primary);
 }
.win-game {
 color: var(--accent);
 font-weight: 600;
 }
.win-amount {
 font-family: var(--font-display);
 font-weight: 700;
 margin-left: 4px;
color: var(--accent);
 }
/* ============== SHOWCASE / SECTION BAR ============== */._jkOGNqCTH {
 padding: 60px 0;
 }
.section-alt {
 background: var(--bg-section);
 }
._pwoIERaj {
 flex-wrap: wrap;
display: flex;
 gap: 16px;
 margin-bottom: 28px;
 justify-content: space-between;
 align-items: flex-end;
 }
._pwoIERaj h2 {
 font-size: clamp(24px, 3vw, 32px);
 }
._pwoIERaj h2 ._UzDABppPu {
 color: var(--accent);
 }
._vvRQZmpZoWM {
 display: flex;
 align-items: center;
 gap: 12px;
 }
._LiMEGmVVZ {
 gap: 6px;
 font-size: 14px;
 align-items: center;
 display: inline-flex;
 font-weight: 600;
color: var(--accent);
 }
._LiMEGmVVZ:hover {
 gap: 10px;
 }
._rgtDFWlMHnz {
 color: var(--text-muted);
 font-size: 15px;
 margin-top: 6px;
 }
._kgwDXluwOQ {
 display: flex;
 margin-bottom: 24px;
 gap: 8px;
flex-wrap: wrap;
 }
._UynZflUoQK {
 font-weight: 500;
 border-radius: 999px;
 background: var(--bg-card);
padding: 8px 16px;
 color: var(--text-secondary);
 border: 1px solid var(--border-subtle);
 font-size: 13px;
 }
._UynZflUoQK._gbeKVaFJD {
 color: var(--accent);
background: var(--accent-soft);
 border-color: var(--accent);
 }
._UynZflUoQK:hover {
 background: var(--bg-card-hover);
 }
/* ============== SLOT CARDS ============== */._OCgCZHQB {
 gap: 16px;
 grid-template-columns: repeat(4, 1fr);
display: grid;
 }
.slot-card {
 border: 1px solid var(--border-subtle);
 overflow: hidden;
 border-radius: var(--radius-md);
 transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
background: var(--bg-card);
 position: relative;
 }
.slot-card:hover {
 box-shadow: 0 8px 20px rgba(0,0,0,0.4);
 border-color: var(--accent);
transform: translateY(-4px);
 }
.slot-img {
 text-align: center;
 display: flex;
 padding: 12px;
 aspect-ratio: 4/3;
 align-items: center;
 overflow: hidden;
position: relative;
 font-family: var(--font-display);
 justify-content: center;
 font-weight: 700;
 color: rgba(255,255,255,0.85);
 font-size: 16px;
 }
.slot-img img {
 height: 100%;
 inset: 0;
 object-fit: cover;
 width: 100%;
position: absolute;
 }
.slot-flag {
 text-transform: uppercase;
 top: 8px;
 padding: 3px 8px;
 left: 8px;
position: absolute;
 font-size: 10px;
 font-weight: 700;
 z-index: 2;
 border-radius: 4px;
 letter-spacing: 0.5px;
 }
.flag-hot {
 color: white;
background: #ef4444;
 }
.flag-new {
 color: var(--bg-base);
background: var(--accent);
 }
.flag-jackpot {
 color: white;
background: linear-gradient(135deg, #f59e0b, #b45309);
 }
.flag-exclusive {
 background: linear-gradient(135deg, #d946ef, #a21caf);
 color: white;
 }
.slot-rtp-badge {
 right: 8px;
 z-index: 2;
 top: 8px;
 backdrop-filter: blur(8px);
 font-weight: 700;
 border-radius: 4px;
 padding: 3px 7px;
position: absolute;
 font-size: 10px;
 color: var(--accent);
 background: rgba(0,0,0,0.65);
 }
.slot-info {
 padding: 12px 14px 14px;
 }
.slot-name {
 white-space: nowrap;
 font-size: 14px;
 font-weight: 600;
font-family: var(--font-display);
 margin-bottom: 2px;
 text-overflow: ellipsis;
 overflow: hidden;
 color: var(--text-primary);
 }
.slot-prov {
 margin-bottom: 10px;
color: var(--text-muted);
font-size: 12px;
 }
.slot-desc {
 color: var(--text-secondary);
 line-height: 1.4;
font-size: 12px;
 line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 -webkit-line-clamp: 2;
 display: -webkit-box;
 margin-bottom: 10px;
 }
.slot-cta {
 border-radius: var(--radius-sm);
 text-align: center;
 color: var(--accent);
display: block;
 font-size: 13px;
 background: var(--accent-soft);
 padding: 8px 12px;
 transition: background 0.15s;
 border: 1px solid transparent;
 font-weight: 600;
 }
.slot-cta:hover {
 color: var(--bg-base);
background: var(--accent);
 }
/* T2 — overlay при hover */.slot-card.t2 .slot-cta {
 display: none;
 }
.slot-card.t2 .slot-img::after {
 font-size: 16px;
 opacity: 0;
 font-weight: 700;
 inset: 0;
 background: rgba(0,0,0,0.7);
 color: var(--accent);
 transition: opacity 0.2s;
 display: flex;
 justify-content: center;
 align-items: center;
content: '▶ Играть';
 position: absolute;
 font-family: var(--font-display);
 z-index: 3;
 }
.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 ============== */._uJHFgJbqA {
 padding: 56px 0;
 }
._uJHFgJbqA._ryEvQiAWP {
 background: var(--bg-section);
 }
.themed-scroll {
 scroll-snap-type: x mandatory;
 padding-bottom: 12px;
 gap: 14px;
 scrollbar-color: var(--accent) var(--bg-card);
 -webkit-overflow-scrolling: touch;
 overflow-x: auto;
 scrollbar-width: thin;
display: flex;
 }
.themed-scroll::-webkit-scrollbar {
 height: 6px;
 }
.themed-scroll::-webkit-scrollbar-track {
 background: var(--bg-card);
 border-radius: 3px;
 }
.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 {
 align-items: center;
 height: 36px;
 justify-content: center;
 background: var(--bg-card);
 font-size: 18px;
 border: 1px solid var(--border-strong);
 display: flex;
width: 36px;
 color: var(--text-secondary);
 border-radius: 50%;
 transition: all 0.15s;
 }
.scroll-arrow:hover {
 color: var(--accent);
background: var(--accent-soft);
 border-color: var(--accent);
 }
.themed-hero {
 gap: 16px;
display: grid;
 grid-template-columns: 1.5fr 1fr;
 }
.themed-hero-main {
 border-radius: var(--radius-md);
 border: 1px solid var(--border-strong);
background: var(--bg-card);
 flex-direction: column;
 overflow: hidden;
 position: relative;
 display: flex;
 }
.themed-hero-main .slot-img {
 font-size: 24px;
aspect-ratio: 16/9;
 }
.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;
 gap: 12px;
 grid-template-rows: repeat(3, 1fr);
 }
.themed-hero-side .slot-card {
 grid-template-columns: 100px 1fr;
display: grid;
 }
.themed-hero-side .slot-img {
 font-size: 11px;
aspect-ratio: 1;
 }
.themed-hero-side .slot-info {
 flex-direction: column;
 justify-content: center;
 display: flex;
padding: 10px 14px;
 }
.themed-hero-side .slot-name {
 font-size: 13px;
 }
.themed-hero-side .slot-cta {
 margin-top: 6px;
padding: 5px 10px;
 font-size: 11px;
 }
/* ============== ARTICLE TEXT (для {
TEXT}
) ============== */._BvmYEdHaH {
 margin: 0 auto;
padding: 56px 0;
 max-width: 880px;
 }
._BvmYEdHaH h1 {
 font-size: clamp(28px, 4vw, 40px);
 margin-bottom: 24px;
 }
._BvmYEdHaH h1 ._UzDABppPu, ._BvmYEdHaH h2 ._UzDABppPu, ._BvmYEdHaH h3 ._UzDABppPu {
 color: var(--accent);
 }
._BvmYEdHaH h2 {
 margin: 32px 0 16px;
font-size: clamp(22px, 2.8vw, 30px);
 }
._BvmYEdHaH h3 {
 margin: 24px 0 12px;
 color: var(--accent);
font-size: 20px;
 }
._BvmYEdHaH p {
 font-size: 16px;
 color: var(--text-secondary);
margin-bottom: 16px;
 line-height: 1.75;
 }
._BvmYEdHaH ul, ._BvmYEdHaH ol {
 padding-left: 22px;
 margin-bottom: 18px;
 }
._BvmYEdHaH li {
 margin-bottom: 8px;
 color: var(--text-secondary);
 }
._BvmYEdHaH a {
 color: var(--accent);
 }
._BvmYEdHaH a:hover {
 text-decoration: underline;
 }
._TardFLbZw {
 color: var(--text-dim);
padding: 16px 24px;
 max-width: 880px;
 margin: 0 auto 30px;
 font-size: 13px;
 text-align: center;
 padding-top: 16px;
 border-top: 1px solid var(--border-subtle);
 }
._TardFLbZw span {
 color: var(--text-muted);
 }
/* ============== CTA BANNERS ============== */._JmHfMyeNsgj {
 padding: 32px 32px;
 display: flex;
 background: linear-gradient(135deg, var(--bg-card), var(--bg-section));
margin: 48px auto;
 gap: 24px;
 position: relative;
 border: 1px solid var(--accent);
 justify-content: space-between;
 overflow: hidden;
 flex-wrap: wrap;
 border-radius: var(--radius-lg);
 max-width: var(--container-width);
 align-items: center;
 }
._JmHfMyeNsgj::before {
 filter: blur(80px);
 right: -100px;
 height: 300px;
content: '';
 opacity: 0.4;
 position: absolute;
 top: -100px;
 background: var(--accent-glow);
 border-radius: 50%;
 width: 300px;
 }
._ADoOypvM {
 flex: 1;
 z-index: 1;
 min-width: 280px;
position: relative;
 }
._IqNJxjeGn {
 font-size: 24px;
font-family: var(--font-display);
 margin-bottom: 6px;
 font-weight: 700;
 }
._IqNJxjeGn ._UzDABppPu {
 color: var(--accent);
 }
._MHjqnmhCKa {
 color: var(--text-secondary);
 font-size: 15px;
 }
._SWMgiMRZBax {
 gap: 10px;
z-index: 1;
position: relative;
 display: flex;
 flex-wrap: wrap;
 }
/* ============== TOURNAMENT ============== */._OHWpqKIv {
 background: var(--bg-section);
padding: 60px 0;
 }
._BlyxNubU {
 background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-section) 100%);
 border: 1px solid var(--border-strong);
 padding: 32px;
 grid-template-columns: 1fr 1fr;
 position: relative;
 gap: 32px;
 border-radius: var(--radius-lg);
 display: grid;
 overflow: hidden;
 }
._BlyxNubU::before {
 font-size: 220px;
 position: absolute;
 right: -30px;
content: '🏆';
 opacity: 0.05;
 bottom: -50px;
 }
._GVCwxihFd {
 z-index: 1;
position: relative;
 }
._qawOgghSPrq {
 font-size: 11px;
 letter-spacing: 0.5px;
 padding: 4px 10px;
display: inline-flex;
 background: var(--accent-soft);
 margin-bottom: 14px;
 text-transform: uppercase;
 font-weight: 700;
 color: var(--accent);
 gap: 6px;
 border-radius: 999px;
 align-items: center;
 }
._NxlpmYL {
 margin-bottom: 8px;
 font-weight: 700;
font-family: var(--font-display);
 font-size: 28px;
 }
._TfNbwcTI {
 margin-bottom: 24px;
color: var(--text-secondary);
 }
._KawzEEPMul {
 font-size: 36px;
font-family: var(--font-display);
 color: var(--accent);
 font-weight: 800;
 margin-bottom: 4px;
 line-height: 1;
 }
._XCfcUvfCJ {
 text-transform: uppercase;
font-size: 12px;
 margin-bottom: 24px;
 color: var(--text-muted);
 letter-spacing: 1px;
 }
._iZAmFUE {
 margin-bottom: 28px;
 gap: 10px;
 flex-wrap: wrap;
display: flex;
 }
._GOsjNxMtvu {
 text-align: center;
 border-radius: var(--radius-md);
background: var(--bg-base);
 min-width: 70px;
 padding: 12px 16px;
 border: 1px solid var(--border-strong);
 }
._CZXMKJev {
 font-family: var(--font-display);
 font-size: 24px;
 font-weight: 700;
 line-height: 1;
 color: var(--accent);
 }
._txGtILxvYUb {
 margin-top: 4px;
font-size: 10px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: var(--text-muted);
 }
._DqNWnlA {
 z-index: 1;
position: relative;
 background: var(--bg-base);
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
 padding: 18px 22px;
 }
._sZDmwdN {
 font-size: 13px;
 margin-bottom: 14px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: var(--text-muted);
 }
.leaderboard-row {
 align-items: center;
 gap: 12px;
display: grid;
 grid-template-columns: 32px 1fr auto;
 padding: 10px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
.leaderboard-row:last-child {
 border-bottom: none;
 }
.lb-pos {
 font-size: 14px;
 font-weight: 700;
 text-align: center;
font-family: var(--font-display);
 color: var(--text-muted);
 }
.lb-pos.top1 {
 color: #fbbf24;
 }
.lb-pos.top2 {
 color: #cbd5e1;
 }
.lb-pos.top3 {
 color: #d97706;
 }
.lb-name {
 font-weight: 500;
 color: var(--text-primary);
font-size: 14px;
 }
.lb-prize {
 color: var(--accent);
font-family: var(--font-display);
 font-weight: 700;
 font-size: 14px;
 }
/* ============== REVIEWS ============== */._BTrTFsfgP {
 padding: 60px 0;
 }
._syVLVGWo {
 grid-template-columns: repeat(3, 1fr);
 gap: 16px;
display: grid;
 }
.review-card {
 border: 1px solid var(--border-subtle);
 transition: border-color 0.15s;
background: var(--bg-card);
 border-radius: var(--radius-md);
 padding: 22px;
 }
.review-card:hover {
 border-color: var(--accent);
 }
.review-head {
 align-items: center;
 gap: 12px;
 margin-bottom: 14px;
display: flex;
 }
.review-avatar {
 align-items: center;
 font-weight: 700;
 border-radius: 50%;
 height: 40px;
width: 40px;
 display: flex;
 flex-shrink: 0;
 font-size: 16px;
 justify-content: center;
 color: white;
 }
.review-meta {
 flex: 1;
 }
.review-name {
 font-weight: 600;
 font-size: 14px;
 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 {
 font-size: 14px;
color: var(--text-secondary);
 line-height: 1.6;
 }
/* ============== FAQ ============== */._JMOVcWfCQF {
 background: var(--bg-section);
padding: 60px 0;
 }
._SELhIvTpzZr {
 margin: 0 auto;
max-width: 880px;
 }
.faq-item {
 transition: border-color 0.15s;
 border-radius: var(--radius-md);
background: var(--bg-card);
 margin-bottom: 10px;
 border: 1px solid var(--border-subtle);
 overflow: hidden;
 }
.faq-item.open {
 border-color: var(--accent);
 }
.faq-q {
 justify-content: space-between;
 font-weight: 600;
 font-family: var(--font-display);
 text-align: left;
 display: flex;
 padding: 18px 22px;
 color: var(--text-primary);
 font-size: 16px;
 align-items: center;
 background: none;
 cursor: pointer;
width: 100%;
 border: none;
 }
.faq-q:hover {
 background: var(--bg-card-hover);
 }
.faq-icon {
 background: var(--accent-soft);
 margin-left: 12px;
 display: flex;
 font-weight: 700;
 flex-shrink: 0;
 align-items: center;
 border-radius: 50%;
 height: 28px;
width: 28px;
 transition: transform 0.2s;
 justify-content: center;
 color: var(--accent);
 }
.faq-item.open .faq-icon {
 transform: rotate(45deg);
 }
.faq-a {
 transition: max-height 0.3s ease;
 overflow: hidden;
max-height: 0;
 }
.faq-item.open .faq-a {
 max-height: 600px;
 }
.faq-a-inner {
 font-size: 15px;
 color: var(--text-secondary);
 line-height: 1.65;
padding: 0 22px 20px;
 }
/* ============== FINAL CTA + FOOTER ============== */._RtGZNcg {
 padding: 80px 0;
 background: radial-gradient(ellipse 80% 60% at 50% 50%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 text-align: center;
 }
._RtGZNcg h2 {
 margin-bottom: 12px;
font-size: clamp(28px, 4vw, 42px);
 }
._RtGZNcg h2 ._UzDABppPu {
 color: var(--accent);
 }
._zZBUwwJm {
 font-size: 16px;
 margin-bottom: 28px;
color: var(--text-secondary);
 }
._dHdpMfhiva {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
 font-size: 14px;
 padding: 48px 0 24px;
 }
.footer-grid {
 display: grid;
 grid-template-columns: 1.4fr repeat(3, 1fr);
 margin-bottom: 36px;
 gap: 40px;
 }
.footer-col h4 {
 text-transform: uppercase;
font-family: var(--font-display);
 margin-bottom: 14px;
 color: var(--text-primary);
 letter-spacing: 1px;
 font-size: 14px;
 }
.footer-col ul {
 list-style: none;
 }
.footer-col li {
 margin-bottom: 8px;
 }
.footer-col a {
 transition: color 0.15s;
color: var(--text-muted);
 }
.footer-col a:hover {
 color: var(--accent);
 }
.footer-about {
 line-height: 1.7;
color: var(--text-muted);
 }
.footer-bottom {
 border-top: 1px solid var(--border-subtle);
padding-top: 24px;
 flex-wrap: wrap;
 align-items: center;
 color: var(--text-dim);
 justify-content: space-between;
 font-size: 12px;
 display: flex;
 gap: 12px;
 }
.age-badge {
 gap: 6px;
 align-items: center;
display: inline-flex;
 color: var(--text-muted);
 }
.age-circle {
 border: 2px solid var(--text-muted);
 display: flex;
 border-radius: 50%;
 font-size: 10px;
 align-items: center;
 height: 24px;
 font-weight: 700;
 justify-content: center;
width: 24px;
 }
/* ============== STICKY ELEMENTS ============== */.sticky-play {
 display: flex;
 bottom: 24px;
 font-size: 14px;
 box-shadow: 0 8px 24px var(--accent-glow);
 border-radius: 999px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 font-family: var(--font-display);
 z-index: 90;
 right: 24px;
 padding: 14px 24px;
 color: var(--bg-base);
 gap: 8px;
 transition: transform 0.2s;
 font-weight: 700;
position: fixed;
 align-items: center;
 }
.sticky-play:hover {
 transform: translateY(-3px) scale(1.04);
 }
.sticky-play::before {
 content: '▶';
 font-size: 12px;
 }
._GruAxFar {
 box-shadow: 0 6px 20px rgba(0,0,0,0.3);
 border-radius: 50%;
 bottom: 92px;
 color: var(--accent);
 transition: transform 0.2s, background 0.2s;
 font-size: 22px;
position: fixed;
 background: var(--bg-card);
 right: 24px;
 height: 56px;
 z-index: 90;
 justify-content: center;
 align-items: center;
 width: 56px;
 border: 2px solid var(--accent);
 display: flex;
 }
._GruAxFar:hover {
 background: var(--accent-soft);
transform: scale(1.1);
 }
._vXDnDOLnSH {
 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);
 }
._JsCoXCntV {
 background: var(--bg-card);
 border-radius: var(--radius-lg);
position: fixed;
 transform: translateY(20px) scale(0.95);
 box-shadow: 0 12px 40px rgba(0,0,0,0.5);
 border: 1px solid var(--border-strong);
 transition: all 0.25s ease;
 pointer-events: none;
 z-index: 95;
 bottom: 92px;
 overflow: hidden;
 opacity: 0;
 width: 320px;
 right: 24px;
 }
._JsCoXCntV.open {
 transform: translateY(0) scale(1);
 opacity: 1;
 pointer-events: auto;
 }
._UEHecVuVnn {
 color: var(--bg-base);
padding: 16px 18px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 }
._NuSAyIetFN {
 font-weight: 700;
 font-size: 16px;
 margin-bottom: 2px;
font-family: var(--font-display);
 }
._LyNJvXXTUiS {
 align-items: center;
 display: flex;
 gap: 6px;
font-size: 12px;
 }
._LyNJvXXTUiS::before {
 width: 8px;
 height: 8px;
 background: white;
content: '';
 animation: pulse 1.5s infinite;
 border-radius: 50%;
 }
._uyAtmrbL {
 padding: 18px;
 }
._uyAtmrbL p {
 margin-bottom: 14px;
 color: var(--text-secondary);
font-size: 14px;
 }
._EHCEmYQwHdX {
 gap: 8px;
 flex-direction: column;
display: flex;
 }
._lLifuYN {
 border-radius: var(--radius-md);
 border: 1px solid var(--border-strong);
 color: var(--text-primary);
 display: flex;
 background: var(--bg-section);
 font-size: 14px;
 align-items: center;
 text-align: left;
padding: 10px 14px;
 gap: 10px;
 }
._lLifuYN:hover {
 border-color: var(--accent);
 }
/* ============== MODULE1/MODULE2 (городские/игровые выигрыши — для совместимости) ============== */._KSOrMbdDORQ, .module2 {
 border-radius: var(--radius-md);
 padding: 20px 24px;
 margin: 24px auto;
max-width: var(--container-width);
 border: 1px solid var(--border-subtle);
 background: var(--bg-card);
 }
._KSOrMbdDORQ .module2_1_title, .module2 .module2_1_title {
 font-family: var(--font-display);
 text-transform: uppercase;
 font-size: 14px;
 color: var(--text-muted);
 letter-spacing: 1px;
 font-weight: 600;
 margin-bottom: 12px;
 }
._KSOrMbdDORQ > div > div, .module2 > div > div {
 margin: 4px 6px 4px 0;
 background: var(--bg-section);
display: inline-block;
 color: var(--text-secondary);
 padding: 4px 12px;
 border-radius: 999px;
 border: 1px solid var(--border-subtle);
 font-size: 12px;
 }
/* ============== RESPONSIVE ============== */@media (max-width: 1024px) {
  ._mezsoJF {
 grid-template-columns: 1fr;
 }
  ._BzSczsTB {
 margin: 0 auto;
 max-width: 360px;
order: -1;
 }
  ._MbqdpBDcd {
 grid-template-columns: repeat(2, 1fr);
 }
  ._OCgCZHQB {
 grid-template-columns: repeat(3, 1fr);
 }
  ._syVLVGWo {
 grid-template-columns: repeat(2, 1fr);
 }
  ._BlyxNubU {
 grid-template-columns: 1fr;
 }
  .themed-hero {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 720px) {
  ._pEVPXiDkl {
 padding: 0 16px;
 }
  .header-inner {
 padding: 12px 16px;
 }
  ._QaOeCSgsPm {
 display: none;
 }
  ._yVOvltBR ._zWJZYRatF {
 display: none;
 }
  ._zSDUlmWl {
 padding: 50px 0 40px;
 }
  ._LgToEifG {
 gap: 16px;
flex-wrap: wrap;
 padding: 12px;
 }
  ._tDqFbGqEl {
 flex-direction: column;
 }
  ._tDqFbGqEl ._ZKFOulzibVT {
 width: 100%;
 }
  ._MbqdpBDcd {
 grid-template-columns: 1fr 1fr;
 gap: 12px;
 }
  .stat-icon {
 height: 80px;
width: 80px;
 }
  .stat-num {
 font-size: 22px;
 }
  ._OCgCZHQB {
 gap: 10px;
grid-template-columns: 1fr 1fr;
 }
  ._syVLVGWo {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr;
 }
  ._jkOGNqCTH {
 padding: 44px 0;
 }
  ._pwoIERaj {
 align-items: flex-start;
flex-direction: column;
 gap: 14px;
 }
  ._JmHfMyeNsgj {
 align-items: flex-start;
padding: 24px;
 flex-direction: column;
 }
  ._BlyxNubU {
 padding: 22px;
 }
  ._KawzEEPMul {
 font-size: 28px;
 }
  ._GruAxFar {
 display: none;
 }
  .sticky-play {
 padding: 12px 18px;
 right: 16px;
bottom: 16px;
 }
}
/* ========== УНИКАЛЬНЫЕ LAYOUT-ВАРИАНТЫ (body-классы от JS) ========== *//* hero-o-1: контент по центру */body.hero-o-1 ._mezsoJF {
 grid-template-columns: 1fr;
 text-align: center;
 margin: 0 auto;
 max-width: 720px;
 }
body.hero-o-1 ._BzSczsTB {
 display: none;
 }
body.hero-o-1 ._LgToEifG {
 margin-left: auto;
 margin-right: auto;
 }
body.hero-o-1 ._tDqFbGqEl {
 justify-content: center;
 }
/* hero-o-2: правая ориентация */body.hero-o-2 ._mezsoJF {
 direction: rtl;
 }
body.hero-o-2 ._mezsoJF > * {
 direction: ltr;
 }
/* stats-l-1: 2x2 квадратная сетка */body.stats-l-1 ._MbqdpBDcd {
 grid-template-columns: 1fr 1fr;
 max-width: 720px;
 margin: 0 auto;
 }
body.stats-l-1 .stat-card {
 padding: 38px 24px;
 }
/* stats-l-2: горизонтальная полоса */body.stats-l-2 ._MbqdpBDcd {
 grid-template-columns: repeat(4, 1fr);
 }
body.stats-l-2 .stat-card {
 display: flex;
 align-items: center;
 gap: 14px;
 text-align: left;
padding: 18px 12px;
 }
body.stats-l-2 .stat-card .stat-icon {
 height: 56px;
 margin: 0;
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 для кнопок */._yVBscuil, .sticky-play {
 background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark)) !important;
 }
/* ========== ИНЪЕКЦИИ ВНУТРЬ ТЕКСТА СТАТЬИ ========== */.intext-fact {
  gap: 14px;
 align-items: flex-start;
  background: var(--bg-card);
 border-left: 3px solid var(--accent);
display: flex;
 padding: 18px 20px;
 margin: 28px 0;
  border-radius: var(--radius-md);
}
.intext-fact-icon {
 font-size: 22px;
 line-height: 1;
 flex: 0 0 auto;
 }
.intext-fact-text {
 line-height: 1.6;
color: var(--text-2);
 font-size: 15px;
 }
.intext-slot {
  border-radius: var(--radius-lg);
display: grid;
  align-items: center;
 grid-template-columns: 220px 1fr;
 border: 1px solid var(--border-subtle);
 padding: 16px;
 margin: 32px 0;
  background: var(--bg-card);
 gap: 18px;
}
.intext-slot-img {
  text-align: center;
 justify-content: center;
  overflow: hidden;
 aspect-ratio: 4/3;
 align-items: center;
  color: white;
 padding: 12px;
 display: flex;
 border-radius: var(--radius-md);
position: relative;
 font-size: 14px;
 font-weight: 700;
}
.intext-slot-img img {
  height: 100%;
 inset: 0;
 object-fit: cover;
 width: 100%;
position: absolute;
 z-index: 0;
}
.intext-slot-meta {
 padding: 8px 4px;
 }
.intext-slot-eyebrow {
 font-weight: 700;
 color: var(--accent);
 letter-spacing: 1px;
font-size: 11px;
 text-transform: uppercase;
 margin-bottom: 8px;
 }
.intext-slot-name {
 font-size: 18px;
 font-weight: 700;
font-family: var(--font-display);
 color: var(--text-1);
 margin-bottom: 8px;
 }
.intext-slot-desc {
 margin-bottom: 12px;
color: var(--text-2);
 font-size: 14px;
 line-height: 1.5;
 }
.intext-slot-cta {
  text-decoration: none;
  color: var(--accent);
 font-weight: 600;
display: inline-flex;
 align-items: center;
 gap: 4px;
 font-size: 14px;
}
.intext-slot-cta:hover {
 text-decoration: underline;
 }
.intext-cta {
  align-items: center;
 margin: 28px 0;
display: flex;
 justify-content: space-between;
  border: 1px solid var(--accent);
 gap: 18px;
 padding: 18px 22px;
  flex-wrap: wrap;
  border-radius: var(--radius-lg);
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
}
.intext-cta-text {
 min-width: 240px;
 font-size: 15px;
 font-weight: 500;
color: var(--text-1);
 line-height: 1.5;
 flex: 1;
 }
.intext-cta-btn {
  border-radius: var(--radius-md);
  font-weight: 700;
background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
 text-decoration: none;
 padding: 10px 20px;
  color: white;
 white-space: nowrap;
}
@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 === */._WFWBpdC {
  border-top: 1px solid var(--border-subtle);
background: linear-gradient(90deg, var(--accent-soft), transparent, var(--accent-soft));
  font-size: 13px;
  border-bottom: 1px solid var(--border-subtle);
  padding: 12px 0;
}
._WFWBpdC ._pEVPXiDkl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
._OTITbJhgA {
  color: var(--text-2);
  white-space: nowrap;
}
@media (max-width: 700px) {
  ._WFWBpdC {
 padding: 10px 0;
 font-size: 12px;
 }
  ._WFWBpdC ._pEVPXiDkl {
 gap: 14px;
 }
}
/* === PROMO TIMER BAR === */._uIVheGMURV {
  gap: 16px;
  border-left: 3px solid var(--accent);
  flex-wrap: wrap;
  padding: 14px 22px;
  margin: 24px 0;
  border-radius: var(--radius-md);
  background: linear-gradient(90deg, var(--accent-soft), transparent);
  border: 1px solid var(--accent);
display: flex;
  align-items: center;
}
._eOjRdvT {
  font-weight: 500;
  color: var(--text-1);
font-size: 14px;
}
._cbKFntKF {
  background: var(--bg-card);
font-size: 22px;
  font-family: var(--font-display);
  color: var(--accent);
  border-radius: var(--radius-sm);
  padding: 6px 14px;
  border: 1px solid var(--accent);
  letter-spacing: 0.05em;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
/* === FACT CARD === */._IbtioPLCVs {
  padding: 60px 0;
}
._ztsHtAozz {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  padding: 36px;
background: var(--bg-card);
}
._EbLeIakgi {
  font-size: 28px;
font-family: var(--font-display);
  margin: 0 0 28px;
  color: var(--text-1);
}
._cwYFruweQ {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
._mEiVSiunix {
  align-items: flex-start;
display: flex;
  border-radius: var(--radius-md);
  padding: 14px;
  background: var(--bg-section);
  gap: 12px;
  border: 1px solid var(--border-subtle);
}
._HoQAMnRqdtZ {
  flex: 0 0 auto;
  line-height: 1;
font-size: 22px;
}
._INlfzAWVzcF {
  gap: 4px;
  flex-direction: column;
  min-width: 0;
display: flex;
}
._vxuAQBIAvq {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-3);
}
._xEUhgHbIBU {
  color: var(--text-1);
  font-weight: 600;
  line-height: 1.3;
font-size: 14px;
}
@media (max-width: 900px) {
 ._cwYFruweQ {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 480px) {
 ._cwYFruweQ {
 grid-template-columns: 1fr;
 }
 ._ztsHtAozz {
 padding: 22px;
 }
 }
/* === CIH-HUB (Analytics) === */._TeLIlhOOP {
  padding: 60px 0;
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
}
._wjtDGGNsIq {
  padding: 40px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
background: var(--bg-card);
}
._HSNmsAqTha {
  font-size: 32px;
font-family: var(--font-display);
  color: var(--text-1);
  margin: 0 0 28px;
}
._wuFatfVE {
  margin-bottom: 32px;
  grid-template-columns: repeat(4, 1fr);
display: grid;
  gap: 16px;
}
._jDRfgEffVzt {
  gap: 6px;
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  border-radius: var(--radius-md);
background: var(--bg-section);
  display: flex;
  position: relative;
  padding: 22px 18px;
  flex-direction: column;
}
._jDRfgEffVzt::before {
  content: '';
 left: 0;
  height: 3px;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
  top: 0;
 right: 0;
  position: absolute;
}
._iEKmbQzUo {
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--accent);
  font-weight: 800;
  line-height: 1;
}
._eLQfwpXLHco {
  color: var(--text-2);
font-size: 13px;
}
._VIOdgaGFlF {
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 4px;
}
._MTqPlPkJVV {
  margin-bottom: 32px;
overflow-x: auto;
}
._uqZGQYVws {
  border-collapse: collapse;
width: 100%;
  font-size: 14px;
}
._uqZGQYVws caption {
  caption-side: top;
  font-size: 16px;
text-align: left;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--text-2);
}
._uqZGQYVws thead th {
  padding: 12px 16px;
  font-weight: 700;
  color: var(--text-1);
  text-align: left;
background: var(--bg-section);
  border-bottom: 2px solid var(--border-strong);
}
._uqZGQYVws tbody th, ._uqZGQYVws tbody td {
  text-align: left;
  border-bottom: 1px solid var(--border-subtle);
  font-weight: 500;
padding: 12px 16px;
  color: var(--text-2);
}
._uqZGQYVws tbody th {
 color: var(--text-1);
font-weight: 600;
 }
._CPgghpasYO {
 font-weight: 600;
color: #22c55e;
 }
._tuEsyqCJJ {
  border: 1px solid var(--border-subtle);
  gap: 36px;
  padding: 28px;
  align-items: start;
  border-radius: var(--radius-md);
  grid-template-columns: 200px 1fr;
  background: var(--bg-section);
display: grid;
}
._hSuAFSAu {
  align-items: center;
  flex-direction: column;
display: flex;
  gap: 12px;
}
._ecmBXHr {
  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);
  border-radius: 50%;
  height: 160px;
--score: 90;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  width: 160px;
}
._RJmzaBWQ {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 130px;
width: 130px;
  border-radius: 50%;
  background: var(--bg-card);
  flex-direction: column;
  gap: 4px;
}
._KAKjYBQmlC {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
._bGwCpqmKY {
  color: var(--text-3);
font-size: 12px;
  text-transform: uppercase;
}
._DeopcNfdx {
  font-weight: 600;
  color: var(--text-1);
font-size: 14px;
}
._rLAUCtHUM {
  gap: 12px;
  grid-column: 2;
  flex-direction: column;
display: flex;
}
._PZGbmqhQ {
  grid-template-columns: 140px 1fr 40px;
display: grid;
  gap: 14px;
  align-items: center;
  font-size: 13px;
}
._Zxtsyxcs {
 color: var(--text-2);
 }
._hDLHdmpokl {
  height: 8px;
  background: var(--border-subtle);
  border-radius: 4px;
  overflow: hidden;
}
._WjaLVLqdZw {
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
height: 100%;
  border-radius: 4px;
}
._JcNvVxEZbl {
  color: var(--accent);
font-weight: 700;
  text-align: right;
}
._PWNrkPNZrE {
  border-top: 1px solid var(--border-subtle);
  padding-top: 24px;
  margin-top: 24px;
grid-column: 1 / -1;
}
._PWNrkPNZrE h4 {
  letter-spacing: 0.5px;
  color: var(--text-1);
font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
._PWNrkPNZrE p {
  color: var(--text-2);
font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 900px) {
  ._wuFatfVE {
 grid-template-columns: repeat(2, 1fr);
 }
  ._tuEsyqCJJ {
 grid-template-columns: 1fr;
 }
  ._rLAUCtHUM {
 grid-column: 1;
 }
  ._wjtDGGNsIq {
 padding: 24px;
 }
  ._HSNmsAqTha {
 font-size: 24px;
 }
}
/* === E-E-A-T AUTHOR BLOCK === */._MVAUjOr {
  margin: 32px 0;
  border: 1px solid var(--border-subtle);
  padding: 24px 28px;
background: var(--bg-card);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--accent);
}
._ICfjXODAY {
  margin-bottom: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
display: flex;
}
._SiteRyOr {
  border-radius: var(--radius-sm);
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 12px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.5px;
background: var(--accent);
}
._sesJyhaHBsq {
  color: var(--text-3);
font-size: 13px;
}
._UfCGkKORvE {
  gap: 16px;
  margin-bottom: 16px;
display: flex;
  align-items: center;
}
._kBQUftLdU {
  width: 64px;
  font-size: 26px;
  display: flex;
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
  justify-content: center;
  color: white;
  font-family: var(--font-display);
  font-weight: 700;
  border-radius: 50%;
  flex: 0 0 auto;
  align-items: center;
  height: 64px;
}
._xdTkByf {
  gap: 2px;
  min-width: 0;
flex-direction: column;
display: flex;
}
._ofwEHanJLb {
  font-weight: 700;
font-size: 17px;
  color: var(--text-1);
}
._PCsPgomaw {
  color: var(--text-2);
font-size: 13px;
}
._tCiRSMsZ {
  color: var(--accent);
  margin-top: 4px;
font-size: 12px;
}
._IsIUZKsLIa p {
  line-height: 1.6;
font-size: 14px;
  margin: 0 0 14px;
  color: var(--text-2);
}
._gOMwcDAAW {
  flex-wrap: wrap;
  list-style: none;
display: flex;
  margin: 0 0 16px;
  gap: 8px;
  padding: 0;
}
._gOMwcDAAW li {
  color: var(--text-2);
  padding: 5px 10px;
  border-radius: var(--radius-sm);
  font-size: 12px;
background: var(--bg-section);
  border: 1px solid var(--border-subtle);
}
._BIOCwFyQHRm {
  padding-top: 12px;
display: flex;
  align-items: center;
  font-size: 12px;
  gap: 8px;
  color: var(--text-3);
  border-top: 1px solid var(--border-subtle);
}
._CqmWiRGif {
  font-weight: 700;
color: var(--accent);
}
/* === TOC NAV === */.toc-nav {
  margin: 24px 0;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  padding: 18px 22px;
  background: var(--bg-section);
}
._SzMBSDFuD {
  margin-bottom: 10px;
  color: var(--text-1);
font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
._UmlyWeQ {
  margin: 0;
  gap: 6px;
  display: flex;
  padding: 0;
  flex-direction: column;
list-style: none;
}
._UmlyWeQ li {
  align-items: baseline;
  gap: 8px;
display: flex;
}
._UmlyWeQ ._IytjIqLsaP {
  font-size: 12px;
  min-width: 22px;
color: var(--text-3);
}
._UmlyWeQ a {
  text-decoration: none;
color: var(--accent);
  font-size: 14px;
}
._UmlyWeQ a:hover {
 text-decoration: underline;
 }
/* === COMPARISON TABLE === */._kmpwMSzd {
  padding: 60px 0;
}
._SUtOfDQ {
  overflow-x: auto;
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  padding: 24px;
  border-radius: var(--radius-lg);
}
._VqSuLoHYT {
  border-collapse: collapse;
width: 100%;
  font-size: 14px;
}
._VqSuLoHYT thead {
  background: var(--bg-section);
}
._VqSuLoHYT thead th {
  font-weight: 700;
  border-bottom: 2px solid var(--border-strong);
padding: 14px 16px;
  color: var(--text-1);
  text-align: left;
}
._VqSuLoHYT tbody td {
  padding: 12px 16px;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-subtle);
}
._VqSuLoHYT tbody tr:hover {
  background: var(--bg-section);
}
._VqSuLoHYT tbody td:first-child {
  font-weight: 600;
  color: var(--text-1);
}
/* === SLOTS HORIZONTAL SLIDER === */._zRebrUCg {
  overflow: hidden;
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
padding: 60px 0;
}
._ceckzRVrwsH {
  justify-content: space-between;
display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 14px;
  flex-wrap: wrap;
}
._dxDzJXbmN {
  font-family: var(--font-display);
  margin: 0;
  font-size: 28px;
  color: var(--text-1);
}
._nRJBTSrxzMo {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
._nRJBTSrxzMo:hover {
 text-decoration: underline;
 }
._iyGRANOJtY {
  padding: 12px 0;
  overflow: hidden;
position: relative;
  margin: 0 -24px;
}
._iyGRANOJtY::before,._iyGRANOJtY::after {
  z-index: 2;
 bottom: 0;
content: '';
  top: 0;
  pointer-events: none;
  position: absolute;
  width: 80px;
}
._iyGRANOJtY::before {
 background: linear-gradient(90deg, var(--bg-base), transparent);
left: 0;
 }
._iyGRANOJtY::after {
 background: linear-gradient(-90deg, var(--bg-base), transparent);
right: 0;
 }
._qoZcKbGrgL {
  animation: slots-scroll 60s linear infinite;
  width: max-content;
display: flex;
  gap: 14px;
}
._qoZcKbGrgL:hover {
 animation-play-state: paused;
 }
._qoZcKbGrgL .slot-mini {
  position: relative;
  flex: 0 0 auto;
  font-weight: 700;
  padding: 10px;
width: 180px;
  align-items: center;
  text-align: center;
  overflow: hidden;
  justify-content: center;
  display: flex;
  height: 130px;
  color: white;
  border-radius: var(--radius-md);
  font-size: 13px;
}
._qoZcKbGrgL .slot-mini img {
  inset: 0;
 height: 100%;
  width: 100%;
  object-fit: cover;
position: absolute;
}
._qoZcKbGrgL .slot-mini span {
  z-index: 1;
position: relative;
}
._qoZcKbGrgL .slot-mini::after {
  position: absolute;
  align-items: center;
content: '▶';
  justify-content: center;
  opacity: 0;
  inset: 0;
  z-index: 2;
  display: flex;
  transition: opacity 0.2s;
  font-size: 24px;
  background: rgba(0,0,0,0.6);
  color: white;
}
._qoZcKbGrgL .slot-mini:hover::after {
 opacity: 1;
 }
@keyframes slots-scroll {
  from {
 transform: translateX(0);
 }
  to {
 transform: translateX(-50%);
 }
}
._jbmUKiUz {
  margin-top: 24px;
display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
._cvVBTdgUi {
  font-size: 13px;
color: var(--text-3);
}
/* === STICKY CTA BAR (внизу) === */.sticky-cta-bar {
  position: fixed;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.4);
 right: 0;
  z-index: 95;
  bottom: 0;
  gap: 14px;
  border-top: 1px solid var(--accent);
  justify-content: center;
  transition: transform 0.4s ease 0.5s;
 left: 0;
  transform: translateY(100%);
  background: var(--bg-card);
  flex-wrap: wrap;
}
.sticky-cta-bar.visible {
  transform: translateY(0);
}
.sticky-cta-bar.hidden {
  transform: translateY(100%);
}
.scb-text {
  flex: 1;
  text-align: center;
  min-width: 220px;
color: var(--text-1);
  font-weight: 500;
  font-size: 14px;
}
.scb-btn {
  font-weight: 700;
  text-decoration: none;
  padding: 10px 22px;
  color: white;
  border-radius: var(--radius-md);
  white-space: nowrap;
background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
}
.scb-close {
  height: 28px;
  border: 1px solid var(--border-subtle);
width: 28px;
  font-size: 14px;
  color: var(--text-2);
  line-height: 1;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.scb-close:hover {
 color: var(--text-1);
 border-color: var(--accent);
 }
/* === FOOTER UPGRADES === */._adNUTBNwl {
  padding: 40px 0 30px;
}
._AJhSMnCt {
  font-size: 22px;
  margin: 0 0 20px;
font-family: var(--font-display);
  color: var(--text-1);
}
._tRPrxtMRsF {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
._RiflSveG {
  background: var(--bg-card);
  gap: 14px;
display: flex;
  padding: 16px;
  transition: border-color 0.2s, background 0.2s;
  text-decoration: none;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  align-items: flex-start;
}
._RiflSveG:hover {
  background: var(--bg-card-hover);
border-color: var(--accent);
}
._WOLbxDUaSV {
  flex: 0 0 auto;
font-size: 26px;
  line-height: 1;
}
._EbMxDrlnQp {
  min-width: 0;
display: flex;
  gap: 4px;
  flex-direction: column;
  flex: 1;
}
._JgvNLfmLFNR {
  color: var(--text-1);
font-size: 15px;
  font-weight: 700;
}
._pklxketdB {
  color: var(--text-3);
  line-height: 1.4;
font-size: 12px;
}
._gCaQjInK {
  align-self: flex-start;
  white-space: nowrap;
  color: var(--accent);
font-size: 11px;
  margin-top: 2px;
  font-weight: 600;
}
._ZgTbrcDE {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
display: grid;
  border-top: 1px solid var(--border-subtle);
  padding: 30px 0;
}
._AFzZPEZ h4 {
  margin: 0 0 8px;
  color: var(--text-1);
font-size: 14px;
  font-weight: 700;
}
._AFzZPEZ p {
  margin: 0;
  color: var(--text-3);
font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 700px) {
 ._ZgTbrcDE {
 grid-template-columns: 1fr;
 }
 }
._CKozxFcZWU {
  border-top: 1px solid var(--border-subtle);
padding: 20px 0;
}
._UTEgtpqyF {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}
._kHqpyOrrnn {
  flex-direction: column;
display: flex;
}
._gDzdBJJRd {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-1);
font-family: var(--font-display);
}
._NZEOfycx {
  color: var(--text-3);
font-size: 12px;
}
._SlqxCgCxi {
  flex: 1;
  min-width: 240px;
  color: var(--text-3);
font-size: 12px;
}
._SlqxCgCxi p {
 margin: 2px 0;
 }
._cSVkQylg {
 font-size: 11px;
 opacity: 0.8;
 }
._JNmpZgOY {
  flex-wrap: wrap;
  gap: 8px;
display: flex;
}
._PDlNgMQIQz {
  padding: 4px 10px;
  border: 1px solid var(--border-subtle);
  color: var(--text-2);
  font-size: 11px;
  border-radius: var(--radius-sm);
background: var(--bg-card);
}
._jHQfgpp a {
  font-size: 13px;
  text-decoration: none;
color: var(--accent);
}
/* ========================================================================   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 ._mezsoJF {
 grid-template-columns: 1.4fr 1fr;
 gap: 60px;
 }
/* hero-v-2: всё по центру, без правого виджета, БОЛЬШАЯ типографика */body.hero-v-2 ._mezsoJF {
 grid-template-columns: 1fr;
 margin: 0 auto;
max-width: 880px;
 text-align: center;
 }
body.hero-v-2 ._BzSczsTB {
 display: none;
 }
body.hero-v-2 ._LgToEifG {
 margin-right: auto;
justify-content: center;
 margin-left: auto;
 }
body.hero-v-2 ._tDqFbGqEl {
 justify-content: center;
 }
body.hero-v-2 ._zSDUlmWl h1 {
 font-size: clamp(40px, 6vw, 72px);
 }
/* hero-v-3: full-bleed с большим оверлеем, текст внизу */body.hero-v-3 ._zSDUlmWl {
 display: flex;
 min-height: 70vh;
padding: 100px 0 60px;
 align-items: flex-end;
 }
body.hero-v-3 ._zSDUlmWl::before {
 background: radial-gradient(ellipse at top, var(--accent-soft), transparent 60%);
 pointer-events:none;
content:'';
 inset:0;
 position:absolute;
 }
body.hero-v-3 ._mezsoJF {
 gap: 40px;
 align-items: end;
grid-template-columns: 1fr 1fr;
 }
body.hero-v-3 ._zSDUlmWl h1 {
 line-height: 1.05;
font-size: clamp(36px, 5.5vw, 64px);
 }
/* hero-v-4: stacked (текст вверху, виджет снизу — для мобилок) */body.hero-v-4 ._mezsoJF {
 grid-template-columns: 1fr;
 gap: 40px;
 }
body.hero-v-4 ._BzSczsTB {
 max-width: 720px;
 width: 100%;
 margin: 0 auto;
 }
body.hero-v-4 .hero-info {
 text-align: center;
 }
body.hero-v-4 ._LgToEifG {
 justify-content: center;
 }
/* hero-v-5: асимметрия со скосом */body.hero-v-5 ._zSDUlmWl {
 background: linear-gradient(135deg, var(--bg-base) 0%, var(--bg-base) 60%, var(--accent-soft) 60%, var(--accent-soft) 100%);
 }
body.hero-v-5 ._mezsoJF {
 grid-template-columns: 1.5fr 1fr;
 gap: 50px;
 }
body.hero-v-5 ._zSDUlmWl h1 {
 padding-left: 14px;
 border-left: 4px solid var(--accent);
 }
/* hero-v-6: минимальный — только заголовок и CTA */body.hero-v-6 ._zSDUlmWl {
 padding: 60px 0 40px;
 }
body.hero-v-6 ._mezsoJF {
 max-width: 700px;
 gap: 24px;
 text-align: center;
 margin: 0 auto;
grid-template-columns: 1fr;
 }
body.hero-v-6 ._BzSczsTB, body.hero-v-6 ._LgToEifG {
 display: none;
 }
body.hero-v-6 ._NKqJxkaLQ {
 margin: 0 auto;
 }
body.hero-v-6 ._tDqFbGqEl {
 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 ._wPUmwZod {
 padding: 16px 0 0;
 }
body.hd-v-2 .header-inner {
 padding-bottom: 14px;
 grid-template-columns: 1fr;
display: grid;
 gap: 14px;
 }
body.hd-v-2 ._ehwzYsoYamM {
 justify-self: center;
 }
body.hd-v-2 ._QaOeCSgsPm {
 order: 3;
 border-top: 1px solid var(--border-subtle);
 justify-content: center;
 padding-top: 12px;
 justify-self: center;
 width: 100%;
 }
body.hd-v-2 ._yVOvltBR {
 right: 24px;
position: absolute;
 top: 16px;
 }
/* hd-v-3: nav слева, brand справа */body.hd-v-3 .header-inner {
 gap: 24px;
display: grid;
 align-items: center;
 grid-template-columns: 1fr auto auto;
 }
body.hd-v-3 ._QaOeCSgsPm {
 order: 1;
 justify-self: start;
 }
body.hd-v-3 ._ehwzYsoYamM {
 order: 2;
 justify-self: end;
 }
body.hd-v-3 ._yVOvltBR {
 order: 3;
 }
/* hd-v-4: компактный — без явного nav-bar, только лого и кнопки */body.hd-v-4 .header-inner {
 display: flex;
 padding: 10px 0;
 justify-content: space-between;
 align-items: center;
 }
body.hd-v-4 ._QaOeCSgsPm {
 font-size: 13px;
 }
/* ========== BUTTON ВАРИАНТЫ (6 типов кнопок) ========== *//* btn-v-1: solid (default) */body.btn-v-1 ._ZKFOulzibVT {
 border-radius: var(--radius-md);
 }
/* btn-v-2: pill (round) */body.btn-v-2 ._ZKFOulzibVT, 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 ._ZKFOulzibVT, body.btn-v-3 .scb-btn, body.btn-v-3 .sticky-play {
 border-radius: 0;
 }
/* btn-v-4: outlined primary (заполнение только при ховере) */body.btn-v-4 ._yVBscuil {
 color: var(--accent);
background: transparent;
 border: 2px solid var(--accent);
 }
body.btn-v-4 ._yVBscuil:hover {
 background: var(--accent);
 color: white;
 }
/* btn-v-5: skewed (диагональный паралелепипед) */body.btn-v-5 ._yVBscuil {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._yVBscuil > * {
 transform: skewX(8deg);
display: inline-block;
 }
body.btn-v-5 ._zWJZYRatF {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._zWJZYRatF > * {
 transform: skewX(8deg);
display: inline-block;
 }
/* btn-v-6: с тенью / шейдером */body.btn-v-6 ._yVBscuil {
 box-shadow: 0 4px 14px var(--accent-glow), 0 0 0 1px var(--accent) inset;
 }
body.btn-v-6 ._yVBscuil: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 {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.1);
background: rgba(255,255,255,0.04);
}
/* card-v-3: neon glow — светящаяся обводка */body.card-v-3 .slot-card {
 box-shadow: 0 0 0 1px var(--accent), 0 0 24px var(--accent-glow);
border: 1px solid var(--accent);
 transition: all 0.3s;
 }
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 {
 border: 3px solid var(--text-1);
 box-shadow: 6px 6px 0 var(--accent);
 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 {
  background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
  background-clip: padding-box;
  position: relative;
  border: 1px solid transparent;
}
body.card-v-5 .slot-card::before {
  inset: -1px;
content: '';
 position: absolute;
 border-radius: inherit;
  z-index: -1;
  background: linear-gradient(135deg, #d4a437, var(--accent), #d4a437);
}
/* card-v-6: retro arcade — пиксельная стилистика */body.card-v-6 .slot-card {
 image-rendering: pixelated;
border: 2px solid var(--accent);
 box-shadow: 4px 4px 0 var(--accent-dark);
 }
body.card-v-6 .slot-card .slot-name {
 font-family: 'Russo One', monospace, sans-serif;
 letter-spacing: 1px;
 text-transform: uppercase;
 }
/* card-v-7: holographic — радужный градиент по краям */body.card-v-7 .slot-card {
 overflow: hidden;
position: relative;
 }
body.card-v-7 .slot-card::after {
  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%);
 inset: 0;
  pointer-events: none;
 animation: holo 3s ease infinite;
content: '';
 position: absolute;
  background-size: 200% 200%;
}
@keyframes holo {
 0%, 100% {
 background-position: 0% 0%;
 }
 50% {
 background-position: 100% 100%;
 }
 }
/* card-v-8: minimal flat — без теней и обводок */body.card-v-8 .slot-card {
 border: none;
 background: var(--bg-card);
box-shadow: 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 ._JmHfMyeNsgj {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: 24px;
 }
/* cta-v-2: центрированный с большой иконкой */body.cta-v-2 ._JmHfMyeNsgj {
 text-align: center;
flex-direction: column;
 padding: 40px 24px;
 }
body.cta-v-2 ._ADoOypvM {
 max-width: 600px;
 }
body.cta-v-2 ._SWMgiMRZBax {
 justify-content: center;
 }
body.cta-v-2 ._JmHfMyeNsgj::before {
 content: '🎁';
 font-size: 56px;
 margin-bottom: 12px;
 }
/* cta-v-3: вертикальный stack с фоном-рисунком */body.cta-v-3 ._JmHfMyeNsgj {
  background: linear-gradient(135deg, var(--accent-soft) 0%, transparent 60%), radial-gradient(circle at 80% 20%, var(--accent-glow), transparent 60%);
 gap: 14px;
  border: 2px solid var(--accent);
  flex-direction: column;
}
/* cta-v-4: dual-action (две большие кнопки рядом) */body.cta-v-4 ._SWMgiMRZBax {
 grid-template-columns: 1fr 1fr;
 gap: 12px;
 min-width: 260px;
display: grid;
 }
/* cta-v-5: минимальный — узкая полоса */body.cta-v-5 ._JmHfMyeNsgj {
 padding: 16px 22px;
 gap: 16px;
 }
body.cta-v-5 ._IqNJxjeGn {
 font-size: 16px;
 }
body.cta-v-5 ._MHjqnmhCKa {
 display: none;
 }
/* ========== TABLE ВАРИАНТЫ (5 стилей) ========== *//* tbl-v-1: classic (default) — полосатые строки */body.tbl-v-1 ._uqZGQYVws tbody tr:nth-child(odd),body.tbl-v-1 ._VqSuLoHYT tbody tr:nth-child(odd) {
 background: var(--bg-section);
 }
/* tbl-v-2: minimal — только нижние границы */body.tbl-v-2 ._uqZGQYVws, body.tbl-v-2 ._VqSuLoHYT {
 border: none;
 }
body.tbl-v-2 ._uqZGQYVws thead th, body.tbl-v-2 ._VqSuLoHYT thead th {
 border-bottom: 2px solid var(--accent);
background: transparent;
 }
body.tbl-v-2 ._uqZGQYVws tbody td, body.tbl-v-2 ._VqSuLoHYT tbody td {
 border-bottom: 1px solid var(--border-subtle);
 }
body.tbl-v-2 ._uqZGQYVws tbody tr:hover, body.tbl-v-2 ._VqSuLoHYT tbody tr:hover {
 background: var(--accent-soft);
 }
/* tbl-v-3: card-style — каждая строка как карточка */body.tbl-v-3 ._uqZGQYVws tbody tr, body.tbl-v-3 ._VqSuLoHYT tbody tr {
  border-radius: var(--radius-md);
 border: 1px solid var(--border-subtle);
 grid-template-columns: repeat(4, 1fr);
  background: var(--bg-card);
 margin-bottom: 8px;
 gap: 8px;
display: grid;
}
body.tbl-v-3 ._uqZGQYVws tbody td, body.tbl-v-3 ._VqSuLoHYT tbody td {
 border: none;
 }
/* tbl-v-4: striped + bold headers */body.tbl-v-4 ._uqZGQYVws thead th, body.tbl-v-4 ._VqSuLoHYT thead th {
  color: white;
 font-size: 12px;
 text-transform: uppercase;
background: var(--accent);
 letter-spacing: 1px;
}
body.tbl-v-4 ._uqZGQYVws tbody tr:nth-child(even),body.tbl-v-4 ._VqSuLoHYT tbody tr:nth-child(even) {
 background: var(--bg-section);
 }
/* tbl-v-5: borderless + highlighted column */body.tbl-v-5 ._uqZGQYVws, body.tbl-v-5 ._VqSuLoHYT {
 border-collapse: separate;
 border-spacing: 0 4px;
 }
body.tbl-v-5 ._uqZGQYVws tbody td:nth-child(2),body.tbl-v-5 ._VqSuLoHYT tbody td:nth-child(2) {
 font-weight: 700;
 color: var(--accent);
background: var(--accent-soft);
 }
body.tbl-v-5 ._uqZGQYVws tbody td, body.tbl-v-5 ._VqSuLoHYT tbody td {
 border: none;
 }
/* ========== SECTION HEADING ВАРИАНТЫ (5 стилей) ========== *//* sh-v-1: default — eyebrow + h2 + subtitle */body.sh-v-1 ._FmBbJPAZV {
 margin-bottom: 36px;
 }
/* sh-v-2: с подчёркиванием на акцентной полосе */body.sh-v-2 ._FmBbJPAZV h2 {
 display: inline-block;
 border-bottom: 3px solid var(--accent);
 padding-bottom: 10px;
 }
/* sh-v-3: горизонтальный bar — eyebrow слева, h2 справа */body.sh-v-3 ._FmBbJPAZV {
 gap: 14px;
 margin-bottom: 30px;
 justify-content: space-between;
 border-bottom: 1px solid var(--border-subtle);
 padding-bottom: 14px;
 align-items: baseline;
display: flex;
 flex-wrap: wrap;
 }
body.sh-v-3 ._FmBbJPAZV ._vQjQRRdPEP {
 margin: 0;
 }
body.sh-v-3 ._FmBbJPAZV ._sNepBBdhALK {
 width: 100%;
 margin: 8px 0 0;
 }
/* sh-v-4: центрированный с декоративными чёрточками вокруг eyebrow */body.sh-v-4 ._FmBbJPAZV {
 margin: 0 auto 36px;
 max-width: 720px;
text-align: center;
 }
body.sh-v-4 ._FmBbJPAZV ._vQjQRRdPEP {
 position: relative;
display: inline-block;
 padding: 0 16px;
 }
body.sh-v-4 ._FmBbJPAZV ._vQjQRRdPEP::before, body.sh-v-4 ._FmBbJPAZV ._vQjQRRdPEP::after {
 background: var(--accent);
 top: 50%;
content: '';
 height: 1px;
 width: 30px;
 position: absolute;
 }
body.sh-v-4 ._FmBbJPAZV ._vQjQRRdPEP::before {
 right: 100%;
 }
body.sh-v-4 ._FmBbJPAZV ._vQjQRRdPEP::after {
 left: 100%;
 }
/* sh-v-5: numbered — h2 префиксован крупной цифрой счётчика */body.sh-v-5 main {
 counter-reset: section;
 }
body.sh-v-5 ._FmBbJPAZV h2 {
 gap: 16px;
 align-items: center;
display: flex;
 }
body.sh-v-5 ._FmBbJPAZV h2::before {
 opacity: 0.5;
 content: counter(section, decimal-leading-zero);
 font-family: var(--font-display);
 font-size: 0.6em;
counter-increment: section;
 color: var(--accent);
 }
/* ========== BADGE/EYEBROW ВАРИАНТЫ (4 стиля) ========== *//* bd-v-1: default uppercase letterspaced */body.bd-v-1 ._vQjQRRdPEP, body.bd-v-1 ._NKqJxkaLQ {
 letter-spacing: 2px;
text-transform: uppercase;
 font-size: 11px;
 }
/* bd-v-2: pill с фоном */body.bd-v-2 ._vQjQRRdPEP, body.bd-v-2 ._NKqJxkaLQ {
 background: var(--accent-soft);
 border-radius: 999px;
 color: var(--accent);
display: inline-block;
 padding: 5px 12px;
 font-size: 12px;
 }
/* bd-v-3: с иконкой-точкой слева */body.bd-v-3 ._vQjQRRdPEP::before, body.bd-v-3 ._NKqJxkaLQ::before {
 animation: pulse 2s ease infinite;
 color: var(--accent);
 margin-right: 8px;
content: '●';
 }
/* bd-v-4: декоративная скобка */body.bd-v-4 ._vQjQRRdPEP::before {
 font-weight: bold;
 color: var(--accent);
content: '/ ';
 }
body.bd-v-4 ._NKqJxkaLQ::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 {
 color: var(--accent);
 display: inline-flex;
background: var(--accent-soft);
 justify-content: center;
 height: 26px;
 align-items: center;
 width: 26px;
 border-radius: 50%;
 }
/* === Адаптивность для всех вариантов === */@media (max-width: 900px) {
  body.hero-v-1 ._mezsoJF, body.hero-v-3 ._mezsoJF, body.hero-v-5 ._mezsoJF {
    grid-template-columns: 1fr !important;
  }
  body.hd-v-3 .header-inner {
 grid-template-columns: 1fr;
 gap: 12px;
 }
  body.hd-v-3 ._QaOeCSgsPm, body.hd-v-3 ._ehwzYsoYamM, body.hd-v-3 ._yVOvltBR {
 justify-self: center;
 }
  body.tbl-v-3 ._uqZGQYVws tbody tr, body.tbl-v-3 ._VqSuLoHYT 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 === */._SzijxRD {
 border-top: 1px solid var(--border-subtle);
padding: 50px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
._dsLdkoZ {
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1.5px;
 color: var(--text-3);
 text-align: center;
 margin-bottom: 16px;
 }
._AgoNhsMYN {
 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
display: grid;
 gap: 8px;
 }
._RcCUSMzSJ {
 font-size: 13px;
padding: 14px 16px;
 font-family: var(--font-display);
 font-weight: 600;
 transition: all 0.2s;
 border-radius: var(--radius-sm);
 border: 1px solid var(--border-subtle);
 color: var(--text-2);
 background: var(--bg-card);
 text-align: center;
 }
._RcCUSMzSJ:hover {
 color: var(--accent);
border-color: var(--accent);
 }
@media (max-width: 600px) {
 ._AgoNhsMYN {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === WHY US === */._TOzxzeSV {
 padding: 60px 0;
 }
._PIimXdI {
 grid-template-columns: repeat(3, 1fr);
 gap: 18px;
display: grid;
 }
._KFVHswYjxms {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 transition: all 0.2s;
background: var(--bg-card);
 border-radius: var(--radius-md);
 }
._KFVHswYjxms:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._rCiOtbD {
 display: block;
 margin-bottom: 12px;
font-size: 32px;
 }
._NkjdOCiW {
 margin: 0 0 8px;
 color: var(--text-1);
font-family: var(--font-display);
 font-size: 17px;
 }
._sPeSISQTM {
 margin: 0;
 line-height: 1.5;
font-size: 14px;
 color: var(--text-2);
 }
@media (max-width: 900px) {
 ._PIimXdI {
 grid-template-columns: 1fr;
 }
 }
/* === PAYOUT TABLE === */._nqxSyesKbzT {
 padding: 60px 0;
 }
._OriPydGo {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._OriPydGo thead th {
 text-align: left;
background: var(--accent-soft);
 font-weight: 700;
 color: var(--accent);
 padding: 14px 16px;
 }
._OriPydGo tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._OriPydGo tbody tr:hover {
 background: var(--bg-card-hover);
 }
._OriPydGo tbody td:first-child {
 font-weight: 700;
 color: var(--text-1);
 }
/* === JACKPOT METER === */._aVQsbyjIIA {
 padding: 60px 0;
 background: linear-gradient(180deg, transparent, var(--accent-soft) 50%, transparent);
 }
._iTJhNcaIy {
 text-align: center;
 border: 1px solid var(--accent);
 padding: 40px;
 max-width: 720px;
 margin: 0 auto;
 box-shadow: 0 0 40px var(--accent-glow);
background: var(--bg-card);
 border-radius: var(--radius-lg);
 }
._cudQWzq {
 letter-spacing: 2px;
font-size: 13px;
 color: var(--accent);
 text-transform: uppercase;
 margin-bottom: 8px;
 }
._etloaINbbM {
 font-family: var(--font-display);
 font-size: 24px;
 color: var(--text-1);
 margin: 0 0 20px;
 }
._rJPqbRMsio {
 font-variant-numeric: tabular-nums;
 font-size: clamp(36px, 6vw, 64px);
font-family: var(--font-display);
 margin: 16px 0 24px;
 font-weight: 800;
 line-height: 1;
 color: var(--accent);
 }
._JzryePHn {
 grid-template-columns: repeat(3, 1fr);
display: grid;
 margin-bottom: 24px;
 gap: 14px;
 }
._HpSgTlWppt {
 background: var(--bg-section);
 border-radius: var(--radius-sm);
 gap: 4px;
 padding: 12px;
display: flex;
 flex-direction: column;
 }
._GnHHQwniDM {
 font-weight: 700;
font-family: var(--font-display);
 color: var(--text-1);
 font-size: 16px;
 }
._WwuflNHZq {
 color: var(--text-3);
 text-transform: uppercase;
 letter-spacing: 0.5px;
font-size: 11px;
 }
@media (max-width: 600px) {
 ._JzryePHn {
 grid-template-columns: 1fr;
 }
 ._iTJhNcaIy {
 padding: 24px;
 }
 }
/* === NEWSLETTER === */._InjcTQfj {
 padding: 60px 0;
 }
._LUBbineUC {
 border: 1px solid var(--accent);
 padding: 36px;
background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
 border-radius: var(--radius-lg);
 }
._stdRoYKQPE {
 margin-bottom: 18px;
 }
._LhzuKdW {
 font-size: 22px;
font-family: var(--font-display);
 color: var(--text-1);
 margin: 0 0 8px;
 }
._ROTflbgOglW {
 margin: 0;
 line-height: 1.5;
font-size: 14px;
 color: var(--text-2);
 }
._TVJtwizyd {
 margin-bottom: 12px;
display: flex;
 flex-wrap: wrap;
 gap: 10px;
 }
._IRvpBLaurkA {
 flex: 1;
 padding: 12px 16px;
 font-size: 14px;
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
 min-width: 240px;
 color: var(--text-1);
 background: var(--bg-section);
 }
._IRvpBLaurkA:focus {
 border-color: var(--accent);
outline: none;
 }
._wDlXuQtDCfU {
 cursor: pointer;
padding: 12px 26px;
 font-size: 14px;
 font-weight: 700;
 border: none;
 border-radius: var(--radius-md);
 color: white;
 background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
 }
._wDlXuQtDCfU:hover {
 transform: translateY(-1px);
 }
._WFDCAuYfPpC {
 color: var(--text-3);
font-size: 12px;
 }
/* === AWARDS === */._mQyLNEEla {
 padding: 50px 0;
 }
._TqsQnVBOL {
 text-align: center;
 color: var(--text-3);
font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 2px;
 margin-bottom: 20px;
 }
._dYkmdJORKOT {
 gap: 14px;
display: grid;
 grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
 }
._eWpbwhKgKB {
 padding: 16px;
 border-left: 3px solid var(--accent);
 border-radius: var(--radius-md);
 border: 1px solid var(--border-subtle);
background: var(--bg-card);
 }
._QcBkrqg {
 font-family: var(--font-display);
display: block;
 font-weight: 800;
 color: var(--accent);
 font-size: 20px;
 }
._EKJwiClkbg {
 font-size: 14px;
display: block;
 font-weight: 700;
 color: var(--text-1);
 margin: 4px 0;
 }
._phfzukgm {
 color: var(--text-3);
font-size: 12px;
 }
/* === TOP WINNERS === */._QuRxCnUCylS {
 padding: 60px 0;
 }
._LeFKpEuQG {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._LeFKpEuQG thead th {
 color: white;
 letter-spacing: 1px;
 padding: 12px 16px;
 font-size: 12px;
background: var(--accent);
 text-align: left;
 text-transform: uppercase;
 }
._LeFKpEuQG tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._LeFKpEuQG tbody tr:hover {
 background: var(--bg-card-hover);
 }
._LeFKpEuQG .win-cell {
 font-weight: 700;
 color: var(--accent);
 }
._LeFKpEuQG tr.winner-1 {
 background: linear-gradient(90deg, rgba(255, 215, 0, 0.15), transparent);
 }
._LeFKpEuQG tr.winner-2 {
 background: linear-gradient(90deg, rgba(192, 192, 192, 0.15), transparent);
 }
._LeFKpEuQG tr.winner-3 {
 background: linear-gradient(90deg, rgba(205, 127, 50, 0.15), transparent);
 }
/* === HOT GAME === */._onqFmlN {
 padding: 60px 0;
 }
._SCYJrEQ {
 display: grid;
 border-radius: var(--radius-lg);
 grid-template-columns: 320px 1fr;
 border: 1px solid var(--border-subtle);
 align-items: center;
 padding: 24px;
 background: var(--bg-card);
 gap: 24px;
 }
._dDzMtzCXHu {
 justify-content: center;
 overflow: hidden;
 align-items: center;
 padding: 12px;
 text-align: center;
 border-radius: var(--radius-md);
 font-size: 18px;
aspect-ratio: 4/3;
 display: flex;
 color: white;
 font-weight: 700;
 position: relative;
 }
._dDzMtzCXHu img {
 height: 100%;
 inset: 0;
 object-fit: cover;
 width: 100%;
position: absolute;
 }
._DlcbWuJP {
 padding: 8px 0;
 }
._NjhsHXMQW {
 color: var(--accent);
 text-transform: uppercase;
 margin-bottom: 8px;
 letter-spacing: 1.5px;
 font-weight: 700;
 font-size: 12px;
 }
._yElPeRni {
 font-family: var(--font-display);
 margin: 0 0 12px;
 font-size: 26px;
 color: var(--text-1);
 }
._KvdyMpUd {
 color: var(--text-2);
display: flex;
 gap: 18px;
 font-size: 13px;
 flex-wrap: wrap;
 margin-bottom: 14px;
 }
._KvdyMpUd strong {
 color: var(--text-1);
 }
._OyUdgeOIn {
 margin: 0 0 18px;
font-size: 14px;
 line-height: 1.5;
 color: var(--text-2);
 }
._iNvjFMC {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
@media (max-width: 700px) {
 ._SCYJrEQ {
 grid-template-columns: 1fr;
 }
 }
/* === VIP === */._JRQzuROWaT {
 padding: 60px 0;
 }
._NctGyszFt {
 box-shadow: 0 8px 40px rgba(212, 164, 55, 0.15);
 text-align: center;
 margin: 0 auto;
 border: 1px solid #d4a437;
 padding: 40px;
background: linear-gradient(135deg, #1a1208 0%, var(--bg-card) 60%);
 border-radius: var(--radius-lg);
 max-width: 760px;
 }
._QmCnlNNKqPG {
 text-transform: uppercase;
 font-size: 13px;
 margin-bottom: 12px;
 letter-spacing: 2px;
color: #d4a437;
 }
._GRnIrkV {
 font-family: var(--font-display);
 font-size: 28px;
 margin: 0 0 14px;
 color: var(--text-1);
 }
._dnPdqbkCNE {
 margin: 0 auto 22px;
 max-width: 600px;
font-size: 15px;
 line-height: 1.6;
 color: var(--text-2);
 }
._pUZkkfytHr {
 grid-template-columns: repeat(2, 1fr);
 margin-right: auto;
 margin: 0 0 24px;
 padding: 0;
 margin-left: auto;
 display: grid;
 max-width: 540px;
 gap: 10px;
list-style: none;
 }
._pUZkkfytHr li {
 text-align: left;
 color: var(--text-2);
 border-left: 2px solid #d4a437;
 background: rgba(212, 164, 55, 0.06);
 padding: 8px 12px;
font-size: 14px;
 border-radius: var(--radius-sm);
 }
@media (max-width: 600px) {
 ._pUZkkfytHr {
 grid-template-columns: 1fr;
 }
 ._NctGyszFt {
 padding: 24px;
 }
 }
/* === CALCULATOR === */._UKuNtCbA {
 padding: 60px 0;
 }
._QMDOJzK {
 border-radius: var(--radius-lg);
 margin: 0 auto;
background: var(--bg-card);
 padding: 36px;
 max-width: 640px;
 border: 1px solid var(--border-subtle);
 }
._NAseNXd {
 text-transform: uppercase;
 letter-spacing: 2px;
 font-size: 12px;
 margin-bottom: 8px;
color: var(--accent);
 }
._AWtBaxCB {
 font-family: var(--font-display);
 font-size: 24px;
 color: var(--text-1);
 margin: 0 0 20px;
 }
._OYsYbKKB {
 gap: 16px;
 flex-direction: column;
display: flex;
 }
._cFjZkhFlu {
 gap: 8px;
 flex-direction: column;
display: flex;
 }
._GGoibVfuzI {
 font-weight: 600;
font-size: 13px;
 color: var(--text-2);
 }
._OYsYbKKB input {
 font-weight: 700;
color: var(--text-1);
 border: 1px solid var(--border-subtle);
 background: var(--bg-section);
padding: 12px 16px;
 border-radius: var(--radius-md);
 font-size: 18px;
 }
._OYsYbKKB input:focus {
 border-color: var(--accent);
outline: none;
 }
._KRqsabrjS {
 padding: 16px;
 border-radius: var(--radius-md);
background: var(--bg-section);
 }
._UfJqlOkkuk {
 padding: 8px 0;
 font-size: 14px;
 color: var(--text-2);
display: flex;
 align-items: center;
 justify-content: space-between;
 }
._UfJqlOkkuk strong {
 font-weight: 700;
color: var(--text-1);
 }
._hgFEITWe strong {
 color: var(--accent);
 }
._qlWPvWgP {
 margin-top: 4px;
padding-top: 12px;
 font-weight: 700;
 border-top: 1px solid var(--border-subtle);
 }
._qlWPvWgP strong {
 font-size: 18px;
 }
/* === LIVE ACTIVITY === */._jpeMohAc {
 padding: 30px 0;
 }
._gKEwnPxx {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 14px;
 }
._eGgxmSbcTqM {
 padding: 18px;
 gap: 4px;
 align-items: flex-start;
 display: flex;
 flex-direction: column;
background: var(--bg-card);
 border-radius: var(--radius-md);
 border: 1px solid var(--border-subtle);
 }
._pDZamTZHVVR {
 font-size: 18px;
 }
._DINzRlSZi {
 font-weight: 800;
 color: var(--accent);
 font-size: 22px;
font-family: var(--font-display);
 font-variant-numeric: tabular-nums;
 }
._lKscHxUCjLp {
 color: var(--text-3);
 text-transform: uppercase;
 letter-spacing: 0.5px;
font-size: 11px;
 }
@media (max-width: 700px) {
 ._gKEwnPxx {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === PROS CONS === */._dcviZchFm {
 padding: 60px 0;
 }
._woxPcFnD {
 gap: 18px;
 grid-template-columns: repeat(2, 1fr);
display: grid;
 }
._GboUYYrR {
 border-radius: var(--radius-md);
background: var(--bg-card);
 border: 1px solid var(--border-subtle);
 padding: 24px;
 }
._DclLDEub {
 border-left: 3px solid #22c55e;
 }
._nDTmDQVg {
 border-left: 3px solid #ef4444;
 }
._GboUYYrR h3 {
 color: var(--text-1);
 font-size: 17px;
font-family: var(--font-display);
 margin: 0 0 14px;
 }
._GboUYYrR ul {
 gap: 10px;
 padding: 0;
 margin: 0;
 display: flex;
 flex-direction: column;
list-style: none;
 }
._GboUYYrR li {
 line-height: 1.5;
font-size: 14px;
 color: var(--text-2);
 position: relative;
 padding-left: 22px;
 }
._DclLDEub li::before {
 position: absolute;
 font-weight: 700;
 left: 0;
content: '✓';
 color: #22c55e;
 }
._nDTmDQVg li::before {
 color: #ef4444;
 font-size: 18px;
 font-weight: 700;
 left: 0;
 position: absolute;
content: '−';
 }
@media (max-width: 700px) {
 ._woxPcFnD {
 grid-template-columns: 1fr;
 }
 }
/* === SECURITY STRIP === */._RtzUmBgk {
 border-bottom: 1px solid var(--border-subtle);
padding: 40px 0;
 border-top: 1px solid var(--border-subtle);
 background: var(--bg-section);
 }
._rrsQCqco {
 text-align: center;
 color: var(--text-3);
font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 2px;
 margin-bottom: 18px;
 }
._rxHFawMgsWk {
 gap: 10px;
 grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
display: grid;
 }
._VEdFRXpMW {
 padding: 10px 14px;
 color: var(--text-2);
 background: var(--bg-card);
 gap: 8px;
display: flex;
 align-items: center;
 border-radius: var(--radius-md);
 font-size: 13px;
 border: 1px solid var(--border-subtle);
 }
._LrRcNxC {
 font-size: 18px;
 }
/* === METHODS === */._UmGIEoDAym {
 padding: 60px 0;
 }
._dRvwRvHwTJ {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
 gap: 12px;
 }
._fVuHDgk {
 flex-direction: column;
 align-items: center;
 border-radius: var(--radius-md);
 padding: 16px;
 transition: all 0.2s;
background: var(--bg-card);
 display: flex;
 gap: 6px;
 text-align: center;
 border: 1px solid var(--border-subtle);
 }
._fVuHDgk:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._CvZyQKwi {
 font-size: 28px;
 }
._GszcvDtZfKF {
 font-weight: 700;
 font-size: 13px;
 color: var(--text-1);
 }
._QwYVIiis {
 font-size: 11px;
 color: var(--text-3);
 }
/* === STEPS === */._WmqAgoFDNGu {
 padding: 60px 0;
 }
._cXQmgkkxUJ {
 display: grid;
 counter-reset: step;
 gap: 18px;
 grid-template-columns: repeat(4, 1fr);
 }
._qoRkLJBfN {
 border-radius: var(--radius-md);
background: var(--bg-card);
 border: 1px solid var(--border-subtle);
 padding: 24px;
 position: relative;
 }
._BxCMXQld {
 font-family: var(--font-display);
 line-height: 1;
 margin-bottom: 8px;
 opacity: 0.3;
 font-weight: 800;
 color: var(--accent);
 font-size: 36px;
 }
._LQOSzSPZ {
 margin: 0 0 8px;
 color: var(--text-1);
font-family: var(--font-display);
 font-size: 17px;
 }
._iqEuyYqC {
 margin: 0;
font-size: 13px;
 line-height: 1.5;
 color: var(--text-2);
 }
@media (max-width: 900px) {
 ._cXQmgkkxUJ {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 500px) {
 ._cXQmgkkxUJ {
 grid-template-columns: 1fr;
 }
 }
/* === FOOTER INFO ROW === */._iVPUeGx {
 display: grid;
 gap: 24px;
 grid-template-columns: repeat(3, 1fr);
 padding: 30px 0;
 border-top: 1px solid var(--border-subtle);
 }
._kxuTnJYOKK h4 {
 font-size: 14px;
 margin: 0 0 12px;
 font-weight: 700;
color: var(--text-1);
 }
._oaczxqoDM {
 line-height: 1.5;
 color: var(--text-3);
font-size: 13px;
 margin-bottom: 6px;
 }
._OShdGJE {
 color: var(--text-3);
 }
._GprUPEjpi {
 text-decoration: none;
color: var(--accent);
 }
._GprUPEjpi:hover {
 text-decoration: underline;
 }
._kVDRUYa {
 font-family: monospace;
background: var(--bg-section);
 border-radius: 4px;
 padding: 2px 8px;
 font-size: 12px;
 }
@media (max-width: 700px) {
 ._iVPUeGx {
 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%;
 }
  ._pEVPXiDkl {
 padding: 0 20px;
 }
  ._MbqdpBDcd, ._cwYFruweQ, ._gKEwnPxx, ._wuFatfVE {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._OCgCZHQB {
 grid-template-columns: repeat(3, 1fr) !important;
 }
  .footer-grid {
 gap: 24px;
grid-template-columns: 1fr 1fr !important;
 }
  ._mezsoJF, .themed-hero {
 grid-template-columns: 1fr !important;
 }
  ._dYkmdJORKOT {
 grid-template-columns: repeat(3, 1fr) !important;
 }
}
@media (max-width: 900px) {
  body {
 font-size: 15px;
 }
  ._pEVPXiDkl {
 padding: 0 16px;
 }
    /* Hero */  ._zSDUlmWl {
 padding: 32px 0 !important;
 }
  .hero-title, h1 {
 font-size: 28px !important;
 line-height: 1.2 !important;
 }
  .hero-sub, ._ZcZkkMOVvlK {
 font-size: 15px !important;
 }
    /* Headings */  h2, ._pwoIERaj h2 {
 font-size: 22px !important;
 line-height: 1.25 !important;
 }
  h3 {
 font-size: 18px !important;
 }
  h4 {
 font-size: 16px !important;
 }
    /* Grids */  ._MbqdpBDcd, ._cwYFruweQ, ._gKEwnPxx, ._wuFatfVE, ._dYkmdJORKOT {
 gap: 12px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._OCgCZHQB {
 gap: 14px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._dRvwRvHwTJ, ._rxHFawMgsWk, ._AgoNhsMYN {
 grid-template-columns: repeat(2, 1fr) !important;
 gap: 12px;
 }
  ._woxPcFnD {
 grid-template-columns: 1fr !important;
 }
  .footer-grid, ._ZgTbrcDE {
 gap: 20px;
grid-template-columns: 1fr !important;
 }
  .topwin-grid {
 grid-template-columns: 1fr !important;
 }
  ._tRPrxtMRsF {
 grid-template-columns: 1fr 1fr !important;
 gap: 10px !important;
 }
  ._iVPUeGx {
 gap: 18px;
grid-template-columns: 1fr !important;
 }
    /* Tables — horizontal scroll wrapper */  ._OriPydGo, ._VqSuLoHYT, ._uqZGQYVws, .leaderboard-table {
 font-size: 13px;
 }
  ._nqxSyesKbzT, ._kmpwMSzd, ._MTqPlPkJVV, ._QuRxCnUCylS .leaderboard-wrap {
    -webkit-overflow-scrolling: touch;
overflow-x: auto;
  }
  ._OriPydGo th, ._OriPydGo td, ._VqSuLoHYT th, ._VqSuLoHYT td {
 padding: 8px 10px !important;
 white-space: nowrap;
 }
    /* CIH crit row — fixed cols become problematic */  ._PZGbmqhQ {
 gap: 4px !important;
 padding: 10px !important;
grid-template-columns: 1fr !important;
 }
  ._Zxtsyxcs {
 font-size: 13px;
 }
    /* CTA banners */  ._JmHfMyeNsgj {
 gap: 14px !important;
flex-direction: column !important;
 text-align: center;
 padding: 18px !important;
 }
  ._SWMgiMRZBax {
 flex-direction: column;
 width: 100%;
 }
  ._SWMgiMRZBax ._ZKFOulzibVT {
 width: 100%;
 }
    /* Sticky CTA */  .sticky-cta-bar {
 flex-direction: column !important;
 text-align: center;
 padding: 12px 16px !important;
 gap: 8px !important;
 }
  .sticky-cta-bar .scb-text {
 font-size: 13px !important;
 }
  body.scb-pos-3 .sticky-cta-bar {
 left: 12px !important;
 right: 12px !important;
 max-width: none !important;
 }
    /* Trust signal bar */  ._WFWBpdC {
 padding: 8px 0 !important;
 }
  ._WFWBpdC ._pEVPXiDkl {
 flex-wrap: wrap;
 font-size: 12px !important;
 gap: 8px 14px !important;
 justify-content: center;
 }
    /* Header — все варианты компактнее */  ._wPUmwZod ._HXdWHLipt {
 flex-wrap: wrap;
padding: 12px 14px !important;
 gap: 10px !important;
 }
  ._ehwzYsoYamM ._wixsNGKhfUP {
 font-size: 18px !important;
 }
  ._QaOeCSgsPm {
 display: none !important;
 }
 /* nav скрываем на мобиле — заменяем на бургер если нужно */  body.hd-style-2 ._HXdWHLipt,  body.hd-style-3 ._HXdWHLipt,  body.hd-style-4 ._HXdWHLipt,  body.hd-style-5 ._HXdWHLipt,  body.hd-style-6 ._HXdWHLipt {
    flex-direction: column !important;
display: flex !important;
    grid-template-columns: none !important;
 align-items: stretch !important;
 grid-template-areas: none !important;
  }
  body[class*="hd-style-"] [data-hd-slot="logo"] {
 align-self: center;
 order: 1;
 }
  body[class*="hd-style-"] [data-hd-slot="nav"] {
 order: 99;
 display: none;
 }
  body[class*="hd-style-"] [data-hd-slot="search"] {
 width: 100%;
order: 2;
 }
  body[class*="hd-style-"] [data-hd-slot="actions"] {
 justify-content: center;
order: 3;
 }
    /* Header search */  ._CeGLkKlUoI {
 max-width: 100% !important;
flex: 0 0 100% !important;
 }
  ._DnrEaHpTry {
 font-size: 13px;
 }
    /* Header actions */  ._yVOvltBR {
 display: flex;
 gap: 8px;
 justify-content: center;
 flex-wrap: wrap;
 }
  ._yVOvltBR ._ZKFOulzibVT {
 font-size: 13px;
 min-width: 130px;
 padding: 10px 12px;
flex: 1 1 auto;
 }
    /* Card paddings */  .slot-card, .stat-card, ._IbtioPLCVs, ._fVuHDgk, .review-card, ._NctGyszFt {
 padding: 14px !important;
 }
  ._QMDOJzK {
 padding: 18px !important;
 }
    /* Hero buttons */  .hero-actions, .hero-cta {
 align-items: stretch;
flex-direction: column !important;
 gap: 10px !important;
 }
  .hero-actions ._ZKFOulzibVT {
 width: 100%;
 }
    /* Showcase tabs — wrap */  ._kgwDXluwOQ, [id="showcase-tabs"] {
 flex-wrap: wrap !important;
 gap: 6px !important;
 }
  ._kgwDXluwOQ button, [id="showcase-tabs"] button {
 padding: 6px 10px !important;
font-size: 12px !important;
 }
    /* Newsletter */  .newsletter-form {
 flex-direction: column !important;
 gap: 10px;
 }
  .newsletter-form input, .newsletter-form button {
 width: 100% !important;
 }
    /* Calculator */  ._OYsYbKKB {
 gap: 10px;
grid-template-columns: 1fr !important;
 }
  ._UfJqlOkkuk {
 gap: 4px !important;
flex-direction: column;
 align-items: flex-start !important;
 }
    /* Author cards */  ._UfCGkKORvE {
 padding: 14px !important;
 }
  ._MVAUjOr {
 text-align: center;
flex-direction: column;
 }
  ._kBQUftLdU {
 margin: 0 auto 10px !important;
 }
    /* Chat panel */  ._JsCoXCntV {
 width: 92% !important;
 max-width: 360px;
 bottom: 80px !important;
 right: 4% !important;
 }
    /* Reviews */  ._rfrBgyckcX, [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 */  ._uJHFgJbqA {
 padding: 32px 0 !important;
 }
  .themed-hero {
 gap: 18px !important;
 }
    /* Awards */  ._dYkmdJORKOT {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._eWpbwhKgKB {
 padding: 12px !important;
 }
    /* Section frames adjustments */  section[data-sec-fr="boxed"] {
 margin: 16px 8px !important;
 padding: 14px 0 !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) {
  ._MbqdpBDcd, ._cwYFruweQ, ._gKEwnPxx, ._wuFatfVE, ._dYkmdJORKOT {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._OCgCZHQB {
 grid-template-columns: repeat(2, 1fr) !important;
 gap: 10px !important;
 }
  ._dRvwRvHwTJ, ._rxHFawMgsWk, ._AgoNhsMYN {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._tRPrxtMRsF {
 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 */  ._OriPydGo th, ._OriPydGo td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
  ._VqSuLoHYT th, ._VqSuLoHYT td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
    /* Footer */  ._ZgTbrcDE, ._iVPUeGx, ._UTEgtpqyF {
 gap: 14px !important;
 }
  ._CKozxFcZWU ._UTEgtpqyF {
 flex-direction: column !important;
 align-items: flex-start !important;
 }
  ._JNmpZgOY {
 gap: 8px;
flex-wrap: wrap;
 }
    /* Hero — ещё компактнее */  ._zSDUlmWl {
 padding: 24px 0 !important;
 }
  .hero-cta {
 gap: 8px;
 }
    /* Buttons */  ._ZKFOulzibVT {
 font-size: 13px !important;
padding: 10px 16px !important;
 }
  ._yVBscuil, ._zWJZYRatF {
 min-height: 44px;
 }
 /* touch target */    /* Badges */  .age-badge, .age-circle {
 transform: scale(.85);
 }
    /* Themed/Cards */  .themed-card, .review-card, .topwin-card, ._QMDOJzK {
 padding: 12px !important;
 }
    /* Live activity */  .la-card {
 padding: 10px !important;
 }
  ._DINzRlSZi {
 font-size: 20px !important;
 }
    /* Steps */  ._qoRkLJBfN {
 padding: 14px !important;
 }
  ._BxCMXQld {
 font-size: 28px !important;
 }
    /* Pros/Cons */  .pc-card {
 padding: 14px !important;
 }
    /* TOC / nav links */  ._UmlyWeQ, .nav-list {
 gap: 6px !important;
 flex-wrap: wrap;
 }
    /* Trust signal */  ._WFWBpdC ._OTITbJhgA {
 font-size: 11px !important;
 }
}
@media (max-width: 480px) {
  body {
 font-size: 14px;
 }
  ._pEVPXiDkl {
 padding: 0 12px;
 }
    /* Все 2-колоночные становятся 1-колоночными для маленьких экранов */  ._MbqdpBDcd, ._cwYFruweQ, ._gKEwnPxx, ._wuFatfVE {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._dRvwRvHwTJ, ._rxHFawMgsWk, ._AgoNhsMYN {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._dYkmdJORKOT {
 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, ._fVuHDgk {
 padding: 10px !important;
 }
  .stat-num {
 font-size: 20px !important;
 }
    /* Tables */  ._OriPydGo, ._VqSuLoHYT, ._uqZGQYVws {
 font-size: 11px !important;
 }
  ._OriPydGo th, ._OriPydGo td,  ._VqSuLoHYT th, ._VqSuLoHYT td {
 padding: 6px !important;
 }
    /* Buttons */  ._ZKFOulzibVT {
 padding: 10px 14px !important;
 min-height: 44px;
 }
  ._WSckUPdgUnj {
 min-height: 38px;
 font-size: 12px !important;
padding: 8px 12px !important;
 }
    /* Section padding */  section {
 padding: 20px 0 !important;
 }
  ._uJHFgJbqA {
 padding: 24px 0 !important;
 }
    /* Trust bar */  ._WFWBpdC ._pEVPXiDkl {
 gap: 6px 10px !important;
font-size: 10px !important;
 }
    /* CTA banners */  ._JmHfMyeNsgj {
 padding: 14px !important;
 }
  ._IqNJxjeGn {
 font-size: 16px !important;
 }
    /* Sticky CTA */  .sticky-cta-bar {
 padding: 10px 12px !important;
 font-size: 12px !important;
 }
  .scb-btn {
 padding: 8px 14px !important;
 font-size: 12px !important;
 }
    /* Footer */  ._AFzZPEZ h4, ._kxuTnJYOKK h4 {
 font-size: 15px !important;
 }
  ._AFzZPEZ p, ._oaczxqoDM {
 font-size: 13px !important;
 }
    /* Showcase tabs */  ._kgwDXluwOQ button {
 padding: 5px 9px !important;
font-size: 11px !important;
 }
    /* Numbered section frame — еле видим */  section[data-sec-fr="numbered"]::before {
 opacity: .15 !important;
 right: 8px !important;
font-size: 36px !important;
 }
    /* Boxed section — поменьше отступов */  section[data-sec-fr="boxed"] {
 margin: 12px 4px !important;
 padding: 12px 0 !important;
 }
    /* Header */  ._wPUmwZod ._HXdWHLipt {
 padding: 10px 12px !important;
 gap: 8px !important;
 }
  ._ehwzYsoYamM ._wixsNGKhfUP {
 font-size: 16px !important;
 }
  ._yVOvltBR ._ZKFOulzibVT {
 padding: 8px 10px !important;
 font-size: 12px !important;
 min-width: 110px;
 }
}
@media (max-width: 380px) {
  body {
 font-size: 13px;
 }
  ._pEVPXiDkl {
 padding: 0 10px;
 }
    /* Совсем малые экраны — 1 колонка везде */  ._MbqdpBDcd, ._cwYFruweQ, ._gKEwnPxx, ._wuFatfVE, ._dRvwRvHwTJ, ._rxHFawMgsWk, ._AgoNhsMYN, ._dYkmdJORKOT {
 grid-template-columns: 1fr !important;
 }
  ._OCgCZHQB {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
    .hero-title, h1 {
 font-size: 20px !important;
 }
  h2 {
 font-size: 16px !important;
 }
    /* Tables в скролл с минимальным padding */  ._OriPydGo th, ._OriPydGo td {
 font-size: 10px !important;
padding: 4px 6px !important;
 }
    /* Header — 2 строки точно */  ._yVOvltBR {
 width: 100%;
 }
  ._yVOvltBR ._ZKFOulzibVT {
 font-size: 11px !important;
 padding: 8px 6px !important;
flex: 1 1 calc(50% - 4px);
 }
}
/* =================================================================   TOUCH-FRIENDLY: минимальные размеры тап-таргетов   ================================================================= */@media (hover: none) and (pointer: coarse) {
  ._ZKFOulzibVT, button, a._RiflSveG, ._fVuHDgk, .slot-card a, .faq-q, .scb-btn, .scb-close {
 min-height: 44px;
 }
  input, select, textarea {
 /* предотвращает zoom в iOS */;
 font-size: 16px;
min-height: 44px;
 }
  /* 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 {
 word-wrap: break-word;
white-space: pre-wrap;
 }
/* Длинные слова/URL не должны ломать вёрстку */._GprUPEjpi, ._AFzZPEZ p, .review-text, .faq-a, ._UfJqlOkkuk {
 word-wrap: break-word;
 overflow-wrap: break-word;
 }
/* ==== CSS variables (обязательно — должны быть в каждом css при франкенштейн-композиции) ==== */:root {
  --container-width: 1280px;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --text-primary: #f1f5f9;
--accent: #22c55e;
  --radius-sm: 6px;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --radius-lg: 16px;
  --bg-base: #0a0e1a;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --border-strong: #2d3556;
  --radius-md: 10px;
  --border-subtle: #232a44;
  --bg-section: #0f1422;
  --text-secondary: #cbd5e1;
  --text-dim: #64748b;
  --accent-dark: #16a34a;
  --bg-card-hover: #1c2238;
  --text-muted: #94a3b8;
  --bg-card: #161b2e;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
}
/* ==== Buttons (используются в header, footer, body — дублируются) ==== */._ZKFOulzibVT {
 transition: transform 0.15s, box-shadow 0.15s;
 border-radius: var(--radius-md);
 font-weight: 600;
 padding: 12px 22px;
 white-space: nowrap;
 font-size: 14px;
 gap: 8px;
 align-items: center;
 justify-content: center;
display: inline-flex;
 font-family: inherit;
 cursor: pointer;
 border: none;
 text-decoration: none;
 }
._yVBscuil {
 color: var(--bg-base) !important;
 box-shadow: 0 4px 14px var(--accent-glow);
background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 }
._yVBscuil:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._zWJZYRatF {
 color: var(--text-primary) !important;
 border: 1px solid var(--border-strong);
background: var(--bg-card);
 }
._zWJZYRatF:hover {
 background: var(--bg-card-hover);
 }
._fpIHcHiv {
 background: transparent;
 border: 1px solid var(--accent);
 color: var(--accent) !important;
 }
._fpIHcHiv:hover {
 background: var(--accent-soft);
 }
._neiDwai {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — HEADER styles ==== */._wPUmwZod {
 position: sticky;
 backdrop-filter: blur(12px);
 border-bottom: 1px solid var(--border-subtle);
 background: rgba(10, 14, 26, 0.92);
 -webkit-backdrop-filter: blur(12px);
 top: 0;
 z-index: 100;
 font-family: var(--font-body);
 }
.header-inner {
 align-items: center;
 max-width: var(--container-width);
display: flex;
 gap: 32px;
 padding: 14px 24px;
 margin: 0 auto;
 }
._ehwzYsoYamM {
 color: var(--text-primary);
 align-items: center;
 display: flex;
 font-size: 22px;
font-family: var(--font-display);
 font-weight: 800;
 gap: 10px;
 text-decoration: none;
 }
.brand-logo-mark {
 width: 36px;
 height: 36px;
 justify-content: center;
 font-weight: 800;
 border-radius: 10px;
 font-size: 18px;
 align-items: center;
 display: flex;
 color: var(--bg-base);
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 }
._QaOeCSgsPm {
 display: flex;
 flex: 1;
 gap: 8px;
 }
._QaOeCSgsPm a {
 font-size: 14px;
 font-weight: 500;
 color: var(--text-secondary);
 border-radius: var(--radius-md);
padding: 8px 14px;
 text-decoration: none;
 transition: all 0.2s ease;
 }
._QaOeCSgsPm a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._yVOvltBR {
 gap: 10px;
display: flex;
 }
@media (max-width: 720px) {
 ._QaOeCSgsPm {
 display: none;
 }
 ._yVOvltBR ._zWJZYRatF {
 display: none;
 }
 .header-inner {
 padding: 12px 16px;
 gap: 12px;
 }
 }
._piffvXSvnA {
 width: 36px;
 flex-shrink: 0;
 height: 36px;
 border-radius: 6px;
 object-fit: contain;
 }
/* ==== CSS variables (обязательно — должны быть в каждом css при франкенштейн-композиции) ==== */:root {
  --container-width: 1280px;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --text-primary: #f1f5f9;
--accent: #22c55e;
  --radius-sm: 6px;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --radius-lg: 16px;
  --bg-base: #0a0e1a;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --border-strong: #2d3556;
  --radius-md: 10px;
  --border-subtle: #232a44;
  --bg-section: #0f1422;
  --text-secondary: #cbd5e1;
  --text-dim: #64748b;
  --accent-dark: #16a34a;
  --bg-card-hover: #1c2238;
  --text-muted: #94a3b8;
  --bg-card: #161b2e;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
}
/* ==== Buttons (используются в header, footer, body — дублируются) ==== */._ZKFOulzibVT {
 transition: transform 0.15s, box-shadow 0.15s;
 border-radius: var(--radius-md);
 font-weight: 600;
 padding: 12px 22px;
 white-space: nowrap;
 font-size: 14px;
 gap: 8px;
 align-items: center;
 justify-content: center;
display: inline-flex;
 font-family: inherit;
 cursor: pointer;
 border: none;
 text-decoration: none;
 }
._yVBscuil {
 color: var(--bg-base) !important;
 box-shadow: 0 4px 14px var(--accent-glow);
background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 }
._yVBscuil:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._zWJZYRatF {
 color: var(--text-primary) !important;
 border: 1px solid var(--border-strong);
background: var(--bg-card);
 }
._zWJZYRatF:hover {
 background: var(--bg-card-hover);
 }
._fpIHcHiv {
 background: transparent;
 border: 1px solid var(--accent);
 color: var(--accent) !important;
 }
._fpIHcHiv:hover {
 background: var(--accent-soft);
 }
._neiDwai {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — FOOTER styles ==== */._dHdpMfhiva {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
 font-size: 14px;
 padding: 48px 0 24px;
 font-family: var(--font-body);
 color: var(--text-primary);
 }
._dHdpMfhiva ._pEVPXiDkl {
 margin: 0 auto;
 padding: 0 24px;
max-width: var(--container-width);
 }
.footer-grid {
 display: grid;
 grid-template-columns: 1.4fr repeat(3, 1fr);
 margin-bottom: 36px;
 gap: 40px;
 }
.footer-col h4 {
 text-transform: uppercase;
font-family: var(--font-display);
 margin-bottom: 14px;
 color: var(--text-primary);
 letter-spacing: 1px;
 font-size: 14px;
 font-weight: 700;
 }
.footer-col ul {
 list-style: none;
 margin: 0;
 padding: 0;
 }
.footer-col li {
 margin-bottom: 8px;
 }
.footer-col a {
 transition: color 0.15s;
color: var(--text-muted);
 text-decoration: none;
 }
.footer-col a:hover {
 color: var(--accent);
 }
.footer-about {
 line-height: 1.7;
color: var(--text-muted);
 margin-top: 12px;
 }
.footer-bottom {
 border-top: 1px solid var(--border-subtle);
padding-top: 24px;
 flex-wrap: wrap;
 align-items: center;
 color: var(--text-dim);
 justify-content: space-between;
 font-size: 12px;
 display: flex;
 gap: 12px;
 }
.age-badge {
 gap: 6px;
 align-items: center;
display: inline-flex;
 color: var(--text-muted);
 }
.age-circle {
 border: 2px solid var(--text-muted);
 display: flex;
 border-radius: 50%;
 font-size: 10px;
 align-items: center;
 height: 24px;
 font-weight: 700;
 justify-content: center;
width: 24px;
 }
.footer_navigation {
 flex-wrap: wrap;
 font-size: 13px;
 gap: 18px;
display: flex;
 }
.footer_navigation a {
 transition: color 0.15s;
color: var(--text-muted);
 text-decoration: none;
 }
.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;
 }
 }
