/* ==================================================================   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);
 }
._mhCCqrBUYc {
 max-width: var(--container-width);
 padding: 0 24px;
 margin: 0 auto;
 }
/* ============== HEADER ============== */._WpVEfCOEd {
 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;
 }
._YHSovVr {
 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;
 }
._pLPrcBgyH {
 flex: 1;
 gap: 8px;
display: flex;
 }
._pLPrcBgyH a {
 padding: 8px 14px;
 color: var(--text-secondary);
 font-weight: 500;
 border-radius: var(--radius-md);
 font-size: 14px;
 }
._pLPrcBgyH a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._DdRcQwXvO {
 gap: 10px;
display: flex;
 }
._JsVJcSI {
 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;
 }
._CKwDsfbdbbT {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 color: var(--bg-base);
 box-shadow: 0 4px 14px var(--accent-glow);
 }
._CKwDsfbdbbT:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._BkRiFJkCS {
 color: var(--text-primary);
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._BkRiFJkCS:hover {
 background: var(--bg-card-hover);
 }
._ZcaDWzgxe {
 background: transparent;
 border: 1px solid var(--accent);
 color: var(--accent);
 }
._ZcaDWzgxe:hover {
 background: var(--accent-soft);
 }
._gCjSUBW {
 font-size: 16px;
padding: 16px 32px;
 }
/* ============== HERO ============== */._DZryaQRRuR {
 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;
 }
._DZryaQRRuR::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;
 }
._xUQwfCvG {
 z-index: 2;
 gap: 48px;
 align-items: center;
 position: relative;
display: grid;
 grid-template-columns: 1.4fr 1fr;
 }
._sayoADcUGo {
 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;
 }
._sayoADcUGo::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);
 }
 }
._DZryaQRRuR h1 {
 letter-spacing: -0.02em;
 margin-bottom: 20px;
font-size: clamp(32px, 5vw, 52px);
 }
._DZryaQRRuR h1 ._tWdeLmwRPm {
 color: var(--accent);
 }
._uiwZOenc {
 color: var(--text-secondary);
 margin-bottom: 28px;
font-size: 17px;
 max-width: 540px;
 line-height: 1.65;
 }
._dvqbYGRV {
 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;
 }
._ipAYQtt ._hQBwoAkmT {
 line-height: 1;
 font-weight: 700;
 color: var(--accent);
 font-size: 22px;
font-family: var(--font-display);
 }
._ipAYQtt ._SASOHnVu {
 text-transform: uppercase;
 letter-spacing: 0.5px;
 color: var(--text-muted);
font-size: 11px;
 margin-top: 4px;
 }
._skMavaF {
 display: flex;
 margin-bottom: 24px;
 flex-wrap: wrap;
 gap: 12px;
 }
._PSvJAxsdQ {
 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);
 }
._stsNLHNa {
 display: flex;
width: 24px;
 background: var(--accent-soft);
 justify-content: center;
 color: var(--accent);
 align-items: center;
 height: 24px;
 border-radius: 50%;
 }
._mqridjvcYn {
 font-weight: 700;
 letter-spacing: 0.5px;
 color: var(--accent);
font-family: var(--font-display);
 }
._xzeyhkeM {
 position: relative;
 }
._CnhTxytxwjI {
 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%);
 }
._wkgpuWBmit {
 margin-bottom: 16px;
 color: var(--text-muted);
 font-size: 14px;
 letter-spacing: 1px;
 font-weight: 600;
 text-transform: uppercase;
font-family: var(--font-display);
 }
._eHPNoavcsNJ {
 padding: 12px 0;
 border-bottom: 1px solid var(--border-subtle);
 justify-content: space-between;
 align-items: center;
display: flex;
 }
._eHPNoavcsNJ:last-child {
 border-bottom: none;
 }
._eHPNoavcsNJ ._ZuwVDxoPe {
 color: var(--text-secondary);
 font-size: 14px;
 }
._eHPNoavcsNJ ._hNSAZVdQG {
 font-weight: 700;
font-family: var(--font-display);
 color: var(--accent);
 }
._obVIANAR {
 display: inline-block;
 border-radius: 50%;
 animation: pulse 1.6s infinite;
 margin-right: 6px;
 background: var(--accent);
 width: 8px;
 height: 8px;
 }
/* ============== STATS ============== */._SjDKgGrZxvY {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
 border-bottom: 1px solid var(--border-subtle);
padding: 60px 0;
 }
._WkIDEZCRTNy {
 margin-bottom: 40px;
text-align: center;
 }
._PkRyimh {
 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;
 }
._WkIDEZCRTNy h2 {
 font-size: clamp(26px, 3vw, 36px);
 margin-bottom: 8px;
 }
._WkIDEZCRTNy h2 ._tWdeLmwRPm {
 color: var(--accent);
 }
._AAlePFaEk {
 color: var(--text-muted);
 margin: 0 auto;
 font-size: 16px;
 max-width: 600px;
 }
._tFPGwZA {
 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 ============== */._MJwxorZ {
 border-bottom: 1px solid var(--border-subtle);
background: var(--bg-base);
 overflow: hidden;
 padding: 14px 0;
 }
._ZPDmMuglwIx {
 gap: 32px;
display: flex;
 animation: ticker-scroll 60s linear infinite;
 white-space: nowrap;
 }
._MJwxorZ:hover ._ZPDmMuglwIx {
 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 ============== */._NJEwFge {
 padding: 60px 0;
 }
.section-alt {
 background: var(--bg-section);
 }
._IvFvRdFW {
 align-items: flex-end;
 justify-content: space-between;
 gap: 16px;
 margin-bottom: 28px;
 flex-wrap: wrap;
display: flex;
 }
._IvFvRdFW h2 {
 font-size: clamp(24px, 3vw, 32px);
 }
._IvFvRdFW h2 ._tWdeLmwRPm {
 color: var(--accent);
 }
._HixNIUatDNB {
 align-items: center;
display: flex;
 gap: 12px;
 }
._fScMejSDIE {
 font-weight: 600;
color: var(--accent);
 font-size: 14px;
 display: inline-flex;
 align-items: center;
 gap: 6px;
 }
._fScMejSDIE:hover {
 gap: 10px;
 }
._dnbezJKQr {
 color: var(--text-muted);
 font-size: 15px;
 margin-top: 6px;
 }
._BDsfjPvB {
 gap: 8px;
flex-wrap: wrap;
 margin-bottom: 24px;
display: flex;
 }
._xojNNVwwg {
 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;
 }
._xojNNVwwg._gpXSPpIKzab {
 color: var(--accent);
background: var(--accent-soft);
 border-color: var(--accent);
 }
._xojNNVwwg:hover {
 background: var(--bg-card-hover);
 }
/* ============== SLOT CARDS ============== */._lYcbQdvHpc {
 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 ============== */._MSsrReXoOrV {
 padding: 56px 0;
 }
._MSsrReXoOrV._NVhSlBt {
 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}
) ============== */._SNmdjlBGH {
 margin: 0 auto;
max-width: 880px;
padding: 56px 0;
 }
._SNmdjlBGH h1 {
 font-size: clamp(28px, 4vw, 40px);
 margin-bottom: 24px;
 }
._SNmdjlBGH h1 ._tWdeLmwRPm, ._SNmdjlBGH h2 ._tWdeLmwRPm, ._SNmdjlBGH h3 ._tWdeLmwRPm {
 color: var(--accent);
 }
._SNmdjlBGH h2 {
 margin: 32px 0 16px;
font-size: clamp(22px, 2.8vw, 30px);
 }
._SNmdjlBGH h3 {
 font-size: 20px;
 margin: 24px 0 12px;
 color: var(--accent);
 }
._SNmdjlBGH p {
 color: var(--text-secondary);
 line-height: 1.75;
margin-bottom: 16px;
 font-size: 16px;
 }
._SNmdjlBGH ul, ._SNmdjlBGH ol {
 padding-left: 22px;
 margin-bottom: 18px;
 }
._SNmdjlBGH li {
 margin-bottom: 8px;
 color: var(--text-secondary);
 }
._SNmdjlBGH a {
 color: var(--accent);
 }
._SNmdjlBGH a:hover {
 text-decoration: underline;
 }
._kIlLNsCVCgi {
 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;
 }
._kIlLNsCVCgi span {
 color: var(--text-muted);
 }
/* ============== CTA BANNERS ============== */._kcuhrPUA {
 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;
 }
._kcuhrPUA::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;
 }
._MwRItbM {
 z-index: 1;
 min-width: 280px;
 flex: 1;
position: relative;
 }
._NeJEGwkjBxl {
 font-size: 24px;
font-family: var(--font-display);
 margin-bottom: 6px;
 font-weight: 700;
 }
._NeJEGwkjBxl ._tWdeLmwRPm {
 color: var(--accent);
 }
._tPCMvQqIdD {
 color: var(--text-secondary);
 font-size: 15px;
 }
._OhPTeCL {
 z-index: 1;
position: relative;
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
/* ============== TOURNAMENT ============== */._LhWnZVxUc {
 padding: 60px 0;
 background: var(--bg-section);
 }
._vvTOQtmkSQ {
 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);
 }
._vvTOQtmkSQ::before {
 position: absolute;
 opacity: 0.05;
 bottom: -50px;
 font-size: 220px;
content: '🏆';
 right: -30px;
 }
._WEraUBGUb {
 z-index: 1;
position: relative;
 }
._zsLZAYwZO {
 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;
 }
._PJQjjjFcQyd {
 margin-bottom: 8px;
 font-weight: 700;
font-family: var(--font-display);
 font-size: 28px;
 }
._IbpjyanEEtl {
 color: var(--text-secondary);
 margin-bottom: 24px;
 }
._earFuqhFVU {
 margin-bottom: 4px;
 color: var(--accent);
 font-size: 36px;
font-family: var(--font-display);
 font-weight: 800;
 line-height: 1;
 }
._VRnteQOuLy {
 margin-bottom: 24px;
 text-transform: uppercase;
 letter-spacing: 1px;
color: var(--text-muted);
font-size: 12px;
 }
._BkMFITaB {
 gap: 10px;
display: flex;
 margin-bottom: 28px;
 flex-wrap: wrap;
 }
._cnAtauqWv {
 padding: 12px 16px;
 border-radius: var(--radius-md);
 text-align: center;
 min-width: 70px;
background: var(--bg-base);
 border: 1px solid var(--border-strong);
 }
._XfkFwhS {
 font-size: 24px;
 color: var(--accent);
 font-weight: 700;
 line-height: 1;
font-family: var(--font-display);
 }
._BYXkSXjfvCw {
 margin-top: 4px;
 letter-spacing: 1px;
 color: var(--text-muted);
font-size: 10px;
 text-transform: uppercase;
 }
._xcEfzaWnwzK {
 z-index: 1;
position: relative;
 background: var(--bg-base);
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
 padding: 18px 22px;
 }
._awPcYYf {
 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 ============== */._lopNgfdHAu {
 padding: 60px 0;
 }
._rOyoOdQMxWV {
 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 ============== */._jyIRGfL {
 padding: 60px 0;
 background: var(--bg-section);
 }
._zfVHbsH {
 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 ============== */._DVcJbdz {
 background: radial-gradient(ellipse 80% 60% at 50% 50%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 text-align: center;
padding: 80px 0;
 }
._DVcJbdz h2 {
 margin-bottom: 12px;
font-size: clamp(28px, 4vw, 42px);
 }
._DVcJbdz h2 ._tWdeLmwRPm {
 color: var(--accent);
 }
._apeZNMdsR {
 margin-bottom: 28px;
color: var(--text-secondary);
 font-size: 16px;
 }
._HjPpfNILW {
 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;
 }
._vBRabwjIr {
 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;
 }
._vBRabwjIr:hover {
 transform: scale(1.1);
 background: var(--accent-soft);
 }
._HaVZPiIJfLL {
 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);
 }
._BciCdZEXsza {
 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);
 }
._BciCdZEXsza.open {
 opacity: 1;
 pointer-events: auto;
transform: translateY(0) scale(1);
 }
._msPINQEi {
 padding: 16px 18px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 color: var(--bg-base);
 }
._ZBETvwVLM {
 font-size: 16px;
font-family: var(--font-display);
 margin-bottom: 2px;
 font-weight: 700;
 }
._QXJuAInJ {
 gap: 6px;
 display: flex;
font-size: 12px;
 align-items: center;
 }
._QXJuAInJ::before {
 background: white;
 width: 8px;
 border-radius: 50%;
 height: 8px;
content: '';
 animation: pulse 1.5s infinite;
 }
._tlUCHefGt {
 padding: 18px;
 }
._tlUCHefGt p {
 margin-bottom: 14px;
 color: var(--text-secondary);
font-size: 14px;
 }
._yubcQkd {
 flex-direction: column;
 gap: 8px;
display: flex;
 }
._IJflKyUY {
 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);
 }
._IJflKyUY:hover {
 border-color: var(--accent);
 }
/* ============== MODULE1/MODULE2 (городские/игровые выигрыши — для совместимости) ============== */._lZktsUJ, .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);
 }
._lZktsUJ .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);
 }
._lZktsUJ > 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) {
  ._xUQwfCvG {
 grid-template-columns: 1fr;
 }
  ._xzeyhkeM {
 max-width: 360px;
order: -1;
 margin: 0 auto;
 }
  ._tFPGwZA {
 grid-template-columns: repeat(2, 1fr);
 }
  ._lYcbQdvHpc {
 grid-template-columns: repeat(3, 1fr);
 }
  ._rOyoOdQMxWV {
 grid-template-columns: repeat(2, 1fr);
 }
  ._vvTOQtmkSQ {
 grid-template-columns: 1fr;
 }
  .themed-hero {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 720px) {
  ._mhCCqrBUYc {
 padding: 0 16px;
 }
  .header-inner {
 padding: 12px 16px;
 }
  ._pLPrcBgyH {
 display: none;
 }
  ._DdRcQwXvO ._BkRiFJkCS {
 display: none;
 }
  ._DZryaQRRuR {
 padding: 50px 0 40px;
 }
  ._dvqbYGRV {
 gap: 16px;
 padding: 12px;
flex-wrap: wrap;
 }
  ._skMavaF {
 flex-direction: column;
 }
  ._skMavaF ._JsVJcSI {
 width: 100%;
 }
  ._tFPGwZA {
 grid-template-columns: 1fr 1fr;
 gap: 12px;
 }
  .stat-icon {
 height: 80px;
width: 80px;
 }
  .stat-num {
 font-size: 22px;
 }
  ._lYcbQdvHpc {
 grid-template-columns: 1fr 1fr;
 gap: 10px;
 }
  ._rOyoOdQMxWV {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr;
 }
  ._NJEwFge {
 padding: 44px 0;
 }
  ._IvFvRdFW {
 gap: 14px;
flex-direction: column;
 align-items: flex-start;
 }
  ._kcuhrPUA {
 padding: 24px;
 align-items: flex-start;
 flex-direction: column;
 }
  ._vvTOQtmkSQ {
 padding: 22px;
 }
  ._earFuqhFVU {
 font-size: 28px;
 }
  ._vBRabwjIr {
 display: none;
 }
  .sticky-play {
 right: 16px;
 padding: 12px 18px;
bottom: 16px;
 }
}
/* ========== УНИКАЛЬНЫЕ LAYOUT-ВАРИАНТЫ (body-классы от JS) ========== *//* hero-o-1: контент по центру */body.hero-o-1 ._xUQwfCvG {
 margin: 0 auto;
grid-template-columns: 1fr;
 max-width: 720px;
 text-align: center;
 }
body.hero-o-1 ._xzeyhkeM {
 display: none;
 }
body.hero-o-1 ._dvqbYGRV {
 margin-left: auto;
 margin-right: auto;
 }
body.hero-o-1 ._skMavaF {
 justify-content: center;
 }
/* hero-o-2: правая ориентация */body.hero-o-2 ._xUQwfCvG {
 direction: rtl;
 }
body.hero-o-2 ._xUQwfCvG > * {
 direction: ltr;
 }
/* stats-l-1: 2x2 квадратная сетка */body.stats-l-1 ._tFPGwZA {
 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 ._tFPGwZA {
 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 для кнопок */._CKwDsfbdbbT, .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 === */._zlIJBOR {
  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));
}
._zlIJBOR ._mhCCqrBUYc {
  gap: 24px;
  align-items: center;
display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
._ZRzYMlc {
  white-space: nowrap;
color: var(--text-2);
}
@media (max-width: 700px) {
  ._zlIJBOR {
 padding: 10px 0;
 font-size: 12px;
 }
  ._zlIJBOR ._mhCCqrBUYc {
 gap: 14px;
 }
}
/* === PROMO TIMER BAR === */._kQzqMmR {
  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);
}
._lINHFBjbf {
  font-weight: 500;
font-size: 14px;
  color: var(--text-1);
}
._gWrzvaNaVw {
  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 === */._UALBKOc {
  padding: 60px 0;
}
._RvXKixeB {
  background: var(--bg-card);
  padding: 36px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
}
._uKHnXqh {
  font-size: 28px;
font-family: var(--font-display);
  margin: 0 0 28px;
  color: var(--text-1);
}
._QbZLBlVkxa {
  grid-template-columns: repeat(4, 1fr);
display: grid;
  gap: 20px;
}
._zgJrUING {
  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);
}
._QpPjEXWaecn {
  flex: 0 0 auto;
  line-height: 1;
font-size: 22px;
}
._LcISoptkqX {
  gap: 4px;
  min-width: 0;
  flex-direction: column;
display: flex;
}
._vZAkWfS {
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
font-size: 12px;
}
._CaKpnJjYZOj {
  color: var(--text-1);
  font-weight: 600;
  line-height: 1.3;
font-size: 14px;
}
@media (max-width: 900px) {
 ._QbZLBlVkxa {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 480px) {
 ._QbZLBlVkxa {
 grid-template-columns: 1fr;
 }
 ._RvXKixeB {
 padding: 22px;
 }
 }
/* === CIH-HUB (Analytics) === */._RFROGhQF {
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
padding: 60px 0;
}
._nCVKjQIl {
  border: 1px solid var(--border-subtle);
background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
}
._TsKSesq {
  margin: 0 0 28px;
  color: var(--text-1);
font-family: var(--font-display);
  font-size: 32px;
}
._aGWAaaMN {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
  grid-template-columns: repeat(4, 1fr);
}
._PDJdrFQ {
  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;
}
._PDJdrFQ::before {
  content: '';
 left: 0;
  height: 3px;
  position: absolute;
 right: 0;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
  top: 0;
}
._pRNQfSsvC {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
}
._iTGFIOvxQaq {
  color: var(--text-2);
font-size: 13px;
}
._kGjjVdz {
  text-transform: uppercase;
  margin-top: 4px;
font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--accent);
}
._HQIphIC {
  overflow-x: auto;
  margin-bottom: 32px;
}
._adDvGTveRy {
  font-size: 14px;
width: 100%;
  border-collapse: collapse;
}
._adDvGTveRy caption {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-2);
text-align: left;
  caption-side: top;
}
._adDvGTveRy 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);
}
._adDvGTveRy tbody th, ._adDvGTveRy tbody td {
  text-align: left;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-subtle);
  font-weight: 500;
padding: 12px 16px;
}
._adDvGTveRy tbody th {
 color: var(--text-1);
font-weight: 600;
 }
._pDcPspxiHi {
 color: #22c55e;
 font-weight: 600;
 }
._PbgXwcuAok {
  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);
}
._ombhkwe {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
._YLAWMuu {
  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;
}
._yMfGPNK {
  height: 130px;
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  border-radius: 50%;
  background: var(--bg-card);
width: 130px;
  align-items: center;
}
._owWSRma {
  font-weight: 800;
  font-size: 36px;
  color: var(--accent);
font-family: var(--font-display);
  line-height: 1;
}
._OXERtBlFHA {
  text-transform: uppercase;
  color: var(--text-3);
font-size: 12px;
}
._pALjMfymf {
  font-size: 14px;
  color: var(--text-1);
  font-weight: 600;
}
._pbscYZu {
  gap: 12px;
display: flex;
  flex-direction: column;
  grid-column: 2;
}
._mmvLSIbAPK {
  display: grid;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  grid-template-columns: 140px 1fr 40px;
}
._hLuSQWS {
 color: var(--text-2);
 }
._EacLAkvKx {
  height: 8px;
  background: var(--border-subtle);
  overflow: hidden;
  border-radius: 4px;
}
._JTKPgVcF {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
}
._uCHyKuewhOR {
  font-weight: 700;
  text-align: right;
  color: var(--accent);
}
._NQVHdLET {
  padding-top: 24px;
  border-top: 1px solid var(--border-subtle);
  margin-top: 24px;
grid-column: 1 / -1;
}
._NQVHdLET h4 {
  color: var(--text-1);
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
font-size: 15px;
}
._NQVHdLET p {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
  color: var(--text-2);
}
@media (max-width: 900px) {
  ._aGWAaaMN {
 grid-template-columns: repeat(2, 1fr);
 }
  ._PbgXwcuAok {
 grid-template-columns: 1fr;
 }
  ._pbscYZu {
 grid-column: 1;
 }
  ._nCVKjQIl {
 padding: 24px;
 }
  ._TsKSesq {
 font-size: 24px;
 }
}
/* === E-E-A-T AUTHOR BLOCK === */._dmDADQtC {
  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);
}
._eseRMDUWLXZ {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
  justify-content: space-between;
display: flex;
}
._MyEqPPK {
  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);
}
._vnwIgTO {
  color: var(--text-3);
font-size: 13px;
}
._EdDsMSZR {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: center;
}
._LwIdrEIEhg {
  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;
}
._eFTJTgBR {
  gap: 2px;
display: flex;
  min-width: 0;
  flex-direction: column;
}
._iLHexMqXeO {
  font-size: 17px;
  color: var(--text-1);
  font-weight: 700;
}
._dlnEREBuA {
  color: var(--text-2);
font-size: 13px;
}
._BwndVXI {
  color: var(--accent);
  margin-top: 4px;
font-size: 12px;
}
._ReLAdcD p {
  line-height: 1.6;
font-size: 14px;
  color: var(--text-2);
  margin: 0 0 14px;
}
._scbJhOrvN {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  gap: 8px;
}
._scbJhOrvN 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);
}
._CrbyMmsPCmJ {
  font-size: 12px;
display: flex;
  gap: 8px;
  border-top: 1px solid var(--border-subtle);
  color: var(--text-3);
  align-items: center;
  padding-top: 12px;
}
._HlGRxQMO {
  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;
}
._OVQhgulfAa {
  margin-bottom: 10px;
font-size: 13px;
  color: var(--text-1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}
._nIYKMKhkzP {
  display: flex;
list-style: none;
  gap: 6px;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
._nIYKMKhkzP li {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
._nIYKMKhkzP ._Carqnva {
  font-size: 12px;
  min-width: 22px;
color: var(--text-3);
}
._nIYKMKhkzP a {
  text-decoration: none;
color: var(--accent);
  font-size: 14px;
}
._nIYKMKhkzP a:hover {
 text-decoration: underline;
 }
/* === COMPARISON TABLE === */._TmhkmjFRI {
  padding: 60px 0;
}
._dBdfSRy {
  padding: 24px;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
overflow-x: auto;
}
._vPIcohWzRW {
  font-size: 14px;
width: 100%;
  border-collapse: collapse;
}
._vPIcohWzRW thead {
  background: var(--bg-section);
}
._vPIcohWzRW thead th {
  color: var(--text-1);
  border-bottom: 2px solid var(--border-strong);
  font-weight: 700;
padding: 14px 16px;
  text-align: left;
}
._vPIcohWzRW tbody td {
  padding: 12px 16px;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-subtle);
}
._vPIcohWzRW tbody tr:hover {
  background: var(--bg-section);
}
._vPIcohWzRW tbody td:first-child {
  color: var(--text-1);
font-weight: 600;
}
/* === SLOTS HORIZONTAL SLIDER === */._olqmwfwobfj {
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
padding: 60px 0;
  overflow: hidden;
}
._druUTErFKD {
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 14px;
  justify-content: space-between;
display: flex;
}
._CnBagQoC {
  margin: 0;
  font-size: 28px;
font-family: var(--font-display);
  color: var(--text-1);
}
._FuvkCKPvZi {
  font-weight: 600;
  font-size: 14px;
color: var(--accent);
  text-decoration: none;
}
._FuvkCKPvZi:hover {
 text-decoration: underline;
 }
._eFBnDRe {
  margin: 0 -24px;
  padding: 12px 0;
position: relative;
  overflow: hidden;
}
._eFBnDRe::before,._eFBnDRe::after {
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  width: 80px;
  pointer-events: none;
content: '';
}
._eFBnDRe::before {
 left: 0;
 background: linear-gradient(90deg, var(--bg-base), transparent);
 }
._eFBnDRe::after {
 background: linear-gradient(-90deg, var(--bg-base), transparent);
right: 0;
 }
._TguxwjhpL {
  width: max-content;
  animation: slots-scroll 60s linear infinite;
display: flex;
  gap: 14px;
}
._TguxwjhpL:hover {
 animation-play-state: paused;
 }
._TguxwjhpL .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;
}
._TguxwjhpL .slot-mini img {
  position: absolute;
  object-fit: cover;
  width: 100%;
 inset: 0;
 height: 100%;
}
._TguxwjhpL .slot-mini span {
  z-index: 1;
position: relative;
}
._TguxwjhpL .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;
}
._TguxwjhpL .slot-mini:hover::after {
 opacity: 1;
 }
@keyframes slots-scroll {
  from {
 transform: translateX(0);
 }
  to {
 transform: translateX(-50%);
 }
}
._KFsMCFPHB {
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 16px;
display: flex;
  align-items: center;
}
._TLiKnqTUnT {
  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 === */._oJICGcbcCh {
  padding: 40px 0 30px;
}
._cfyBfhYuD {
  font-family: var(--font-display);
  color: var(--text-1);
  margin: 0 0 20px;
  font-size: 22px;
}
._ptxcEvR {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
._jeznYZuXg {
  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;
}
._jeznYZuXg:hover {
  border-color: var(--accent);
  background: var(--bg-card-hover);
}
._jqYdYpPRAdx {
  line-height: 1;
  flex: 0 0 auto;
font-size: 26px;
}
._dKrBladFKMt {
  flex-direction: column;
display: flex;
  flex: 1;
  min-width: 0;
  gap: 4px;
}
._Lrxlzea {
  font-weight: 700;
font-size: 15px;
  color: var(--text-1);
}
._PdwFIgljW {
  line-height: 1.4;
color: var(--text-3);
font-size: 12px;
}
._HAsMBiamCo {
  white-space: nowrap;
  margin-top: 2px;
font-size: 11px;
  align-self: flex-start;
  color: var(--accent);
  font-weight: 600;
}
._vKZcLwmvrmU {
  grid-template-columns: repeat(3, 1fr);
display: grid;
  border-top: 1px solid var(--border-subtle);
  gap: 18px;
  padding: 30px 0;
}
._hnKHCTduQ h4 {
  color: var(--text-1);
  margin: 0 0 8px;
  font-weight: 700;
font-size: 14px;
}
._hnKHCTduQ p {
  margin: 0;
  color: var(--text-3);
font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 700px) {
 ._vKZcLwmvrmU {
 grid-template-columns: 1fr;
 }
 }
._PvTAYOh {
  padding: 20px 0;
  border-top: 1px solid var(--border-subtle);
}
._AfbyvUNBJ {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}
._SmDCwWIQq {
  display: flex;
  flex-direction: column;
}
._kTsAktwTmf {
  font-weight: 700;
font-family: var(--font-display);
  color: var(--text-1);
  font-size: 17px;
}
._lFnMKwc {
  color: var(--text-3);
font-size: 12px;
}
._QymCoVkGt {
  flex: 1;
  min-width: 240px;
  color: var(--text-3);
font-size: 12px;
}
._QymCoVkGt p {
 margin: 2px 0;
 }
._cAIGGiUqjH {
 opacity: 0.8;
font-size: 11px;
 }
._VypRblemlU {
  flex-wrap: wrap;
  gap: 8px;
display: flex;
}
._pegbYJDE {
  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);
}
._arRfyZuQyn 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 ._xUQwfCvG {
 grid-template-columns: 1.4fr 1fr;
 gap: 60px;
 }
/* hero-v-2: всё по центру, без правого виджета, БОЛЬШАЯ типографика */body.hero-v-2 ._xUQwfCvG {
 grid-template-columns: 1fr;
 margin: 0 auto;
max-width: 880px;
 text-align: center;
 }
body.hero-v-2 ._xzeyhkeM {
 display: none;
 }
body.hero-v-2 ._dvqbYGRV {
 margin-left: auto;
justify-content: center;
 margin-right: auto;
 }
body.hero-v-2 ._skMavaF {
 justify-content: center;
 }
body.hero-v-2 ._DZryaQRRuR h1 {
 font-size: clamp(40px, 6vw, 72px);
 }
/* hero-v-3: full-bleed с большим оверлеем, текст внизу */body.hero-v-3 ._DZryaQRRuR {
 min-height: 70vh;
 align-items: flex-end;
padding: 100px 0 60px;
 display: flex;
 }
body.hero-v-3 ._DZryaQRRuR::before {
 content:'';
 pointer-events:none;
 position:absolute;
 background: radial-gradient(ellipse at top, var(--accent-soft), transparent 60%);
 inset:0;
 }
body.hero-v-3 ._xUQwfCvG {
 align-items: end;
 gap: 40px;
grid-template-columns: 1fr 1fr;
 }
body.hero-v-3 ._DZryaQRRuR h1 {
 line-height: 1.05;
font-size: clamp(36px, 5.5vw, 64px);
 }
/* hero-v-4: stacked (текст вверху, виджет снизу — для мобилок) */body.hero-v-4 ._xUQwfCvG {
 gap: 40px;
grid-template-columns: 1fr;
 }
body.hero-v-4 ._xzeyhkeM {
 margin: 0 auto;
 width: 100%;
max-width: 720px;
 }
body.hero-v-4 .hero-info {
 text-align: center;
 }
body.hero-v-4 ._dvqbYGRV {
 justify-content: center;
 }
/* hero-v-5: асимметрия со скосом */body.hero-v-5 ._DZryaQRRuR {
 background: linear-gradient(135deg, var(--bg-base) 0%, var(--bg-base) 60%, var(--accent-soft) 60%, var(--accent-soft) 100%);
 }
body.hero-v-5 ._xUQwfCvG {
 grid-template-columns: 1.5fr 1fr;
 gap: 50px;
 }
body.hero-v-5 ._DZryaQRRuR h1 {
 border-left: 4px solid var(--accent);
padding-left: 14px;
 }
/* hero-v-6: минимальный — только заголовок и CTA */body.hero-v-6 ._DZryaQRRuR {
 padding: 60px 0 40px;
 }
body.hero-v-6 ._xUQwfCvG {
 text-align: center;
 gap: 24px;
 max-width: 700px;
 margin: 0 auto;
grid-template-columns: 1fr;
 }
body.hero-v-6 ._xzeyhkeM, body.hero-v-6 ._dvqbYGRV {
 display: none;
 }
body.hero-v-6 ._sayoADcUGo {
 margin: 0 auto;
 }
body.hero-v-6 ._skMavaF {
 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 ._WpVEfCOEd {
 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 ._YHSovVr {
 justify-self: center;
 }
body.hd-v-2 ._pLPrcBgyH {
 justify-content: center;
 justify-self: center;
 padding-top: 12px;
 border-top: 1px solid var(--border-subtle);
order: 3;
 width: 100%;
 }
body.hd-v-2 ._DdRcQwXvO {
 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 ._pLPrcBgyH {
 justify-self: start;
order: 1;
 }
body.hd-v-3 ._YHSovVr {
 justify-self: end;
order: 2;
 }
body.hd-v-3 ._DdRcQwXvO {
 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 ._pLPrcBgyH {
 font-size: 13px;
 }
/* ========== BUTTON ВАРИАНТЫ (6 типов кнопок) ========== *//* btn-v-1: solid (default) */body.btn-v-1 ._JsVJcSI {
 border-radius: var(--radius-md);
 }
/* btn-v-2: pill (round) */body.btn-v-2 ._JsVJcSI, 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 ._JsVJcSI, body.btn-v-3 .scb-btn, body.btn-v-3 .sticky-play {
 border-radius: 0;
 }
/* btn-v-4: outlined primary (заполнение только при ховере) */body.btn-v-4 ._CKwDsfbdbbT {
 color: var(--accent);
 border: 2px solid var(--accent);
background: transparent;
 }
body.btn-v-4 ._CKwDsfbdbbT:hover {
 background: var(--accent);
 color: white;
 }
/* btn-v-5: skewed (диагональный паралелепипед) */body.btn-v-5 ._CKwDsfbdbbT {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._CKwDsfbdbbT > * {
 transform: skewX(8deg);
display: inline-block;
 }
body.btn-v-5 ._BkRiFJkCS {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._BkRiFJkCS > * {
 transform: skewX(8deg);
display: inline-block;
 }
/* btn-v-6: с тенью / шейдером */body.btn-v-6 ._CKwDsfbdbbT {
 box-shadow: 0 4px 14px var(--accent-glow), 0 0 0 1px var(--accent) inset;
 }
body.btn-v-6 ._CKwDsfbdbbT: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 ._kcuhrPUA {
 align-items: center;
 flex-wrap: wrap;
display: flex;
 gap: 24px;
 }
/* cta-v-2: центрированный с большой иконкой */body.cta-v-2 ._kcuhrPUA {
 padding: 40px 24px;
flex-direction: column;
 text-align: center;
 }
body.cta-v-2 ._MwRItbM {
 max-width: 600px;
 }
body.cta-v-2 ._OhPTeCL {
 justify-content: center;
 }
body.cta-v-2 ._kcuhrPUA::before {
 font-size: 56px;
 margin-bottom: 12px;
content: '🎁';
 }
/* cta-v-3: вертикальный stack с фоном-рисунком */body.cta-v-3 ._kcuhrPUA {
  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 ._OhPTeCL {
 display: grid;
 gap: 12px;
 grid-template-columns: 1fr 1fr;
 min-width: 260px;
 }
/* cta-v-5: минимальный — узкая полоса */body.cta-v-5 ._kcuhrPUA {
 gap: 16px;
padding: 16px 22px;
 }
body.cta-v-5 ._NeJEGwkjBxl {
 font-size: 16px;
 }
body.cta-v-5 ._tPCMvQqIdD {
 display: none;
 }
/* ========== TABLE ВАРИАНТЫ (5 стилей) ========== *//* tbl-v-1: classic (default) — полосатые строки */body.tbl-v-1 ._adDvGTveRy tbody tr:nth-child(odd),body.tbl-v-1 ._vPIcohWzRW tbody tr:nth-child(odd) {
 background: var(--bg-section);
 }
/* tbl-v-2: minimal — только нижние границы */body.tbl-v-2 ._adDvGTveRy, body.tbl-v-2 ._vPIcohWzRW {
 border: none;
 }
body.tbl-v-2 ._adDvGTveRy thead th, body.tbl-v-2 ._vPIcohWzRW thead th {
 background: transparent;
 border-bottom: 2px solid var(--accent);
 }
body.tbl-v-2 ._adDvGTveRy tbody td, body.tbl-v-2 ._vPIcohWzRW tbody td {
 border-bottom: 1px solid var(--border-subtle);
 }
body.tbl-v-2 ._adDvGTveRy tbody tr:hover, body.tbl-v-2 ._vPIcohWzRW tbody tr:hover {
 background: var(--accent-soft);
 }
/* tbl-v-3: card-style — каждая строка как карточка */body.tbl-v-3 ._adDvGTveRy tbody tr, body.tbl-v-3 ._vPIcohWzRW 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 ._adDvGTveRy tbody td, body.tbl-v-3 ._vPIcohWzRW tbody td {
 border: none;
 }
/* tbl-v-4: striped + bold headers */body.tbl-v-4 ._adDvGTveRy thead th, body.tbl-v-4 ._vPIcohWzRW thead th {
  background: var(--accent);
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: white;
}
body.tbl-v-4 ._adDvGTveRy tbody tr:nth-child(even),body.tbl-v-4 ._vPIcohWzRW tbody tr:nth-child(even) {
 background: var(--bg-section);
 }
/* tbl-v-5: borderless + highlighted column */body.tbl-v-5 ._adDvGTveRy, body.tbl-v-5 ._vPIcohWzRW {
 border-collapse: separate;
 border-spacing: 0 4px;
 }
body.tbl-v-5 ._adDvGTveRy tbody td:nth-child(2),body.tbl-v-5 ._vPIcohWzRW tbody td:nth-child(2) {
 color: var(--accent);
background: var(--accent-soft);
 font-weight: 700;
 }
body.tbl-v-5 ._adDvGTveRy tbody td, body.tbl-v-5 ._vPIcohWzRW tbody td {
 border: none;
 }
/* ========== SECTION HEADING ВАРИАНТЫ (5 стилей) ========== *//* sh-v-1: default — eyebrow + h2 + subtitle */body.sh-v-1 ._WkIDEZCRTNy {
 margin-bottom: 36px;
 }
/* sh-v-2: с подчёркиванием на акцентной полосе */body.sh-v-2 ._WkIDEZCRTNy h2 {
 display: inline-block;
 padding-bottom: 10px;
 border-bottom: 3px solid var(--accent);
 }
/* sh-v-3: горизонтальный bar — eyebrow слева, h2 справа */body.sh-v-3 ._WkIDEZCRTNy {
 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 ._WkIDEZCRTNy ._PkRyimh {
 margin: 0;
 }
body.sh-v-3 ._WkIDEZCRTNy ._AAlePFaEk {
 width: 100%;
 margin: 8px 0 0;
 }
/* sh-v-4: центрированный с декоративными чёрточками вокруг eyebrow */body.sh-v-4 ._WkIDEZCRTNy {
 text-align: center;
 max-width: 720px;
 margin: 0 auto 36px;
 }
body.sh-v-4 ._WkIDEZCRTNy ._PkRyimh {
 position: relative;
display: inline-block;
 padding: 0 16px;
 }
body.sh-v-4 ._WkIDEZCRTNy ._PkRyimh::before, body.sh-v-4 ._WkIDEZCRTNy ._PkRyimh::after {
 content: '';
 top: 50%;
 background: var(--accent);
 height: 1px;
 position: absolute;
 width: 30px;
 }
body.sh-v-4 ._WkIDEZCRTNy ._PkRyimh::before {
 right: 100%;
 }
body.sh-v-4 ._WkIDEZCRTNy ._PkRyimh::after {
 left: 100%;
 }
/* sh-v-5: numbered — h2 префиксован крупной цифрой счётчика */body.sh-v-5 main {
 counter-reset: section;
 }
body.sh-v-5 ._WkIDEZCRTNy h2 {
 align-items: center;
 gap: 16px;
display: flex;
 }
body.sh-v-5 ._WkIDEZCRTNy 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 ._PkRyimh, body.bd-v-1 ._sayoADcUGo {
 letter-spacing: 2px;
text-transform: uppercase;
 font-size: 11px;
 }
/* bd-v-2: pill с фоном */body.bd-v-2 ._PkRyimh, body.bd-v-2 ._sayoADcUGo {
 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 ._PkRyimh::before, body.bd-v-3 ._sayoADcUGo::before {
 content: '●';
 color: var(--accent);
 animation: pulse 2s ease infinite;
 margin-right: 8px;
 }
/* bd-v-4: декоративная скобка */body.bd-v-4 ._PkRyimh::before {
 font-weight: bold;
 color: var(--accent);
content: '/ ';
 }
body.bd-v-4 ._sayoADcUGo::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 ._xUQwfCvG, body.hero-v-3 ._xUQwfCvG, body.hero-v-5 ._xUQwfCvG {
    grid-template-columns: 1fr !important;
  }
  body.hd-v-3 .header-inner {
 grid-template-columns: 1fr;
 gap: 12px;
 }
  body.hd-v-3 ._pLPrcBgyH, body.hd-v-3 ._YHSovVr, body.hd-v-3 ._DdRcQwXvO {
 justify-self: center;
 }
  body.tbl-v-3 ._adDvGTveRy tbody tr, body.tbl-v-3 ._vPIcohWzRW 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 === */._DiTGeLtr {
 border-top: 1px solid var(--border-subtle);
padding: 50px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
._mtNdCVtpE {
 text-align: center;
font-size: 12px;
 margin-bottom: 16px;
 letter-spacing: 1.5px;
 color: var(--text-3);
 text-transform: uppercase;
 }
._GCfXToChz {
 display: grid;
 gap: 8px;
 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
 }
._eEgkOBVm {
 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;
 }
._eEgkOBVm:hover {
 color: var(--accent);
border-color: var(--accent);
 }
@media (max-width: 600px) {
 ._GCfXToChz {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === WHY US === */._keZhXRrKtNm {
 padding: 60px 0;
 }
._qtwIhIjqBGn {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 18px;
 }
._SwDDLQYoKUV {
 padding: 24px;
 border: 1px solid var(--border-subtle);
 transition: all 0.2s;
background: var(--bg-card);
 border-radius: var(--radius-md);
 }
._SwDDLQYoKUV:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._rFEeWFE {
 display: block;
 margin-bottom: 12px;
font-size: 32px;
 }
._gWFmLzJkAe {
 font-family: var(--font-display);
 color: var(--text-1);
 font-size: 17px;
 margin: 0 0 8px;
 }
._iLNtnDLZKvK {
 color: var(--text-2);
font-size: 14px;
 margin: 0;
 line-height: 1.5;
 }
@media (max-width: 900px) {
 ._qtwIhIjqBGn {
 grid-template-columns: 1fr;
 }
 }
/* === PAYOUT TABLE === */._csIySLFkGdT {
 padding: 60px 0;
 }
._EXkXndiT {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._EXkXndiT thead th {
 text-align: left;
 color: var(--accent);
 font-weight: 700;
 padding: 14px 16px;
background: var(--accent-soft);
 }
._EXkXndiT tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._EXkXndiT tbody tr:hover {
 background: var(--bg-card-hover);
 }
._EXkXndiT tbody td:first-child {
 font-weight: 700;
 color: var(--text-1);
 }
/* === JACKPOT METER === */._EazVCqyeNl {
 background: linear-gradient(180deg, transparent, var(--accent-soft) 50%, transparent);
padding: 60px 0;
 }
._tmIODpZwCS {
 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;
 }
._jnBOMLLM {
 color: var(--accent);
font-size: 13px;
 letter-spacing: 2px;
 margin-bottom: 8px;
 text-transform: uppercase;
 }
._svedSfe {
 font-family: var(--font-display);
 color: var(--text-1);
 margin: 0 0 20px;
 font-size: 24px;
 }
._jVrDLHo {
 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);
 }
._HCmcRUJ {
 gap: 14px;
display: grid;
 margin-bottom: 24px;
 grid-template-columns: repeat(3, 1fr);
 }
._pJWorYdg {
 display: flex;
 flex-direction: column;
 background: var(--bg-section);
 padding: 12px;
 border-radius: var(--radius-sm);
 gap: 4px;
 }
._acylPSFv {
 font-size: 16px;
 font-weight: 700;
 color: var(--text-1);
font-family: var(--font-display);
 }
._sFdpVQWQu {
 color: var(--text-3);
 text-transform: uppercase;
font-size: 11px;
 letter-spacing: 0.5px;
 }
@media (max-width: 600px) {
 ._HCmcRUJ {
 grid-template-columns: 1fr;
 }
 ._tmIODpZwCS {
 padding: 24px;
 }
 }
/* === NEWSLETTER === */._irzNUKgx {
 padding: 60px 0;
 }
._wrbcRfOU {
 padding: 36px;
 border-radius: var(--radius-lg);
background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
 border: 1px solid var(--accent);
 }
._ryZSdCYT {
 margin-bottom: 18px;
 }
._kgFDmzGjPpC {
 font-size: 22px;
 color: var(--text-1);
 margin: 0 0 8px;
font-family: var(--font-display);
 }
._RbDdgIYgT {
 color: var(--text-2);
font-size: 14px;
 margin: 0;
 line-height: 1.5;
 }
._xGRlfhJsmLM {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 margin-bottom: 12px;
 }
._eztPwKFLyet {
 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);
 }
._eztPwKFLyet:focus {
 border-color: var(--accent);
outline: none;
 }
._jYiCgcZyW {
 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;
 }
._jYiCgcZyW:hover {
 transform: translateY(-1px);
 }
._YlLKRARBO {
 font-size: 12px;
 color: var(--text-3);
 }
/* === AWARDS === */._DqLRwjGmy {
 padding: 50px 0;
 }
._rvaqvbUFH {
 letter-spacing: 2px;
 font-size: 12px;
 margin-bottom: 20px;
 text-transform: uppercase;
 color: var(--text-3);
text-align: center;
 }
._PfAFZRxJS {
 display: grid;
 gap: 14px;
 grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
 }
._TpkDbch {
 padding: 16px;
 border-left: 3px solid var(--accent);
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
background: var(--bg-card);
 }
._VkuLfrfDL {
 display: block;
 font-size: 20px;
 font-weight: 800;
 color: var(--accent);
 font-family: var(--font-display);
 }
._izaWPUyY {
 margin: 4px 0;
display: block;
 font-weight: 700;
 color: var(--text-1);
 font-size: 14px;
 }
._vsqUfdQxoNY {
 font-size: 12px;
 color: var(--text-3);
 }
/* === TOP WINNERS === */._yCxwLqaGtXh {
 padding: 60px 0;
 }
._rVgEHmliuEt {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._rVgEHmliuEt thead th {
 background: var(--accent);
 letter-spacing: 1px;
 padding: 12px 16px;
 text-transform: uppercase;
 text-align: left;
 font-size: 12px;
 color: white;
 }
._rVgEHmliuEt tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._rVgEHmliuEt tbody tr:hover {
 background: var(--bg-card-hover);
 }
._rVgEHmliuEt .win-cell {
 font-weight: 700;
 color: var(--accent);
 }
._rVgEHmliuEt tr.winner-1 {
 background: linear-gradient(90deg, rgba(255, 215, 0, 0.15), transparent);
 }
._rVgEHmliuEt tr.winner-2 {
 background: linear-gradient(90deg, rgba(192, 192, 192, 0.15), transparent);
 }
._rVgEHmliuEt tr.winner-3 {
 background: linear-gradient(90deg, rgba(205, 127, 50, 0.15), transparent);
 }
/* === HOT GAME === */._aLKFdENRm {
 padding: 60px 0;
 }
._EgVWwzbwN {
 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);
 }
._sJHnWEcCQrh {
 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;
 }
._sJHnWEcCQrh img {
 width: 100%;
 object-fit: cover;
position: absolute;
 inset: 0;
 height: 100%;
 }
._VvesUpapmu {
 padding: 8px 0;
 }
._EmxCidG {
 font-size: 12px;
 letter-spacing: 1.5px;
 font-weight: 700;
color: var(--accent);
 text-transform: uppercase;
 margin-bottom: 8px;
 }
._hbdxptIGmMq {
 color: var(--text-1);
 font-size: 26px;
 margin: 0 0 12px;
font-family: var(--font-display);
 }
._SuqYelIGCR {
 color: var(--text-2);
 flex-wrap: wrap;
display: flex;
 margin-bottom: 14px;
 gap: 18px;
 font-size: 13px;
 }
._SuqYelIGCR strong {
 color: var(--text-1);
 }
._UnnAmVJMk {
 color: var(--text-2);
font-size: 14px;
 margin: 0 0 18px;
 line-height: 1.5;
 }
._zOPcFucKVa {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
@media (max-width: 700px) {
 ._EgVWwzbwN {
 grid-template-columns: 1fr;
 }
 }
/* === VIP === */._eCSnEMG {
 padding: 60px 0;
 }
._rgummgGC {
 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;
 }
._QYFUoGkFVtG {
 color: #d4a437;
 letter-spacing: 2px;
 text-transform: uppercase;
 font-size: 13px;
 margin-bottom: 12px;
 }
._rFtoLjfuCLA {
 margin: 0 0 14px;
 font-size: 28px;
font-family: var(--font-display);
 color: var(--text-1);
 }
._tsLCNccrdFH {
 line-height: 1.6;
 color: var(--text-2);
 max-width: 600px;
 margin: 0 auto 22px;
font-size: 15px;
 }
._yBittPIHakG {
 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;
 }
._yBittPIHakG 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) {
 ._yBittPIHakG {
 grid-template-columns: 1fr;
 }
 ._rgummgGC {
 padding: 24px;
 }
 }
/* === CALCULATOR === */._LKllAgoPlPU {
 padding: 60px 0;
 }
._ltlhDnexMf {
 background: var(--bg-card);
 max-width: 640px;
 margin: 0 auto;
 border: 1px solid var(--border-subtle);
 padding: 36px;
 border-radius: var(--radius-lg);
 }
._ORQZEQY {
 color: var(--accent);
 letter-spacing: 2px;
 text-transform: uppercase;
 margin-bottom: 8px;
 font-size: 12px;
 }
._AHhkrnJ {
 font-family: var(--font-display);
 color: var(--text-1);
 margin: 0 0 20px;
 font-size: 24px;
 }
._OVzxTjCJ {
 gap: 16px;
display: flex;
 flex-direction: column;
 }
._EcOveUDzT {
 flex-direction: column;
 gap: 8px;
display: flex;
 }
._NAVDgsd {
 font-weight: 600;
 color: var(--text-2);
font-size: 13px;
 }
._OVzxTjCJ 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);
 }
._OVzxTjCJ input:focus {
 border-color: var(--accent);
outline: none;
 }
._kWbtJFzyyDz {
 padding: 16px;
background: var(--bg-section);
 border-radius: var(--radius-md);
 }
._CasTiRI {
 font-size: 14px;
 padding: 8px 0;
display: flex;
 justify-content: space-between;
 color: var(--text-2);
 align-items: center;
 }
._CasTiRI strong {
 font-weight: 700;
color: var(--text-1);
 }
._wawrUmQ strong {
 color: var(--accent);
 }
._mXdJHalz {
 font-weight: 700;
 margin-top: 4px;
 border-top: 1px solid var(--border-subtle);
padding-top: 12px;
 }
._mXdJHalz strong {
 font-size: 18px;
 }
/* === LIVE ACTIVITY === */._QCUPkrcqEZ {
 padding: 30px 0;
 }
._SIvdOqlw {
 gap: 14px;
 grid-template-columns: repeat(4, 1fr);
display: grid;
 }
._NSFXKzCDTEt {
 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;
 }
._RfrfEatwzl {
 font-size: 18px;
 }
._otBFZLGckpz {
 font-weight: 800;
 font-variant-numeric: tabular-nums;
font-family: var(--font-display);
 color: var(--accent);
 font-size: 22px;
 }
._IjbteVdyEYV {
 color: var(--text-3);
 text-transform: uppercase;
font-size: 11px;
 letter-spacing: 0.5px;
 }
@media (max-width: 700px) {
 ._SIvdOqlw {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === PROS CONS === */._jsvImzSzLCh {
 padding: 60px 0;
 }
._JqvegnySo {
 grid-template-columns: repeat(2, 1fr);
display: grid;
 gap: 18px;
 }
._qWDBGeRh {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 border-radius: var(--radius-md);
background: var(--bg-card);
 }
._COnmuBFOAin {
 border-left: 3px solid #22c55e;
 }
._fBgKFDiuqG {
 border-left: 3px solid #ef4444;
 }
._qWDBGeRh h3 {
 color: var(--text-1);
 margin: 0 0 14px;
font-family: var(--font-display);
 font-size: 17px;
 }
._qWDBGeRh ul {
 padding: 0;
 gap: 10px;
 flex-direction: column;
 margin: 0;
list-style: none;
 display: flex;
 }
._qWDBGeRh li {
 color: var(--text-2);
font-size: 14px;
 padding-left: 22px;
 line-height: 1.5;
 position: relative;
 }
._COnmuBFOAin li::before {
 position: absolute;
 left: 0;
content: '✓';
 color: #22c55e;
 font-weight: 700;
 }
._fBgKFDiuqG li::before {
 position: absolute;
content: '−';
 font-weight: 700;
 left: 0;
 color: #ef4444;
 font-size: 18px;
 }
@media (max-width: 700px) {
 ._JqvegnySo {
 grid-template-columns: 1fr;
 }
 }
/* === SECURITY STRIP === */._HbFAuYklfqa {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
padding: 40px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
._WTvHUxGCt {
 text-transform: uppercase;
 margin-bottom: 18px;
 color: var(--text-3);
 letter-spacing: 2px;
text-align: center;
 font-size: 12px;
 }
._MjcKSes {
 grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
 gap: 10px;
display: grid;
 }
._unqawGrsbY {
 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;
 }
._ABAjBgjj {
 font-size: 18px;
 }
/* === METHODS === */._jHcPtjeaJNH {
 padding: 60px 0;
 }
._ZQIeafz {
 gap: 12px;
display: grid;
 grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
 }
._VGdGznHEe {
 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;
 }
._VGdGznHEe:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._cuiYkfWzD {
 font-size: 28px;
 }
._nTrmglTyJjS {
 font-weight: 700;
 font-size: 13px;
 color: var(--text-1);
 }
._tIjUnahawU {
 font-size: 11px;
 color: var(--text-3);
 }
/* === STEPS === */._TjWKYcfX {
 padding: 60px 0;
 }
._FONVtMKb {
 counter-reset: step;
 gap: 18px;
display: grid;
 grid-template-columns: repeat(4, 1fr);
 }
._USpBCKcZjGd {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 border-radius: var(--radius-md);
background: var(--bg-card);
 position: relative;
 }
._lVpAKHhJFbz {
 line-height: 1;
font-family: var(--font-display);
 opacity: 0.3;
 color: var(--accent);
 margin-bottom: 8px;
 font-weight: 800;
 font-size: 36px;
 }
._VLZAcEn {
 font-family: var(--font-display);
 color: var(--text-1);
 font-size: 17px;
 margin: 0 0 8px;
 }
._EbHHAZtt {
 margin: 0;
 line-height: 1.5;
 color: var(--text-2);
font-size: 13px;
 }
@media (max-width: 900px) {
 ._FONVtMKb {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 500px) {
 ._FONVtMKb {
 grid-template-columns: 1fr;
 }
 }
/* === FOOTER INFO ROW === */._eICIlwgsgKu {
 display: grid;
 padding: 30px 0;
 gap: 24px;
 border-top: 1px solid var(--border-subtle);
 grid-template-columns: repeat(3, 1fr);
 }
._SGIAEjDf h4 {
 font-size: 14px;
 margin: 0 0 12px;
 font-weight: 700;
color: var(--text-1);
 }
._iwNeNNd {
 margin-bottom: 6px;
 color: var(--text-3);
font-size: 13px;
 line-height: 1.5;
 }
._MsQbyYcbFwf {
 color: var(--text-3);
 }
._cewxrwyU {
 text-decoration: none;
color: var(--accent);
 }
._cewxrwyU:hover {
 text-decoration: underline;
 }
._QFDBjivCIMs {
 border-radius: 4px;
 font-family: monospace;
 padding: 2px 8px;
background: var(--bg-section);
 font-size: 12px;
 }
@media (max-width: 700px) {
 ._eICIlwgsgKu {
 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%;
 }
  ._mhCCqrBUYc {
 padding: 0 20px;
 }
  ._tFPGwZA, ._QbZLBlVkxa, ._SIvdOqlw, ._aGWAaaMN {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._lYcbQdvHpc {
 grid-template-columns: repeat(3, 1fr) !important;
 }
  .footer-grid {
 gap: 24px;
grid-template-columns: 1fr 1fr !important;
 }
  ._xUQwfCvG, .themed-hero {
 grid-template-columns: 1fr !important;
 }
  ._PfAFZRxJS {
 grid-template-columns: repeat(3, 1fr) !important;
 }
}
@media (max-width: 900px) {
  body {
 font-size: 15px;
 }
  ._mhCCqrBUYc {
 padding: 0 16px;
 }
    /* Hero */  ._DZryaQRRuR {
 padding: 32px 0 !important;
 }
  .hero-title, h1 {
 line-height: 1.2 !important;
font-size: 28px !important;
 }
  .hero-sub, ._uiwZOenc {
 font-size: 15px !important;
 }
    /* Headings */  h2, ._IvFvRdFW h2 {
 font-size: 22px !important;
 line-height: 1.25 !important;
 }
  h3 {
 font-size: 18px !important;
 }
  h4 {
 font-size: 16px !important;
 }
    /* Grids */  ._tFPGwZA, ._QbZLBlVkxa, ._SIvdOqlw, ._aGWAaaMN, ._PfAFZRxJS {
 gap: 12px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._lYcbQdvHpc {
 gap: 14px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._ZQIeafz, ._MjcKSes, ._GCfXToChz {
 gap: 12px;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._JqvegnySo {
 grid-template-columns: 1fr !important;
 }
  .footer-grid, ._vKZcLwmvrmU {
 gap: 20px;
grid-template-columns: 1fr !important;
 }
  .topwin-grid {
 grid-template-columns: 1fr !important;
 }
  ._ptxcEvR {
 grid-template-columns: 1fr 1fr !important;
 gap: 10px !important;
 }
  ._eICIlwgsgKu {
 gap: 18px;
grid-template-columns: 1fr !important;
 }
    /* Tables — horizontal scroll wrapper */  ._EXkXndiT, ._vPIcohWzRW, ._adDvGTveRy, .leaderboard-table {
 font-size: 13px;
 }
  ._csIySLFkGdT, ._TmhkmjFRI, ._HQIphIC, ._yCxwLqaGtXh .leaderboard-wrap {
    overflow-x: auto;
 -webkit-overflow-scrolling: touch;
  }
  ._EXkXndiT th, ._EXkXndiT td, ._vPIcohWzRW th, ._vPIcohWzRW td {
 padding: 8px 10px !important;
 white-space: nowrap;
 }
    /* CIH crit row — fixed cols become problematic */  ._mmvLSIbAPK {
 padding: 10px !important;
grid-template-columns: 1fr !important;
 gap: 4px !important;
 }
  ._hLuSQWS {
 font-size: 13px;
 }
    /* CTA banners */  ._kcuhrPUA {
 text-align: center;
flex-direction: column !important;
 padding: 18px !important;
 gap: 14px !important;
 }
  ._OhPTeCL {
 flex-direction: column;
 width: 100%;
 }
  ._OhPTeCL ._JsVJcSI {
 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 */  ._zlIJBOR {
 padding: 8px 0 !important;
 }
  ._zlIJBOR ._mhCCqrBUYc {
 gap: 8px 14px !important;
 font-size: 12px !important;
flex-wrap: wrap;
 justify-content: center;
 }
    /* Header — все варианты компактнее */  ._WpVEfCOEd ._cwyUzUqs {
 flex-wrap: wrap;
 gap: 10px !important;
padding: 12px 14px !important;
 }
  ._YHSovVr ._HZpGAwkO {
 font-size: 18px !important;
 }
  ._pLPrcBgyH {
 display: none !important;
 }
 /* nav скрываем на мобиле — заменяем на бургер если нужно */  body.hd-style-2 ._cwyUzUqs,  body.hd-style-3 ._cwyUzUqs,  body.hd-style-4 ._cwyUzUqs,  body.hd-style-5 ._cwyUzUqs,  body.hd-style-6 ._cwyUzUqs {
    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 */  ._GesqCXHsDHz {
 flex: 0 0 100% !important;
 max-width: 100% !important;
 }
  ._nfxVRkCEioI {
 font-size: 13px;
 }
    /* Header actions */  ._DdRcQwXvO {
 display: flex;
 justify-content: center;
 gap: 8px;
flex-wrap: wrap;
 }
  ._DdRcQwXvO ._JsVJcSI {
 font-size: 13px;
 min-width: 130px;
flex: 1 1 auto;
 padding: 10px 12px;
 }
    /* Card paddings */  .slot-card, .stat-card, ._UALBKOc, ._VGdGznHEe, .review-card, ._rgummgGC {
 padding: 14px !important;
 }
  ._ltlhDnexMf {
 padding: 18px !important;
 }
    /* Hero buttons */  .hero-actions, .hero-cta {
 align-items: stretch;
flex-direction: column !important;
 gap: 10px !important;
 }
  .hero-actions ._JsVJcSI {
 width: 100%;
 }
    /* Showcase tabs — wrap */  ._BDsfjPvB, [id="showcase-tabs"] {
 flex-wrap: wrap !important;
 gap: 6px !important;
 }
  ._BDsfjPvB 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 */  ._OVzxTjCJ {
 grid-template-columns: 1fr !important;
 gap: 10px;
 }
  ._CasTiRI {
 gap: 4px !important;
 align-items: flex-start !important;
flex-direction: column;
 }
    /* Author cards */  ._EdDsMSZR {
 padding: 14px !important;
 }
  ._dmDADQtC {
 flex-direction: column;
 text-align: center;
 }
  ._LwIdrEIEhg {
 margin: 0 auto 10px !important;
 }
    /* Chat panel */  ._BciCdZEXsza {
 max-width: 360px;
 bottom: 80px !important;
 right: 4% !important;
width: 92% !important;
 }
    /* Reviews */  ._eHFvkSssGh, [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 */  ._MSsrReXoOrV {
 padding: 32px 0 !important;
 }
  .themed-hero {
 gap: 18px !important;
 }
    /* Awards */  ._PfAFZRxJS {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._TpkDbch {
 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) {
  ._tFPGwZA, ._QbZLBlVkxa, ._SIvdOqlw, ._aGWAaaMN, ._PfAFZRxJS {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._lYcbQdvHpc {
 grid-template-columns: repeat(2, 1fr) !important;
 gap: 10px !important;
 }
  ._ZQIeafz, ._MjcKSes, ._GCfXToChz {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._ptxcEvR {
 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 */  ._EXkXndiT th, ._EXkXndiT td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
  ._vPIcohWzRW th, ._vPIcohWzRW td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
    /* Footer */  ._vKZcLwmvrmU, ._eICIlwgsgKu, ._AfbyvUNBJ {
 gap: 14px !important;
 }
  ._PvTAYOh ._AfbyvUNBJ {
 flex-direction: column !important;
 align-items: flex-start !important;
 }
  ._VypRblemlU {
 gap: 8px;
flex-wrap: wrap;
 }
    /* Hero — ещё компактнее */  ._DZryaQRRuR {
 padding: 24px 0 !important;
 }
  .hero-cta {
 gap: 8px;
 }
    /* Buttons */  ._JsVJcSI {
 font-size: 13px !important;
padding: 10px 16px !important;
 }
  ._CKwDsfbdbbT, ._BkRiFJkCS {
 min-height: 44px;
 }
 /* touch target */    /* Badges */  .age-badge, .age-circle {
 transform: scale(.85);
 }
    /* Themed/Cards */  .themed-card, .review-card, .topwin-card, ._ltlhDnexMf {
 padding: 12px !important;
 }
    /* Live activity */  .la-card {
 padding: 10px !important;
 }
  ._otBFZLGckpz {
 font-size: 20px !important;
 }
    /* Steps */  ._USpBCKcZjGd {
 padding: 14px !important;
 }
  ._lVpAKHhJFbz {
 font-size: 28px !important;
 }
    /* Pros/Cons */  .pc-card {
 padding: 14px !important;
 }
    /* TOC / nav links */  ._nIYKMKhkzP, .nav-list {
 gap: 6px !important;
 flex-wrap: wrap;
 }
    /* Trust signal */  ._zlIJBOR ._ZRzYMlc {
 font-size: 11px !important;
 }
}
@media (max-width: 480px) {
  body {
 font-size: 14px;
 }
  ._mhCCqrBUYc {
 padding: 0 12px;
 }
    /* Все 2-колоночные становятся 1-колоночными для маленьких экранов */  ._tFPGwZA, ._QbZLBlVkxa, ._SIvdOqlw, ._aGWAaaMN {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._ZQIeafz, ._MjcKSes, ._GCfXToChz {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._PfAFZRxJS {
 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, ._VGdGznHEe {
 padding: 10px !important;
 }
  .stat-num {
 font-size: 20px !important;
 }
    /* Tables */  ._EXkXndiT, ._vPIcohWzRW, ._adDvGTveRy {
 font-size: 11px !important;
 }
  ._EXkXndiT th, ._EXkXndiT td,  ._vPIcohWzRW th, ._vPIcohWzRW td {
 padding: 6px !important;
 }
    /* Buttons */  ._JsVJcSI {
 min-height: 44px;
padding: 10px 14px !important;
 }
  ._efdDVEHATT {
 padding: 8px 12px !important;
 font-size: 12px !important;
 min-height: 38px;
 }
    /* Section padding */  section {
 padding: 20px 0 !important;
 }
  ._MSsrReXoOrV {
 padding: 24px 0 !important;
 }
    /* Trust bar */  ._zlIJBOR ._mhCCqrBUYc {
 font-size: 10px !important;
 gap: 6px 10px !important;
 }
    /* CTA banners */  ._kcuhrPUA {
 padding: 14px !important;
 }
  ._NeJEGwkjBxl {
 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 */  ._hnKHCTduQ h4, ._SGIAEjDf h4 {
 font-size: 15px !important;
 }
  ._hnKHCTduQ p, ._iwNeNNd {
 font-size: 13px !important;
 }
    /* Showcase tabs */  ._BDsfjPvB 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 */  ._WpVEfCOEd ._cwyUzUqs {
 padding: 10px 12px !important;
 gap: 8px !important;
 }
  ._YHSovVr ._HZpGAwkO {
 font-size: 16px !important;
 }
  ._DdRcQwXvO ._JsVJcSI {
 padding: 8px 10px !important;
 min-width: 110px;
 font-size: 12px !important;
 }
}
@media (max-width: 380px) {
  body {
 font-size: 13px;
 }
  ._mhCCqrBUYc {
 padding: 0 10px;
 }
    /* Совсем малые экраны — 1 колонка везде */  ._tFPGwZA, ._QbZLBlVkxa, ._SIvdOqlw, ._aGWAaaMN, ._ZQIeafz, ._MjcKSes, ._GCfXToChz, ._PfAFZRxJS {
 grid-template-columns: 1fr !important;
 }
  ._lYcbQdvHpc {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
    .hero-title, h1 {
 font-size: 20px !important;
 }
  h2 {
 font-size: 16px !important;
 }
    /* Tables в скролл с минимальным padding */  ._EXkXndiT th, ._EXkXndiT td {
 padding: 4px 6px !important;
 font-size: 10px !important;
 }
    /* Header — 2 строки точно */  ._DdRcQwXvO {
 width: 100%;
 }
  ._DdRcQwXvO ._JsVJcSI {
 padding: 8px 6px !important;
 font-size: 11px !important;
flex: 1 1 calc(50% - 4px);
 }
}
/* =================================================================   TOUCH-FRIENDLY: минимальные размеры тап-таргетов   ================================================================= */@media (hover: none) and (pointer: coarse) {
  ._JsVJcSI, button, a._jeznYZuXg, ._VGdGznHEe, .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 не должны ломать вёрстку */._cewxrwyU, ._hnKHCTduQ p, .review-text, .faq-a, ._CasTiRI {
 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 — дублируются) ==== */._JsVJcSI {
 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;
 }
._CKwDsfbdbbT {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 4px 14px var(--accent-glow);
 color: var(--bg-base) !important;
 }
._CKwDsfbdbbT:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._BkRiFJkCS {
 color: var(--text-primary) !important;
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._BkRiFJkCS:hover {
 background: var(--bg-card-hover);
 }
._ZcaDWzgxe {
 border: 1px solid var(--accent);
 color: var(--accent) !important;
background: transparent;
 }
._ZcaDWzgxe:hover {
 background: var(--accent-soft);
 }
._gCjSUBW {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — HEADER styles ==== */._WpVEfCOEd {
 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;
 }
._YHSovVr {
 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;
 }
._pLPrcBgyH {
 flex: 1;
 gap: 8px;
display: flex;
 }
._pLPrcBgyH 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;
 }
._pLPrcBgyH a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._DdRcQwXvO {
 gap: 10px;
display: flex;
 }
@media (max-width: 720px) {
 ._pLPrcBgyH {
 display: none;
 }
 ._DdRcQwXvO ._BkRiFJkCS {
 display: none;
 }
 .header-inner {
 padding: 12px 16px;
 gap: 12px;
 }
 }
._axjTgsg {
 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 — дублируются) ==== */._JsVJcSI {
 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;
 }
._CKwDsfbdbbT {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 4px 14px var(--accent-glow);
 color: var(--bg-base) !important;
 }
._CKwDsfbdbbT:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._BkRiFJkCS {
 color: var(--text-primary) !important;
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._BkRiFJkCS:hover {
 background: var(--bg-card-hover);
 }
._ZcaDWzgxe {
 border: 1px solid var(--accent);
 color: var(--accent) !important;
background: transparent;
 }
._ZcaDWzgxe:hover {
 background: var(--accent-soft);
 }
._gCjSUBW {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — FOOTER styles ==== */._HjPpfNILW {
 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);
 }
._HjPpfNILW ._mhCCqrBUYc {
 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;
 }
 }
