/* ==================================================================   shab14 — main_styles.css   Стили нового шаблона. CSS-переменные подменяются JS на основе hash(brand).   ================================================================== */:root {
  --radius-sm: 6px;
  --radius-md: 10px;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --bg-card-hover: #1c2238;
  --bg-base: #0a0e1a;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --container-width: 1280px;
  --shadow-glow: 0 0 30px var(--accent-glow);
  --border-strong: #2d3556;
  --border-subtle: #232a44;
  --radius-lg: 16px;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --accent-dark: #16a34a;
  --text-muted: #94a3b8;
  --text-primary: #f1f5f9;
  --radius-xl: 24px;
  --text-dim: #64748b;
  --bg-card: #161b2e;
  --bg-section: #0f1422;
--accent: #22c55e;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
  --text-secondary: #cbd5e1;
}
* {
 padding: 0;
box-sizing: border-box;
 margin: 0;
 }
html {
 scroll-behavior: smooth;
 }
body {
 font-family: var(--font-body);
 line-height: 1.6;
 overflow-x: hidden;
 background: var(--bg-base);
 color: var(--text-primary);
 font-size: 16px;
 -webkit-font-smoothing: antialiased;
 }
img {
 height: auto;
 display: block;
max-width: 100%;
 }
a {
 text-decoration: none;
 transition: all 0.2s ease;
color: inherit;
 }
button {
 font-family: inherit;
 background: none;
 cursor: pointer;
 border: none;
 }
h1, h2, h3, h4 {
 line-height: 1.2;
 font-weight: 700;
font-family: var(--font-display);
 }
._VpeOwjFOlm {
 max-width: var(--container-width);
 padding: 0 24px;
 margin: 0 auto;
 }
/* ============== HEADER ============== */._RjNjhPDSE {
 background: rgba(10, 14, 26, 0.92);
 z-index: 100;
 -webkit-backdrop-filter: blur(12px);
position: sticky;
 border-bottom: 1px solid var(--border-subtle);
 backdrop-filter: blur(12px);
 top: 0;
 }
.header-inner {
 gap: 32px;
 padding: 14px 24px;
display: flex;
 align-items: center;
 max-width: var(--container-width);
 margin: 0 auto;
 }
._mcYGXeY {
 font-family: var(--font-display);
 gap: 10px;
 color: var(--text-primary);
 align-items: center;
 font-size: 22px;
 display: flex;
 font-weight: 800;
 }
.brand-logo-mark {
 font-weight: 800;
 color: var(--bg-base);
 font-size: 18px;
 height: 36px;
 justify-content: center;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 border-radius: 10px;
 display: flex;
 align-items: center;
width: 36px;
 }
._CarSRgcxP {
 flex: 1;
 gap: 8px;
display: flex;
 }
._CarSRgcxP a {
 padding: 8px 14px;
 color: var(--text-secondary);
 font-weight: 500;
 border-radius: var(--radius-md);
 font-size: 14px;
 }
._CarSRgcxP a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._HUVpfTeIm {
 gap: 10px;
display: flex;
 }
._nMJNJnh {
 display: inline-flex;
 padding: 12px 22px;
 border-radius: var(--radius-md);
 align-items: center;
 gap: 8px;
 transition: transform 0.15s, box-shadow 0.15s;
 white-space: nowrap;
 font-size: 14px;
 font-weight: 600;
 justify-content: center;
 }
._jlhLVwkAZZb {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 color: var(--bg-base);
 box-shadow: 0 4px 14px var(--accent-glow);
 }
._jlhLVwkAZZb:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._JGZarfOor {
 color: var(--text-primary);
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._JGZarfOor:hover {
 background: var(--bg-card-hover);
 }
._tSmmNdCGu {
 background: transparent;
 border: 1px solid var(--accent);
 color: var(--accent);
 }
._tSmmNdCGu:hover {
 background: var(--accent-soft);
 }
._VPRcfEF {
 font-size: 16px;
padding: 16px 32px;
 }
/* ============== HERO ============== */._ubDHROMwBz {
 background: radial-gradient(ellipse 80% 50% at 50% 0%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 padding: 80px 0 60px;
overflow: hidden;
position: relative;
 }
._ubDHROMwBz::before {
 background-image: linear-gradient(var(--border-subtle) 1px, transparent 1px), linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px);
 background-position: -30px -30px;
 background-size: 60px 60px;
 -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
 mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
content: '';
 opacity: 0.15;
 inset: 0;
 position: absolute;
 }
._ZkgidJdY {
 z-index: 2;
 gap: 48px;
 align-items: center;
 position: relative;
display: grid;
 grid-template-columns: 1.4fr 1fr;
 }
._ZXbztzOKaF {
 margin-bottom: 18px;
 letter-spacing: 0.5px;
 padding: 6px 12px;
 background: var(--accent-soft);
 border-radius: 999px;
display: inline-flex;
 align-items: center;
 font-size: 12px;
 color: var(--accent);
 text-transform: uppercase;
 font-weight: 600;
 gap: 8px;
 }
._ZXbztzOKaF::before {
 animation: pulse 1.6s infinite;
content: '';
 border-radius: 50%;
 height: 6px;
 background: var(--accent);
 width: 6px;
 }
@keyframes pulse {
 0%, 100% {
 opacity: 1;
 transform: scale(1);
 }
 50% {
 opacity: 0.6;
 transform: scale(1.4);
 }
 }
._ubDHROMwBz h1 {
 letter-spacing: -0.02em;
 margin-bottom: 20px;
font-size: clamp(32px, 5vw, 52px);
 }
._ubDHROMwBz h1 ._srOqfKWBVH {
 color: var(--accent);
 }
._moLoXXSm {
 color: var(--text-secondary);
 margin-bottom: 28px;
font-size: 17px;
 max-width: 540px;
 line-height: 1.65;
 }
._xkTGZEpA {
 gap: 24px;
 border-radius: var(--radius-md);
 background: var(--bg-card);
 padding: 16px 20px;
 margin-bottom: 32px;
 border: 1px solid var(--border-subtle);
 width: fit-content;
display: flex;
 }
._TvCSHui ._FMFKKqaib {
 line-height: 1;
 font-weight: 700;
 color: var(--accent);
 font-size: 22px;
font-family: var(--font-display);
 }
._TvCSHui ._CPkzeujs {
 text-transform: uppercase;
 letter-spacing: 0.5px;
 color: var(--text-muted);
font-size: 11px;
 margin-top: 4px;
 }
._xoWXLMT {
 display: flex;
 margin-bottom: 24px;
 flex-wrap: wrap;
 gap: 12px;
 }
._fxEvGyJKA {
 color: var(--text-secondary);
 gap: 12px;
 align-items: center;
 border: 1px solid var(--border-strong);
display: inline-flex;
 font-size: 13px;
 background: var(--bg-card);
 padding: 10px 16px;
 border-radius: var(--radius-md);
 }
._DeRstgPn {
 display: flex;
width: 24px;
 background: var(--accent-soft);
 justify-content: center;
 color: var(--accent);
 align-items: center;
 height: 24px;
 border-radius: 50%;
 }
._sczSuuDhRC {
 font-weight: 700;
 letter-spacing: 0.5px;
 color: var(--accent);
font-family: var(--font-display);
 }
._kSlgJYiW {
 position: relative;
 }
._HliwsEHExRy {
 padding: 24px;
 border-radius: var(--radius-lg);
 box-shadow: var(--shadow-card);
 border: 1px solid var(--border-strong);
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-section) 100%);
 }
._kHRkSkuZlZ {
 margin-bottom: 16px;
 color: var(--text-muted);
 font-size: 14px;
 letter-spacing: 1px;
 font-weight: 600;
 text-transform: uppercase;
font-family: var(--font-display);
 }
._ulVaHdYdFat {
 padding: 12px 0;
 border-bottom: 1px solid var(--border-subtle);
 justify-content: space-between;
 align-items: center;
display: flex;
 }
._ulVaHdYdFat:last-child {
 border-bottom: none;
 }
._ulVaHdYdFat ._nBNBKkpCu {
 color: var(--text-secondary);
 font-size: 14px;
 }
._ulVaHdYdFat ._yhWoEaTHK {
 font-weight: 700;
font-family: var(--font-display);
 color: var(--accent);
 }
._HjACQINH {
 display: inline-block;
 border-radius: 50%;
 animation: pulse 1.6s infinite;
 margin-right: 6px;
 background: var(--accent);
 width: 8px;
 height: 8px;
 }
/* ============== STATS ============== */._aTjOTLUXQIe {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
 border-bottom: 1px solid var(--border-subtle);
padding: 60px 0;
 }
._AGsGUNCfXJD {
 margin-bottom: 40px;
text-align: center;
 }
._ZeCAjXs {
 display: inline-block;
 margin-bottom: 12px;
 font-weight: 600;
 border-radius: 999px;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: var(--accent);
 background: var(--accent-soft);
 padding: 4px 12px;
 }
._AGsGUNCfXJD h2 {
 font-size: clamp(26px, 3vw, 36px);
 margin-bottom: 8px;
 }
._AGsGUNCfXJD h2 ._srOqfKWBVH {
 color: var(--accent);
 }
._fVnakKaIm {
 color: var(--text-muted);
 margin: 0 auto;
 font-size: 16px;
 max-width: 600px;
 }
._jfzmMVr {
 gap: 20px;
 grid-template-columns: repeat(4, 1fr);
display: grid;
 }
.stat-card {
 border: 1px solid var(--border-subtle);
 position: relative;
 text-align: center;
 overflow: hidden;
background: var(--bg-card);
 transition: transform 0.2s, border-color 0.2s;
 padding: 28px 20px;
 border-radius: var(--radius-lg);
 }
.stat-card:hover {
 transform: translateY(-4px);
 border-color: var(--accent);
 }
.stat-icon {
 justify-content: center;
 margin: 0 auto 16px;
 position: relative;
 display: flex;
width: 96px;
 height: 96px;
 align-items: center;
 }
.stat-circle {
 border-top-color: var(--accent);
 inset: 0;
 border: 3px solid var(--accent-soft);
 border-radius: 50%;
position: absolute;
 transform: rotate(-45deg);
 }
.stat-num {
 line-height: 1;
 font-weight: 800;
font-family: var(--font-display);
 position: relative;
 color: var(--accent);
 z-index: 1;
 font-size: 28px;
 }
.stat-label {
 text-transform: lowercase;
 margin-top: 6px;
font-size: 13px;
 color: var(--text-muted);
 }
/* ============== WINS TICKER ============== */._GtsAqpG {
 border-bottom: 1px solid var(--border-subtle);
background: var(--bg-base);
 overflow: hidden;
 padding: 14px 0;
 }
._dXlsgXSHEeu {
 gap: 32px;
display: flex;
 animation: ticker-scroll 60s linear infinite;
 white-space: nowrap;
 }
._GtsAqpG:hover ._dXlsgXSHEeu {
 animation-play-state: paused;
 }
@keyframes ticker-scroll {
 from {
 transform: translateX(0);
 }
 to {
 transform: translateX(-50%);
 }
 }
.win-item {
 color: var(--text-secondary);
display: inline-flex;
 align-items: center;
 gap: 10px;
 font-size: 13px;
 }
.win-avatar {
 border-radius: 50%;
 flex-shrink: 0;
 font-size: 12px;
 justify-content: center;
width: 28px;
 display: flex;
 color: white;
 font-weight: 700;
 height: 28px;
 align-items: center;
 }
.win-name {
 color: var(--text-primary);
 font-weight: 600;
 }
.win-game {
 font-weight: 600;
color: var(--accent);
 }
.win-amount {
 color: var(--accent);
 font-family: var(--font-display);
 font-weight: 700;
 margin-left: 4px;
 }
/* ============== SHOWCASE / SECTION BAR ============== */._YcMyqMP {
 padding: 60px 0;
 }
.section-alt {
 background: var(--bg-section);
 }
._XIOzpIVf {
 align-items: flex-end;
 justify-content: space-between;
 gap: 16px;
 margin-bottom: 28px;
 flex-wrap: wrap;
display: flex;
 }
._XIOzpIVf h2 {
 font-size: clamp(24px, 3vw, 32px);
 }
._XIOzpIVf h2 ._srOqfKWBVH {
 color: var(--accent);
 }
._AXrJXaBiHVx {
 align-items: center;
display: flex;
 gap: 12px;
 }
._YVHAPVMNFq {
 font-weight: 600;
color: var(--accent);
 font-size: 14px;
 display: inline-flex;
 align-items: center;
 gap: 6px;
 }
._YVHAPVMNFq:hover {
 gap: 10px;
 }
._cQSDqAxLe {
 color: var(--text-muted);
 font-size: 15px;
 margin-top: 6px;
 }
._czhynrNJ {
 gap: 8px;
flex-wrap: wrap;
 margin-bottom: 24px;
display: flex;
 }
._rJYPvuLiI {
 font-weight: 500;
 border: 1px solid var(--border-subtle);
 font-size: 13px;
 color: var(--text-secondary);
padding: 8px 16px;
 background: var(--bg-card);
 border-radius: 999px;
 }
._rJYPvuLiI._tMmVnYXPXOh {
 color: var(--accent);
background: var(--accent-soft);
 border-color: var(--accent);
 }
._rJYPvuLiI:hover {
 background: var(--bg-card-hover);
 }
/* ============== SLOT CARDS ============== */._tVreSpSTUm {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 16px;
 }
.slot-card {
 border: 1px solid var(--border-subtle);
 overflow: hidden;
background: var(--bg-card);
 position: relative;
 transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
 border-radius: var(--radius-md);
 }
.slot-card:hover {
 border-color: var(--accent);
transform: translateY(-4px);
 box-shadow: 0 8px 20px rgba(0,0,0,0.4);
 }
.slot-img {
 position: relative;
 color: rgba(255,255,255,0.85);
 display: flex;
 overflow: hidden;
 padding: 12px;
 aspect-ratio: 4/3;
 font-family: var(--font-display);
 align-items: center;
 font-size: 16px;
 justify-content: center;
 font-weight: 700;
 text-align: center;
 }
.slot-img img {
 width: 100%;
 object-fit: cover;
position: absolute;
 inset: 0;
 height: 100%;
 }
.slot-flag {
 border-radius: 4px;
 text-transform: uppercase;
position: absolute;
 letter-spacing: 0.5px;
 padding: 3px 8px;
 top: 8px;
 z-index: 2;
 font-size: 10px;
 left: 8px;
 font-weight: 700;
 }
.flag-hot {
 color: white;
background: #ef4444;
 }
.flag-new {
 background: var(--accent);
 color: var(--bg-base);
 }
.flag-jackpot {
 color: white;
background: linear-gradient(135deg, #f59e0b, #b45309);
 }
.flag-exclusive {
 background: linear-gradient(135deg, #d946ef, #a21caf);
 color: white;
 }
.slot-rtp-badge {
 font-size: 10px;
 border-radius: 4px;
 z-index: 2;
 padding: 3px 7px;
 right: 8px;
 background: rgba(0,0,0,0.65);
 top: 8px;
 backdrop-filter: blur(8px);
 color: var(--accent);
 font-weight: 700;
position: absolute;
 }
.slot-info {
 padding: 12px 14px 14px;
 }
.slot-name {
 overflow: hidden;
 margin-bottom: 2px;
 text-overflow: ellipsis;
 color: var(--text-primary);
 font-size: 14px;
 white-space: nowrap;
font-family: var(--font-display);
 font-weight: 600;
 }
.slot-prov {
 color: var(--text-muted);
font-size: 12px;
 margin-bottom: 10px;
 }
.slot-desc {
 margin-bottom: 10px;
 color: var(--text-secondary);
 overflow: hidden;
 line-clamp: 2;
 -webkit-box-orient: vertical;
font-size: 12px;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 line-height: 1.4;
 }
.slot-cta {
 display: block;
 text-align: center;
 padding: 8px 12px;
 border-radius: var(--radius-sm);
 background: var(--accent-soft);
 font-weight: 600;
color: var(--accent);
 font-size: 13px;
 border: 1px solid transparent;
 transition: background 0.15s;
 }
.slot-cta:hover {
 background: var(--accent);
 color: var(--bg-base);
 }
/* T2 — overlay при hover */.slot-card.t2 .slot-cta {
 display: none;
 }
.slot-card.t2 .slot-img::after {
 align-items: center;
 position: absolute;
 font-family: var(--font-display);
 font-weight: 700;
 inset: 0;
 display: flex;
 opacity: 0;
 transition: opacity 0.2s;
content: '▶ Играть';
 justify-content: center;
 background: rgba(0,0,0,0.7);
 z-index: 3;
 font-size: 16px;
 color: var(--accent);
 }
.slot-card.t2:hover .slot-img::after {
 opacity: 1;
 }
/* T4 — минимум */.slot-card.t4 .slot-prov, .slot-card.t4 .slot-cta, .slot-card.t4 .slot-desc {
 display: none;
 }
.slot-card.t4 .slot-name {
 text-align: center;
 }
.slot-card.t4 .slot-info {
 padding: 10px;
 }
/* T1, T2, T4, T5 — hide desc */.slot-card:not(.t3) .slot-desc {
 display: none;
 }
/* T1, T2, T3, T4 — hide RTP badge */.slot-card:not(.t5) .slot-rtp-badge {
 display: none;
 }
/* ============== THEMED BLOCKS V1/V2/V3 ============== */._gzOtqNuBxWN {
 padding: 56px 0;
 }
._gzOtqNuBxWN._ENGVyxH {
 background: var(--bg-section);
 }
.themed-scroll {
 scroll-snap-type: x mandatory;
 -webkit-overflow-scrolling: touch;
 overflow-x: auto;
 padding-bottom: 12px;
display: flex;
 scrollbar-width: thin;
 gap: 14px;
 scrollbar-color: var(--accent) var(--bg-card);
 }
.themed-scroll::-webkit-scrollbar {
 height: 6px;
 }
.themed-scroll::-webkit-scrollbar-track {
 border-radius: 3px;
background: var(--bg-card);
 }
.themed-scroll::-webkit-scrollbar-thumb {
 border-radius: 3px;
background: var(--accent);
 }
.themed-scroll .slot-card {
 flex: 0 0 220px;
 scroll-snap-align: start;
 }
.scroll-arrows {
 gap: 6px;
display: flex;
 }
.scroll-arrow {
 transition: all 0.15s;
 border: 1px solid var(--border-strong);
 display: flex;
 color: var(--text-secondary);
 background: var(--bg-card);
 border-radius: 50%;
 font-size: 18px;
 align-items: center;
 height: 36px;
 justify-content: center;
width: 36px;
 }
.scroll-arrow:hover {
 color: var(--accent);
background: var(--accent-soft);
 border-color: var(--accent);
 }
.themed-hero {
 display: grid;
 grid-template-columns: 1.5fr 1fr;
 gap: 16px;
 }
.themed-hero-main {
 background: var(--bg-card);
 border: 1px solid var(--border-strong);
 display: flex;
 overflow: hidden;
 position: relative;
 border-radius: var(--radius-md);
 flex-direction: column;
 }
.themed-hero-main .slot-img {
 aspect-ratio: 16/9;
 font-size: 24px;
 }
.themed-hero-main .slot-info {
 padding: 18px 20px;
 }
.themed-hero-main .slot-name {
 font-size: 18px;
 }
.themed-hero-main .slot-desc {
 display: -webkit-box !important;
 }
.themed-hero-side {
 display: grid;
 grid-template-rows: repeat(3, 1fr);
 gap: 12px;
 }
.themed-hero-side .slot-card {
 display: grid;
 grid-template-columns: 100px 1fr;
 }
.themed-hero-side .slot-img {
 font-size: 11px;
aspect-ratio: 1;
 }
.themed-hero-side .slot-info {
 padding: 10px 14px;
 flex-direction: column;
 justify-content: center;
 display: flex;
 }
.themed-hero-side .slot-name {
 font-size: 13px;
 }
.themed-hero-side .slot-cta {
 margin-top: 6px;
 font-size: 11px;
padding: 5px 10px;
 }
/* ============== ARTICLE TEXT (для {
TEXT}
) ============== */._MveLJyuPS {
 margin: 0 auto;
max-width: 880px;
padding: 56px 0;
 }
._MveLJyuPS h1 {
 font-size: clamp(28px, 4vw, 40px);
 margin-bottom: 24px;
 }
._MveLJyuPS h1 ._srOqfKWBVH, ._MveLJyuPS h2 ._srOqfKWBVH, ._MveLJyuPS h3 ._srOqfKWBVH {
 color: var(--accent);
 }
._MveLJyuPS h2 {
 margin: 32px 0 16px;
font-size: clamp(22px, 2.8vw, 30px);
 }
._MveLJyuPS h3 {
 font-size: 20px;
 margin: 24px 0 12px;
 color: var(--accent);
 }
._MveLJyuPS p {
 color: var(--text-secondary);
 line-height: 1.75;
margin-bottom: 16px;
 font-size: 16px;
 }
._MveLJyuPS ul, ._MveLJyuPS ol {
 padding-left: 22px;
 margin-bottom: 18px;
 }
._MveLJyuPS li {
 margin-bottom: 8px;
 color: var(--text-secondary);
 }
._MveLJyuPS a {
 color: var(--accent);
 }
._MveLJyuPS a:hover {
 text-decoration: underline;
 }
._aLVCXRsZrze {
 padding: 16px 24px;
 color: var(--text-dim);
 margin: 0 auto 30px;
 text-align: center;
 font-size: 13px;
 border-top: 1px solid var(--border-subtle);
 max-width: 880px;
 padding-top: 16px;
 }
._aLVCXRsZrze span {
 color: var(--text-muted);
 }
/* ============== CTA BANNERS ============== */._ymtipWJI {
 border: 1px solid var(--accent);
 display: flex;
 padding: 32px 32px;
 align-items: center;
margin: 48px auto;
 justify-content: space-between;
 max-width: var(--container-width);
 border-radius: var(--radius-lg);
 background: linear-gradient(135deg, var(--bg-card), var(--bg-section));
 gap: 24px;
 overflow: hidden;
 flex-wrap: wrap;
 position: relative;
 }
._ymtipWJI::before {
 filter: blur(80px);
 height: 300px;
 background: var(--accent-glow);
 position: absolute;
 border-radius: 50%;
 top: -100px;
content: '';
 width: 300px;
 right: -100px;
 opacity: 0.4;
 }
._eugPBZf {
 z-index: 1;
 min-width: 280px;
 flex: 1;
position: relative;
 }
._AlyzjYGdFSU {
 font-size: 24px;
font-family: var(--font-display);
 margin-bottom: 6px;
 font-weight: 700;
 }
._AlyzjYGdFSU ._srOqfKWBVH {
 color: var(--accent);
 }
._BMoEhrEeFE {
 color: var(--text-secondary);
 font-size: 15px;
 }
._bqewZHT {
 z-index: 1;
position: relative;
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
/* ============== TOURNAMENT ============== */._skhAmoIqr {
 padding: 60px 0;
 background: var(--bg-section);
 }
._dkZPnDPmFk {
 overflow: hidden;
 padding: 32px;
 display: grid;
 border-radius: var(--radius-lg);
 gap: 32px;
 position: relative;
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-section) 100%);
 grid-template-columns: 1fr 1fr;
 border: 1px solid var(--border-strong);
 }
._dkZPnDPmFk::before {
 position: absolute;
 opacity: 0.05;
 bottom: -50px;
 font-size: 220px;
content: '🏆';
 right: -30px;
 }
._lrhNvfAUL {
 z-index: 1;
position: relative;
 }
._lZdJFEtHV {
 margin-bottom: 14px;
 background: var(--accent-soft);
 color: var(--accent);
 font-weight: 700;
 font-size: 11px;
 text-transform: uppercase;
 border-radius: 999px;
 gap: 6px;
 align-items: center;
 padding: 4px 10px;
 letter-spacing: 0.5px;
display: inline-flex;
 }
._oPezBDdkUQF {
 margin-bottom: 8px;
 font-weight: 700;
font-family: var(--font-display);
 font-size: 28px;
 }
._fTnFmqnmwyS {
 color: var(--text-secondary);
 margin-bottom: 24px;
 }
._DHtCkmYYAp {
 margin-bottom: 4px;
 color: var(--accent);
 font-size: 36px;
font-family: var(--font-display);
 font-weight: 800;
 line-height: 1;
 }
._urKVGARbqi {
 margin-bottom: 24px;
 text-transform: uppercase;
 letter-spacing: 1px;
color: var(--text-muted);
font-size: 12px;
 }
._NFHmXWDj {
 gap: 10px;
display: flex;
 margin-bottom: 28px;
 flex-wrap: wrap;
 }
._WaJtbevKy {
 padding: 12px 16px;
 border-radius: var(--radius-md);
 text-align: center;
 min-width: 70px;
background: var(--bg-base);
 border: 1px solid var(--border-strong);
 }
._zENVmYe {
 font-size: 24px;
 color: var(--accent);
 font-weight: 700;
 line-height: 1;
font-family: var(--font-display);
 }
._WAgrKKufiDi {
 margin-top: 4px;
 letter-spacing: 1px;
 color: var(--text-muted);
font-size: 10px;
 text-transform: uppercase;
 }
._CizMglwRgvh {
 z-index: 1;
position: relative;
 background: var(--bg-base);
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
 padding: 18px 22px;
 }
._CRjFHHB {
 margin-bottom: 14px;
 text-transform: uppercase;
 color: var(--text-muted);
font-size: 13px;
 letter-spacing: 1px;
 }
.leaderboard-row {
 gap: 12px;
 border-bottom: 1px solid var(--border-subtle);
 padding: 10px 0;
 align-items: center;
display: grid;
 grid-template-columns: 32px 1fr auto;
 }
.leaderboard-row:last-child {
 border-bottom: none;
 }
.lb-pos {
 font-family: var(--font-display);
 text-align: center;
 font-weight: 700;
 color: var(--text-muted);
 font-size: 14px;
 }
.lb-pos.top1 {
 color: #fbbf24;
 }
.lb-pos.top2 {
 color: #cbd5e1;
 }
.lb-pos.top3 {
 color: #d97706;
 }
.lb-name {
 font-size: 14px;
 font-weight: 500;
 color: var(--text-primary);
 }
.lb-prize {
 font-weight: 700;
font-family: var(--font-display);
 color: var(--accent);
 font-size: 14px;
 }
/* ============== REVIEWS ============== */._zOtxUnxXqv {
 padding: 60px 0;
 }
._eDLKQrvCyhk {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 16px;
 }
.review-card {
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
 padding: 22px;
 transition: border-color 0.15s;
background: var(--bg-card);
 }
.review-card:hover {
 border-color: var(--accent);
 }
.review-head {
 align-items: center;
display: flex;
 gap: 12px;
 margin-bottom: 14px;
 }
.review-avatar {
 height: 40px;
 color: white;
 border-radius: 50%;
 display: flex;
 font-weight: 700;
 align-items: center;
width: 40px;
 flex-shrink: 0;
 font-size: 16px;
 justify-content: center;
 }
.review-meta {
 flex: 1;
 }
.review-name {
 font-size: 14px;
font-weight: 600;
 color: var(--text-primary);
 }
.review-date {
 color: var(--text-muted);
font-size: 12px;
 }
.review-stars {
 letter-spacing: 1px;
color: var(--accent);
 margin-bottom: 12px;
 font-size: 14px;
 }
.review-stars .empty {
 color: var(--text-dim);
 }
.review-text {
 line-height: 1.6;
 font-size: 14px;
color: var(--text-secondary);
 }
/* ============== FAQ ============== */._XCzkFvt {
 padding: 60px 0;
 background: var(--bg-section);
 }
._iRqnTJL {
 margin: 0 auto;
max-width: 880px;
 }
.faq-item {
 border: 1px solid var(--border-subtle);
 margin-bottom: 10px;
 transition: border-color 0.15s;
 border-radius: var(--radius-md);
background: var(--bg-card);
 overflow: hidden;
 }
.faq-item.open {
 border-color: var(--accent);
 }
.faq-q {
 justify-content: space-between;
width: 100%;
 display: flex;
 font-weight: 600;
 align-items: center;
 font-family: var(--font-display);
 font-size: 16px;
 background: none;
 padding: 18px 22px;
 cursor: pointer;
 border: none;
 text-align: left;
 color: var(--text-primary);
 }
.faq-q:hover {
 background: var(--bg-card-hover);
 }
.faq-icon {
 height: 28px;
width: 28px;
 transition: transform 0.2s;
 color: var(--accent);
 font-weight: 700;
 align-items: center;
 border-radius: 50%;
 justify-content: center;
 background: var(--accent-soft);
 margin-left: 12px;
 flex-shrink: 0;
 display: flex;
 }
.faq-item.open .faq-icon {
 transform: rotate(45deg);
 }
.faq-a {
 max-height: 0;
 transition: max-height 0.3s ease;
 overflow: hidden;
 }
.faq-item.open .faq-a {
 max-height: 600px;
 }
.faq-a-inner {
 color: var(--text-secondary);
 font-size: 15px;
 line-height: 1.65;
padding: 0 22px 20px;
 }
/* ============== FINAL CTA + FOOTER ============== */._WKaGWsH {
 background: radial-gradient(ellipse 80% 60% at 50% 50%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 text-align: center;
padding: 80px 0;
 }
._WKaGWsH h2 {
 margin-bottom: 12px;
font-size: clamp(28px, 4vw, 42px);
 }
._WKaGWsH h2 ._srOqfKWBVH {
 color: var(--accent);
 }
._RUwnoyBiU {
 margin-bottom: 28px;
color: var(--text-secondary);
 font-size: 16px;
 }
._TbfJRyGbT {
 padding: 48px 0 24px;
 border-top: 1px solid var(--border-subtle);
background: var(--bg-section);
 font-size: 14px;
 }
.footer-grid {
 grid-template-columns: 1.4fr repeat(3, 1fr);
 gap: 40px;
 margin-bottom: 36px;
display: grid;
 }
.footer-col h4 {
 text-transform: uppercase;
 margin-bottom: 14px;
 color: var(--text-primary);
 font-size: 14px;
 letter-spacing: 1px;
font-family: var(--font-display);
 }
.footer-col ul {
 list-style: none;
 }
.footer-col li {
 margin-bottom: 8px;
 }
.footer-col a {
 color: var(--text-muted);
 transition: color 0.15s;
 }
.footer-col a:hover {
 color: var(--accent);
 }
.footer-about {
 color: var(--text-muted);
 line-height: 1.7;
 }
.footer-bottom {
 align-items: center;
 font-size: 12px;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 12px;
 display: flex;
padding-top: 24px;
 border-top: 1px solid var(--border-subtle);
 color: var(--text-dim);
 }
.age-badge {
 align-items: center;
 gap: 6px;
 color: var(--text-muted);
display: inline-flex;
 }
.age-circle {
 height: 24px;
 font-weight: 700;
 border-radius: 50%;
 display: flex;
 border: 2px solid var(--text-muted);
width: 24px;
 font-size: 10px;
 align-items: center;
 justify-content: center;
 }
/* ============== STICKY ELEMENTS ============== */.sticky-play {
 padding: 14px 24px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 8px 24px var(--accent-glow);
 font-weight: 700;
 font-size: 14px;
position: fixed;
 color: var(--bg-base);
 bottom: 24px;
 align-items: center;
 z-index: 90;
 font-family: var(--font-display);
 border-radius: 999px;
 gap: 8px;
 transition: transform 0.2s;
 right: 24px;
 display: flex;
 }
.sticky-play:hover {
 transform: translateY(-3px) scale(1.04);
 }
.sticky-play::before {
 content: '▶';
 font-size: 12px;
 }
._pYPmfAQwM {
 border: 2px solid var(--accent);
 right: 24px;
 font-size: 22px;
 box-shadow: 0 6px 20px rgba(0,0,0,0.3);
 width: 56px;
 bottom: 92px;
 color: var(--accent);
 background: var(--bg-card);
 border-radius: 50%;
 display: flex;
 transition: transform 0.2s, background 0.2s;
 align-items: center;
 justify-content: center;
 height: 56px;
 z-index: 90;
position: fixed;
 }
._pYPmfAQwM:hover {
 transform: scale(1.1);
 background: var(--accent-soft);
 }
._GQBZsKkJClP {
 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);
 }
._SlmGdrNjCen {
 overflow: hidden;
 border-radius: var(--radius-lg);
position: fixed;
 background: var(--bg-card);
 box-shadow: 0 12px 40px rgba(0,0,0,0.5);
 opacity: 0;
 pointer-events: none;
 right: 24px;
 z-index: 95;
 border: 1px solid var(--border-strong);
 width: 320px;
 transition: all 0.25s ease;
 bottom: 92px;
 transform: translateY(20px) scale(0.95);
 }
._SlmGdrNjCen.open {
 opacity: 1;
 pointer-events: auto;
transform: translateY(0) scale(1);
 }
._fKysfzyU {
 padding: 16px 18px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 color: var(--bg-base);
 }
._XYJschvkC {
 font-size: 16px;
font-family: var(--font-display);
 margin-bottom: 2px;
 font-weight: 700;
 }
._ohDGAAUw {
 gap: 6px;
 display: flex;
font-size: 12px;
 align-items: center;
 }
._ohDGAAUw::before {
 background: white;
 width: 8px;
 border-radius: 50%;
 height: 8px;
content: '';
 animation: pulse 1.5s infinite;
 }
._qUsBuTUvp {
 padding: 18px;
 }
._qUsBuTUvp p {
 margin-bottom: 14px;
 color: var(--text-secondary);
font-size: 14px;
 }
._zfaWFAx {
 flex-direction: column;
 gap: 8px;
display: flex;
 }
._aKfzzEdT {
 color: var(--text-primary);
 display: flex;
padding: 10px 14px;
 background: var(--bg-section);
 text-align: left;
 gap: 10px;
 font-size: 14px;
 border: 1px solid var(--border-strong);
 align-items: center;
 border-radius: var(--radius-md);
 }
._aKfzzEdT:hover {
 border-color: var(--accent);
 }
/* ============== MODULE1/MODULE2 (городские/игровые выигрыши — для совместимости) ============== */._EhTqonL, .module2 {
 padding: 20px 24px;
max-width: var(--container-width);
 border: 1px solid var(--border-subtle);
 margin: 24px auto;
 border-radius: var(--radius-md);
 background: var(--bg-card);
 }
._EhTqonL .module2_1_title, .module2 .module2_1_title {
 letter-spacing: 1px;
 font-weight: 600;
 margin-bottom: 12px;
 text-transform: uppercase;
font-family: var(--font-display);
 font-size: 14px;
 color: var(--text-muted);
 }
._EhTqonL > div > div, .module2 > div > div {
 background: var(--bg-section);
 font-size: 12px;
 margin: 4px 6px 4px 0;
 color: var(--text-secondary);
 border-radius: 999px;
 border: 1px solid var(--border-subtle);
display: inline-block;
 padding: 4px 12px;
 }
/* ============== RESPONSIVE ============== */@media (max-width: 1024px) {
  ._ZkgidJdY {
 grid-template-columns: 1fr;
 }
  ._kSlgJYiW {
 max-width: 360px;
order: -1;
 margin: 0 auto;
 }
  ._jfzmMVr {
 grid-template-columns: repeat(2, 1fr);
 }
  ._tVreSpSTUm {
 grid-template-columns: repeat(3, 1fr);
 }
  ._eDLKQrvCyhk {
 grid-template-columns: repeat(2, 1fr);
 }
  ._dkZPnDPmFk {
 grid-template-columns: 1fr;
 }
  .themed-hero {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 720px) {
  ._VpeOwjFOlm {
 padding: 0 16px;
 }
  .header-inner {
 padding: 12px 16px;
 }
  ._CarSRgcxP {
 display: none;
 }
  ._HUVpfTeIm ._JGZarfOor {
 display: none;
 }
  ._ubDHROMwBz {
 padding: 50px 0 40px;
 }
  ._xkTGZEpA {
 gap: 16px;
 padding: 12px;
flex-wrap: wrap;
 }
  ._xoWXLMT {
 flex-direction: column;
 }
  ._xoWXLMT ._nMJNJnh {
 width: 100%;
 }
  ._jfzmMVr {
 grid-template-columns: 1fr 1fr;
 gap: 12px;
 }
  .stat-icon {
 height: 80px;
width: 80px;
 }
  .stat-num {
 font-size: 22px;
 }
  ._tVreSpSTUm {
 grid-template-columns: 1fr 1fr;
 gap: 10px;
 }
  ._eDLKQrvCyhk {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr;
 }
  ._YcMyqMP {
 padding: 44px 0;
 }
  ._XIOzpIVf {
 gap: 14px;
flex-direction: column;
 align-items: flex-start;
 }
  ._ymtipWJI {
 padding: 24px;
 align-items: flex-start;
 flex-direction: column;
 }
  ._dkZPnDPmFk {
 padding: 22px;
 }
  ._DHtCkmYYAp {
 font-size: 28px;
 }
  ._pYPmfAQwM {
 display: none;
 }
  .sticky-play {
 right: 16px;
 padding: 12px 18px;
bottom: 16px;
 }
}
/* ========== УНИКАЛЬНЫЕ LAYOUT-ВАРИАНТЫ (body-классы от JS) ========== *//* hero-o-1: контент по центру */body.hero-o-1 ._ZkgidJdY {
 margin: 0 auto;
grid-template-columns: 1fr;
 max-width: 720px;
 text-align: center;
 }
body.hero-o-1 ._kSlgJYiW {
 display: none;
 }
body.hero-o-1 ._xkTGZEpA {
 margin-left: auto;
 margin-right: auto;
 }
body.hero-o-1 ._xoWXLMT {
 justify-content: center;
 }
/* hero-o-2: правая ориентация */body.hero-o-2 ._ZkgidJdY {
 direction: rtl;
 }
body.hero-o-2 ._ZkgidJdY > * {
 direction: ltr;
 }
/* stats-l-1: 2x2 квадратная сетка */body.stats-l-1 ._jfzmMVr {
 margin: 0 auto;
grid-template-columns: 1fr 1fr;
 max-width: 720px;
 }
body.stats-l-1 .stat-card {
 padding: 38px 24px;
 }
/* stats-l-2: горизонтальная полоса */body.stats-l-2 ._jfzmMVr {
 grid-template-columns: repeat(4, 1fr);
 }
body.stats-l-2 .stat-card {
 align-items: center;
padding: 18px 12px;
 gap: 14px;
 display: flex;
 text-align: left;
 }
body.stats-l-2 .stat-card .stat-icon {
 margin: 0;
 height: 56px;
width: 56px;
 }
body.stats-l-2 .stat-num {
 font-size: 22px;
 }
/* cards-s-1: flat (без теней) */body.cards-s-1 .slot-card {
 box-shadow: none;
 }
body.cards-s-1 .slot-card:hover {
 box-shadow: 0 2px 8px rgba(0,0,0,0.2);
 }
body.cards-s-1 .stat-card {
 box-shadow: none;
 }
/* cards-s-2: glow (свечение по бордеру) */body.cards-s-2 .slot-card {
 border-color: var(--border-strong);
 }
body.cards-s-2 .slot-card:hover {
 box-shadow: 0 0 24px var(--accent-glow);
 }
body.cards-s-2 .stat-card:hover {
 box-shadow: 0 0 24px var(--accent-glow);
 }
/* cards-s-3: outlined (только бордер) */body.cards-s-3 .slot-card {
 border: 2px solid var(--border-strong);
background: transparent;
 }
body.cards-s-3 .stat-card {
 border: 2px solid var(--border-strong);
background: transparent;
 }
/* gradient angle для кнопок */._jlhLVwkAZZb, .sticky-play {
 background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark)) !important;
 }
/* ========== ИНЪЕКЦИИ ВНУТРЬ ТЕКСТА СТАТЬИ ========== */.intext-fact {
  padding: 18px 20px;
  border-radius: var(--radius-md);
display: flex;
 gap: 14px;
 align-items: flex-start;
  background: var(--bg-card);
 border-left: 3px solid var(--accent);
 margin: 28px 0;
}
.intext-fact-icon {
 line-height: 1;
 flex: 0 0 auto;
font-size: 22px;
 }
.intext-fact-text {
 line-height: 1.6;
color: var(--text-2);
 font-size: 15px;
 }
.intext-slot {
  border-radius: var(--radius-lg);
 margin: 32px 0;
display: grid;
 border: 1px solid var(--border-subtle);
 gap: 18px;
 grid-template-columns: 220px 1fr;
  background: var(--bg-card);
 padding: 16px;
  align-items: center;
}
.intext-slot-img {
  font-weight: 700;
 display: flex;
 padding: 12px;
 text-align: center;
  overflow: hidden;
 align-items: center;
  color: white;
 font-size: 14px;
position: relative;
 aspect-ratio: 4/3;
 justify-content: center;
 border-radius: var(--radius-md);
}
.intext-slot-img img {
  width: 100%;
 object-fit: cover;
position: absolute;
 inset: 0;
 height: 100%;
 z-index: 0;
}
.intext-slot-meta {
 padding: 8px 4px;
 }
.intext-slot-eyebrow {
 text-transform: uppercase;
 letter-spacing: 1px;
font-size: 11px;
 color: var(--accent);
 margin-bottom: 8px;
 font-weight: 700;
 }
.intext-slot-name {
 font-family: var(--font-display);
 font-weight: 700;
 font-size: 18px;
 color: var(--text-1);
 margin-bottom: 8px;
 }
.intext-slot-desc {
 color: var(--text-2);
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 12px;
 }
.intext-slot-cta {
  display: inline-flex;
 align-items: center;
 gap: 4px;
  font-weight: 600;
color: var(--accent);
 font-size: 14px;
 text-decoration: none;
}
.intext-slot-cta:hover {
 text-decoration: underline;
 }
.intext-cta {
  border: 1px solid var(--accent);
 padding: 18px 22px;
  border-radius: var(--radius-lg);
display: flex;
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
 margin: 28px 0;
 align-items: center;
 justify-content: space-between;
  flex-wrap: wrap;
 gap: 18px;
}
.intext-cta-text {
 flex: 1;
 font-size: 15px;
 line-height: 1.5;
color: var(--text-1);
 font-weight: 500;
 min-width: 240px;
 }
.intext-cta-btn {
  white-space: nowrap;
background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
  color: white;
  font-weight: 700;
 padding: 10px 20px;
 border-radius: var(--radius-md);
 text-decoration: none;
}
@media (max-width: 700px) {
  .intext-slot {
 grid-template-columns: 1fr;
 }
  .intext-slot-img {
 aspect-ratio: 16/9;
 }
}
/* ========================================================================   НОВЫЕ БЛОКИ: Trust bar, Fact card, Promo timer, CIH-Hub, E-E-A-T,   Comparison table, Slots slider, Sticky CTA bar   ======================================================================== *//* === TRUST SIGNAL BAR === */._owSfnHO {
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding: 12px 0;
  font-size: 13px;
background: linear-gradient(90deg, var(--accent-soft), transparent, var(--accent-soft));
}
._owSfnHO ._VpeOwjFOlm {
  gap: 24px;
  align-items: center;
display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
._rJyyViV {
  white-space: nowrap;
color: var(--text-2);
}
@media (max-width: 700px) {
  ._owSfnHO {
 padding: 10px 0;
 font-size: 12px;
 }
  ._owSfnHO ._VpeOwjFOlm {
 gap: 14px;
 }
}
/* === PROMO TIMER BAR === */._lMCHRTG {
  padding: 14px 22px;
display: flex;
  border: 1px solid var(--accent);
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0;
  border-left: 3px solid var(--accent);
  background: linear-gradient(90deg, var(--accent-soft), transparent);
  border-radius: var(--radius-md);
}
._vHitfefRa {
  font-weight: 500;
font-size: 14px;
  color: var(--text-1);
}
._NWpyKCcyNd {
  border-radius: var(--radius-sm);
  color: var(--accent);
font-size: 22px;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  font-variant-numeric: tabular-nums;
  font-family: var(--font-display);
  border: 1px solid var(--accent);
  font-weight: 800;
  background: var(--bg-card);
}
/* === FACT CARD === */._vDVDwuF {
  padding: 60px 0;
}
._pbHMbWvt {
  background: var(--bg-card);
  padding: 36px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
}
._IQodicA {
  font-size: 28px;
font-family: var(--font-display);
  margin: 0 0 28px;
  color: var(--text-1);
}
._HJrnBnCmfB {
  grid-template-columns: repeat(4, 1fr);
display: grid;
  gap: 20px;
}
._zKiRzhDz {
  border-radius: var(--radius-md);
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--border-subtle);
  gap: 12px;
display: flex;
  background: var(--bg-section);
}
._xqEeCqiIvBJ {
  flex: 0 0 auto;
  line-height: 1;
font-size: 22px;
}
._oNGWnGCRrl {
  gap: 4px;
  min-width: 0;
  flex-direction: column;
display: flex;
}
._QgBuANv {
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
font-size: 12px;
}
._qqhnFdcmQmj {
  color: var(--text-1);
  font-weight: 600;
  line-height: 1.3;
font-size: 14px;
}
@media (max-width: 900px) {
 ._HJrnBnCmfB {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 480px) {
 ._HJrnBnCmfB {
 grid-template-columns: 1fr;
 }
 ._pbHMbWvt {
 padding: 22px;
 }
 }
/* === CIH-HUB (Analytics) === */._BpxwCkdI {
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
padding: 60px 0;
}
._DqavJglK {
  border: 1px solid var(--border-subtle);
background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
}
._ZUBmREd {
  margin: 0 0 28px;
  color: var(--text-1);
font-family: var(--font-display);
  font-size: 32px;
}
._OQtNpXwp {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
  grid-template-columns: repeat(4, 1fr);
}
._DMEjGIY {
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-direction: column;
  padding: 22px 18px;
  border: 1px solid var(--border-subtle);
background: var(--bg-section);
  gap: 6px;
  position: relative;
  display: flex;
}
._DMEjGIY::before {
  content: '';
 left: 0;
  height: 3px;
  position: absolute;
 right: 0;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
  top: 0;
}
._NytjSHvfx {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
}
._eszHtpDDPIt {
  color: var(--text-2);
font-size: 13px;
}
._qinbGno {
  text-transform: uppercase;
  margin-top: 4px;
font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--accent);
}
._dYeEsvE {
  overflow-x: auto;
  margin-bottom: 32px;
}
._OwKlaEZNrM {
  font-size: 14px;
width: 100%;
  border-collapse: collapse;
}
._OwKlaEZNrM caption {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-2);
text-align: left;
  caption-side: top;
}
._OwKlaEZNrM thead th {
  font-weight: 700;
  text-align: left;
  color: var(--text-1);
  padding: 12px 16px;
  border-bottom: 2px solid var(--border-strong);
background: var(--bg-section);
}
._OwKlaEZNrM tbody th, ._OwKlaEZNrM tbody td {
  text-align: left;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-subtle);
  font-weight: 500;
padding: 12px 16px;
}
._OwKlaEZNrM tbody th {
 color: var(--text-1);
font-weight: 600;
 }
._jnOWDZQnTp {
 color: #22c55e;
 font-weight: 600;
 }
._JLBimCMXyw {
  background: var(--bg-section);
  border-radius: var(--radius-md);
display: grid;
  gap: 36px;
  align-items: start;
  grid-template-columns: 200px 1fr;
  padding: 28px;
  border: 1px solid var(--border-subtle);
}
._jsqmadu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
._NNjvNMW {
  align-items: center;
  justify-content: center;
  width: 160px;
  border-radius: 50%;
  height: 160px;
  position: relative;
  display: flex;
  background: conic-gradient(var(--accent) 0deg, var(--accent) calc(var(--score) * 3.6deg), var(--border-subtle) calc(var(--score) * 3.6deg), var(--border-subtle) 360deg);
--score: 90;
}
._DZwKIPx {
  height: 130px;
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  border-radius: 50%;
  background: var(--bg-card);
width: 130px;
  align-items: center;
}
._bpWDEfo {
  font-weight: 800;
  font-size: 36px;
  color: var(--accent);
font-family: var(--font-display);
  line-height: 1;
}
._YHzCNtDDtr {
  text-transform: uppercase;
  color: var(--text-3);
font-size: 12px;
}
._cjAhoLyWi {
  font-size: 14px;
  color: var(--text-1);
  font-weight: 600;
}
._yjXYBBZ {
  gap: 12px;
display: flex;
  flex-direction: column;
  grid-column: 2;
}
._waLhOxDxkr {
  display: grid;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  grid-template-columns: 140px 1fr 40px;
}
._LyikoVX {
 color: var(--text-2);
 }
._ufaESquAp {
  height: 8px;
  background: var(--border-subtle);
  overflow: hidden;
  border-radius: 4px;
}
._ymKYPUyB {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
}
._hriQiOQrozi {
  font-weight: 700;
  text-align: right;
  color: var(--accent);
}
._duzOBuWs {
  padding-top: 24px;
  border-top: 1px solid var(--border-subtle);
  margin-top: 24px;
grid-column: 1 / -1;
}
._duzOBuWs h4 {
  color: var(--text-1);
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
font-size: 15px;
}
._duzOBuWs p {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
  color: var(--text-2);
}
@media (max-width: 900px) {
  ._OQtNpXwp {
 grid-template-columns: repeat(2, 1fr);
 }
  ._JLBimCMXyw {
 grid-template-columns: 1fr;
 }
  ._yjXYBBZ {
 grid-column: 1;
 }
  ._DqavJglK {
 padding: 24px;
 }
  ._ZUBmREd {
 font-size: 24px;
 }
}
/* === E-E-A-T AUTHOR BLOCK === */._khqdnLwP {
  border-radius: var(--radius-md);
  margin: 32px 0;
  padding: 24px 28px;
background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-left: 3px solid var(--accent);
}
._UEkGpJBuDQV {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
  justify-content: space-between;
display: flex;
}
._NLOvGHK {
  border-radius: var(--radius-sm);
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 12px;
  letter-spacing: 0.5px;
  font-size: 12px;
background: var(--accent);
}
._vFqgQbu {
  color: var(--text-3);
font-size: 13px;
}
._rnyZXyxW {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: center;
}
._sLXqEDzJON {
  height: 64px;
  font-size: 26px;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
  justify-content: center;
  font-family: var(--font-display);
width: 64px;
  font-weight: 700;
  display: flex;
  color: white;
}
._ywLaROBH {
  gap: 2px;
display: flex;
  min-width: 0;
  flex-direction: column;
}
._XGPRhuOOrt {
  font-size: 17px;
  color: var(--text-1);
  font-weight: 700;
}
._APTvNQmzk {
  color: var(--text-2);
font-size: 13px;
}
._mqAEexc {
  color: var(--accent);
  margin-top: 4px;
font-size: 12px;
}
._YSLRYxw p {
  line-height: 1.6;
font-size: 14px;
  color: var(--text-2);
  margin: 0 0 14px;
}
._VJkLPbPyh {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  gap: 8px;
}
._VJkLPbPyh li {
  padding: 5px 10px;
  font-size: 12px;
background: var(--bg-section);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
  color: var(--text-2);
}
._weOCNsoCqvO {
  font-size: 12px;
display: flex;
  gap: 8px;
  border-top: 1px solid var(--border-subtle);
  color: var(--text-3);
  align-items: center;
  padding-top: 12px;
}
._RLrOlIUv {
  font-weight: 700;
color: var(--accent);
}
/* === TOC NAV === */.toc-nav {
  padding: 18px 22px;
  border: 1px solid var(--border-subtle);
  background: var(--bg-section);
  border-radius: var(--radius-md);
margin: 24px 0;
}
._ajpsfYYauI {
  margin-bottom: 10px;
font-size: 13px;
  color: var(--text-1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}
._eIzOTTbhni {
  display: flex;
list-style: none;
  gap: 6px;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
._eIzOTTbhni li {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
._eIzOTTbhni ._xRmaYxq {
  font-size: 12px;
  min-width: 22px;
color: var(--text-3);
}
._eIzOTTbhni a {
  text-decoration: none;
color: var(--accent);
  font-size: 14px;
}
._eIzOTTbhni a:hover {
 text-decoration: underline;
 }
/* === COMPARISON TABLE === */._vxKAMvoir {
  padding: 60px 0;
}
._VmSiNxf {
  padding: 24px;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
overflow-x: auto;
}
._oolRHoJNdv {
  font-size: 14px;
width: 100%;
  border-collapse: collapse;
}
._oolRHoJNdv thead {
  background: var(--bg-section);
}
._oolRHoJNdv thead th {
  color: var(--text-1);
  border-bottom: 2px solid var(--border-strong);
  font-weight: 700;
padding: 14px 16px;
  text-align: left;
}
._oolRHoJNdv tbody td {
  padding: 12px 16px;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-subtle);
}
._oolRHoJNdv tbody tr:hover {
  background: var(--bg-section);
}
._oolRHoJNdv tbody td:first-child {
  color: var(--text-1);
font-weight: 600;
}
/* === SLOTS HORIZONTAL SLIDER === */._aiCKIztClaW {
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
padding: 60px 0;
  overflow: hidden;
}
._lOjtOTdAWc {
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 14px;
  justify-content: space-between;
display: flex;
}
._hdkbxTGQ {
  margin: 0;
  font-size: 28px;
font-family: var(--font-display);
  color: var(--text-1);
}
._cAUOPbewex {
  font-weight: 600;
  font-size: 14px;
color: var(--accent);
  text-decoration: none;
}
._cAUOPbewex:hover {
 text-decoration: underline;
 }
._KAUIhRL {
  margin: 0 -24px;
  padding: 12px 0;
position: relative;
  overflow: hidden;
}
._KAUIhRL::before,._KAUIhRL::after {
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  width: 80px;
  pointer-events: none;
content: '';
}
._KAUIhRL::before {
 left: 0;
 background: linear-gradient(90deg, var(--bg-base), transparent);
 }
._KAUIhRL::after {
 background: linear-gradient(-90deg, var(--bg-base), transparent);
right: 0;
 }
._aAJvyLVRH {
  width: max-content;
  animation: slots-scroll 60s linear infinite;
display: flex;
  gap: 14px;
}
._aAJvyLVRH:hover {
 animation-play-state: paused;
 }
._aAJvyLVRH .slot-mini {
  display: flex;
  align-items: center;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  font-weight: 700;
width: 180px;
  justify-content: center;
  color: white;
  height: 130px;
  position: relative;
  border-radius: var(--radius-md);
  flex: 0 0 auto;
  padding: 10px;
}
._aAJvyLVRH .slot-mini img {
  position: absolute;
  object-fit: cover;
  width: 100%;
 inset: 0;
 height: 100%;
}
._aAJvyLVRH .slot-mini span {
  z-index: 1;
position: relative;
}
._aAJvyLVRH .slot-mini::after {
  background: rgba(0,0,0,0.6);
  opacity: 0;
  inset: 0;
  transition: opacity 0.2s;
  z-index: 2;
content: '▶';
  display: flex;
  font-size: 24px;
  position: absolute;
  justify-content: center;
  color: white;
  align-items: center;
}
._aAJvyLVRH .slot-mini:hover::after {
 opacity: 1;
 }
@keyframes slots-scroll {
  from {
 transform: translateX(0);
 }
  to {
 transform: translateX(-50%);
 }
}
._DCDcolalM {
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 16px;
display: flex;
  align-items: center;
}
._xtugRGdMcU {
  font-size: 13px;
color: var(--text-3);
}
/* === STICKY CTA BAR (внизу) === */.sticky-cta-bar {
  position: fixed;
  padding: 12px 16px;
  transition: transform 0.4s ease 0.5s;
  border-top: 1px solid var(--accent);
  justify-content: center;
  background: var(--bg-card);
 right: 0;
  align-items: center;
  bottom: 0;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.4);
  z-index: 95;
 left: 0;
  gap: 14px;
  flex-wrap: wrap;
  display: flex;
  transform: translateY(100%);
}
.sticky-cta-bar.visible {
  transform: translateY(0);
}
.sticky-cta-bar.hidden {
  transform: translateY(100%);
}
.scb-text {
  font-weight: 500;
  min-width: 220px;
  text-align: center;
  font-size: 14px;
  flex: 1;
color: var(--text-1);
}
.scb-btn {
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
  font-weight: 700;
  color: white;
  white-space: nowrap;
  padding: 10px 22px;
  text-decoration: none;
  border-radius: var(--radius-md);
}
.scb-close {
  cursor: pointer;
  color: var(--text-2);
  font-size: 14px;
 height: 28px;
  line-height: 1;
  border: 1px solid var(--border-subtle);
  border-radius: 50%;
width: 28px;
  background: transparent;
}
.scb-close:hover {
 border-color: var(--accent);
color: var(--text-1);
 }
/* === FOOTER UPGRADES === */._zkczyHMCqE {
  padding: 40px 0 30px;
}
._EraTzJLIF {
  font-family: var(--font-display);
  color: var(--text-1);
  margin: 0 0 20px;
  font-size: 22px;
}
._QOWaRSI {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
._SYsiGgFLv {
  align-items: flex-start;
  padding: 16px;
display: flex;
  border: 1px solid var(--border-subtle);
  gap: 14px;
  transition: border-color 0.2s, background 0.2s;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  text-decoration: none;
}
._SYsiGgFLv:hover {
  border-color: var(--accent);
  background: var(--bg-card-hover);
}
._enLNLjaSXiz {
  line-height: 1;
  flex: 0 0 auto;
font-size: 26px;
}
._fmbAraGAQbB {
  flex-direction: column;
display: flex;
  flex: 1;
  min-width: 0;
  gap: 4px;
}
._BTkCmHF {
  font-weight: 700;
font-size: 15px;
  color: var(--text-1);
}
._xaBAwyejO {
  line-height: 1.4;
color: var(--text-3);
font-size: 12px;
}
._HBCgictawA {
  white-space: nowrap;
  margin-top: 2px;
font-size: 11px;
  align-self: flex-start;
  color: var(--accent);
  font-weight: 600;
}
._SSvUXJhaBLf {
  grid-template-columns: repeat(3, 1fr);
display: grid;
  border-top: 1px solid var(--border-subtle);
  gap: 18px;
  padding: 30px 0;
}
._LpvrZvKFt h4 {
  color: var(--text-1);
  margin: 0 0 8px;
  font-weight: 700;
font-size: 14px;
}
._LpvrZvKFt p {
  margin: 0;
  color: var(--text-3);
font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 700px) {
 ._SSvUXJhaBLf {
 grid-template-columns: 1fr;
 }
 }
._JadCcOZ {
  padding: 20px 0;
  border-top: 1px solid var(--border-subtle);
}
._eNENSlRZI {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}
._OjCauoLQL {
  display: flex;
  flex-direction: column;
}
._qGaCnCIdOf {
  font-weight: 700;
font-family: var(--font-display);
  color: var(--text-1);
  font-size: 17px;
}
._dDMvodf {
  color: var(--text-3);
font-size: 12px;
}
._LmmUZNgUX {
  flex: 1;
  min-width: 240px;
  color: var(--text-3);
font-size: 12px;
}
._LmmUZNgUX p {
 margin: 2px 0;
 }
._yUkLkdQGqH {
 opacity: 0.8;
font-size: 11px;
 }
._qlSpUixXhO {
  flex-wrap: wrap;
  gap: 8px;
display: flex;
}
._MgSGEvXv {
  font-size: 11px;
  color: var(--text-2);
  border: 1px solid var(--border-subtle);
background: var(--bg-card);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}
._ovvUiOqyKp a {
  color: var(--accent);
  font-size: 13px;
  text-decoration: none;
}
/* ========================================================================   8 ОСЕЙ СТРУКТУРНОЙ УНИКАЛЬНОСТИ   hero(6) × header(4) × btn(6) × card(8) × cta(5) × table(5) × sh(5) × badge(4)   = 1.2 МЛН структурных комбинаций × палитры × шрифты × радиусы × layouts   ======================================================================== *//* ========== HERO ВАРИАНТЫ (6 структурных вариантов) ========== *//* hero-v-1: классический split (default) — текст слева, виджет справа */body.hero-v-1 ._ZkgidJdY {
 grid-template-columns: 1.4fr 1fr;
 gap: 60px;
 }
/* hero-v-2: всё по центру, без правого виджета, БОЛЬШАЯ типографика */body.hero-v-2 ._ZkgidJdY {
 grid-template-columns: 1fr;
 margin: 0 auto;
max-width: 880px;
 text-align: center;
 }
body.hero-v-2 ._kSlgJYiW {
 display: none;
 }
body.hero-v-2 ._xkTGZEpA {
 margin-left: auto;
justify-content: center;
 margin-right: auto;
 }
body.hero-v-2 ._xoWXLMT {
 justify-content: center;
 }
body.hero-v-2 ._ubDHROMwBz h1 {
 font-size: clamp(40px, 6vw, 72px);
 }
/* hero-v-3: full-bleed с большим оверлеем, текст внизу */body.hero-v-3 ._ubDHROMwBz {
 min-height: 70vh;
 align-items: flex-end;
padding: 100px 0 60px;
 display: flex;
 }
body.hero-v-3 ._ubDHROMwBz::before {
 content:'';
 pointer-events:none;
 position:absolute;
 background: radial-gradient(ellipse at top, var(--accent-soft), transparent 60%);
 inset:0;
 }
body.hero-v-3 ._ZkgidJdY {
 align-items: end;
 gap: 40px;
grid-template-columns: 1fr 1fr;
 }
body.hero-v-3 ._ubDHROMwBz h1 {
 line-height: 1.05;
font-size: clamp(36px, 5.5vw, 64px);
 }
/* hero-v-4: stacked (текст вверху, виджет снизу — для мобилок) */body.hero-v-4 ._ZkgidJdY {
 gap: 40px;
grid-template-columns: 1fr;
 }
body.hero-v-4 ._kSlgJYiW {
 margin: 0 auto;
 width: 100%;
max-width: 720px;
 }
body.hero-v-4 .hero-info {
 text-align: center;
 }
body.hero-v-4 ._xkTGZEpA {
 justify-content: center;
 }
/* hero-v-5: асимметрия со скосом */body.hero-v-5 ._ubDHROMwBz {
 background: linear-gradient(135deg, var(--bg-base) 0%, var(--bg-base) 60%, var(--accent-soft) 60%, var(--accent-soft) 100%);
 }
body.hero-v-5 ._ZkgidJdY {
 grid-template-columns: 1.5fr 1fr;
 gap: 50px;
 }
body.hero-v-5 ._ubDHROMwBz h1 {
 border-left: 4px solid var(--accent);
padding-left: 14px;
 }
/* hero-v-6: минимальный — только заголовок и CTA */body.hero-v-6 ._ubDHROMwBz {
 padding: 60px 0 40px;
 }
body.hero-v-6 ._ZkgidJdY {
 text-align: center;
 gap: 24px;
 max-width: 700px;
 margin: 0 auto;
grid-template-columns: 1fr;
 }
body.hero-v-6 ._kSlgJYiW, body.hero-v-6 ._xkTGZEpA {
 display: none;
 }
body.hero-v-6 ._ZXbztzOKaF {
 margin: 0 auto;
 }
body.hero-v-6 ._xoWXLMT {
 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 ._RjNjhPDSE {
 padding: 16px 0 0;
 }
body.hd-v-2 .header-inner {
 gap: 14px;
 grid-template-columns: 1fr;
 padding-bottom: 14px;
display: grid;
 }
body.hd-v-2 ._mcYGXeY {
 justify-self: center;
 }
body.hd-v-2 ._CarSRgcxP {
 justify-content: center;
 justify-self: center;
 padding-top: 12px;
 border-top: 1px solid var(--border-subtle);
order: 3;
 width: 100%;
 }
body.hd-v-2 ._HUVpfTeIm {
 top: 16px;
 right: 24px;
position: absolute;
 }
/* hd-v-3: nav слева, brand справа */body.hd-v-3 .header-inner {
 grid-template-columns: 1fr auto auto;
display: grid;
 align-items: center;
 gap: 24px;
 }
body.hd-v-3 ._CarSRgcxP {
 justify-self: start;
order: 1;
 }
body.hd-v-3 ._mcYGXeY {
 justify-self: end;
order: 2;
 }
body.hd-v-3 ._HUVpfTeIm {
 order: 3;
 }
/* hd-v-4: компактный — без явного nav-bar, только лого и кнопки */body.hd-v-4 .header-inner {
 padding: 10px 0;
 align-items: center;
 justify-content: space-between;
display: flex;
 }
body.hd-v-4 ._CarSRgcxP {
 font-size: 13px;
 }
/* ========== BUTTON ВАРИАНТЫ (6 типов кнопок) ========== *//* btn-v-1: solid (default) */body.btn-v-1 ._nMJNJnh {
 border-radius: var(--radius-md);
 }
/* btn-v-2: pill (round) */body.btn-v-2 ._nMJNJnh, 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 ._nMJNJnh, body.btn-v-3 .scb-btn, body.btn-v-3 .sticky-play {
 border-radius: 0;
 }
/* btn-v-4: outlined primary (заполнение только при ховере) */body.btn-v-4 ._jlhLVwkAZZb {
 color: var(--accent);
 border: 2px solid var(--accent);
background: transparent;
 }
body.btn-v-4 ._jlhLVwkAZZb:hover {
 background: var(--accent);
 color: white;
 }
/* btn-v-5: skewed (диагональный паралелепипед) */body.btn-v-5 ._jlhLVwkAZZb {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._jlhLVwkAZZb > * {
 transform: skewX(8deg);
display: inline-block;
 }
body.btn-v-5 ._JGZarfOor {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._JGZarfOor > * {
 transform: skewX(8deg);
display: inline-block;
 }
/* btn-v-6: с тенью / шейдером */body.btn-v-6 ._jlhLVwkAZZb {
 box-shadow: 0 4px 14px var(--accent-glow), 0 0 0 1px var(--accent) inset;
 }
body.btn-v-6 ._jlhLVwkAZZb:hover {
 transform: translateY(-2px);
box-shadow: 0 8px 28px var(--accent-glow);
 }
/* ========== SLOT CARD ВАРИАНТЫ (8 структурных моодов) ========== *//* card-v-1: классика — vertical with shadow (default) */body.card-v-1 .slot-card {
 box-shadow: 0 4px 16px rgba(0,0,0,0.2);
 }
body.card-v-1 .slot-card:hover {
 box-shadow: 0 12px 32px rgba(0,0,0,0.3);
transform: translateY(-4px);
 }
/* card-v-2: glassmorphism — размытие + полупрозрачный */body.card-v-2 .slot-card {
  -webkit-backdrop-filter: blur(20px);
background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  backdrop-filter: blur(20px);
}
/* card-v-3: neon glow — светящаяся обводка */body.card-v-3 .slot-card {
 transition: all 0.3s;
 box-shadow: 0 0 0 1px var(--accent), 0 0 24px var(--accent-glow);
border: 1px solid var(--accent);
 }
body.card-v-3 .slot-card:hover {
 box-shadow: 0 0 0 2px var(--accent), 0 0 40px var(--accent-glow);
 }
/* card-v-4: brutalist — толстая чёрная рамка, без скруглений */body.card-v-4 .slot-card {
 box-shadow: 6px 6px 0 var(--accent);
border: 3px solid var(--text-1);
 border-radius: 0;
 }
body.card-v-4 .slot-card:hover {
 box-shadow: 8px 8px 0 var(--accent);
transform: translate(-2px, -2px);
 }
/* card-v-5: premium gold — золотая рамка с градиентом */body.card-v-5 .slot-card {
  border: 1px solid transparent;
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
  background-clip: padding-box;
  position: relative;
}
body.card-v-5 .slot-card::before {
  background: linear-gradient(135deg, #d4a437, var(--accent), #d4a437);
content: '';
  z-index: -1;
 inset: -1px;
 border-radius: inherit;
 position: absolute;
}
/* card-v-6: retro arcade — пиксельная стилистика */body.card-v-6 .slot-card {
 image-rendering: pixelated;
 box-shadow: 4px 4px 0 var(--accent-dark);
border: 2px solid var(--accent);
 }
body.card-v-6 .slot-card .slot-name {
 text-transform: uppercase;
 letter-spacing: 1px;
font-family: 'Russo One', monospace, sans-serif;
 }
/* card-v-7: holographic — радужный градиент по краям */body.card-v-7 .slot-card {
 overflow: hidden;
position: relative;
 }
body.card-v-7 .slot-card::after {
  pointer-events: none;
 inset: 0;
content: '';
  background: linear-gradient(45deg, transparent 30%, rgba(0, 229, 204, 0.1) 40%, rgba(168, 85, 247, 0.1) 50%, rgba(255, 88, 88, 0.1) 60%, transparent 70%);
  background-size: 200% 200%;
 animation: holo 3s ease infinite;
 position: absolute;
}
@keyframes holo {
 0%, 100% {
 background-position: 0% 0%;
 }
 50% {
 background-position: 100% 100%;
 }
 }
/* card-v-8: minimal flat — без теней и обводок */body.card-v-8 .slot-card {
 box-shadow: none;
 background: var(--bg-card);
 border: none;
 }
body.card-v-8 .slot-card:hover {
 background: var(--bg-card-hover);
 }
/* ========== CTA BANNER ВАРИАНТЫ (5 типов) ========== *//* cta-v-1: горизонтальный split (default) */body.cta-v-1 ._ymtipWJI {
 align-items: center;
 flex-wrap: wrap;
display: flex;
 gap: 24px;
 }
/* cta-v-2: центрированный с большой иконкой */body.cta-v-2 ._ymtipWJI {
 padding: 40px 24px;
flex-direction: column;
 text-align: center;
 }
body.cta-v-2 ._eugPBZf {
 max-width: 600px;
 }
body.cta-v-2 ._bqewZHT {
 justify-content: center;
 }
body.cta-v-2 ._ymtipWJI::before {
 font-size: 56px;
 margin-bottom: 12px;
content: '🎁';
 }
/* cta-v-3: вертикальный stack с фоном-рисунком */body.cta-v-3 ._ymtipWJI {
  background: linear-gradient(135deg, var(--accent-soft) 0%, transparent 60%), radial-gradient(circle at 80% 20%, var(--accent-glow), transparent 60%);
  flex-direction: column;
 gap: 14px;
  border: 2px solid var(--accent);
}
/* cta-v-4: dual-action (две большие кнопки рядом) */body.cta-v-4 ._bqewZHT {
 display: grid;
 gap: 12px;
 grid-template-columns: 1fr 1fr;
 min-width: 260px;
 }
/* cta-v-5: минимальный — узкая полоса */body.cta-v-5 ._ymtipWJI {
 gap: 16px;
padding: 16px 22px;
 }
body.cta-v-5 ._AlyzjYGdFSU {
 font-size: 16px;
 }
body.cta-v-5 ._BMoEhrEeFE {
 display: none;
 }
/* ========== TABLE ВАРИАНТЫ (5 стилей) ========== *//* tbl-v-1: classic (default) — полосатые строки */body.tbl-v-1 ._OwKlaEZNrM tbody tr:nth-child(odd),body.tbl-v-1 ._oolRHoJNdv tbody tr:nth-child(odd) {
 background: var(--bg-section);
 }
/* tbl-v-2: minimal — только нижние границы */body.tbl-v-2 ._OwKlaEZNrM, body.tbl-v-2 ._oolRHoJNdv {
 border: none;
 }
body.tbl-v-2 ._OwKlaEZNrM thead th, body.tbl-v-2 ._oolRHoJNdv thead th {
 background: transparent;
 border-bottom: 2px solid var(--accent);
 }
body.tbl-v-2 ._OwKlaEZNrM tbody td, body.tbl-v-2 ._oolRHoJNdv tbody td {
 border-bottom: 1px solid var(--border-subtle);
 }
body.tbl-v-2 ._OwKlaEZNrM tbody tr:hover, body.tbl-v-2 ._oolRHoJNdv tbody tr:hover {
 background: var(--accent-soft);
 }
/* tbl-v-3: card-style — каждая строка как карточка */body.tbl-v-3 ._OwKlaEZNrM tbody tr, body.tbl-v-3 ._oolRHoJNdv tbody tr {
  border: 1px solid var(--border-subtle);
 gap: 8px;
 grid-template-columns: repeat(4, 1fr);
  border-radius: var(--radius-md);
  background: var(--bg-card);
 margin-bottom: 8px;
display: grid;
}
body.tbl-v-3 ._OwKlaEZNrM tbody td, body.tbl-v-3 ._oolRHoJNdv tbody td {
 border: none;
 }
/* tbl-v-4: striped + bold headers */body.tbl-v-4 ._OwKlaEZNrM thead th, body.tbl-v-4 ._oolRHoJNdv thead th {
  background: var(--accent);
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: white;
}
body.tbl-v-4 ._OwKlaEZNrM tbody tr:nth-child(even),body.tbl-v-4 ._oolRHoJNdv tbody tr:nth-child(even) {
 background: var(--bg-section);
 }
/* tbl-v-5: borderless + highlighted column */body.tbl-v-5 ._OwKlaEZNrM, body.tbl-v-5 ._oolRHoJNdv {
 border-collapse: separate;
 border-spacing: 0 4px;
 }
body.tbl-v-5 ._OwKlaEZNrM tbody td:nth-child(2),body.tbl-v-5 ._oolRHoJNdv tbody td:nth-child(2) {
 color: var(--accent);
background: var(--accent-soft);
 font-weight: 700;
 }
body.tbl-v-5 ._OwKlaEZNrM tbody td, body.tbl-v-5 ._oolRHoJNdv tbody td {
 border: none;
 }
/* ========== SECTION HEADING ВАРИАНТЫ (5 стилей) ========== *//* sh-v-1: default — eyebrow + h2 + subtitle */body.sh-v-1 ._AGsGUNCfXJD {
 margin-bottom: 36px;
 }
/* sh-v-2: с подчёркиванием на акцентной полосе */body.sh-v-2 ._AGsGUNCfXJD h2 {
 display: inline-block;
 padding-bottom: 10px;
 border-bottom: 3px solid var(--accent);
 }
/* sh-v-3: горизонтальный bar — eyebrow слева, h2 справа */body.sh-v-3 ._AGsGUNCfXJD {
 border-bottom: 1px solid var(--border-subtle);
display: flex;
 align-items: baseline;
 gap: 14px;
 padding-bottom: 14px;
 margin-bottom: 30px;
 flex-wrap: wrap;
 justify-content: space-between;
 }
body.sh-v-3 ._AGsGUNCfXJD ._ZeCAjXs {
 margin: 0;
 }
body.sh-v-3 ._AGsGUNCfXJD ._fVnakKaIm {
 width: 100%;
 margin: 8px 0 0;
 }
/* sh-v-4: центрированный с декоративными чёрточками вокруг eyebrow */body.sh-v-4 ._AGsGUNCfXJD {
 text-align: center;
 max-width: 720px;
 margin: 0 auto 36px;
 }
body.sh-v-4 ._AGsGUNCfXJD ._ZeCAjXs {
 position: relative;
display: inline-block;
 padding: 0 16px;
 }
body.sh-v-4 ._AGsGUNCfXJD ._ZeCAjXs::before, body.sh-v-4 ._AGsGUNCfXJD ._ZeCAjXs::after {
 content: '';
 top: 50%;
 background: var(--accent);
 height: 1px;
 position: absolute;
 width: 30px;
 }
body.sh-v-4 ._AGsGUNCfXJD ._ZeCAjXs::before {
 right: 100%;
 }
body.sh-v-4 ._AGsGUNCfXJD ._ZeCAjXs::after {
 left: 100%;
 }
/* sh-v-5: numbered — h2 префиксован крупной цифрой счётчика */body.sh-v-5 main {
 counter-reset: section;
 }
body.sh-v-5 ._AGsGUNCfXJD h2 {
 align-items: center;
 gap: 16px;
display: flex;
 }
body.sh-v-5 ._AGsGUNCfXJD h2::before {
 color: var(--accent);
 content: counter(section, decimal-leading-zero);
counter-increment: section;
 opacity: 0.5;
 font-family: var(--font-display);
 font-size: 0.6em;
 }
/* ========== BADGE/EYEBROW ВАРИАНТЫ (4 стиля) ========== *//* bd-v-1: default uppercase letterspaced */body.bd-v-1 ._ZeCAjXs, body.bd-v-1 ._ZXbztzOKaF {
 letter-spacing: 2px;
text-transform: uppercase;
 font-size: 11px;
 }
/* bd-v-2: pill с фоном */body.bd-v-2 ._ZeCAjXs, body.bd-v-2 ._ZXbztzOKaF {
 color: var(--accent);
 padding: 5px 12px;
 border-radius: 999px;
 font-size: 12px;
display: inline-block;
 background: var(--accent-soft);
 }
/* bd-v-3: с иконкой-точкой слева */body.bd-v-3 ._ZeCAjXs::before, body.bd-v-3 ._ZXbztzOKaF::before {
 content: '●';
 color: var(--accent);
 animation: pulse 2s ease infinite;
 margin-right: 8px;
 }
/* bd-v-4: декоративная скобка */body.bd-v-4 ._ZeCAjXs::before {
 font-weight: bold;
 color: var(--accent);
content: '/ ';
 }
body.bd-v-4 ._ZXbztzOKaF::before {
 content: '— ';
 color: var(--accent);
 }
@keyframes pulse {
 0%, 100% {
 opacity: 1;
 }
 50% {
 opacity: 0.4;
 }
 }
/* ========== Reviews card variants (мини, через cards-s) ========== */body.cards-s-1 .review-card {
 box-shadow: none;
 }
body.cards-s-2 .review-card {
 background: rgba(255,255,255,0.02);
 backdrop-filter: blur(8px);
 }
body.cards-s-3 .review-card {
 background: transparent;
 border: 2px dashed var(--border-strong);
 }
/* ========== FAQ accordion variants ========== */body.bd-v-2 .faq-item .faq-icon {
 justify-content: center;
 align-items: center;
 display: inline-flex;
 color: var(--accent);
 width: 26px;
 height: 26px;
 border-radius: 50%;
background: var(--accent-soft);
 }
/* === Адаптивность для всех вариантов === */@media (max-width: 900px) {
  body.hero-v-1 ._ZkgidJdY, body.hero-v-3 ._ZkgidJdY, body.hero-v-5 ._ZkgidJdY {
    grid-template-columns: 1fr !important;
  }
  body.hd-v-3 .header-inner {
 grid-template-columns: 1fr;
 gap: 12px;
 }
  body.hd-v-3 ._CarSRgcxP, body.hd-v-3 ._mcYGXeY, body.hd-v-3 ._HUVpfTeIm {
 justify-self: center;
 }
  body.tbl-v-3 ._OwKlaEZNrM tbody tr, body.tbl-v-3 ._oolRHoJNdv 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 === */._CjQJqWVx {
 border-top: 1px solid var(--border-subtle);
padding: 50px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
._XoMccEiYc {
 text-align: center;
font-size: 12px;
 margin-bottom: 16px;
 letter-spacing: 1.5px;
 color: var(--text-3);
 text-transform: uppercase;
 }
._mTMllaUsW {
 display: grid;
 gap: 8px;
 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
 }
._sukfziRo {
 background: var(--bg-card);
 border-radius: var(--radius-sm);
 font-family: var(--font-display);
 border: 1px solid var(--border-subtle);
padding: 14px 16px;
 font-weight: 600;
 color: var(--text-2);
 text-align: center;
 transition: all 0.2s;
 font-size: 13px;
 }
._sukfziRo:hover {
 color: var(--accent);
border-color: var(--accent);
 }
@media (max-width: 600px) {
 ._mTMllaUsW {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === WHY US === */._VgtRiJMppef {
 padding: 60px 0;
 }
._PMxbdszDBHc {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 18px;
 }
._FHgJQEpvnBu {
 padding: 24px;
 border: 1px solid var(--border-subtle);
 transition: all 0.2s;
background: var(--bg-card);
 border-radius: var(--radius-md);
 }
._FHgJQEpvnBu:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._fsHwWVZ {
 display: block;
 margin-bottom: 12px;
font-size: 32px;
 }
._uuMkVRLzXt {
 font-family: var(--font-display);
 color: var(--text-1);
 font-size: 17px;
 margin: 0 0 8px;
 }
._powKqGvSeNl {
 color: var(--text-2);
font-size: 14px;
 margin: 0;
 line-height: 1.5;
 }
@media (max-width: 900px) {
 ._PMxbdszDBHc {
 grid-template-columns: 1fr;
 }
 }
/* === PAYOUT TABLE === */._PCLuKWltfQT {
 padding: 60px 0;
 }
._XMmnUthL {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._XMmnUthL thead th {
 text-align: left;
 color: var(--accent);
 font-weight: 700;
 padding: 14px 16px;
background: var(--accent-soft);
 }
._XMmnUthL tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._XMmnUthL tbody tr:hover {
 background: var(--bg-card-hover);
 }
._XMmnUthL tbody td:first-child {
 font-weight: 700;
 color: var(--text-1);
 }
/* === JACKPOT METER === */._DJzusKqMyv {
 background: linear-gradient(180deg, transparent, var(--accent-soft) 50%, transparent);
padding: 60px 0;
 }
._UqwNNdjpJv {
 background: var(--bg-card);
 padding: 40px;
 margin: 0 auto;
 border-radius: var(--radius-lg);
 box-shadow: 0 0 40px var(--accent-glow);
 border: 1px solid var(--accent);
 max-width: 720px;
 text-align: center;
 }
._CATMJPLJ {
 color: var(--accent);
font-size: 13px;
 letter-spacing: 2px;
 margin-bottom: 8px;
 text-transform: uppercase;
 }
._HvrOqRC {
 font-family: var(--font-display);
 color: var(--text-1);
 margin: 0 0 20px;
 font-size: 24px;
 }
._FpUCoOf {
 margin: 16px 0 24px;
 font-size: clamp(36px, 6vw, 64px);
 font-variant-numeric: tabular-nums;
 font-weight: 800;
font-family: var(--font-display);
 line-height: 1;
 color: var(--accent);
 }
._UsLFThs {
 gap: 14px;
display: grid;
 margin-bottom: 24px;
 grid-template-columns: repeat(3, 1fr);
 }
._AUFVPIOK {
 display: flex;
 flex-direction: column;
 background: var(--bg-section);
 padding: 12px;
 border-radius: var(--radius-sm);
 gap: 4px;
 }
._yKyfPQwR {
 font-size: 16px;
 font-weight: 700;
 color: var(--text-1);
font-family: var(--font-display);
 }
._VsYlDeYUO {
 color: var(--text-3);
 text-transform: uppercase;
font-size: 11px;
 letter-spacing: 0.5px;
 }
@media (max-width: 600px) {
 ._UsLFThs {
 grid-template-columns: 1fr;
 }
 ._UqwNNdjpJv {
 padding: 24px;
 }
 }
/* === NEWSLETTER === */._NiACCJSQ {
 padding: 60px 0;
 }
._QHphhSMt {
 padding: 36px;
 border-radius: var(--radius-lg);
background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
 border: 1px solid var(--accent);
 }
._AQlUcHCD {
 margin-bottom: 18px;
 }
._LwKtHvGFcOp {
 font-size: 22px;
 color: var(--text-1);
 margin: 0 0 8px;
font-family: var(--font-display);
 }
._gpBodqQwL {
 color: var(--text-2);
font-size: 14px;
 margin: 0;
 line-height: 1.5;
 }
._LxRggUwvkBU {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 margin-bottom: 12px;
 }
._zejdhDXXQNz {
 min-width: 240px;
flex: 1;
 padding: 12px 16px;
 border-radius: var(--radius-md);
 font-size: 14px;
 color: var(--text-1);
 border: 1px solid var(--border-subtle);
 background: var(--bg-section);
 }
._zejdhDXXQNz:focus {
 border-color: var(--accent);
outline: none;
 }
._KfcyQJXRg {
 border-radius: var(--radius-md);
 color: white;
padding: 12px 26px;
 border: none;
 font-weight: 700;
 cursor: pointer;
 background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
 font-size: 14px;
 }
._KfcyQJXRg:hover {
 transform: translateY(-1px);
 }
._uIEFNnJHJ {
 font-size: 12px;
 color: var(--text-3);
 }
/* === AWARDS === */._jsXAyhivj {
 padding: 50px 0;
 }
._zvYrtlFKG {
 letter-spacing: 2px;
 font-size: 12px;
 margin-bottom: 20px;
 text-transform: uppercase;
 color: var(--text-3);
text-align: center;
 }
._FnlWprbnI {
 display: grid;
 gap: 14px;
 grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
 }
._QNMBLcf {
 padding: 16px;
 border-left: 3px solid var(--accent);
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
background: var(--bg-card);
 }
._uajpVaQVm {
 display: block;
 font-size: 20px;
 font-weight: 800;
 color: var(--accent);
 font-family: var(--font-display);
 }
._iJibWlIK {
 margin: 4px 0;
display: block;
 font-weight: 700;
 color: var(--text-1);
 font-size: 14px;
 }
._ukzyJsrJQrI {
 font-size: 12px;
 color: var(--text-3);
 }
/* === TOP WINNERS === */._rIhVpgqHvwG {
 padding: 60px 0;
 }
._LqDGiWJwHEU {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._LqDGiWJwHEU thead th {
 background: var(--accent);
 letter-spacing: 1px;
 padding: 12px 16px;
 text-transform: uppercase;
 text-align: left;
 font-size: 12px;
 color: white;
 }
._LqDGiWJwHEU tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._LqDGiWJwHEU tbody tr:hover {
 background: var(--bg-card-hover);
 }
._LqDGiWJwHEU .win-cell {
 font-weight: 700;
 color: var(--accent);
 }
._LqDGiWJwHEU tr.winner-1 {
 background: linear-gradient(90deg, rgba(255, 215, 0, 0.15), transparent);
 }
._LqDGiWJwHEU tr.winner-2 {
 background: linear-gradient(90deg, rgba(192, 192, 192, 0.15), transparent);
 }
._LqDGiWJwHEU tr.winner-3 {
 background: linear-gradient(90deg, rgba(205, 127, 50, 0.15), transparent);
 }
/* === HOT GAME === */._VXCQiGGeG {
 padding: 60px 0;
 }
._OZlyWEhoe {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 border-radius: var(--radius-lg);
 grid-template-columns: 320px 1fr;
display: grid;
 gap: 24px;
 align-items: center;
 background: var(--bg-card);
 }
._XGdVWLZTfrX {
 aspect-ratio: 4/3;
 overflow: hidden;
 position: relative;
 display: flex;
 font-size: 18px;
 padding: 12px;
 font-weight: 700;
 justify-content: center;
 border-radius: var(--radius-md);
 color: white;
 text-align: center;
 align-items: center;
 }
._XGdVWLZTfrX img {
 width: 100%;
 object-fit: cover;
position: absolute;
 inset: 0;
 height: 100%;
 }
._CdOJrCkvLg {
 padding: 8px 0;
 }
._UUNIKQk {
 font-size: 12px;
 letter-spacing: 1.5px;
 font-weight: 700;
color: var(--accent);
 text-transform: uppercase;
 margin-bottom: 8px;
 }
._MdGYBnSGFbZ {
 color: var(--text-1);
 font-size: 26px;
 margin: 0 0 12px;
font-family: var(--font-display);
 }
._CtHdkHFXOa {
 color: var(--text-2);
 flex-wrap: wrap;
display: flex;
 margin-bottom: 14px;
 gap: 18px;
 font-size: 13px;
 }
._CtHdkHFXOa strong {
 color: var(--text-1);
 }
._zwidOcqHv {
 color: var(--text-2);
font-size: 14px;
 margin: 0 0 18px;
 line-height: 1.5;
 }
._jWQQIRKRWH {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
@media (max-width: 700px) {
 ._OZlyWEhoe {
 grid-template-columns: 1fr;
 }
 }
/* === VIP === */._UyMrjzw {
 padding: 60px 0;
 }
._RFQZAEnX {
 box-shadow: 0 8px 40px rgba(212, 164, 55, 0.15);
 padding: 40px;
 text-align: center;
 border-radius: var(--radius-lg);
 max-width: 760px;
background: linear-gradient(135deg, #1a1208 0%, var(--bg-card) 60%);
 margin: 0 auto;
 border: 1px solid #d4a437;
 }
._oyKIXeEZcBk {
 color: #d4a437;
 letter-spacing: 2px;
 text-transform: uppercase;
 font-size: 13px;
 margin-bottom: 12px;
 }
._ZbieNZBuphL {
 margin: 0 0 14px;
 font-size: 28px;
font-family: var(--font-display);
 color: var(--text-1);
 }
._cuewQDooIOu {
 line-height: 1.6;
 color: var(--text-2);
 max-width: 600px;
 margin: 0 auto 22px;
font-size: 15px;
 }
._UMogPlWEKoz {
 max-width: 540px;
 margin-left: auto;
 gap: 10px;
 padding: 0;
 margin: 0 0 24px;
 grid-template-columns: repeat(2, 1fr);
list-style: none;
 display: grid;
 margin-right: auto;
 }
._UMogPlWEKoz li {
 border-radius: var(--radius-sm);
 border-left: 2px solid #d4a437;
 color: var(--text-2);
 text-align: left;
 background: rgba(212, 164, 55, 0.06);
font-size: 14px;
 padding: 8px 12px;
 }
@media (max-width: 600px) {
 ._UMogPlWEKoz {
 grid-template-columns: 1fr;
 }
 ._RFQZAEnX {
 padding: 24px;
 }
 }
/* === CALCULATOR === */._uqKsFxrnQFe {
 padding: 60px 0;
 }
._GzuBlFJqRu {
 background: var(--bg-card);
 max-width: 640px;
 margin: 0 auto;
 border: 1px solid var(--border-subtle);
 padding: 36px;
 border-radius: var(--radius-lg);
 }
._AbKfRmB {
 color: var(--accent);
 letter-spacing: 2px;
 text-transform: uppercase;
 margin-bottom: 8px;
 font-size: 12px;
 }
._ULkVNrw {
 font-family: var(--font-display);
 color: var(--text-1);
 margin: 0 0 20px;
 font-size: 24px;
 }
._HtoBVpGT {
 gap: 16px;
display: flex;
 flex-direction: column;
 }
._VujoZAdIk {
 flex-direction: column;
 gap: 8px;
display: flex;
 }
._ujmBkLb {
 font-weight: 600;
 color: var(--text-2);
font-size: 13px;
 }
._HtoBVpGT input {
 border-radius: var(--radius-md);
 font-weight: 700;
color: var(--text-1);
padding: 12px 16px;
 background: var(--bg-section);
 font-size: 18px;
 border: 1px solid var(--border-subtle);
 }
._HtoBVpGT input:focus {
 border-color: var(--accent);
outline: none;
 }
._SHoArMaNrcR {
 padding: 16px;
background: var(--bg-section);
 border-radius: var(--radius-md);
 }
._EOOKwEF {
 font-size: 14px;
 padding: 8px 0;
display: flex;
 justify-content: space-between;
 color: var(--text-2);
 align-items: center;
 }
._EOOKwEF strong {
 font-weight: 700;
color: var(--text-1);
 }
._BXyDMxM strong {
 color: var(--accent);
 }
._ETQBMzcn {
 font-weight: 700;
 margin-top: 4px;
 border-top: 1px solid var(--border-subtle);
padding-top: 12px;
 }
._ETQBMzcn strong {
 font-size: 18px;
 }
/* === LIVE ACTIVITY === */._ueYAiGKPqO {
 padding: 30px 0;
 }
._VmqIBJTC {
 gap: 14px;
 grid-template-columns: repeat(4, 1fr);
display: grid;
 }
._OSQyqLACfiu {
 gap: 4px;
 display: flex;
 flex-direction: column;
 border-radius: var(--radius-md);
background: var(--bg-card);
 border: 1px solid var(--border-subtle);
 padding: 18px;
 align-items: flex-start;
 }
._zGtoefOtQa {
 font-size: 18px;
 }
._SUSevsntmcP {
 font-weight: 800;
 font-variant-numeric: tabular-nums;
font-family: var(--font-display);
 color: var(--accent);
 font-size: 22px;
 }
._pDeJJlEfotW {
 color: var(--text-3);
 text-transform: uppercase;
font-size: 11px;
 letter-spacing: 0.5px;
 }
@media (max-width: 700px) {
 ._VmqIBJTC {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === PROS CONS === */._VIckwGcgMRk {
 padding: 60px 0;
 }
._fpNDgMfuc {
 grid-template-columns: repeat(2, 1fr);
display: grid;
 gap: 18px;
 }
._tSykbhWk {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 border-radius: var(--radius-md);
background: var(--bg-card);
 }
._jqMpUbqxPTw {
 border-left: 3px solid #22c55e;
 }
._UKcvERitFC {
 border-left: 3px solid #ef4444;
 }
._tSykbhWk h3 {
 color: var(--text-1);
 margin: 0 0 14px;
font-family: var(--font-display);
 font-size: 17px;
 }
._tSykbhWk ul {
 padding: 0;
 gap: 10px;
 flex-direction: column;
 margin: 0;
list-style: none;
 display: flex;
 }
._tSykbhWk li {
 color: var(--text-2);
font-size: 14px;
 padding-left: 22px;
 line-height: 1.5;
 position: relative;
 }
._jqMpUbqxPTw li::before {
 position: absolute;
 left: 0;
content: '✓';
 color: #22c55e;
 font-weight: 700;
 }
._UKcvERitFC li::before {
 position: absolute;
content: '−';
 font-weight: 700;
 left: 0;
 color: #ef4444;
 font-size: 18px;
 }
@media (max-width: 700px) {
 ._fpNDgMfuc {
 grid-template-columns: 1fr;
 }
 }
/* === SECURITY STRIP === */._XexBrgWCzvn {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
padding: 40px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
._DvNjCVenu {
 text-transform: uppercase;
 margin-bottom: 18px;
 color: var(--text-3);
 letter-spacing: 2px;
text-align: center;
 font-size: 12px;
 }
._ZGSRCsC {
 grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
 gap: 10px;
display: grid;
 }
._MgXaUVJoNh {
 font-size: 13px;
display: flex;
 border: 1px solid var(--border-subtle);
 padding: 10px 14px;
 background: var(--bg-card);
 gap: 8px;
 color: var(--text-2);
 border-radius: var(--radius-md);
 align-items: center;
 }
._AvFVUmmY {
 font-size: 18px;
 }
/* === METHODS === */._qDtduUNpIzZ {
 padding: 60px 0;
 }
._EOqohXn {
 gap: 12px;
display: grid;
 grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
 }
._FVSJOJOVu {
 align-items: center;
background: var(--bg-card);
 border: 1px solid var(--border-subtle);
 padding: 16px;
 gap: 6px;
 display: flex;
 text-align: center;
 border-radius: var(--radius-md);
 transition: all 0.2s;
 flex-direction: column;
 }
._FVSJOJOVu:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._eTPHhnGyv {
 font-size: 28px;
 }
._cgPjCVBlldv {
 font-weight: 700;
 font-size: 13px;
 color: var(--text-1);
 }
._RAUsYpRTPe {
 font-size: 11px;
 color: var(--text-3);
 }
/* === STEPS === */._bLpHjSbm {
 padding: 60px 0;
 }
._XZxThIaV {
 counter-reset: step;
 gap: 18px;
display: grid;
 grid-template-columns: repeat(4, 1fr);
 }
._lhNheQjZHmv {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 border-radius: var(--radius-md);
background: var(--bg-card);
 position: relative;
 }
._WJtRmzLVUqp {
 line-height: 1;
font-family: var(--font-display);
 opacity: 0.3;
 color: var(--accent);
 margin-bottom: 8px;
 font-weight: 800;
 font-size: 36px;
 }
._nNsmZmy {
 font-family: var(--font-display);
 color: var(--text-1);
 font-size: 17px;
 margin: 0 0 8px;
 }
._AnFmKjiL {
 margin: 0;
 line-height: 1.5;
 color: var(--text-2);
font-size: 13px;
 }
@media (max-width: 900px) {
 ._XZxThIaV {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 500px) {
 ._XZxThIaV {
 grid-template-columns: 1fr;
 }
 }
/* === FOOTER INFO ROW === */._DZaRPCDqqCG {
 display: grid;
 padding: 30px 0;
 gap: 24px;
 border-top: 1px solid var(--border-subtle);
 grid-template-columns: repeat(3, 1fr);
 }
._QNyKxwwJ h4 {
 font-size: 14px;
 margin: 0 0 12px;
 font-weight: 700;
color: var(--text-1);
 }
._eKtcKhe {
 margin-bottom: 6px;
 color: var(--text-3);
font-size: 13px;
 line-height: 1.5;
 }
._rlwfsflyqUX {
 color: var(--text-3);
 }
._xjvuClVr {
 text-decoration: none;
color: var(--accent);
 }
._xjvuClVr:hover {
 text-decoration: underline;
 }
._gQtPKFeehrt {
 border-radius: 4px;
 font-family: monospace;
 padding: 2px 8px;
background: var(--bg-section);
 font-size: 12px;
 }
@media (max-width: 700px) {
 ._DZaRPCDqqCG {
 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%;
 }
  ._VpeOwjFOlm {
 padding: 0 20px;
 }
  ._jfzmMVr, ._HJrnBnCmfB, ._VmqIBJTC, ._OQtNpXwp {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._tVreSpSTUm {
 grid-template-columns: repeat(3, 1fr) !important;
 }
  .footer-grid {
 gap: 24px;
grid-template-columns: 1fr 1fr !important;
 }
  ._ZkgidJdY, .themed-hero {
 grid-template-columns: 1fr !important;
 }
  ._FnlWprbnI {
 grid-template-columns: repeat(3, 1fr) !important;
 }
}
@media (max-width: 900px) {
  body {
 font-size: 15px;
 }
  ._VpeOwjFOlm {
 padding: 0 16px;
 }
    /* Hero */  ._ubDHROMwBz {
 padding: 32px 0 !important;
 }
  .hero-title, h1 {
 line-height: 1.2 !important;
font-size: 28px !important;
 }
  .hero-sub, ._moLoXXSm {
 font-size: 15px !important;
 }
    /* Headings */  h2, ._XIOzpIVf h2 {
 font-size: 22px !important;
 line-height: 1.25 !important;
 }
  h3 {
 font-size: 18px !important;
 }
  h4 {
 font-size: 16px !important;
 }
    /* Grids */  ._jfzmMVr, ._HJrnBnCmfB, ._VmqIBJTC, ._OQtNpXwp, ._FnlWprbnI {
 gap: 12px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._tVreSpSTUm {
 gap: 14px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._EOqohXn, ._ZGSRCsC, ._mTMllaUsW {
 gap: 12px;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._fpNDgMfuc {
 grid-template-columns: 1fr !important;
 }
  .footer-grid, ._SSvUXJhaBLf {
 gap: 20px;
grid-template-columns: 1fr !important;
 }
  .topwin-grid {
 grid-template-columns: 1fr !important;
 }
  ._QOWaRSI {
 grid-template-columns: 1fr 1fr !important;
 gap: 10px !important;
 }
  ._DZaRPCDqqCG {
 gap: 18px;
grid-template-columns: 1fr !important;
 }
    /* Tables — horizontal scroll wrapper */  ._XMmnUthL, ._oolRHoJNdv, ._OwKlaEZNrM, .leaderboard-table {
 font-size: 13px;
 }
  ._PCLuKWltfQT, ._vxKAMvoir, ._dYeEsvE, ._rIhVpgqHvwG .leaderboard-wrap {
    overflow-x: auto;
 -webkit-overflow-scrolling: touch;
  }
  ._XMmnUthL th, ._XMmnUthL td, ._oolRHoJNdv th, ._oolRHoJNdv td {
 padding: 8px 10px !important;
 white-space: nowrap;
 }
    /* CIH crit row — fixed cols become problematic */  ._waLhOxDxkr {
 padding: 10px !important;
grid-template-columns: 1fr !important;
 gap: 4px !important;
 }
  ._LyikoVX {
 font-size: 13px;
 }
    /* CTA banners */  ._ymtipWJI {
 text-align: center;
flex-direction: column !important;
 padding: 18px !important;
 gap: 14px !important;
 }
  ._bqewZHT {
 flex-direction: column;
 width: 100%;
 }
  ._bqewZHT ._nMJNJnh {
 width: 100%;
 }
    /* Sticky CTA */  .sticky-cta-bar {
 flex-direction: column !important;
 gap: 8px !important;
 padding: 12px 16px !important;
 text-align: center;
 }
  .sticky-cta-bar .scb-text {
 font-size: 13px !important;
 }
  body.scb-pos-3 .sticky-cta-bar {
 right: 12px !important;
 max-width: none !important;
left: 12px !important;
 }
    /* Trust signal bar */  ._owSfnHO {
 padding: 8px 0 !important;
 }
  ._owSfnHO ._VpeOwjFOlm {
 gap: 8px 14px !important;
 font-size: 12px !important;
flex-wrap: wrap;
 justify-content: center;
 }
    /* Header — все варианты компактнее */  ._RjNjhPDSE ._PqnqXebh {
 flex-wrap: wrap;
 gap: 10px !important;
padding: 12px 14px !important;
 }
  ._mcYGXeY ._opugxruS {
 font-size: 18px !important;
 }
  ._CarSRgcxP {
 display: none !important;
 }
 /* nav скрываем на мобиле — заменяем на бургер если нужно */  body.hd-style-2 ._PqnqXebh,  body.hd-style-3 ._PqnqXebh,  body.hd-style-4 ._PqnqXebh,  body.hd-style-5 ._PqnqXebh,  body.hd-style-6 ._PqnqXebh {
    align-items: stretch !important;
display: flex !important;
    grid-template-columns: none !important;
 flex-direction: column !important;
 grid-template-areas: none !important;
  }
  body[class*="hd-style-"] [data-hd-slot="logo"] {
 order: 1;
align-self: center;
 }
  body[class*="hd-style-"] [data-hd-slot="nav"] {
 order: 99;
 display: none;
 }
  body[class*="hd-style-"] [data-hd-slot="search"] {
 order: 2;
 width: 100%;
 }
  body[class*="hd-style-"] [data-hd-slot="actions"] {
 order: 3;
 justify-content: center;
 }
    /* Header search */  ._LBBjpCoFGuV {
 flex: 0 0 100% !important;
 max-width: 100% !important;
 }
  ._UsuPisFcySe {
 font-size: 13px;
 }
    /* Header actions */  ._HUVpfTeIm {
 display: flex;
 justify-content: center;
 gap: 8px;
flex-wrap: wrap;
 }
  ._HUVpfTeIm ._nMJNJnh {
 font-size: 13px;
 min-width: 130px;
flex: 1 1 auto;
 padding: 10px 12px;
 }
    /* Card paddings */  .slot-card, .stat-card, ._vDVDwuF, ._FVSJOJOVu, .review-card, ._RFQZAEnX {
 padding: 14px !important;
 }
  ._GzuBlFJqRu {
 padding: 18px !important;
 }
    /* Hero buttons */  .hero-actions, .hero-cta {
 align-items: stretch;
flex-direction: column !important;
 gap: 10px !important;
 }
  .hero-actions ._nMJNJnh {
 width: 100%;
 }
    /* Showcase tabs — wrap */  ._czhynrNJ, [id="showcase-tabs"] {
 flex-wrap: wrap !important;
 gap: 6px !important;
 }
  ._czhynrNJ button, [id="showcase-tabs"] button {
 padding: 6px 10px !important;
font-size: 12px !important;
 }
    /* Newsletter */  .newsletter-form {
 gap: 10px;
flex-direction: column !important;
 }
  .newsletter-form input, .newsletter-form button {
 width: 100% !important;
 }
    /* Calculator */  ._HtoBVpGT {
 grid-template-columns: 1fr !important;
 gap: 10px;
 }
  ._EOOKwEF {
 gap: 4px !important;
 align-items: flex-start !important;
flex-direction: column;
 }
    /* Author cards */  ._rnyZXyxW {
 padding: 14px !important;
 }
  ._khqdnLwP {
 flex-direction: column;
 text-align: center;
 }
  ._sLXqEDzJON {
 margin: 0 auto 10px !important;
 }
    /* Chat panel */  ._SlmGdrNjCen {
 max-width: 360px;
 bottom: 80px !important;
 right: 4% !important;
width: 92% !important;
 }
    /* Reviews */  ._BAufNDkaMx, [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 */  ._gzOtqNuBxWN {
 padding: 32px 0 !important;
 }
  .themed-hero {
 gap: 18px !important;
 }
    /* Awards */  ._FnlWprbnI {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._QNMBLcf {
 padding: 12px !important;
 }
    /* Section frames adjustments */  section[data-sec-fr="boxed"] {
 padding: 14px 0 !important;
margin: 16px 8px !important;
 }
  section[data-sec-fr="numbered"]::before {
 right: 12px !important;
font-size: 50px !important;
 }
    /* Section paddings overall */  section {
 padding: 24px 0 !important;
 }
}
@media (max-width: 700px) {
  ._jfzmMVr, ._HJrnBnCmfB, ._VmqIBJTC, ._OQtNpXwp, ._FnlWprbnI {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._tVreSpSTUm {
 grid-template-columns: repeat(2, 1fr) !important;
 gap: 10px !important;
 }
  ._EOqohXn, ._ZGSRCsC, ._mTMllaUsW {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._QOWaRSI {
 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 */  ._XMmnUthL th, ._XMmnUthL td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
  ._oolRHoJNdv th, ._oolRHoJNdv td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
    /* Footer */  ._SSvUXJhaBLf, ._DZaRPCDqqCG, ._eNENSlRZI {
 gap: 14px !important;
 }
  ._JadCcOZ ._eNENSlRZI {
 flex-direction: column !important;
 align-items: flex-start !important;
 }
  ._qlSpUixXhO {
 gap: 8px;
flex-wrap: wrap;
 }
    /* Hero — ещё компактнее */  ._ubDHROMwBz {
 padding: 24px 0 !important;
 }
  .hero-cta {
 gap: 8px;
 }
    /* Buttons */  ._nMJNJnh {
 font-size: 13px !important;
padding: 10px 16px !important;
 }
  ._jlhLVwkAZZb, ._JGZarfOor {
 min-height: 44px;
 }
 /* touch target */    /* Badges */  .age-badge, .age-circle {
 transform: scale(.85);
 }
    /* Themed/Cards */  .themed-card, .review-card, .topwin-card, ._GzuBlFJqRu {
 padding: 12px !important;
 }
    /* Live activity */  .la-card {
 padding: 10px !important;
 }
  ._SUSevsntmcP {
 font-size: 20px !important;
 }
    /* Steps */  ._lhNheQjZHmv {
 padding: 14px !important;
 }
  ._WJtRmzLVUqp {
 font-size: 28px !important;
 }
    /* Pros/Cons */  .pc-card {
 padding: 14px !important;
 }
    /* TOC / nav links */  ._eIzOTTbhni, .nav-list {
 gap: 6px !important;
 flex-wrap: wrap;
 }
    /* Trust signal */  ._owSfnHO ._rJyyViV {
 font-size: 11px !important;
 }
}
@media (max-width: 480px) {
  body {
 font-size: 14px;
 }
  ._VpeOwjFOlm {
 padding: 0 12px;
 }
    /* Все 2-колоночные становятся 1-колоночными для маленьких экранов */  ._jfzmMVr, ._HJrnBnCmfB, ._VmqIBJTC, ._OQtNpXwp {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._EOqohXn, ._ZGSRCsC, ._mTMllaUsW {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._FnlWprbnI {
 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, ._FVSJOJOVu {
 padding: 10px !important;
 }
  .stat-num {
 font-size: 20px !important;
 }
    /* Tables */  ._XMmnUthL, ._oolRHoJNdv, ._OwKlaEZNrM {
 font-size: 11px !important;
 }
  ._XMmnUthL th, ._XMmnUthL td,  ._oolRHoJNdv th, ._oolRHoJNdv td {
 padding: 6px !important;
 }
    /* Buttons */  ._nMJNJnh {
 min-height: 44px;
padding: 10px 14px !important;
 }
  ._ykSriDMeFc {
 padding: 8px 12px !important;
 font-size: 12px !important;
 min-height: 38px;
 }
    /* Section padding */  section {
 padding: 20px 0 !important;
 }
  ._gzOtqNuBxWN {
 padding: 24px 0 !important;
 }
    /* Trust bar */  ._owSfnHO ._VpeOwjFOlm {
 font-size: 10px !important;
 gap: 6px 10px !important;
 }
    /* CTA banners */  ._ymtipWJI {
 padding: 14px !important;
 }
  ._AlyzjYGdFSU {
 font-size: 16px !important;
 }
    /* Sticky CTA */  .sticky-cta-bar {
 padding: 10px 12px !important;
 font-size: 12px !important;
 }
  .scb-btn {
 font-size: 12px !important;
padding: 8px 14px !important;
 }
    /* Footer */  ._LpvrZvKFt h4, ._QNyKxwwJ h4 {
 font-size: 15px !important;
 }
  ._LpvrZvKFt p, ._eKtcKhe {
 font-size: 13px !important;
 }
    /* Showcase tabs */  ._czhynrNJ button {
 font-size: 11px !important;
 padding: 5px 9px !important;
 }
    /* Numbered section frame — еле видим */  section[data-sec-fr="numbered"]::before {
 font-size: 36px !important;
 right: 8px !important;
 opacity: .15 !important;
 }
    /* Boxed section — поменьше отступов */  section[data-sec-fr="boxed"] {
 padding: 12px 0 !important;
margin: 12px 4px !important;
 }
    /* Header */  ._RjNjhPDSE ._PqnqXebh {
 padding: 10px 12px !important;
 gap: 8px !important;
 }
  ._mcYGXeY ._opugxruS {
 font-size: 16px !important;
 }
  ._HUVpfTeIm ._nMJNJnh {
 padding: 8px 10px !important;
 min-width: 110px;
 font-size: 12px !important;
 }
}
@media (max-width: 380px) {
  body {
 font-size: 13px;
 }
  ._VpeOwjFOlm {
 padding: 0 10px;
 }
    /* Совсем малые экраны — 1 колонка везде */  ._jfzmMVr, ._HJrnBnCmfB, ._VmqIBJTC, ._OQtNpXwp, ._EOqohXn, ._ZGSRCsC, ._mTMllaUsW, ._FnlWprbnI {
 grid-template-columns: 1fr !important;
 }
  ._tVreSpSTUm {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
    .hero-title, h1 {
 font-size: 20px !important;
 }
  h2 {
 font-size: 16px !important;
 }
    /* Tables в скролл с минимальным padding */  ._XMmnUthL th, ._XMmnUthL td {
 padding: 4px 6px !important;
 font-size: 10px !important;
 }
    /* Header — 2 строки точно */  ._HUVpfTeIm {
 width: 100%;
 }
  ._HUVpfTeIm ._nMJNJnh {
 padding: 8px 6px !important;
 font-size: 11px !important;
flex: 1 1 calc(50% - 4px);
 }
}
/* =================================================================   TOUCH-FRIENDLY: минимальные размеры тап-таргетов   ================================================================= */@media (hover: none) and (pointer: coarse) {
  ._nMJNJnh, button, a._SYsiGgFLv, ._FVSJOJOVu, .slot-card a, .faq-q, .scb-btn, .scb-close {
 min-height: 44px;
 }
  input, select, textarea {
 /* предотвращает zoom в iOS */;
min-height: 44px;
 font-size: 16px;
 }
  /* Hover-эффекты которые превращаются в "залипшие" на тапе — отключаем */  *:hover {
 transition: none;
 }
}
/* =================================================================   ОВЕРФЛОУ-ЗАЩИТА — ничего не должно вылезать за viewport   ================================================================= */html, body {
 max-width: 100vw;
 overflow-x: hidden;
 }
img, svg, video, iframe {
 height: auto;
max-width: 100%;
 }
table {
 max-width: 100%;
 }
pre, code {
 white-space: pre-wrap;
 word-wrap: break-word;
 }
/* Длинные слова/URL не должны ломать вёрстку */._xjvuClVr, ._LpvrZvKFt p, .review-text, .faq-a, ._EOOKwEF {
 word-wrap: break-word;
 overflow-wrap: break-word;
 }
/* ==== CSS variables (обязательно — должны быть в каждом css при франкенштейн-композиции) ==== */:root {
  --bg-base: #0a0e1a;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --radius-sm: 6px;
  --border-subtle: #232a44;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --radius-md: 10px;
  --bg-section: #0f1422;
  --container-width: 1280px;
  --bg-card-hover: #1c2238;
  --text-muted: #94a3b8;
  --text-secondary: #cbd5e1;
  --text-dim: #64748b;
  --radius-lg: 16px;
  --border-strong: #2d3556;
  --bg-card: #161b2e;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
--accent: #22c55e;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --accent-dark: #16a34a;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --text-primary: #f1f5f9;
}
/* ==== Buttons (используются в header, footer, body — дублируются) ==== */._nMJNJnh {
 display: inline-flex;
 padding: 12px 22px;
 border-radius: var(--radius-md);
 align-items: center;
 gap: 8px;
 transition: transform 0.15s, box-shadow 0.15s;
 white-space: nowrap;
 font-size: 14px;
 font-weight: 600;
 justify-content: center;
 font-family: inherit;
 cursor: pointer;
 border: none;
 text-decoration: none;
 }
._jlhLVwkAZZb {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 4px 14px var(--accent-glow);
 color: var(--bg-base) !important;
 }
._jlhLVwkAZZb:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._JGZarfOor {
 color: var(--text-primary) !important;
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._JGZarfOor:hover {
 background: var(--bg-card-hover);
 }
._tSmmNdCGu {
 border: 1px solid var(--accent);
 color: var(--accent) !important;
background: transparent;
 }
._tSmmNdCGu:hover {
 background: var(--accent-soft);
 }
._VPRcfEF {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — HEADER styles ==== */._RjNjhPDSE {
 background: rgba(10, 14, 26, 0.92);
 z-index: 100;
 -webkit-backdrop-filter: blur(12px);
position: sticky;
 border-bottom: 1px solid var(--border-subtle);
 backdrop-filter: blur(12px);
 top: 0;
 font-family: var(--font-body);
 }
.header-inner {
 gap: 32px;
 padding: 14px 24px;
display: flex;
 align-items: center;
 max-width: var(--container-width);
 margin: 0 auto;
 }
._mcYGXeY {
 font-family: var(--font-display);
 gap: 10px;
 color: var(--text-primary);
 align-items: center;
 font-size: 22px;
 display: flex;
 font-weight: 800;
 text-decoration: none;
 }
.brand-logo-mark {
 font-weight: 800;
 color: var(--bg-base);
 font-size: 18px;
 height: 36px;
 justify-content: center;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 border-radius: 10px;
 display: flex;
 align-items: center;
width: 36px;
 }
._CarSRgcxP {
 flex: 1;
 gap: 8px;
display: flex;
 }
._CarSRgcxP a {
 padding: 8px 14px;
 color: var(--text-secondary);
 font-weight: 500;
 border-radius: var(--radius-md);
 font-size: 14px;
 text-decoration: none;
 transition: all 0.2s ease;
 }
._CarSRgcxP a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._HUVpfTeIm {
 gap: 10px;
display: flex;
 }
@media (max-width: 720px) {
 ._CarSRgcxP {
 display: none;
 }
 ._HUVpfTeIm ._JGZarfOor {
 display: none;
 }
 .header-inner {
 padding: 12px 16px;
 gap: 12px;
 }
 }
._yckngAh {
 object-fit: contain;
 flex-shrink: 0;
width: 36px;
 border-radius: 6px;
 height: 36px;
 }
/* ==== CSS variables (обязательно — должны быть в каждом css при франкенштейн-композиции) ==== */:root {
  --bg-base: #0a0e1a;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --radius-sm: 6px;
  --border-subtle: #232a44;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --radius-md: 10px;
  --bg-section: #0f1422;
  --container-width: 1280px;
  --bg-card-hover: #1c2238;
  --text-muted: #94a3b8;
  --text-secondary: #cbd5e1;
  --text-dim: #64748b;
  --radius-lg: 16px;
  --border-strong: #2d3556;
  --bg-card: #161b2e;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
--accent: #22c55e;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --accent-dark: #16a34a;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --text-primary: #f1f5f9;
}
/* ==== Buttons (используются в header, footer, body — дублируются) ==== */._nMJNJnh {
 display: inline-flex;
 padding: 12px 22px;
 border-radius: var(--radius-md);
 align-items: center;
 gap: 8px;
 transition: transform 0.15s, box-shadow 0.15s;
 white-space: nowrap;
 font-size: 14px;
 font-weight: 600;
 justify-content: center;
 font-family: inherit;
 cursor: pointer;
 border: none;
 text-decoration: none;
 }
._jlhLVwkAZZb {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 4px 14px var(--accent-glow);
 color: var(--bg-base) !important;
 }
._jlhLVwkAZZb:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._JGZarfOor {
 color: var(--text-primary) !important;
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._JGZarfOor:hover {
 background: var(--bg-card-hover);
 }
._tSmmNdCGu {
 border: 1px solid var(--accent);
 color: var(--accent) !important;
background: transparent;
 }
._tSmmNdCGu:hover {
 background: var(--accent-soft);
 }
._VPRcfEF {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — FOOTER styles ==== */._TbfJRyGbT {
 padding: 48px 0 24px;
 border-top: 1px solid var(--border-subtle);
background: var(--bg-section);
 font-size: 14px;
 font-family: var(--font-body);
 color: var(--text-primary);
 }
._TbfJRyGbT ._VpeOwjFOlm {
 max-width: var(--container-width);
 padding: 0 24px;
 margin: 0 auto;
 }
.footer-grid {
 grid-template-columns: 1.4fr repeat(3, 1fr);
 gap: 40px;
 margin-bottom: 36px;
display: grid;
 }
.footer-col h4 {
 text-transform: uppercase;
 margin-bottom: 14px;
 color: var(--text-primary);
 font-size: 14px;
 letter-spacing: 1px;
font-family: var(--font-display);
 font-weight: 700;
 }
.footer-col ul {
 padding: 0;
list-style: none;
 margin: 0;
 }
.footer-col li {
 margin-bottom: 8px;
 }
.footer-col a {
 transition: color 0.15s;
 text-decoration: none;
color: var(--text-muted);
 }
.footer-col a:hover {
 color: var(--accent);
 }
.footer-about {
 line-height: 1.7;
 margin-top: 12px;
color: var(--text-muted);
 }
.footer-bottom {
 align-items: center;
 font-size: 12px;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 12px;
 display: flex;
padding-top: 24px;
 border-top: 1px solid var(--border-subtle);
 color: var(--text-dim);
 }
.age-badge {
 align-items: center;
 gap: 6px;
 color: var(--text-muted);
display: inline-flex;
 }
.age-circle {
 height: 24px;
 font-weight: 700;
 border-radius: 50%;
 display: flex;
 border: 2px solid var(--text-muted);
width: 24px;
 font-size: 10px;
 align-items: center;
 justify-content: center;
 }
.footer_navigation {
 gap: 18px;
 flex-wrap: wrap;
display: flex;
 font-size: 13px;
 }
.footer_navigation a {
 transition: color 0.15s;
 text-decoration: none;
color: var(--text-muted);
 }
.footer_navigation a:hover {
 color: var(--accent);
 }
@media (max-width: 1024px) {
 .footer-grid {
 grid-template-columns: 1fr 1fr;
 }
 }
@media (max-width: 720px) {
 .footer-grid {
 grid-template-columns: 1fr;
 gap: 24px;
 }
 }
