/* ==================================================================   shab14 — main_styles.css   Стили нового шаблона. CSS-переменные подменяются JS на основе hash(brand).   ================================================================== */:root {
  --shadow-glow: 0 0 30px var(--accent-glow);
  --text-dim: #64748b;
  --container-width: 1280px;
  --bg-card-hover: #1c2238;
  --border-strong: #2d3556;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --text-primary: #f1f5f9;
  --text-muted: #94a3b8;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --bg-base: #0a0e1a;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --accent-dark: #16a34a;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --radius-xl: 24px;
--accent: #22c55e;
  --radius-md: 10px;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
  --radius-sm: 6px;
  --text-secondary: #cbd5e1;
  --radius-lg: 16px;
  --border-subtle: #232a44;
  --bg-section: #0f1422;
  --bg-card: #161b2e;
}
* {
 margin: 0;
 padding: 0;
box-sizing: border-box;
 }
html {
 scroll-behavior: smooth;
 }
body {
 line-height: 1.6;
 -webkit-font-smoothing: antialiased;
font-family: var(--font-body);
 color: var(--text-primary);
 background: var(--bg-base);
 font-size: 16px;
 overflow-x: hidden;
 }
img {
 height: auto;
 display: block;
max-width: 100%;
 }
a {
 color: inherit;
 transition: all 0.2s ease;
 text-decoration: none;
 }
button {
 font-family: inherit;
 border: none;
 cursor: pointer;
 background: none;
 }
h1, h2, h3, h4 {
 line-height: 1.2;
 font-weight: 700;
font-family: var(--font-display);
 }
._bfvytKjTX {
 padding: 0 24px;
 margin: 0 auto;
max-width: var(--container-width);
 }
/* ============== HEADER ============== */._KyNpGwekU {
 top: 0;
 z-index: 100;
position: sticky;
 border-bottom: 1px solid var(--border-subtle);
 background: rgba(10, 14, 26, 0.92);
 -webkit-backdrop-filter: blur(12px);
 backdrop-filter: blur(12px);
 }
.header-inner {
 align-items: center;
display: flex;
 margin: 0 auto;
 padding: 14px 24px;
 max-width: var(--container-width);
 gap: 32px;
 }
._CfCjXDg {
 font-size: 22px;
 gap: 10px;
 align-items: center;
 color: var(--text-primary);
 font-weight: 800;
font-family: var(--font-display);
 display: flex;
 }
.brand-logo-mark {
 width: 36px;
 font-weight: 800;
 border-radius: 10px;
 color: var(--bg-base);
 font-size: 18px;
 justify-content: center;
 display: flex;
 height: 36px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 align-items: center;
 }
._CFPQmKjRaqH {
 display: flex;
 flex: 1;
 gap: 8px;
 }
._CFPQmKjRaqH a {
 color: var(--text-secondary);
 font-weight: 500;
 border-radius: var(--radius-md);
 font-size: 14px;
padding: 8px 14px;
 }
._CFPQmKjRaqH a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._ewbJHAj {
 gap: 10px;
display: flex;
 }
._biYyjRGd {
 transition: transform 0.15s, box-shadow 0.15s;
 font-weight: 600;
 font-size: 14px;
 border-radius: var(--radius-md);
 gap: 8px;
 align-items: center;
 white-space: nowrap;
display: inline-flex;
 padding: 12px 22px;
 justify-content: center;
 }
._hEjeYqaMaTl {
 color: var(--bg-base);
background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 4px 14px var(--accent-glow);
 }
._hEjeYqaMaTl:hover {
 box-shadow: 0 8px 24px var(--accent-glow);
transform: translateY(-2px);
 }
._MZCxwCqrixs {
 color: var(--text-primary);
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._MZCxwCqrixs:hover {
 background: var(--bg-card-hover);
 }
._WAntJmhvUk {
 border: 1px solid var(--accent);
 color: var(--accent);
background: transparent;
 }
._WAntJmhvUk:hover {
 background: var(--accent-soft);
 }
._IrgPTBiB {
 font-size: 16px;
padding: 16px 32px;
 }
/* ============== HERO ============== */._ehDuTnQq {
 padding: 80px 0 60px;
position: relative;
 overflow: hidden;
 background: radial-gradient(ellipse 80% 50% at 50% 0%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 }
._ehDuTnQq::before {
 background-image: linear-gradient(var(--border-subtle) 1px, transparent 1px), linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px);
content: '';
 mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
 position: absolute;
 background-size: 60px 60px;
 -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
 inset: 0;
 background-position: -30px -30px;
 opacity: 0.15;
 }
._wbpIWyUe {
 z-index: 2;
 grid-template-columns: 1.4fr 1fr;
 align-items: center;
display: grid;
 position: relative;
 gap: 48px;
 }
._VqUQDubmH {
 align-items: center;
 margin-bottom: 18px;
 text-transform: uppercase;
 font-size: 12px;
 background: var(--accent-soft);
 color: var(--accent);
 border-radius: 999px;
 padding: 6px 12px;
 font-weight: 600;
 letter-spacing: 0.5px;
 gap: 8px;
display: inline-flex;
 }
._VqUQDubmH::before {
 content: '';
 background: var(--accent);
 animation: pulse 1.6s infinite;
 border-radius: 50%;
 width: 6px;
 height: 6px;
 }
@keyframes pulse {
 0%, 100% {
 opacity: 1;
 transform: scale(1);
 }
 50% {
 transform: scale(1.4);
opacity: 0.6;
 }
 }
._ehDuTnQq h1 {
 letter-spacing: -0.02em;
font-size: clamp(32px, 5vw, 52px);
 margin-bottom: 20px;
 }
._ehDuTnQq h1 ._zKlVcIf {
 color: var(--accent);
 }
._ElVPksfgf {
 line-height: 1.65;
font-size: 17px;
 color: var(--text-secondary);
 margin-bottom: 28px;
 max-width: 540px;
 }
._nsAmauvCwf {
 width: fit-content;
display: flex;
 gap: 24px;
 border: 1px solid var(--border-subtle);
 background: var(--bg-card);
 padding: 16px 20px;
 border-radius: var(--radius-md);
 margin-bottom: 32px;
 }
._ItWjAUpuoK ._xeGyClagXm {
 color: var(--accent);
 line-height: 1;
font-family: var(--font-display);
 font-weight: 700;
 font-size: 22px;
 }
._ItWjAUpuoK ._RGNwzNtCJ {
 margin-top: 4px;
 letter-spacing: 0.5px;
 text-transform: uppercase;
font-size: 11px;
 color: var(--text-muted);
 }
._tQZdFNYr {
 display: flex;
 gap: 12px;
 margin-bottom: 24px;
 flex-wrap: wrap;
 }
._hNpcNNoP {
 border: 1px solid var(--border-strong);
 align-items: center;
 background: var(--bg-card);
 font-size: 13px;
 padding: 10px 16px;
display: inline-flex;
 gap: 12px;
 color: var(--text-secondary);
 border-radius: var(--radius-md);
 }
._QTpvbdrH {
 border-radius: 50%;
 height: 24px;
 align-items: center;
 display: flex;
 background: var(--accent-soft);
width: 24px;
 color: var(--accent);
 justify-content: center;
 }
._OOkNsLrIfqA {
 color: var(--accent);
font-family: var(--font-display);
 letter-spacing: 0.5px;
 font-weight: 700;
 }
._LMnAMbCJqxz {
 position: relative;
 }
._ZkSohuFxbjC {
 box-shadow: var(--shadow-card);
 border-radius: var(--radius-lg);
 padding: 24px;
 border: 1px solid var(--border-strong);
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-section) 100%);
 }
._bcoSQHSbV {
 letter-spacing: 1px;
 color: var(--text-muted);
 font-weight: 600;
 font-size: 14px;
 margin-bottom: 16px;
font-family: var(--font-display);
 text-transform: uppercase;
 }
._ogAAmvx {
 padding: 12px 0;
 border-bottom: 1px solid var(--border-subtle);
 justify-content: space-between;
 align-items: center;
display: flex;
 }
._ogAAmvx:last-child {
 border-bottom: none;
 }
._ogAAmvx ._zaGbzmJpFrZ {
 color: var(--text-secondary);
 font-size: 14px;
 }
._ogAAmvx ._LHQRVKQ {
 color: var(--accent);
 font-weight: 700;
font-family: var(--font-display);
 }
._fDmtxMg {
 animation: pulse 1.6s infinite;
 width: 8px;
 border-radius: 50%;
 margin-right: 6px;
display: inline-block;
 height: 8px;
 background: var(--accent);
 }
/* ============== STATS ============== */._LaHSRocd {
 border-top: 1px solid var(--border-subtle);
padding: 60px 0;
 background: var(--bg-section);
 border-bottom: 1px solid var(--border-subtle);
 }
._BdiBONY {
 text-align: center;
 margin-bottom: 40px;
 }
._pDmGigRbg {
 margin-bottom: 12px;
 font-weight: 600;
 background: var(--accent-soft);
 padding: 4px 12px;
 border-radius: 999px;
 font-size: 12px;
 text-transform: uppercase;
 color: var(--accent);
display: inline-block;
 letter-spacing: 1px;
 }
._BdiBONY h2 {
 margin-bottom: 8px;
font-size: clamp(26px, 3vw, 36px);
 }
._BdiBONY h2 ._zKlVcIf {
 color: var(--accent);
 }
._LyaufzUyQhs {
 max-width: 600px;
color: var(--text-muted);
 font-size: 16px;
 margin: 0 auto;
 }
._PpNvhFtwWg {
 gap: 20px;
 grid-template-columns: repeat(4, 1fr);
display: grid;
 }
.stat-card {
 padding: 28px 20px;
 border: 1px solid var(--border-subtle);
background: var(--bg-card);
 position: relative;
 overflow: hidden;
 transition: transform 0.2s, border-color 0.2s;
 border-radius: var(--radius-lg);
 text-align: center;
 }
.stat-card:hover {
 border-color: var(--accent);
transform: translateY(-4px);
 }
.stat-icon {
 height: 96px;
width: 96px;
 margin: 0 auto 16px;
 align-items: center;
 display: flex;
 justify-content: center;
 position: relative;
 }
.stat-circle {
 position: absolute;
 border-top-color: var(--accent);
 border-radius: 50%;
 inset: 0;
 transform: rotate(-45deg);
 border: 3px solid var(--accent-soft);
 }
.stat-num {
 font-family: var(--font-display);
 color: var(--accent);
 z-index: 1;
 line-height: 1;
 font-size: 28px;
 position: relative;
 font-weight: 800;
 }
.stat-label {
 text-transform: lowercase;
font-size: 13px;
 margin-top: 6px;
 color: var(--text-muted);
 }
/* ============== WINS TICKER ============== */._lqmQvxHmyS {
 padding: 14px 0;
background: var(--bg-base);
 border-bottom: 1px solid var(--border-subtle);
 overflow: hidden;
 }
._yTbjWumxgV {
 display: flex;
 animation: ticker-scroll 60s linear infinite;
 white-space: nowrap;
 gap: 32px;
 }
._lqmQvxHmyS:hover ._yTbjWumxgV {
 animation-play-state: paused;
 }
@keyframes ticker-scroll {
 from {
 transform: translateX(0);
 }
 to {
 transform: translateX(-50%);
 }
 }
.win-item {
 font-size: 13px;
 gap: 10px;
display: inline-flex;
 color: var(--text-secondary);
 align-items: center;
 }
.win-avatar {
 height: 28px;
 color: white;
 border-radius: 50%;
 display: flex;
 flex-shrink: 0;
width: 28px;
 font-size: 12px;
 justify-content: center;
 align-items: center;
 font-weight: 700;
 }
.win-name {
 font-weight: 600;
color: var(--text-primary);
 }
.win-game {
 font-weight: 600;
color: var(--accent);
 }
.win-amount {
 color: var(--accent);
 font-weight: 700;
 margin-left: 4px;
 font-family: var(--font-display);
 }
/* ============== SHOWCASE / SECTION BAR ============== */._SPPUeHMlm {
 padding: 60px 0;
 }
.section-alt {
 background: var(--bg-section);
 }
._muisbWJT {
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 16px;
 margin-bottom: 28px;
display: flex;
 align-items: flex-end;
 }
._muisbWJT h2 {
 font-size: clamp(24px, 3vw, 32px);
 }
._muisbWJT h2 ._zKlVcIf {
 color: var(--accent);
 }
._pVYIalj {
 gap: 12px;
 align-items: center;
display: flex;
 }
._fIwNFijWsL {
 font-weight: 600;
color: var(--accent);
 font-size: 14px;
 display: inline-flex;
 align-items: center;
 gap: 6px;
 }
._fIwNFijWsL:hover {
 gap: 10px;
 }
._dIumhLlkz {
 font-size: 15px;
 margin-top: 6px;
color: var(--text-muted);
 }
._eosrhiO {
 gap: 8px;
 margin-bottom: 24px;
 flex-wrap: wrap;
display: flex;
 }
._TGfLkxADBId {
 border: 1px solid var(--border-subtle);
padding: 8px 16px;
 font-size: 13px;
 border-radius: 999px;
 font-weight: 500;
 background: var(--bg-card);
 color: var(--text-secondary);
 }
._TGfLkxADBId._nvDckGy {
 background: var(--accent-soft);
 color: var(--accent);
border-color: var(--accent);
 }
._TGfLkxADBId:hover {
 background: var(--bg-card-hover);
 }
/* ============== SLOT CARDS ============== */._EqGIjpi {
 grid-template-columns: repeat(4, 1fr);
display: grid;
 gap: 16px;
 }
.slot-card {
 transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
 border: 1px solid var(--border-subtle);
background: var(--bg-card);
 border-radius: var(--radius-md);
 overflow: hidden;
 position: relative;
 }
.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;
 font-size: 16px;
 aspect-ratio: 4/3;
 align-items: center;
 overflow: hidden;
 justify-content: center;
 text-align: center;
 color: rgba(255,255,255,0.85);
 font-family: var(--font-display);
 padding: 12px;
 display: flex;
 font-weight: 700;
 }
.slot-img img {
 position: absolute;
 height: 100%;
 inset: 0;
 object-fit: cover;
 width: 100%;
 }
.slot-flag {
 top: 8px;
 font-size: 10px;
 padding: 3px 8px;
position: absolute;
 border-radius: 4px;
 text-transform: uppercase;
 left: 8px;
 font-weight: 700;
 letter-spacing: 0.5px;
 z-index: 2;
 }
.flag-hot {
 color: white;
background: #ef4444;
 }
.flag-new {
 color: var(--bg-base);
background: var(--accent);
 }
.flag-jackpot {
 background: linear-gradient(135deg, #f59e0b, #b45309);
 color: white;
 }
.flag-exclusive {
 color: white;
background: linear-gradient(135deg, #d946ef, #a21caf);
 }
.slot-rtp-badge {
 top: 8px;
 padding: 3px 7px;
 backdrop-filter: blur(8px);
 border-radius: 4px;
position: absolute;
 color: var(--accent);
 font-weight: 700;
 z-index: 2;
 background: rgba(0,0,0,0.65);
 right: 8px;
 font-size: 10px;
 }
.slot-info {
 padding: 12px 14px 14px;
 }
.slot-name {
 font-family: var(--font-display);
 margin-bottom: 2px;
 color: var(--text-primary);
 white-space: nowrap;
 font-weight: 600;
 font-size: 14px;
 overflow: hidden;
 text-overflow: ellipsis;
 }
.slot-prov {
 color: var(--text-muted);
 margin-bottom: 10px;
font-size: 12px;
 }
.slot-desc {
 line-height: 1.4;
 margin-bottom: 10px;
font-size: 12px;
 line-clamp: 2;
 display: -webkit-box;
 overflow: hidden;
 color: var(--text-secondary);
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 }
.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 {
 color: var(--bg-base);
background: var(--accent);
 }
/* T2 — overlay при hover */.slot-card.t2 .slot-cta {
 display: none;
 }
.slot-card.t2 .slot-img::after {
 display: flex;
 color: var(--accent);
 align-items: center;
 opacity: 0;
 justify-content: center;
 font-family: var(--font-display);
content: '▶ Играть';
 font-size: 16px;
 position: absolute;
 font-weight: 700;
 background: rgba(0,0,0,0.7);
 transition: opacity 0.2s;
 inset: 0;
 z-index: 3;
 }
.slot-card.t2:hover .slot-img::after {
 opacity: 1;
 }
/* T4 — минимум */.slot-card.t4 .slot-prov, .slot-card.t4 .slot-cta, .slot-card.t4 .slot-desc {
 display: none;
 }
.slot-card.t4 .slot-name {
 text-align: center;
 }
.slot-card.t4 .slot-info {
 padding: 10px;
 }
/* T1, T2, T4, T5 — hide desc */.slot-card:not(.t3) .slot-desc {
 display: none;
 }
/* T1, T2, T3, T4 — hide RTP badge */.slot-card:not(.t5) .slot-rtp-badge {
 display: none;
 }
/* ============== THEMED BLOCKS V1/V2/V3 ============== */._ySdgdrXz {
 padding: 56px 0;
 }
._ySdgdrXz._ctxAaqph {
 background: var(--bg-section);
 }
.themed-scroll {
 display: flex;
 scrollbar-color: var(--accent) var(--bg-card);
 -webkit-overflow-scrolling: touch;
 padding-bottom: 12px;
 scroll-snap-type: x mandatory;
 overflow-x: auto;
 gap: 14px;
 scrollbar-width: thin;
 }
.themed-scroll::-webkit-scrollbar {
 height: 6px;
 }
.themed-scroll::-webkit-scrollbar-track {
 border-radius: 3px;
background: var(--bg-card);
 }
.themed-scroll::-webkit-scrollbar-thumb {
 background: var(--accent);
 border-radius: 3px;
 }
.themed-scroll .slot-card {
 flex: 0 0 220px;
 scroll-snap-align: start;
 }
.scroll-arrows {
 display: flex;
 gap: 6px;
 }
.scroll-arrow {
 color: var(--text-secondary);
 background: var(--bg-card);
 border: 1px solid var(--border-strong);
 align-items: center;
 height: 36px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 transition: all 0.15s;
 font-size: 18px;
width: 36px;
 }
.scroll-arrow:hover {
 background: var(--accent-soft);
 color: var(--accent);
border-color: var(--accent);
 }
.themed-hero {
 grid-template-columns: 1.5fr 1fr;
display: grid;
 gap: 16px;
 }
.themed-hero-main {
 position: relative;
 border: 1px solid var(--border-strong);
 flex-direction: column;
background: var(--bg-card);
 border-radius: var(--radius-md);
 display: flex;
 overflow: hidden;
 }
.themed-hero-main .slot-img {
 font-size: 24px;
aspect-ratio: 16/9;
 }
.themed-hero-main .slot-info {
 padding: 18px 20px;
 }
.themed-hero-main .slot-name {
 font-size: 18px;
 }
.themed-hero-main .slot-desc {
 display: -webkit-box !important;
 }
.themed-hero-side {
 grid-template-rows: repeat(3, 1fr);
display: grid;
 gap: 12px;
 }
.themed-hero-side .slot-card {
 grid-template-columns: 100px 1fr;
display: grid;
 }
.themed-hero-side .slot-img {
 aspect-ratio: 1;
 font-size: 11px;
 }
.themed-hero-side .slot-info {
 justify-content: center;
padding: 10px 14px;
 flex-direction: column;
 display: flex;
 }
.themed-hero-side .slot-name {
 font-size: 13px;
 }
.themed-hero-side .slot-cta {
 margin-top: 6px;
padding: 5px 10px;
 font-size: 11px;
 }
/* ============== ARTICLE TEXT (для {
TEXT}
) ============== */._VsiNJbbpFMQ {
 margin: 0 auto;
 max-width: 880px;
padding: 56px 0;
 }
._VsiNJbbpFMQ h1 {
 margin-bottom: 24px;
font-size: clamp(28px, 4vw, 40px);
 }
._VsiNJbbpFMQ h1 ._zKlVcIf, ._VsiNJbbpFMQ h2 ._zKlVcIf, ._VsiNJbbpFMQ h3 ._zKlVcIf {
 color: var(--accent);
 }
._VsiNJbbpFMQ h2 {
 margin: 32px 0 16px;
font-size: clamp(22px, 2.8vw, 30px);
 }
._VsiNJbbpFMQ h3 {
 margin: 24px 0 12px;
 color: var(--accent);
font-size: 20px;
 }
._VsiNJbbpFMQ p {
 line-height: 1.75;
 font-size: 16px;
 color: var(--text-secondary);
margin-bottom: 16px;
 }
._VsiNJbbpFMQ ul, ._VsiNJbbpFMQ ol {
 margin-bottom: 18px;
padding-left: 22px;
 }
._VsiNJbbpFMQ li {
 color: var(--text-secondary);
margin-bottom: 8px;
 }
._VsiNJbbpFMQ a {
 color: var(--accent);
 }
._VsiNJbbpFMQ a:hover {
 text-decoration: underline;
 }
._TOnNTEEb {
 margin: 0 auto 30px;
 text-align: center;
 border-top: 1px solid var(--border-subtle);
 color: var(--text-dim);
 padding-top: 16px;
padding: 16px 24px;
 max-width: 880px;
 font-size: 13px;
 }
._TOnNTEEb span {
 color: var(--text-muted);
 }
/* ============== CTA BANNERS ============== */._LIXRaYlTe {
 max-width: var(--container-width);
 padding: 32px 32px;
 gap: 24px;
 flex-wrap: wrap;
 overflow: hidden;
 position: relative;
margin: 48px auto;
 border-radius: var(--radius-lg);
 background: linear-gradient(135deg, var(--bg-card), var(--bg-section));
 border: 1px solid var(--accent);
 justify-content: space-between;
 display: flex;
 align-items: center;
 }
._LIXRaYlTe::before {
 position: absolute;
 filter: blur(80px);
content: '';
 height: 300px;
 top: -100px;
 right: -100px;
 background: var(--accent-glow);
 width: 300px;
 opacity: 0.4;
 border-radius: 50%;
 }
._LjrSJTJv {
 flex: 1;
 z-index: 1;
position: relative;
 min-width: 280px;
 }
._xXNWVatOT {
 font-size: 24px;
font-family: var(--font-display);
 font-weight: 700;
 margin-bottom: 6px;
 }
._xXNWVatOT ._zKlVcIf {
 color: var(--accent);
 }
._XGiLUkr {
 color: var(--text-secondary);
 font-size: 15px;
 }
._SmiOepDTLkY {
 z-index: 1;
position: relative;
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
/* ============== TOURNAMENT ============== */._IfvQCEObsjQ {
 padding: 60px 0;
 background: var(--bg-section);
 }
._KNPMSTZPgKk {
 border-radius: var(--radius-lg);
 display: grid;
 overflow: hidden;
 gap: 32px;
 position: relative;
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-section) 100%);
 padding: 32px;
 grid-template-columns: 1fr 1fr;
 border: 1px solid var(--border-strong);
 }
._KNPMSTZPgKk::before {
 right: -30px;
 opacity: 0.05;
 font-size: 220px;
 position: absolute;
content: '🏆';
 bottom: -50px;
 }
._XdPzPNSejIF {
 z-index: 1;
position: relative;
 }
._poLIplDn {
 letter-spacing: 0.5px;
 margin-bottom: 14px;
 text-transform: uppercase;
display: inline-flex;
 color: var(--accent);
 align-items: center;
 border-radius: 999px;
 background: var(--accent-soft);
 padding: 4px 10px;
 font-weight: 700;
 font-size: 11px;
 gap: 6px;
 }
._PDLWjVBs {
 font-family: var(--font-display);
 font-size: 28px;
 margin-bottom: 8px;
 font-weight: 700;
 }
._yeHJfrri {
 color: var(--text-secondary);
 margin-bottom: 24px;
 }
._TSyhazPG {
 font-size: 36px;
 color: var(--accent);
 line-height: 1;
 font-weight: 800;
font-family: var(--font-display);
 margin-bottom: 4px;
 }
._KkdHGvbwWyH {
 letter-spacing: 1px;
 margin-bottom: 24px;
font-size: 12px;
 text-transform: uppercase;
 color: var(--text-muted);
 }
._wZAcmMthVMa {
 gap: 10px;
display: flex;
 margin-bottom: 28px;
 flex-wrap: wrap;
 }
._pyZthJr {
 background: var(--bg-base);
 padding: 12px 16px;
 border-radius: var(--radius-md);
 min-width: 70px;
 border: 1px solid var(--border-strong);
 text-align: center;
 }
._TjqaDkO {
 font-size: 24px;
 color: var(--accent);
 line-height: 1;
font-family: var(--font-display);
 font-weight: 700;
 }
._lmLFtcxK {
 margin-top: 4px;
 letter-spacing: 1px;
 color: var(--text-muted);
 text-transform: uppercase;
font-size: 10px;
 }
._fJFGWTIW {
 z-index: 1;
position: relative;
 background: var(--bg-base);
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
 padding: 18px 22px;
 }
._WAtEEbA {
 color: var(--text-muted);
 margin-bottom: 14px;
font-size: 13px;
 letter-spacing: 1px;
 text-transform: uppercase;
 }
.leaderboard-row {
 gap: 12px;
display: grid;
 align-items: center;
 border-bottom: 1px solid var(--border-subtle);
 grid-template-columns: 32px 1fr auto;
 padding: 10px 0;
 }
.leaderboard-row:last-child {
 border-bottom: none;
 }
.lb-pos {
 font-size: 14px;
font-family: var(--font-display);
 text-align: center;
 font-weight: 700;
 color: var(--text-muted);
 }
.lb-pos.top1 {
 color: #fbbf24;
 }
.lb-pos.top2 {
 color: #cbd5e1;
 }
.lb-pos.top3 {
 color: #d97706;
 }
.lb-name {
 color: var(--text-primary);
font-size: 14px;
 font-weight: 500;
 }
.lb-prize {
 color: var(--accent);
 font-weight: 700;
font-family: var(--font-display);
 font-size: 14px;
 }
/* ============== REVIEWS ============== */._RJNXldCf {
 padding: 60px 0;
 }
._JePHlzW {
 grid-template-columns: repeat(3, 1fr);
display: grid;
 gap: 16px;
 }
.review-card {
 background: var(--bg-card);
 border-radius: var(--radius-md);
 transition: border-color 0.15s;
 border: 1px solid var(--border-subtle);
 padding: 22px;
 }
.review-card:hover {
 border-color: var(--accent);
 }
.review-head {
 gap: 12px;
 align-items: center;
display: flex;
 margin-bottom: 14px;
 }
.review-avatar {
 width: 40px;
 border-radius: 50%;
 font-weight: 700;
 display: flex;
 align-items: center;
 height: 40px;
 flex-shrink: 0;
 color: white;
 font-size: 16px;
 justify-content: center;
 }
.review-meta {
 flex: 1;
 }
.review-name {
 font-size: 14px;
 color: var(--text-primary);
font-weight: 600;
 }
.review-date {
 font-size: 12px;
 color: var(--text-muted);
 }
.review-stars {
 font-size: 14px;
color: var(--accent);
 letter-spacing: 1px;
 margin-bottom: 12px;
 }
.review-stars .empty {
 color: var(--text-dim);
 }
.review-text {
 line-height: 1.6;
 font-size: 14px;
color: var(--text-secondary);
 }
/* ============== FAQ ============== */._GzVzUcucR {
 padding: 60px 0;
 background: var(--bg-section);
 }
._ARUyxLqhU {
 max-width: 880px;
 margin: 0 auto;
 }
.faq-item {
 overflow: hidden;
background: var(--bg-card);
 border: 1px solid var(--border-subtle);
 margin-bottom: 10px;
 border-radius: var(--radius-md);
 transition: border-color 0.15s;
 }
.faq-item.open {
 border-color: var(--accent);
 }
.faq-q {
 border: none;
 font-size: 16px;
 justify-content: space-between;
 background: none;
width: 100%;
 font-family: var(--font-display);
 cursor: pointer;
 color: var(--text-primary);
 padding: 18px 22px;
 align-items: center;
 font-weight: 600;
 text-align: left;
 display: flex;
 }
.faq-q:hover {
 background: var(--bg-card-hover);
 }
.faq-icon {
 align-items: center;
 font-weight: 700;
 background: var(--accent-soft);
 justify-content: center;
 color: var(--accent);
 display: flex;
 margin-left: 12px;
width: 28px;
 height: 28px;
 transition: transform 0.2s;
 flex-shrink: 0;
 border-radius: 50%;
 }
.faq-item.open .faq-icon {
 transform: rotate(45deg);
 }
.faq-a {
 overflow: hidden;
 transition: max-height 0.3s ease;
max-height: 0;
 }
.faq-item.open .faq-a {
 max-height: 600px;
 }
.faq-a-inner {
 line-height: 1.65;
padding: 0 22px 20px;
 font-size: 15px;
 color: var(--text-secondary);
 }
/* ============== FINAL CTA + FOOTER ============== */._VVIymEGJq {
 background: radial-gradient(ellipse 80% 60% at 50% 50%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 text-align: center;
padding: 80px 0;
 }
._VVIymEGJq h2 {
 font-size: clamp(28px, 4vw, 42px);
 margin-bottom: 12px;
 }
._VVIymEGJq h2 ._zKlVcIf {
 color: var(--accent);
 }
._LPwgqaJ {
 color: var(--text-secondary);
 font-size: 16px;
 margin-bottom: 28px;
 }
._uOjSpId {
 border-top: 1px solid var(--border-subtle);
background: var(--bg-section);
 font-size: 14px;
 padding: 48px 0 24px;
 }
.footer-grid {
 display: grid;
 gap: 40px;
 grid-template-columns: 1.4fr repeat(3, 1fr);
 margin-bottom: 36px;
 }
.footer-col h4 {
 margin-bottom: 14px;
 color: var(--text-primary);
 font-size: 14px;
 text-transform: uppercase;
 letter-spacing: 1px;
font-family: var(--font-display);
 }
.footer-col ul {
 list-style: none;
 }
.footer-col li {
 margin-bottom: 8px;
 }
.footer-col a {
 transition: color 0.15s;
color: var(--text-muted);
 }
.footer-col a:hover {
 color: var(--accent);
 }
.footer-about {
 color: var(--text-muted);
 line-height: 1.7;
 }
.footer-bottom {
 font-size: 12px;
 display: flex;
padding-top: 24px;
 border-top: 1px solid var(--border-subtle);
 justify-content: space-between;
 gap: 12px;
 align-items: center;
 color: var(--text-dim);
 flex-wrap: wrap;
 }
.age-badge {
 color: var(--text-muted);
 gap: 6px;
display: inline-flex;
 align-items: center;
 }
.age-circle {
 font-size: 10px;
 border-radius: 50%;
 align-items: center;
 justify-content: center;
 display: flex;
 font-weight: 700;
 height: 24px;
 border: 2px solid var(--text-muted);
width: 24px;
 }
/* ============== STICKY ELEMENTS ============== */.sticky-play {
 right: 24px;
 font-weight: 700;
 font-family: var(--font-display);
 border-radius: 999px;
position: fixed;
 padding: 14px 24px;
 font-size: 14px;
 bottom: 24px;
 display: flex;
 color: var(--bg-base);
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 z-index: 90;
 box-shadow: 0 8px 24px var(--accent-glow);
 transition: transform 0.2s;
 gap: 8px;
 align-items: center;
 }
.sticky-play:hover {
 transform: translateY(-3px) scale(1.04);
 }
.sticky-play::before {
 content: '▶';
 font-size: 12px;
 }
._uEZhmysaUza {
 width: 56px;
 align-items: center;
 border: 2px solid var(--accent);
 box-shadow: 0 6px 20px rgba(0,0,0,0.3);
 z-index: 90;
 right: 24px;
 color: var(--accent);
 font-size: 22px;
 height: 56px;
 display: flex;
 bottom: 92px;
 background: var(--bg-card);
position: fixed;
 transition: transform 0.2s, background 0.2s;
 border-radius: 50%;
 justify-content: center;
 }
._uEZhmysaUza:hover {
 transform: scale(1.1);
 background: var(--accent-soft);
 }
._FqqbDxhjmF {
 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);
 }
._cddQPJDsL {
 border-radius: var(--radius-lg);
 right: 24px;
 border: 1px solid var(--border-strong);
 bottom: 92px;
 transition: all 0.25s ease;
 width: 320px;
 overflow: hidden;
 pointer-events: none;
 transform: translateY(20px) scale(0.95);
 z-index: 95;
 box-shadow: 0 12px 40px rgba(0,0,0,0.5);
 opacity: 0;
position: fixed;
 background: var(--bg-card);
 }
._cddQPJDsL.open {
 pointer-events: auto;
 opacity: 1;
transform: translateY(0) scale(1);
 }
._igohlvD {
 padding: 16px 18px;
 color: var(--bg-base);
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 }
._fBEMxGT {
 margin-bottom: 2px;
font-family: var(--font-display);
 font-size: 16px;
 font-weight: 700;
 }
._LzXqWlDhMcJ {
 font-size: 12px;
 align-items: center;
 gap: 6px;
 display: flex;
 }
._LzXqWlDhMcJ::before {
 animation: pulse 1.5s infinite;
 border-radius: 50%;
content: '';
 background: white;
 height: 8px;
 width: 8px;
 }
._XluKnOR {
 padding: 18px;
 }
._XluKnOR p {
 margin-bottom: 14px;
 color: var(--text-secondary);
font-size: 14px;
 }
._rnQYGdrO {
 gap: 8px;
display: flex;
 flex-direction: column;
 }
._akSqufx {
 color: var(--text-primary);
 background: var(--bg-section);
 display: flex;
 font-size: 14px;
 text-align: left;
 border: 1px solid var(--border-strong);
 gap: 10px;
 align-items: center;
padding: 10px 14px;
 border-radius: var(--radius-md);
 }
._akSqufx:hover {
 border-color: var(--accent);
 }
/* ============== MODULE1/MODULE2 (городские/игровые выигрыши — для совместимости) ============== */._nTezIiPWW, .module2 {
 border-radius: var(--radius-md);
 margin: 24px auto;
 background: var(--bg-card);
 padding: 20px 24px;
 border: 1px solid var(--border-subtle);
max-width: var(--container-width);
 }
._nTezIiPWW .module2_1_title, .module2 .module2_1_title {
 font-weight: 600;
 margin-bottom: 12px;
font-family: var(--font-display);
 color: var(--text-muted);
 text-transform: uppercase;
 font-size: 14px;
 letter-spacing: 1px;
 }
._nTezIiPWW > div > div, .module2 > div > div {
 background: var(--bg-section);
 padding: 4px 12px;
 color: var(--text-secondary);
 border-radius: 999px;
display: inline-block;
 font-size: 12px;
 border: 1px solid var(--border-subtle);
 margin: 4px 6px 4px 0;
 }
/* ============== RESPONSIVE ============== */@media (max-width: 1024px) {
  ._wbpIWyUe {
 grid-template-columns: 1fr;
 }
  ._LMnAMbCJqxz {
 order: -1;
 max-width: 360px;
 margin: 0 auto;
 }
  ._PpNvhFtwWg {
 grid-template-columns: repeat(2, 1fr);
 }
  ._EqGIjpi {
 grid-template-columns: repeat(3, 1fr);
 }
  ._JePHlzW {
 grid-template-columns: repeat(2, 1fr);
 }
  ._KNPMSTZPgKk {
 grid-template-columns: 1fr;
 }
  .themed-hero {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 720px) {
  ._bfvytKjTX {
 padding: 0 16px;
 }
  .header-inner {
 padding: 12px 16px;
 }
  ._CFPQmKjRaqH {
 display: none;
 }
  ._ewbJHAj ._MZCxwCqrixs {
 display: none;
 }
  ._ehDuTnQq {
 padding: 50px 0 40px;
 }
  ._nsAmauvCwf {
 flex-wrap: wrap;
 padding: 12px;
 gap: 16px;
 }
  ._tQZdFNYr {
 flex-direction: column;
 }
  ._tQZdFNYr ._biYyjRGd {
 width: 100%;
 }
  ._PpNvhFtwWg {
 gap: 12px;
grid-template-columns: 1fr 1fr;
 }
  .stat-icon {
 width: 80px;
 height: 80px;
 }
  .stat-num {
 font-size: 22px;
 }
  ._EqGIjpi {
 gap: 10px;
grid-template-columns: 1fr 1fr;
 }
  ._JePHlzW {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr;
 }
  ._SPPUeHMlm {
 padding: 44px 0;
 }
  ._muisbWJT {
 flex-direction: column;
 align-items: flex-start;
 gap: 14px;
 }
  ._LIXRaYlTe {
 align-items: flex-start;
padding: 24px;
 flex-direction: column;
 }
  ._KNPMSTZPgKk {
 padding: 22px;
 }
  ._TSyhazPG {
 font-size: 28px;
 }
  ._uEZhmysaUza {
 display: none;
 }
  .sticky-play {
 right: 16px;
 padding: 12px 18px;
bottom: 16px;
 }
}
/* ========== УНИКАЛЬНЫЕ LAYOUT-ВАРИАНТЫ (body-классы от JS) ========== *//* hero-o-1: контент по центру */body.hero-o-1 ._wbpIWyUe {
 grid-template-columns: 1fr;
 margin: 0 auto;
 text-align: center;
 max-width: 720px;
 }
body.hero-o-1 ._LMnAMbCJqxz {
 display: none;
 }
body.hero-o-1 ._nsAmauvCwf {
 margin-left: auto;
 margin-right: auto;
 }
body.hero-o-1 ._tQZdFNYr {
 justify-content: center;
 }
/* hero-o-2: правая ориентация */body.hero-o-2 ._wbpIWyUe {
 direction: rtl;
 }
body.hero-o-2 ._wbpIWyUe > * {
 direction: ltr;
 }
/* stats-l-1: 2x2 квадратная сетка */body.stats-l-1 ._PpNvhFtwWg {
 grid-template-columns: 1fr 1fr;
 max-width: 720px;
 margin: 0 auto;
 }
body.stats-l-1 .stat-card {
 padding: 38px 24px;
 }
/* stats-l-2: горизонтальная полоса */body.stats-l-2 ._PpNvhFtwWg {
 grid-template-columns: repeat(4, 1fr);
 }
body.stats-l-2 .stat-card {
 align-items: center;
 gap: 14px;
padding: 18px 12px;
 text-align: left;
 display: flex;
 }
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 для кнопок */._hEjeYqaMaTl, .sticky-play {
 background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark)) !important;
 }
/* ========== ИНЪЕКЦИИ ВНУТРЬ ТЕКСТА СТАТЬИ ========== */.intext-fact {
  padding: 18px 20px;
 align-items: flex-start;
 margin: 28px 0;
display: flex;
 border-left: 3px solid var(--accent);
  background: var(--bg-card);
  border-radius: var(--radius-md);
 gap: 14px;
}
.intext-fact-icon {
 line-height: 1;
 flex: 0 0 auto;
font-size: 22px;
 }
.intext-fact-text {
 font-size: 15px;
 line-height: 1.6;
color: var(--text-2);
 }
.intext-slot {
  margin: 32px 0;
  background: var(--bg-card);
 padding: 16px;
  align-items: center;
display: grid;
  border-radius: var(--radius-lg);
 gap: 18px;
 grid-template-columns: 220px 1fr;
 border: 1px solid var(--border-subtle);
}
.intext-slot-img {
  border-radius: var(--radius-md);
position: relative;
 justify-content: center;
 display: flex;
 aspect-ratio: 4/3;
  overflow: hidden;
 text-align: center;
  color: white;
 padding: 12px;
 font-weight: 700;
 font-size: 14px;
 align-items: center;
}
.intext-slot-img img {
  position: absolute;
 height: 100%;
 inset: 0;
 object-fit: cover;
 width: 100%;
 z-index: 0;
}
.intext-slot-meta {
 padding: 8px 4px;
 }
.intext-slot-eyebrow {
 color: var(--accent);
 font-weight: 700;
font-size: 11px;
 text-transform: uppercase;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }
.intext-slot-name {
 font-family: var(--font-display);
 font-size: 18px;
 margin-bottom: 8px;
 font-weight: 700;
color: var(--text-1);
 }
.intext-slot-desc {
 font-size: 14px;
 line-height: 1.5;
color: var(--text-2);
 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 {
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
  border: 1px solid var(--accent);
  flex-wrap: wrap;
 align-items: center;
 margin: 28px 0;
 padding: 18px 22px;
display: flex;
 justify-content: space-between;
  border-radius: var(--radius-lg);
 gap: 18px;
}
.intext-cta-text {
 line-height: 1.5;
 font-size: 15px;
 min-width: 240px;
color: var(--text-1);
 font-weight: 500;
 flex: 1;
 }
.intext-cta-btn {
  white-space: nowrap;
background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
 border-radius: var(--radius-md);
  font-weight: 700;
 padding: 10px 20px;
 text-decoration: none;
  color: white;
}
@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 === */._qPfICIezFw {
  border-bottom: 1px solid var(--border-subtle);
  font-size: 13px;
  padding: 12px 0;
  border-top: 1px solid var(--border-subtle);
background: linear-gradient(90deg, var(--accent-soft), transparent, var(--accent-soft));
}
._qPfICIezFw ._bfvytKjTX {
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
display: flex;
}
._PzzUsHWxQz {
  white-space: nowrap;
color: var(--text-2);
}
@media (max-width: 700px) {
  ._qPfICIezFw {
 padding: 10px 0;
 font-size: 12px;
 }
  ._qPfICIezFw ._bfvytKjTX {
 gap: 14px;
 }
}
/* === PROMO TIMER BAR === */._AyIfEKkqHIt {
  border-radius: var(--radius-md);
  align-items: center;
  border-left: 3px solid var(--accent);
  flex-wrap: wrap;
  border: 1px solid var(--accent);
  background: linear-gradient(90deg, var(--accent-soft), transparent);
  padding: 14px 22px;
  margin: 24px 0;
display: flex;
  gap: 16px;
}
._eStunCQ {
  font-size: 14px;
  color: var(--text-1);
  font-weight: 500;
}
._LkPiLRcz {
  background: var(--bg-card);
  font-weight: 800;
  font-family: var(--font-display);
  border: 1px solid var(--accent);
  border-radius: var(--radius-sm);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.05em;
  color: var(--accent);
font-size: 22px;
  padding: 6px 14px;
}
/* === FACT CARD === */._gmdNdNk {
  padding: 60px 0;
}
._SEEDRNIi {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  padding: 36px;
  border-radius: var(--radius-lg);
}
._zNyTHqwuPY {
  color: var(--text-1);
font-family: var(--font-display);
  margin: 0 0 28px;
  font-size: 28px;
}
._beYXWCt {
  grid-template-columns: repeat(4, 1fr);
display: grid;
  gap: 20px;
}
._QKaEdrTv {
  background: var(--bg-section);
  border: 1px solid var(--border-subtle);
  padding: 14px;
  gap: 12px;
  align-items: flex-start;
display: flex;
  border-radius: var(--radius-md);
}
._MxIdoUbay {
  font-size: 22px;
  line-height: 1;
  flex: 0 0 auto;
}
._CUOTFLJR {
  display: flex;
  gap: 4px;
  flex-direction: column;
  min-width: 0;
}
._mtsRIFU {
  letter-spacing: 0.5px;
  color: var(--text-3);
font-size: 12px;
  text-transform: uppercase;
}
._jNqCezS {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--text-1);
}
@media (max-width: 900px) {
 ._beYXWCt {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 480px) {
 ._beYXWCt {
 grid-template-columns: 1fr;
 }
 ._SEEDRNIi {
 padding: 22px;
 }
 }
/* === CIH-HUB (Analytics) === */._flKJWiwfeg {
  padding: 60px 0;
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
}
._nDYQBSASfKo {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  padding: 40px;
  border-radius: var(--radius-lg);
}
._LATBFkJA {
  font-size: 32px;
  margin: 0 0 28px;
  color: var(--text-1);
font-family: var(--font-display);
}
._SJpqeWdkAiY {
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
display: grid;
  margin-bottom: 32px;
}
._KONLRCNILNx {
  padding: 22px 18px;
background: var(--bg-section);
  overflow: hidden;
  gap: 6px;
  border-radius: var(--radius-md);
  flex-direction: column;
  border: 1px solid var(--border-subtle);
  position: relative;
  display: flex;
}
._KONLRCNILNx::before {
  top: 0;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
content: '';
 left: 0;
  position: absolute;
 right: 0;
  height: 3px;
}
._xAolvcRjpy {
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
  font-size: 32px;
font-family: var(--font-display);
}
._DnVGQbtA {
  color: var(--text-2);
font-size: 13px;
}
._KChmGLvWimu {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--accent);
font-size: 11px;
  margin-top: 4px;
}
._mtauzju {
  overflow-x: auto;
  margin-bottom: 32px;
}
._OxQuIgsQX {
  border-collapse: collapse;
  font-size: 14px;
width: 100%;
}
._OxQuIgsQX caption {
  margin-bottom: 12px;
  font-size: 16px;
text-align: left;
  caption-side: top;
  color: var(--text-2);
  font-weight: 600;
}
._OxQuIgsQX thead th {
  border-bottom: 2px solid var(--border-strong);
  font-weight: 700;
background: var(--bg-section);
  padding: 12px 16px;
  color: var(--text-1);
  text-align: left;
}
._OxQuIgsQX tbody th, ._OxQuIgsQX tbody td {
  padding: 12px 16px;
  font-weight: 500;
  color: var(--text-2);
  text-align: left;
  border-bottom: 1px solid var(--border-subtle);
}
._OxQuIgsQX tbody th {
 color: var(--text-1);
font-weight: 600;
 }
._rvKAnBeSAVU {
 color: #22c55e;
 font-weight: 600;
 }
._rsRXCqBKK {
  padding: 28px;
  grid-template-columns: 200px 1fr;
  background: var(--bg-section);
  border-radius: var(--radius-md);
  align-items: start;
  gap: 36px;
  border: 1px solid var(--border-subtle);
display: grid;
}
._rwPCtHzKCSO {
  gap: 12px;
  flex-direction: column;
  align-items: center;
display: flex;
}
._rSsfghvEwb {
  width: 160px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  height: 160px;
  background: conic-gradient(var(--accent) 0deg, var(--accent) calc(var(--score) * 3.6deg), var(--border-subtle) calc(var(--score) * 3.6deg), var(--border-subtle) 360deg);
  border-radius: 50%;
--score: 90;
}
._adGRIJG {
  gap: 4px;
  background: var(--bg-card);
width: 130px;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  display: flex;
  height: 130px;
  align-items: center;
}
._QjSzZfoxU {
  line-height: 1;
  font-size: 36px;
  font-weight: 800;
  color: var(--accent);
font-family: var(--font-display);
}
._LPMojJONaj {
  text-transform: uppercase;
font-size: 12px;
  color: var(--text-3);
}
._NmlQvQg {
  color: var(--text-1);
  font-weight: 600;
font-size: 14px;
}
._VlTambPvIHG {
  grid-column: 2;
flex-direction: column;
display: flex;
  gap: 12px;
}
._ntiEMNPcdKT {
  display: grid;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  grid-template-columns: 140px 1fr 40px;
}
._wLtuqMbwOTi {
 color: var(--text-2);
 }
._VguQadnnVVf {
  background: var(--border-subtle);
height: 8px;
  overflow: hidden;
  border-radius: 4px;
}
._LXqqsZRPaIx {
  height: 100%;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
  border-radius: 4px;
}
._wkbBmuZ {
  font-weight: 700;
  text-align: right;
  color: var(--accent);
}
._ebECyEIbjes {
  border-top: 1px solid var(--border-subtle);
  margin-top: 24px;
  padding-top: 24px;
grid-column: 1 / -1;
}
._ebECyEIbjes h4 {
  letter-spacing: 0.5px;
  color: var(--text-1);
  text-transform: uppercase;
font-size: 15px;
  margin: 0 0 8px;
}
._ebECyEIbjes p {
  margin: 0;
  line-height: 1.6;
font-size: 14px;
  color: var(--text-2);
}
@media (max-width: 900px) {
  ._SJpqeWdkAiY {
 grid-template-columns: repeat(2, 1fr);
 }
  ._rsRXCqBKK {
 grid-template-columns: 1fr;
 }
  ._VlTambPvIHG {
 grid-column: 1;
 }
  ._nDYQBSASfKo {
 padding: 24px;
 }
  ._LATBFkJA {
 font-size: 24px;
 }
}
/* === E-E-A-T AUTHOR BLOCK === */._BWAhomW {
  border-radius: var(--radius-md);
background: var(--bg-card);
  padding: 24px 28px;
  margin: 32px 0;
  border: 1px solid var(--border-subtle);
  border-left: 3px solid var(--accent);
}
._exxJGxN {
  flex-wrap: wrap;
  margin-bottom: 18px;
  justify-content: space-between;
display: flex;
  align-items: center;
  gap: 10px;
}
._XWtjHkP {
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
background: var(--accent);
  border-radius: var(--radius-sm);
  padding: 5px 12px;
}
._tRTuAHnOjbo {
  color: var(--text-3);
font-size: 13px;
}
._qMFVqiSE {
  gap: 16px;
display: flex;
  align-items: center;
  margin-bottom: 16px;
}
._GHHrEGIjuoX {
  align-items: center;
  color: white;
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
  display: flex;
  font-weight: 700;
  height: 64px;
  font-size: 26px;
  flex: 0 0 auto;
width: 64px;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--font-display);
}
._UzoPLDAw {
  flex-direction: column;
display: flex;
  min-width: 0;
  gap: 2px;
}
._YJMSbYkDghI {
  font-size: 17px;
  color: var(--text-1);
  font-weight: 700;
}
._zUWFBTzxiK {
  color: var(--text-2);
font-size: 13px;
}
._oUWgfCDQk {
  font-size: 12px;
  color: var(--accent);
  margin-top: 4px;
}
._xIQnRZptjLA p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-2);
  margin: 0 0 14px;
}
._QVXuhrNS {
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 16px;
display: flex;
  gap: 8px;
}
._QVXuhrNS li {
  font-size: 12px;
  color: var(--text-2);
background: var(--bg-section);
  border: 1px solid var(--border-subtle);
  padding: 5px 10px;
  border-radius: var(--radius-sm);
}
._RcsQUsb {
  border-top: 1px solid var(--border-subtle);
  color: var(--text-3);
  padding-top: 12px;
  font-size: 12px;
display: flex;
  align-items: center;
  gap: 8px;
}
._iPxkNwqbKnw {
  color: var(--accent);
  font-weight: 700;
}
/* === TOC NAV === */.toc-nav {
  margin: 24px 0;
  border: 1px solid var(--border-subtle);
  padding: 18px 22px;
  border-radius: var(--radius-md);
  background: var(--bg-section);
}
._ApdLzenNx {
  margin-bottom: 10px;
font-size: 13px;
  letter-spacing: 0.5px;
  color: var(--text-1);
  text-transform: uppercase;
  font-weight: 700;
}
._qCMoBGKBCR {
  margin: 0;
  flex-direction: column;
  display: flex;
list-style: none;
  padding: 0;
  gap: 6px;
}
._qCMoBGKBCR li {
  gap: 8px;
display: flex;
  align-items: baseline;
}
._qCMoBGKBCR ._XHgyhHwdMO {
  color: var(--text-3);
  font-size: 12px;
  min-width: 22px;
}
._qCMoBGKBCR a {
  color: var(--accent);
  text-decoration: none;
  font-size: 14px;
}
._qCMoBGKBCR a:hover {
 text-decoration: underline;
 }
/* === COMPARISON TABLE === */._CvobGnvD {
  padding: 60px 0;
}
._ZROLDpEU {
  padding: 24px;
overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
}
._ODDKbyel {
  border-collapse: collapse;
  font-size: 14px;
width: 100%;
}
._ODDKbyel thead {
  background: var(--bg-section);
}
._ODDKbyel thead th {
  padding: 14px 16px;
  color: var(--text-1);
  border-bottom: 2px solid var(--border-strong);
  font-weight: 700;
  text-align: left;
}
._ODDKbyel tbody td {
  color: var(--text-2);
  border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
}
._ODDKbyel tbody tr:hover {
  background: var(--bg-section);
}
._ODDKbyel tbody td:first-child {
  font-weight: 600;
  color: var(--text-1);
}
/* === SLOTS HORIZONTAL SLIDER === */._ervHGUkG {
  padding: 60px 0;
  overflow: hidden;
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
}
._MBGJQkTlM {
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
display: flex;
}
._lYUOKXBBFL {
  color: var(--text-1);
  margin: 0;
font-family: var(--font-display);
  font-size: 28px;
}
._yLviKacWssG {
  font-size: 14px;
color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}
._yLviKacWssG:hover {
 text-decoration: underline;
 }
._wtouedphp {
  padding: 12px 0;
position: relative;
  overflow: hidden;
  margin: 0 -24px;
}
._wtouedphp::before,._wtouedphp::after {
  position: absolute;
 bottom: 0;
  z-index: 2;
content: '';
  pointer-events: none;
  top: 0;
  width: 80px;
}
._wtouedphp::before {
 background: linear-gradient(90deg, var(--bg-base), transparent);
left: 0;
 }
._wtouedphp::after {
 background: linear-gradient(-90deg, var(--bg-base), transparent);
right: 0;
 }
._GuVfwxJ {
  display: flex;
  gap: 14px;
  animation: slots-scroll 60s linear infinite;
  width: max-content;
}
._GuVfwxJ:hover {
 animation-play-state: paused;
 }
._GuVfwxJ .slot-mini {
  height: 130px;
  align-items: center;
  font-size: 13px;
  position: relative;
  border-radius: var(--radius-md);
  color: white;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  display: flex;
  padding: 10px;
  flex: 0 0 auto;
  overflow: hidden;
width: 180px;
}
._GuVfwxJ .slot-mini img {
  width: 100%;
 inset: 0;
  object-fit: cover;
position: absolute;
 height: 100%;
}
._GuVfwxJ .slot-mini span {
  z-index: 1;
position: relative;
}
._GuVfwxJ .slot-mini::after {
  content: '▶';
  transition: opacity 0.2s;
  align-items: center;
  background: rgba(0,0,0,0.6);
  font-size: 24px;
  color: white;
  z-index: 2;
  position: absolute;
  justify-content: center;
  opacity: 0;
  display: flex;
  inset: 0;
}
._GuVfwxJ .slot-mini:hover::after {
 opacity: 1;
 }
@keyframes slots-scroll {
  from {
 transform: translateX(0);
 }
  to {
 transform: translateX(-50%);
 }
}
._uFpdCta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
  justify-content: center;
}
._XLCPHFKDqA {
  color: var(--text-3);
  font-size: 13px;
}
/* === STICKY CTA BAR (внизу) === */.sticky-cta-bar {
  bottom: 0;
  background: var(--bg-card);
  flex-wrap: wrap;
position: fixed;
  z-index: 95;
 left: 0;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.4);
 right: 0;
  display: flex;
  transform: translateY(100%);
  justify-content: center;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--accent);
  transition: transform 0.4s ease 0.5s;
  padding: 12px 16px;
}
.sticky-cta-bar.visible {
  transform: translateY(0);
}
.sticky-cta-bar.hidden {
  transform: translateY(100%);
}
.scb-text {
  text-align: center;
  min-width: 220px;
  flex: 1;
color: var(--text-1);
  font-weight: 500;
  font-size: 14px;
}
.scb-btn {
  white-space: nowrap;
  border-radius: var(--radius-md);
  text-decoration: none;
background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
  font-weight: 700;
  padding: 10px 22px;
  color: white;
}
.scb-close {
  background: transparent;
  color: var(--text-2);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
 height: 28px;
  border: 1px solid var(--border-subtle);
width: 28px;
}
.scb-close:hover {
 border-color: var(--accent);
color: var(--text-1);
 }
/* === FOOTER UPGRADES === */._nDacXBAxXC {
  padding: 40px 0 30px;
}
._IWvPealxv {
  margin: 0 0 20px;
  font-size: 22px;
font-family: var(--font-display);
  color: var(--text-1);
}
._kgLlWgjjh {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
._kRXFtNQkB {
  display: flex;
  transition: border-color 0.2s, background 0.2s;
  padding: 16px;
  border: 1px solid var(--border-subtle);
  gap: 14px;
  border-radius: var(--radius-md);
  text-decoration: none;
  align-items: flex-start;
  background: var(--bg-card);
}
._kRXFtNQkB:hover {
  border-color: var(--accent);
  background: var(--bg-card-hover);
}
._QybkRCCeXQ {
  flex: 0 0 auto;
  line-height: 1;
font-size: 26px;
}
._UmaynxCMhsx {
  min-width: 0;
  flex: 1;
  gap: 4px;
flex-direction: column;
display: flex;
}
._xuxXseajOzj {
  font-weight: 700;
  color: var(--text-1);
font-size: 15px;
}
._laUVXWDBsI {
  line-height: 1.4;
  color: var(--text-3);
font-size: 12px;
}
._cwyfuzlHdD {
  white-space: nowrap;
  font-weight: 600;
  color: var(--accent);
  margin-top: 2px;
font-size: 11px;
  align-self: flex-start;
}
._IJZmvVBY {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 30px 0;
display: grid;
  border-top: 1px solid var(--border-subtle);
}
._rcPzJHFC h4 {
  color: var(--text-1);
  margin: 0 0 8px;
font-size: 14px;
  font-weight: 700;
}
._rcPzJHFC p {
  margin: 0;
  color: var(--text-3);
font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 700px) {
 ._IJZmvVBY {
 grid-template-columns: 1fr;
 }
 }
._TptIaDH {
  padding: 20px 0;
  border-top: 1px solid var(--border-subtle);
}
._MWiMOQkr {
  align-items: center;
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
._gGpkAltTaw {
  flex-direction: column;
display: flex;
}
._kQCNtgcZul {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--text-1);
  font-size: 17px;
}
._GmqKaxz {
  font-size: 12px;
  color: var(--text-3);
}
._FpEIPcQj {
  min-width: 240px;
  color: var(--text-3);
  font-size: 12px;
flex: 1;
}
._FpEIPcQj p {
 margin: 2px 0;
 }
._ShdYYxcE {
 opacity: 0.8;
font-size: 11px;
 }
._ZzZYEmGUW {
  flex-wrap: wrap;
display: flex;
  gap: 8px;
}
._jCCnVwvSJGG {
  color: var(--text-2);
  border: 1px solid var(--border-subtle);
  font-size: 11px;
background: var(--bg-card);
  border-radius: var(--radius-sm);
  padding: 4px 10px;
}
._kkBeIwbffQ a {
  text-decoration: none;
color: var(--accent);
  font-size: 13px;
}
/* ========================================================================   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 ._wbpIWyUe {
 gap: 60px;
grid-template-columns: 1.4fr 1fr;
 }
/* hero-v-2: всё по центру, без правого виджета, БОЛЬШАЯ типографика */body.hero-v-2 ._wbpIWyUe {
 grid-template-columns: 1fr;
 text-align: center;
 margin: 0 auto;
 max-width: 880px;
 }
body.hero-v-2 ._LMnAMbCJqxz {
 display: none;
 }
body.hero-v-2 ._nsAmauvCwf {
 justify-content: center;
 margin-left: auto;
 margin-right: auto;
 }
body.hero-v-2 ._tQZdFNYr {
 justify-content: center;
 }
body.hero-v-2 ._ehDuTnQq h1 {
 font-size: clamp(40px, 6vw, 72px);
 }
/* hero-v-3: full-bleed с большим оверлеем, текст внизу */body.hero-v-3 ._ehDuTnQq {
 align-items: flex-end;
 display: flex;
padding: 100px 0 60px;
 min-height: 70vh;
 }
body.hero-v-3 ._ehDuTnQq::before {
 pointer-events:none;
 position:absolute;
 background: radial-gradient(ellipse at top, var(--accent-soft), transparent 60%);
 inset:0;
content:'';
 }
body.hero-v-3 ._wbpIWyUe {
 gap: 40px;
 align-items: end;
grid-template-columns: 1fr 1fr;
 }
body.hero-v-3 ._ehDuTnQq h1 {
 font-size: clamp(36px, 5.5vw, 64px);
 line-height: 1.05;
 }
/* hero-v-4: stacked (текст вверху, виджет снизу — для мобилок) */body.hero-v-4 ._wbpIWyUe {
 gap: 40px;
grid-template-columns: 1fr;
 }
body.hero-v-4 ._LMnAMbCJqxz {
 width: 100%;
max-width: 720px;
 margin: 0 auto;
 }
body.hero-v-4 .hero-info {
 text-align: center;
 }
body.hero-v-4 ._nsAmauvCwf {
 justify-content: center;
 }
/* hero-v-5: асимметрия со скосом */body.hero-v-5 ._ehDuTnQq {
 background: linear-gradient(135deg, var(--bg-base) 0%, var(--bg-base) 60%, var(--accent-soft) 60%, var(--accent-soft) 100%);
 }
body.hero-v-5 ._wbpIWyUe {
 grid-template-columns: 1.5fr 1fr;
 gap: 50px;
 }
body.hero-v-5 ._ehDuTnQq h1 {
 padding-left: 14px;
 border-left: 4px solid var(--accent);
 }
/* hero-v-6: минимальный — только заголовок и CTA */body.hero-v-6 ._ehDuTnQq {
 padding: 60px 0 40px;
 }
body.hero-v-6 ._wbpIWyUe {
 margin: 0 auto;
 gap: 24px;
 text-align: center;
 max-width: 700px;
grid-template-columns: 1fr;
 }
body.hero-v-6 ._LMnAMbCJqxz, body.hero-v-6 ._nsAmauvCwf {
 display: none;
 }
body.hero-v-6 ._VqUQDubmH {
 margin: 0 auto;
 }
body.hero-v-6 ._tQZdFNYr {
 justify-content: center;
 }
/* ========== HEADER ВАРИАНТЫ (4 структурных) ========== *//* hd-v-1: классика — brand left, nav center, btns right */body.hd-v-1 .header-inner {
 align-items: center;
display: grid;
 grid-template-columns: auto 1fr auto;
 gap: 32px;
 }
/* hd-v-2: brand center, nav под ним, btns в правом верхнем углу */body.hd-v-2 ._KyNpGwekU {
 padding: 16px 0 0;
 }
body.hd-v-2 .header-inner {
 gap: 14px;
display: grid;
 grid-template-columns: 1fr;
 padding-bottom: 14px;
 }
body.hd-v-2 ._CfCjXDg {
 justify-self: center;
 }
body.hd-v-2 ._CFPQmKjRaqH {
 order: 3;
 border-top: 1px solid var(--border-subtle);
 justify-content: center;
 padding-top: 12px;
 justify-self: center;
 width: 100%;
 }
body.hd-v-2 ._ewbJHAj {
 position: absolute;
 top: 16px;
 right: 24px;
 }
/* hd-v-3: nav слева, brand справа */body.hd-v-3 .header-inner {
 align-items: center;
 gap: 24px;
display: grid;
 grid-template-columns: 1fr auto auto;
 }
body.hd-v-3 ._CFPQmKjRaqH {
 order: 1;
 justify-self: start;
 }
body.hd-v-3 ._CfCjXDg {
 justify-self: end;
order: 2;
 }
body.hd-v-3 ._ewbJHAj {
 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 ._CFPQmKjRaqH {
 font-size: 13px;
 }
/* ========== BUTTON ВАРИАНТЫ (6 типов кнопок) ========== *//* btn-v-1: solid (default) */body.btn-v-1 ._biYyjRGd {
 border-radius: var(--radius-md);
 }
/* btn-v-2: pill (round) */body.btn-v-2 ._biYyjRGd, 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 ._biYyjRGd, body.btn-v-3 .scb-btn, body.btn-v-3 .sticky-play {
 border-radius: 0;
 }
/* btn-v-4: outlined primary (заполнение только при ховере) */body.btn-v-4 ._hEjeYqaMaTl {
 color: var(--accent);
background: transparent;
 border: 2px solid var(--accent);
 }
body.btn-v-4 ._hEjeYqaMaTl:hover {
 color: white;
background: var(--accent);
 }
/* btn-v-5: skewed (диагональный паралелепипед) */body.btn-v-5 ._hEjeYqaMaTl {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._hEjeYqaMaTl > * {
 display: inline-block;
 transform: skewX(8deg);
 }
body.btn-v-5 ._MZCxwCqrixs {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._MZCxwCqrixs > * {
 display: inline-block;
 transform: skewX(8deg);
 }
/* btn-v-6: с тенью / шейдером */body.btn-v-6 ._hEjeYqaMaTl {
 box-shadow: 0 4px 14px var(--accent-glow), 0 0 0 1px var(--accent) inset;
 }
body.btn-v-6 ._hEjeYqaMaTl:hover {
 box-shadow: 0 8px 28px var(--accent-glow);
 transform: translateY(-2px);
 }
/* ========== 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 {
 transform: translateY(-4px);
 box-shadow: 0 12px 32px rgba(0,0,0,0.3);
 }
/* card-v-2: glassmorphism — размытие + полупрозрачный */body.card-v-2 .slot-card {
  backdrop-filter: blur(20px);
  -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);
}
/* card-v-3: neon glow — светящаяся обводка */body.card-v-3 .slot-card {
 box-shadow: 0 0 0 1px var(--accent), 0 0 24px var(--accent-glow);
border: 1px solid var(--accent);
 transition: all 0.3s;
 }
body.card-v-3 .slot-card:hover {
 box-shadow: 0 0 0 2px var(--accent), 0 0 40px var(--accent-glow);
 }
/* card-v-4: brutalist — толстая чёрная рамка, без скруглений */body.card-v-4 .slot-card {
 border: 3px solid var(--text-1);
 border-radius: 0;
 box-shadow: 6px 6px 0 var(--accent);
 }
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;
  position: relative;
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
  background-clip: padding-box;
}
body.card-v-5 .slot-card::before {
  border-radius: inherit;
content: '';
  background: linear-gradient(135deg, #d4a437, var(--accent), #d4a437);
 position: absolute;
  z-index: -1;
 inset: -1px;
}
/* card-v-6: retro arcade — пиксельная стилистика */body.card-v-6 .slot-card {
 box-shadow: 4px 4px 0 var(--accent-dark);
 image-rendering: pixelated;
border: 2px solid var(--accent);
 }
body.card-v-6 .slot-card .slot-name {
 font-family: 'Russo One', monospace, sans-serif;
 letter-spacing: 1px;
 text-transform: uppercase;
 }
/* card-v-7: holographic — радужный градиент по краям */body.card-v-7 .slot-card {
 position: relative;
 overflow: hidden;
 }
body.card-v-7 .slot-card::after {
  position: absolute;
content: '';
 animation: holo 3s ease infinite;
  background-size: 200% 200%;
  pointer-events: none;
  background: linear-gradient(45deg, transparent 30%, rgba(0, 229, 204, 0.1) 40%, rgba(168, 85, 247, 0.1) 50%, rgba(255, 88, 88, 0.1) 60%, transparent 70%);
 inset: 0;
}
@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 ._LIXRaYlTe {
 flex-wrap: wrap;
 align-items: center;
 gap: 24px;
display: flex;
 }
/* cta-v-2: центрированный с большой иконкой */body.cta-v-2 ._LIXRaYlTe {
 flex-direction: column;
 padding: 40px 24px;
 text-align: center;
 }
body.cta-v-2 ._LjrSJTJv {
 max-width: 600px;
 }
body.cta-v-2 ._SmiOepDTLkY {
 justify-content: center;
 }
body.cta-v-2 ._LIXRaYlTe::before {
 margin-bottom: 12px;
 font-size: 56px;
content: '🎁';
 }
/* cta-v-3: вертикальный stack с фоном-рисунком */body.cta-v-3 ._LIXRaYlTe {
  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 ._SmiOepDTLkY {
 display: grid;
 gap: 12px;
grid-template-columns: 1fr 1fr;
 min-width: 260px;
 }
/* cta-v-5: минимальный — узкая полоса */body.cta-v-5 ._LIXRaYlTe {
 padding: 16px 22px;
 gap: 16px;
 }
body.cta-v-5 ._xXNWVatOT {
 font-size: 16px;
 }
body.cta-v-5 ._XGiLUkr {
 display: none;
 }
/* ========== TABLE ВАРИАНТЫ (5 стилей) ========== *//* tbl-v-1: classic (default) — полосатые строки */body.tbl-v-1 ._OxQuIgsQX tbody tr:nth-child(odd),body.tbl-v-1 ._ODDKbyel tbody tr:nth-child(odd) {
 background: var(--bg-section);
 }
/* tbl-v-2: minimal — только нижние границы */body.tbl-v-2 ._OxQuIgsQX, body.tbl-v-2 ._ODDKbyel {
 border: none;
 }
body.tbl-v-2 ._OxQuIgsQX thead th, body.tbl-v-2 ._ODDKbyel thead th {
 background: transparent;
 border-bottom: 2px solid var(--accent);
 }
body.tbl-v-2 ._OxQuIgsQX tbody td, body.tbl-v-2 ._ODDKbyel tbody td {
 border-bottom: 1px solid var(--border-subtle);
 }
body.tbl-v-2 ._OxQuIgsQX tbody tr:hover, body.tbl-v-2 ._ODDKbyel tbody tr:hover {
 background: var(--accent-soft);
 }
/* tbl-v-3: card-style — каждая строка как карточка */body.tbl-v-3 ._OxQuIgsQX tbody tr, body.tbl-v-3 ._ODDKbyel tbody tr {
  gap: 8px;
display: grid;
 margin-bottom: 8px;
 grid-template-columns: repeat(4, 1fr);
  background: var(--bg-card);
 border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
}
body.tbl-v-3 ._OxQuIgsQX tbody td, body.tbl-v-3 ._ODDKbyel tbody td {
 border: none;
 }
/* tbl-v-4: striped + bold headers */body.tbl-v-4 ._OxQuIgsQX thead th, body.tbl-v-4 ._ODDKbyel thead th {
  color: white;
background: var(--accent);
 text-transform: uppercase;
 font-size: 12px;
 letter-spacing: 1px;
}
body.tbl-v-4 ._OxQuIgsQX tbody tr:nth-child(even),body.tbl-v-4 ._ODDKbyel tbody tr:nth-child(even) {
 background: var(--bg-section);
 }
/* tbl-v-5: borderless + highlighted column */body.tbl-v-5 ._OxQuIgsQX, body.tbl-v-5 ._ODDKbyel {
 border-collapse: separate;
 border-spacing: 0 4px;
 }
body.tbl-v-5 ._OxQuIgsQX tbody td:nth-child(2),body.tbl-v-5 ._ODDKbyel tbody td:nth-child(2) {
 color: var(--accent);
background: var(--accent-soft);
 font-weight: 700;
 }
body.tbl-v-5 ._OxQuIgsQX tbody td, body.tbl-v-5 ._ODDKbyel tbody td {
 border: none;
 }
/* ========== SECTION HEADING ВАРИАНТЫ (5 стилей) ========== *//* sh-v-1: default — eyebrow + h2 + subtitle */body.sh-v-1 ._BdiBONY {
 margin-bottom: 36px;
 }
/* sh-v-2: с подчёркиванием на акцентной полосе */body.sh-v-2 ._BdiBONY h2 {
 padding-bottom: 10px;
display: inline-block;
 border-bottom: 3px solid var(--accent);
 }
/* sh-v-3: горизонтальный bar — eyebrow слева, h2 справа */body.sh-v-3 ._BdiBONY {
 margin-bottom: 30px;
display: flex;
 padding-bottom: 14px;
 border-bottom: 1px solid var(--border-subtle);
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 14px;
 align-items: baseline;
 }
body.sh-v-3 ._BdiBONY ._pDmGigRbg {
 margin: 0;
 }
body.sh-v-3 ._BdiBONY ._LyaufzUyQhs {
 width: 100%;
 margin: 8px 0 0;
 }
/* sh-v-4: центрированный с декоративными чёрточками вокруг eyebrow */body.sh-v-4 ._BdiBONY {
 max-width: 720px;
text-align: center;
 margin: 0 auto 36px;
 }
body.sh-v-4 ._BdiBONY ._pDmGigRbg {
 padding: 0 16px;
display: inline-block;
 position: relative;
 }
body.sh-v-4 ._BdiBONY ._pDmGigRbg::before, body.sh-v-4 ._BdiBONY ._pDmGigRbg::after {
 height: 1px;
 background: var(--accent);
content: '';
 width: 30px;
 position: absolute;
 top: 50%;
 }
body.sh-v-4 ._BdiBONY ._pDmGigRbg::before {
 right: 100%;
 }
body.sh-v-4 ._BdiBONY ._pDmGigRbg::after {
 left: 100%;
 }
/* sh-v-5: numbered — h2 префиксован крупной цифрой счётчика */body.sh-v-5 main {
 counter-reset: section;
 }
body.sh-v-5 ._BdiBONY h2 {
 gap: 16px;
 align-items: center;
display: flex;
 }
body.sh-v-5 ._BdiBONY h2::before {
 opacity: 0.5;
 color: var(--accent);
counter-increment: section;
 font-family: var(--font-display);
 font-size: 0.6em;
 content: counter(section, decimal-leading-zero);
 }
/* ========== BADGE/EYEBROW ВАРИАНТЫ (4 стиля) ========== *//* bd-v-1: default uppercase letterspaced */body.bd-v-1 ._pDmGigRbg, body.bd-v-1 ._VqUQDubmH {
 font-size: 11px;
 letter-spacing: 2px;
text-transform: uppercase;
 }
/* bd-v-2: pill с фоном */body.bd-v-2 ._pDmGigRbg, body.bd-v-2 ._VqUQDubmH {
 font-size: 12px;
display: inline-block;
 border-radius: 999px;
 background: var(--accent-soft);
 color: var(--accent);
 padding: 5px 12px;
 }
/* bd-v-3: с иконкой-точкой слева */body.bd-v-3 ._pDmGigRbg::before, body.bd-v-3 ._VqUQDubmH::before {
 animation: pulse 2s ease infinite;
 color: var(--accent);
content: '●';
 margin-right: 8px;
 }
/* bd-v-4: декоративная скобка */body.bd-v-4 ._pDmGigRbg::before {
 content: '/ ';
 font-weight: bold;
 color: var(--accent);
 }
body.bd-v-4 ._VqUQDubmH::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 {
 backdrop-filter: blur(8px);
background: rgba(255,255,255,0.02);
 }
body.cards-s-3 .review-card {
 background: transparent;
 border: 2px dashed var(--border-strong);
 }
/* ========== FAQ accordion variants ========== */body.bd-v-2 .faq-item .faq-icon {
 color: var(--accent);
 align-items: center;
 display: inline-flex;
 justify-content: center;
 border-radius: 50%;
 width: 26px;
 height: 26px;
background: var(--accent-soft);
 }
/* === Адаптивность для всех вариантов === */@media (max-width: 900px) {
  body.hero-v-1 ._wbpIWyUe, body.hero-v-3 ._wbpIWyUe, body.hero-v-5 ._wbpIWyUe {
    grid-template-columns: 1fr !important;
  }
  body.hd-v-3 .header-inner {
 grid-template-columns: 1fr;
 gap: 12px;
 }
  body.hd-v-3 ._CFPQmKjRaqH, body.hd-v-3 ._CfCjXDg, body.hd-v-3 ._ewbJHAj {
 justify-self: center;
 }
  body.tbl-v-3 ._OxQuIgsQX tbody tr, body.tbl-v-3 ._ODDKbyel 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 === */._CaoytkcwUJS {
 border-bottom: 1px solid var(--border-subtle);
 border-top: 1px solid var(--border-subtle);
padding: 50px 0;
 }
._CLmVbqIy {
 font-size: 12px;
 text-align: center;
 letter-spacing: 1.5px;
 text-transform: uppercase;
 color: var(--text-3);
 margin-bottom: 16px;
 }
._IITKzwtbPmz {
 gap: 8px;
 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
display: grid;
 }
._RXMVUVzUZBa {
 font-size: 13px;
 color: var(--text-2);
 border: 1px solid var(--border-subtle);
 text-align: center;
 border-radius: var(--radius-sm);
 font-family: var(--font-display);
 background: var(--bg-card);
padding: 14px 16px;
 font-weight: 600;
 transition: all 0.2s;
 }
._RXMVUVzUZBa:hover {
 color: var(--accent);
border-color: var(--accent);
 }
@media (max-width: 600px) {
 ._IITKzwtbPmz {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === WHY US === */._AwBOOSJfdYp {
 padding: 60px 0;
 }
._vbtPzsb {
 grid-template-columns: repeat(3, 1fr);
 gap: 18px;
display: grid;
 }
._vGQQFaKxL {
 transition: all 0.2s;
 padding: 24px;
background: var(--bg-card);
 border-radius: var(--radius-md);
 border: 1px solid var(--border-subtle);
 }
._vGQQFaKxL:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._latekPbvwg {
 display: block;
font-size: 32px;
 margin-bottom: 12px;
 }
._BLoHHTA {
 font-family: var(--font-display);
 font-size: 17px;
 color: var(--text-1);
 margin: 0 0 8px;
 }
._NToOyoGCmdd {
 color: var(--text-2);
 margin: 0;
font-size: 14px;
 line-height: 1.5;
 }
@media (max-width: 900px) {
 ._vbtPzsb {
 grid-template-columns: 1fr;
 }
 }
/* === PAYOUT TABLE === */._KhTRTKD {
 padding: 60px 0;
 }
._QjbEmhbu {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._QjbEmhbu thead th {
 font-weight: 700;
background: var(--accent-soft);
 text-align: left;
 color: var(--accent);
 padding: 14px 16px;
 }
._QjbEmhbu tbody td {
 padding: 12px 16px;
 color: var(--text-2);
 border-bottom: 1px solid var(--border-subtle);
 }
._QjbEmhbu tbody tr:hover {
 background: var(--bg-card-hover);
 }
._QjbEmhbu tbody td:first-child {
 color: var(--text-1);
font-weight: 700;
 }
/* === JACKPOT METER === */._eDlIUNZxl {
 padding: 60px 0;
 background: linear-gradient(180deg, transparent, var(--accent-soft) 50%, transparent);
 }
._XZwFPzv {
 box-shadow: 0 0 40px var(--accent-glow);
 border-radius: var(--radius-lg);
 padding: 40px;
 margin: 0 auto;
 border: 1px solid var(--accent);
 text-align: center;
background: var(--bg-card);
 max-width: 720px;
 }
._nORRwXMEEXo {
 letter-spacing: 2px;
 color: var(--accent);
font-size: 13px;
 margin-bottom: 8px;
 text-transform: uppercase;
 }
._DkuikVFM {
 font-family: var(--font-display);
 font-size: 24px;
 color: var(--text-1);
 margin: 0 0 20px;
 }
._KygaahlZfhZ {
 font-size: clamp(36px, 6vw, 64px);
 line-height: 1;
font-family: var(--font-display);
 color: var(--accent);
 margin: 16px 0 24px;
 font-variant-numeric: tabular-nums;
 font-weight: 800;
 }
._UxrMajOHLk {
 grid-template-columns: repeat(3, 1fr);
display: grid;
 gap: 14px;
 margin-bottom: 24px;
 }
._wVeYjfyNz {
 gap: 4px;
 padding: 12px;
 border-radius: var(--radius-sm);
 flex-direction: column;
 background: var(--bg-section);
display: flex;
 }
._PcYpDNnspR {
 font-family: var(--font-display);
 font-size: 16px;
 color: var(--text-1);
font-weight: 700;
 }
._GfpkBjSkyyc {
 letter-spacing: 0.5px;
font-size: 11px;
 text-transform: uppercase;
 color: var(--text-3);
 }
@media (max-width: 600px) {
 ._UxrMajOHLk {
 grid-template-columns: 1fr;
 }
 ._XZwFPzv {
 padding: 24px;
 }
 }
/* === NEWSLETTER === */._AGRtxKyCYw {
 padding: 60px 0;
 }
._OIBIyfu {
 border: 1px solid var(--accent);
 padding: 36px;
 border-radius: var(--radius-lg);
background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
 }
._jJoUNZxcYf {
 margin-bottom: 18px;
 }
._LimFDMR {
 margin: 0 0 8px;
font-family: var(--font-display);
 font-size: 22px;
 color: var(--text-1);
 }
._qNdIMdkOoa {
 color: var(--text-2);
 margin: 0;
font-size: 14px;
 line-height: 1.5;
 }
._VXXkEeiiTmE {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 margin-bottom: 12px;
 }
._lefBVJsZPC {
 padding: 12px 16px;
 color: var(--text-1);
flex: 1;
 background: var(--bg-section);
 min-width: 240px;
 border-radius: var(--radius-md);
 border: 1px solid var(--border-subtle);
 font-size: 14px;
 }
._lefBVJsZPC:focus {
 border-color: var(--accent);
outline: none;
 }
._LSoavVnU {
 border: none;
 font-size: 14px;
 color: white;
 background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
 border-radius: var(--radius-md);
 font-weight: 700;
 cursor: pointer;
padding: 12px 26px;
 }
._LSoavVnU:hover {
 transform: translateY(-1px);
 }
._oOBzhrt {
 font-size: 12px;
 color: var(--text-3);
 }
/* === AWARDS === */._OQOtrjan {
 padding: 50px 0;
 }
._ONQWEzNBUe {
 text-transform: uppercase;
text-align: center;
 font-size: 12px;
 margin-bottom: 20px;
 letter-spacing: 2px;
 color: var(--text-3);
 }
._LHpJAPl {
 display: grid;
 gap: 14px;
 grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
 }
._vkGdNGgFZ {
 border: 1px solid var(--border-subtle);
 border-left: 3px solid var(--accent);
 padding: 16px;
background: var(--bg-card);
 border-radius: var(--radius-md);
 }
._hRmPaCEpO {
 font-weight: 800;
display: block;
 font-family: var(--font-display);
 color: var(--accent);
 font-size: 20px;
 }
._nwNChUQ {
 display: block;
 font-size: 14px;
 color: var(--text-1);
font-weight: 700;
 margin: 4px 0;
 }
._iVDWnqZa {
 font-size: 12px;
 color: var(--text-3);
 }
/* === TOP WINNERS === */._dprLsrLH {
 padding: 60px 0;
 }
._nxuWHgRBLzn {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._nxuWHgRBLzn thead th {
 color: white;
background: var(--accent);
 padding: 12px 16px;
 text-align: left;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1px;
 }
._nxuWHgRBLzn tbody td {
 padding: 12px 16px;
 color: var(--text-2);
 border-bottom: 1px solid var(--border-subtle);
 }
._nxuWHgRBLzn tbody tr:hover {
 background: var(--bg-card-hover);
 }
._nxuWHgRBLzn .win-cell {
 color: var(--accent);
font-weight: 700;
 }
._nxuWHgRBLzn tr.winner-1 {
 background: linear-gradient(90deg, rgba(255, 215, 0, 0.15), transparent);
 }
._nxuWHgRBLzn tr.winner-2 {
 background: linear-gradient(90deg, rgba(192, 192, 192, 0.15), transparent);
 }
._nxuWHgRBLzn tr.winner-3 {
 background: linear-gradient(90deg, rgba(205, 127, 50, 0.15), transparent);
 }
/* === HOT GAME === */._LuNBzna {
 padding: 60px 0;
 }
._FxabIdgDt {
 gap: 24px;
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-lg);
 align-items: center;
 background: var(--bg-card);
display: grid;
 padding: 24px;
 grid-template-columns: 320px 1fr;
 }
._bHyKnyELlU {
 font-weight: 700;
 font-size: 18px;
 color: white;
 display: flex;
 padding: 12px;
 text-align: center;
aspect-ratio: 4/3;
 align-items: center;
 justify-content: center;
 border-radius: var(--radius-md);
 overflow: hidden;
 position: relative;
 }
._bHyKnyELlU img {
 position: absolute;
 height: 100%;
 inset: 0;
 object-fit: cover;
 width: 100%;
 }
._TdakFcp {
 padding: 8px 0;
 }
._ZmOqnKUuChO {
 font-weight: 700;
 margin-bottom: 8px;
color: var(--accent);
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1.5px;
 }
._PwDqibj {
 color: var(--text-1);
font-family: var(--font-display);
 margin: 0 0 12px;
 font-size: 26px;
 }
._xcVAVuS {
 gap: 18px;
 color: var(--text-2);
display: flex;
 margin-bottom: 14px;
 font-size: 13px;
 flex-wrap: wrap;
 }
._xcVAVuS strong {
 color: var(--text-1);
 }
._OruKclgBf {
 color: var(--text-2);
 line-height: 1.5;
 margin: 0 0 18px;
font-size: 14px;
 }
._sbExcNA {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
@media (max-width: 700px) {
 ._FxabIdgDt {
 grid-template-columns: 1fr;
 }
 }
/* === VIP === */._BtSkpIfJkh {
 padding: 60px 0;
 }
._LaRZQwFqBgo {
 margin: 0 auto;
 max-width: 760px;
 border: 1px solid #d4a437;
 padding: 40px;
 border-radius: var(--radius-lg);
background: linear-gradient(135deg, #1a1208 0%, var(--bg-card) 60%);
 text-align: center;
 box-shadow: 0 8px 40px rgba(212, 164, 55, 0.15);
 }
._FJPlDBQarxQ {
 text-transform: uppercase;
color: #d4a437;
 margin-bottom: 12px;
 font-size: 13px;
 letter-spacing: 2px;
 }
._GtSHfKLX {
 font-size: 28px;
 color: var(--text-1);
 margin: 0 0 14px;
font-family: var(--font-display);
 }
._qANOQxf {
 font-size: 15px;
 color: var(--text-2);
 line-height: 1.6;
 margin: 0 auto 22px;
 max-width: 600px;
 }
._tgldSDmzIob {
 gap: 10px;
 padding: 0;
 margin-left: auto;
 display: grid;
 max-width: 540px;
 grid-template-columns: repeat(2, 1fr);
 margin: 0 0 24px;
 margin-right: auto;
list-style: none;
 }
._tgldSDmzIob li {
 text-align: left;
 border-left: 2px solid #d4a437;
font-size: 14px;
 background: rgba(212, 164, 55, 0.06);
 padding: 8px 12px;
 border-radius: var(--radius-sm);
 color: var(--text-2);
 }
@media (max-width: 600px) {
 ._tgldSDmzIob {
 grid-template-columns: 1fr;
 }
 ._LaRZQwFqBgo {
 padding: 24px;
 }
 }
/* === CALCULATOR === */._reZrUGYe {
 padding: 60px 0;
 }
._BKqidzazUE {
 max-width: 640px;
 border: 1px solid var(--border-subtle);
 padding: 36px;
 margin: 0 auto;
background: var(--bg-card);
 border-radius: var(--radius-lg);
 }
._FSdcmViQFM {
 text-transform: uppercase;
 margin-bottom: 8px;
 font-size: 12px;
 letter-spacing: 2px;
color: var(--accent);
 }
._pFVOCgKQK {
 font-family: var(--font-display);
 font-size: 24px;
 color: var(--text-1);
 margin: 0 0 20px;
 }
._SxsgBPohJOd {
 flex-direction: column;
 gap: 16px;
display: flex;
 }
._MopfGJgtiT {
 gap: 8px;
display: flex;
 flex-direction: column;
 }
._rzKWoAVOUk {
 font-size: 13px;
 color: var(--text-2);
 font-weight: 600;
 }
._SxsgBPohJOd input {
 padding: 12px 16px;
 background: var(--bg-section);
 border: 1px solid var(--border-subtle);
 font-size: 18px;
 color: var(--text-1);
 border-radius: var(--radius-md);
 font-weight: 700;
 }
._SxsgBPohJOd input:focus {
 border-color: var(--accent);
outline: none;
 }
._DyoepqCGWFc {
 padding: 16px;
background: var(--bg-section);
 border-radius: var(--radius-md);
 }
._KfKyCxQXtH {
 color: var(--text-2);
 padding: 8px 0;
 justify-content: space-between;
display: flex;
 font-size: 14px;
 align-items: center;
 }
._KfKyCxQXtH strong {
 font-weight: 700;
color: var(--text-1);
 }
._jqZGzZQgxy strong {
 color: var(--accent);
 }
._lCTXaTDjn {
 margin-top: 4px;
 border-top: 1px solid var(--border-subtle);
 font-weight: 700;
padding-top: 12px;
 }
._lCTXaTDjn strong {
 font-size: 18px;
 }
/* === LIVE ACTIVITY === */._sjsJftQo {
 padding: 30px 0;
 }
._ZCLfxhzv {
 grid-template-columns: repeat(4, 1fr);
display: grid;
 gap: 14px;
 }
._wHTyddITUfi {
 border: 1px solid var(--border-subtle);
background: var(--bg-card);
 align-items: flex-start;
 border-radius: var(--radius-md);
 display: flex;
 gap: 4px;
 padding: 18px;
 flex-direction: column;
 }
._kApplrCqbLs {
 font-size: 18px;
 }
._BTPjVIl {
 font-variant-numeric: tabular-nums;
 font-size: 22px;
 color: var(--accent);
 font-weight: 800;
font-family: var(--font-display);
 }
._WybcpsxDGL {
 letter-spacing: 0.5px;
font-size: 11px;
 text-transform: uppercase;
 color: var(--text-3);
 }
@media (max-width: 700px) {
 ._ZCLfxhzv {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === PROS CONS === */._tciFYoA {
 padding: 60px 0;
 }
._ZxLWKFF {
 gap: 18px;
 grid-template-columns: repeat(2, 1fr);
display: grid;
 }
._tDOJXcdbOy {
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
background: var(--bg-card);
 padding: 24px;
 }
._cHFsEXn {
 border-left: 3px solid #22c55e;
 }
._sVmTnoVkpJ {
 border-left: 3px solid #ef4444;
 }
._tDOJXcdbOy h3 {
 margin: 0 0 14px;
 font-size: 17px;
 color: var(--text-1);
font-family: var(--font-display);
 }
._tDOJXcdbOy ul {
 margin: 0;
 flex-direction: column;
 gap: 10px;
display: flex;
list-style: none;
 padding: 0;
 }
._tDOJXcdbOy li {
 padding-left: 22px;
 color: var(--text-2);
font-size: 14px;
 line-height: 1.5;
 position: relative;
 }
._cHFsEXn li::before {
 font-weight: 700;
content: '✓';
 left: 0;
 position: absolute;
 color: #22c55e;
 }
._sVmTnoVkpJ li::before {
 content: '−';
 font-weight: 700;
 font-size: 18px;
 color: #ef4444;
 left: 0;
 position: absolute;
 }
@media (max-width: 700px) {
 ._ZxLWKFF {
 grid-template-columns: 1fr;
 }
 }
/* === SECURITY STRIP === */._CUOzFaWq {
 border-top: 1px solid var(--border-subtle);
padding: 40px 0;
 background: var(--bg-section);
 border-bottom: 1px solid var(--border-subtle);
 }
._DvoDiLgrv {
 letter-spacing: 2px;
 font-size: 12px;
text-align: center;
 margin-bottom: 18px;
 color: var(--text-3);
 text-transform: uppercase;
 }
._dHInvJqOh {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
 gap: 10px;
 }
._hJUtdnw {
 display: flex;
 background: var(--bg-card);
 font-size: 13px;
 border: 1px solid var(--border-subtle);
 align-items: center;
 border-radius: var(--radius-md);
 padding: 10px 14px;
 gap: 8px;
 color: var(--text-2);
 }
._SsBNEcCMIA {
 font-size: 18px;
 }
/* === METHODS === */._KjqnqyYqh {
 padding: 60px 0;
 }
._cSknhxJGUZL {
 gap: 12px;
display: grid;
 grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
 }
._LkoUINhFBe {
 text-align: center;
 padding: 16px;
 flex-direction: column;
background: var(--bg-card);
 border-radius: var(--radius-md);
 border: 1px solid var(--border-subtle);
 align-items: center;
 display: flex;
 gap: 6px;
 transition: all 0.2s;
 }
._LkoUINhFBe:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._VwzJeoqefmZ {
 font-size: 28px;
 }
._ljgSxGGrNm {
 color: var(--text-1);
font-weight: 700;
 font-size: 13px;
 }
._ErUhbJv {
 font-size: 11px;
 color: var(--text-3);
 }
/* === STEPS === */._yjeQKSHZ {
 padding: 60px 0;
 }
._UirADlVT {
 counter-reset: step;
 grid-template-columns: repeat(4, 1fr);
display: grid;
 gap: 18px;
 }
._ADGSwuGKcQF {
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
background: var(--bg-card);
 padding: 24px;
 position: relative;
 }
._zVOzFXhIq {
 opacity: 0.3;
 font-size: 36px;
 font-weight: 800;
 line-height: 1;
font-family: var(--font-display);
 margin-bottom: 8px;
 color: var(--accent);
 }
._rRazVlSaz {
 font-family: var(--font-display);
 font-size: 17px;
 color: var(--text-1);
 margin: 0 0 8px;
 }
._ZxPGalQ {
 font-size: 13px;
 margin: 0;
 color: var(--text-2);
 line-height: 1.5;
 }
@media (max-width: 900px) {
 ._UirADlVT {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 500px) {
 ._UirADlVT {
 grid-template-columns: 1fr;
 }
 }
/* === FOOTER INFO ROW === */._lHcuKxSO {
 grid-template-columns: repeat(3, 1fr);
display: grid;
 gap: 24px;
 padding: 30px 0;
 border-top: 1px solid var(--border-subtle);
 }
._JEebUUT h4 {
 font-size: 14px;
 margin: 0 0 12px;
 font-weight: 700;
color: var(--text-1);
 }
._IQDFIAxlkA {
 line-height: 1.5;
 margin-bottom: 6px;
 color: var(--text-3);
font-size: 13px;
 }
._icImCPNnh {
 color: var(--text-3);
 }
._dsdcORMLz {
 color: var(--accent);
 text-decoration: none;
 }
._dsdcORMLz:hover {
 text-decoration: underline;
 }
._FLKcZxIP {
 font-family: monospace;
 padding: 2px 8px;
background: var(--bg-section);
 font-size: 12px;
 border-radius: 4px;
 }
@media (max-width: 700px) {
 ._lHcuKxSO {
 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%;
 }
  ._bfvytKjTX {
 padding: 0 20px;
 }
  ._PpNvhFtwWg, ._beYXWCt, ._ZCLfxhzv, ._SJpqeWdkAiY {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._EqGIjpi {
 grid-template-columns: repeat(3, 1fr) !important;
 }
  .footer-grid {
 grid-template-columns: 1fr 1fr !important;
 gap: 24px;
 }
  ._wbpIWyUe, .themed-hero {
 grid-template-columns: 1fr !important;
 }
  ._LHpJAPl {
 grid-template-columns: repeat(3, 1fr) !important;
 }
}
@media (max-width: 900px) {
  body {
 font-size: 15px;
 }
  ._bfvytKjTX {
 padding: 0 16px;
 }
    /* Hero */  ._ehDuTnQq {
 padding: 32px 0 !important;
 }
  .hero-title, h1 {
 line-height: 1.2 !important;
font-size: 28px !important;
 }
  .hero-sub, ._ElVPksfgf {
 font-size: 15px !important;
 }
    /* Headings */  h2, ._muisbWJT h2 {
 line-height: 1.25 !important;
font-size: 22px !important;
 }
  h3 {
 font-size: 18px !important;
 }
  h4 {
 font-size: 16px !important;
 }
    /* Grids */  ._PpNvhFtwWg, ._beYXWCt, ._ZCLfxhzv, ._SJpqeWdkAiY, ._LHpJAPl {
 grid-template-columns: repeat(2, 1fr) !important;
 gap: 12px !important;
 }
  ._EqGIjpi {
 gap: 14px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._cSknhxJGUZL, ._dHInvJqOh, ._IITKzwtbPmz {
 gap: 12px;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._ZxLWKFF {
 grid-template-columns: 1fr !important;
 }
  .footer-grid, ._IJZmvVBY {
 gap: 20px;
grid-template-columns: 1fr !important;
 }
  .topwin-grid {
 grid-template-columns: 1fr !important;
 }
  ._kgLlWgjjh {
 gap: 10px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._lHcuKxSO {
 grid-template-columns: 1fr !important;
 gap: 18px;
 }
    /* Tables — horizontal scroll wrapper */  ._QjbEmhbu, ._ODDKbyel, ._OxQuIgsQX, .leaderboard-table {
 font-size: 13px;
 }
  ._KhTRTKD, ._CvobGnvD, ._mtauzju, ._dprLsrLH .leaderboard-wrap {
    overflow-x: auto;
 -webkit-overflow-scrolling: touch;
  }
  ._QjbEmhbu th, ._QjbEmhbu td, ._ODDKbyel th, ._ODDKbyel td {
 white-space: nowrap;
padding: 8px 10px !important;
 }
    /* CIH crit row — fixed cols become problematic */  ._ntiEMNPcdKT {
 gap: 4px !important;
 padding: 10px !important;
grid-template-columns: 1fr !important;
 }
  ._wLtuqMbwOTi {
 font-size: 13px;
 }
    /* CTA banners */  ._LIXRaYlTe {
 text-align: center;
flex-direction: column !important;
 padding: 18px !important;
 gap: 14px !important;
 }
  ._SmiOepDTLkY {
 width: 100%;
flex-direction: column;
 }
  ._SmiOepDTLkY ._biYyjRGd {
 width: 100%;
 }
    /* Sticky CTA */  .sticky-cta-bar {
 padding: 12px 16px !important;
flex-direction: column !important;
 gap: 8px !important;
 text-align: center;
 }
  .sticky-cta-bar .scb-text {
 font-size: 13px !important;
 }
  body.scb-pos-3 .sticky-cta-bar {
 max-width: none !important;
left: 12px !important;
 right: 12px !important;
 }
    /* Trust signal bar */  ._qPfICIezFw {
 padding: 8px 0 !important;
 }
  ._qPfICIezFw ._bfvytKjTX {
 font-size: 12px !important;
flex-wrap: wrap;
 gap: 8px 14px !important;
 justify-content: center;
 }
    /* Header — все варианты компактнее */  ._KyNpGwekU ._blzPxkvVDDs {
 gap: 10px !important;
padding: 12px 14px !important;
 flex-wrap: wrap;
 }
  ._CfCjXDg ._SnpZtlZu {
 font-size: 18px !important;
 }
  ._CFPQmKjRaqH {
 display: none !important;
 }
 /* nav скрываем на мобиле — заменяем на бургер если нужно */  body.hd-style-2 ._blzPxkvVDDs,  body.hd-style-3 ._blzPxkvVDDs,  body.hd-style-4 ._blzPxkvVDDs,  body.hd-style-5 ._blzPxkvVDDs,  body.hd-style-6 ._blzPxkvVDDs {
    display: flex !important;
 grid-template-areas: none !important;
 flex-direction: column !important;
 align-items: stretch !important;
    grid-template-columns: none !important;
  }
  body[class*="hd-style-"] [data-hd-slot="logo"] {
 align-self: center;
 order: 1;
 }
  body[class*="hd-style-"] [data-hd-slot="nav"] {
 display: none;
order: 99;
 }
  body[class*="hd-style-"] [data-hd-slot="search"] {
 width: 100%;
order: 2;
 }
  body[class*="hd-style-"] [data-hd-slot="actions"] {
 order: 3;
 justify-content: center;
 }
    /* Header search */  ._zqnpBlcXg {
 max-width: 100% !important;
flex: 0 0 100% !important;
 }
  ._wBTzCnmDvG {
 font-size: 13px;
 }
    /* Header actions */  ._ewbJHAj {
 display: flex;
 gap: 8px;
 justify-content: center;
 flex-wrap: wrap;
 }
  ._ewbJHAj ._biYyjRGd {
 flex: 1 1 auto;
 min-width: 130px;
 font-size: 13px;
 padding: 10px 12px;
 }
    /* Card paddings */  .slot-card, .stat-card, ._gmdNdNk, ._LkoUINhFBe, .review-card, ._LaRZQwFqBgo {
 padding: 14px !important;
 }
  ._BKqidzazUE {
 padding: 18px !important;
 }
    /* Hero buttons */  .hero-actions, .hero-cta {
 flex-direction: column !important;
 align-items: stretch;
 gap: 10px !important;
 }
  .hero-actions ._biYyjRGd {
 width: 100%;
 }
    /* Showcase tabs — wrap */  ._eosrhiO, [id="showcase-tabs"] {
 flex-wrap: wrap !important;
 gap: 6px !important;
 }
  ._eosrhiO button, [id="showcase-tabs"] button {
 font-size: 12px !important;
 padding: 6px 10px !important;
 }
    /* Newsletter */  .newsletter-form {
 flex-direction: column !important;
 gap: 10px;
 }
  .newsletter-form input, .newsletter-form button {
 width: 100% !important;
 }
    /* Calculator */  ._SxsgBPohJOd {
 gap: 10px;
grid-template-columns: 1fr !important;
 }
  ._KfKyCxQXtH {
 align-items: flex-start !important;
 gap: 4px !important;
flex-direction: column;
 }
    /* Author cards */  ._qMFVqiSE {
 padding: 14px !important;
 }
  ._BWAhomW {
 text-align: center;
flex-direction: column;
 }
  ._GHHrEGIjuoX {
 margin: 0 auto 10px !important;
 }
    /* Chat panel */  ._cddQPJDsL {
 width: 92% !important;
 right: 4% !important;
 bottom: 80px !important;
 max-width: 360px;
 }
    /* Reviews */  ._jAfPliTWBL, [id="reviewsgridel"] {
 grid-template-columns: 1fr !important;
 }
    /* FAQ */  .faq-q {
 font-size: 14px !important;
 padding: 12px 14px !important;
 }
  .faq-a {
 padding: 0 14px 14px !important;
font-size: 14px !important;
 }
    /* Themed sections */  ._ySdgdrXz {
 padding: 32px 0 !important;
 }
  .themed-hero {
 gap: 18px !important;
 }
    /* Awards */  ._LHpJAPl {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._vkGdNGgFZ {
 padding: 12px !important;
 }
    /* Section frames adjustments */  section[data-sec-fr="boxed"] {
 margin: 16px 8px !important;
 padding: 14px 0 !important;
 }
  section[data-sec-fr="numbered"]::before {
 font-size: 50px !important;
 right: 12px !important;
 }
    /* Section paddings overall */  section {
 padding: 24px 0 !important;
 }
}
@media (max-width: 700px) {
  ._PpNvhFtwWg, ._beYXWCt, ._ZCLfxhzv, ._SJpqeWdkAiY, ._LHpJAPl {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._EqGIjpi {
 gap: 10px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._cSknhxJGUZL, ._dHInvJqOh, ._IITKzwtbPmz {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._kgLlWgjjh {
 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 */  ._QjbEmhbu th, ._QjbEmhbu td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
  ._ODDKbyel th, ._ODDKbyel td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
    /* Footer */  ._IJZmvVBY, ._lHcuKxSO, ._MWiMOQkr {
 gap: 14px !important;
 }
  ._TptIaDH ._MWiMOQkr {
 align-items: flex-start !important;
flex-direction: column !important;
 }
  ._ZzZYEmGUW {
 flex-wrap: wrap;
 gap: 8px;
 }
    /* Hero — ещё компактнее */  ._ehDuTnQq {
 padding: 24px 0 !important;
 }
  .hero-cta {
 gap: 8px;
 }
    /* Buttons */  ._biYyjRGd {
 font-size: 13px !important;
padding: 10px 16px !important;
 }
  ._hEjeYqaMaTl, ._MZCxwCqrixs {
 min-height: 44px;
 }
 /* touch target */    /* Badges */  .age-badge, .age-circle {
 transform: scale(.85);
 }
    /* Themed/Cards */  .themed-card, .review-card, .topwin-card, ._BKqidzazUE {
 padding: 12px !important;
 }
    /* Live activity */  .la-card {
 padding: 10px !important;
 }
  ._BTPjVIl {
 font-size: 20px !important;
 }
    /* Steps */  ._ADGSwuGKcQF {
 padding: 14px !important;
 }
  ._zVOzFXhIq {
 font-size: 28px !important;
 }
    /* Pros/Cons */  .pc-card {
 padding: 14px !important;
 }
    /* TOC / nav links */  ._qCMoBGKBCR, .nav-list {
 flex-wrap: wrap;
gap: 6px !important;
 }
    /* Trust signal */  ._qPfICIezFw ._PzzUsHWxQz {
 font-size: 11px !important;
 }
}
@media (max-width: 480px) {
  body {
 font-size: 14px;
 }
  ._bfvytKjTX {
 padding: 0 12px;
 }
    /* Все 2-колоночные становятся 1-колоночными для маленьких экранов */  ._PpNvhFtwWg, ._beYXWCt, ._ZCLfxhzv, ._SJpqeWdkAiY {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._cSknhxJGUZL, ._dHInvJqOh, ._IITKzwtbPmz {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._LHpJAPl {
 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, ._LkoUINhFBe {
 padding: 10px !important;
 }
  .stat-num {
 font-size: 20px !important;
 }
    /* Tables */  ._QjbEmhbu, ._ODDKbyel, ._OxQuIgsQX {
 font-size: 11px !important;
 }
  ._QjbEmhbu th, ._QjbEmhbu td,  ._ODDKbyel th, ._ODDKbyel td {
 padding: 6px !important;
 }
    /* Buttons */  ._biYyjRGd {
 padding: 10px 14px !important;
 min-height: 44px;
 }
  ._ZqwaVJQtSO {
 min-height: 38px;
 font-size: 12px !important;
padding: 8px 12px !important;
 }
    /* Section padding */  section {
 padding: 20px 0 !important;
 }
  ._ySdgdrXz {
 padding: 24px 0 !important;
 }
    /* Trust bar */  ._qPfICIezFw ._bfvytKjTX {
 gap: 6px 10px !important;
font-size: 10px !important;
 }
    /* CTA banners */  ._LIXRaYlTe {
 padding: 14px !important;
 }
  ._xXNWVatOT {
 font-size: 16px !important;
 }
    /* Sticky CTA */  .sticky-cta-bar {
 font-size: 12px !important;
padding: 10px 12px !important;
 }
  .scb-btn {
 font-size: 12px !important;
padding: 8px 14px !important;
 }
    /* Footer */  ._rcPzJHFC h4, ._JEebUUT h4 {
 font-size: 15px !important;
 }
  ._rcPzJHFC p, ._IQDFIAxlkA {
 font-size: 13px !important;
 }
    /* Showcase tabs */  ._eosrhiO button {
 font-size: 11px !important;
 padding: 5px 9px !important;
 }
    /* Numbered section frame — еле видим */  section[data-sec-fr="numbered"]::before {
 opacity: .15 !important;
 right: 8px !important;
font-size: 36px !important;
 }
    /* Boxed section — поменьше отступов */  section[data-sec-fr="boxed"] {
 padding: 12px 0 !important;
margin: 12px 4px !important;
 }
    /* Header */  ._KyNpGwekU ._blzPxkvVDDs {
 padding: 10px 12px !important;
 gap: 8px !important;
 }
  ._CfCjXDg ._SnpZtlZu {
 font-size: 16px !important;
 }
  ._ewbJHAj ._biYyjRGd {
 padding: 8px 10px !important;
 min-width: 110px;
 font-size: 12px !important;
 }
}
@media (max-width: 380px) {
  body {
 font-size: 13px;
 }
  ._bfvytKjTX {
 padding: 0 10px;
 }
    /* Совсем малые экраны — 1 колонка везде */  ._PpNvhFtwWg, ._beYXWCt, ._ZCLfxhzv, ._SJpqeWdkAiY, ._cSknhxJGUZL, ._dHInvJqOh, ._IITKzwtbPmz, ._LHpJAPl {
 grid-template-columns: 1fr !important;
 }
  ._EqGIjpi {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
    .hero-title, h1 {
 font-size: 20px !important;
 }
  h2 {
 font-size: 16px !important;
 }
    /* Tables в скролл с минимальным padding */  ._QjbEmhbu th, ._QjbEmhbu td {
 font-size: 10px !important;
padding: 4px 6px !important;
 }
    /* Header — 2 строки точно */  ._ewbJHAj {
 width: 100%;
 }
  ._ewbJHAj ._biYyjRGd {
 flex: 1 1 calc(50% - 4px);
 font-size: 11px !important;
 padding: 8px 6px !important;
 }
}
/* =================================================================   TOUCH-FRIENDLY: минимальные размеры тап-таргетов   ================================================================= */@media (hover: none) and (pointer: coarse) {
  ._biYyjRGd, button, a._kRXFtNQkB, ._LkoUINhFBe, .slot-card a, .faq-q, .scb-btn, .scb-close {
 min-height: 44px;
 }
  input, select, textarea {
 min-height: 44px;
 /* предотвращает zoom в iOS */;
 font-size: 16px;
 }
  /* Hover-эффекты которые превращаются в "залипшие" на тапе — отключаем */  *:hover {
 transition: none;
 }
}
/* =================================================================   ОВЕРФЛОУ-ЗАЩИТА — ничего не должно вылезать за viewport   ================================================================= */html, body {
 max-width: 100vw;
 overflow-x: hidden;
 }
img, svg, video, iframe {
 max-width: 100%;
 height: auto;
 }
table {
 max-width: 100%;
 }
pre, code {
 word-wrap: break-word;
white-space: pre-wrap;
 }
/* Длинные слова/URL не должны ломать вёрстку */._dsdcORMLz, ._rcPzJHFC p, .review-text, .faq-a, ._KfKyCxQXtH {
 overflow-wrap: break-word;
word-wrap: break-word;
 }
/* ==== CSS variables (обязательно — должны быть в каждом css при франкенштейн-композиции) ==== */:root {
  --radius-md: 10px;
  --border-subtle: #232a44;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --bg-card-hover: #1c2238;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --text-dim: #64748b;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --radius-lg: 16px;
  --text-secondary: #cbd5e1;
  --bg-section: #0f1422;
--accent: #22c55e;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
  --bg-base: #0a0e1a;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --text-primary: #f1f5f9;
  --accent-dark: #16a34a;
  --border-strong: #2d3556;
  --bg-card: #161b2e;
  --container-width: 1280px;
  --text-muted: #94a3b8;
  --radius-sm: 6px;
}
/* ==== Buttons (используются в header, footer, body — дублируются) ==== */._biYyjRGd {
 transition: transform 0.15s, box-shadow 0.15s;
 font-weight: 600;
 font-size: 14px;
 border-radius: var(--radius-md);
 gap: 8px;
 align-items: center;
 white-space: nowrap;
display: inline-flex;
 padding: 12px 22px;
 justify-content: center;
 font-family: inherit;
 cursor: pointer;
 border: none;
 text-decoration: none;
 }
._hEjeYqaMaTl {
 color: var(--bg-base) !important;
 box-shadow: 0 4px 14px var(--accent-glow);
background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 }
._hEjeYqaMaTl:hover {
 box-shadow: 0 8px 24px var(--accent-glow);
transform: translateY(-2px);
 }
._MZCxwCqrixs {
 border: 1px solid var(--border-strong);
 color: var(--text-primary) !important;
background: var(--bg-card);
 }
._MZCxwCqrixs:hover {
 background: var(--bg-card-hover);
 }
._WAntJmhvUk {
 color: var(--accent) !important;
 border: 1px solid var(--accent);
background: transparent;
 }
._WAntJmhvUk:hover {
 background: var(--accent-soft);
 }
._IrgPTBiB {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — HEADER styles ==== */._KyNpGwekU {
 top: 0;
 z-index: 100;
position: sticky;
 border-bottom: 1px solid var(--border-subtle);
 background: rgba(10, 14, 26, 0.92);
 -webkit-backdrop-filter: blur(12px);
 backdrop-filter: blur(12px);
 font-family: var(--font-body);
 }
.header-inner {
 align-items: center;
display: flex;
 margin: 0 auto;
 padding: 14px 24px;
 max-width: var(--container-width);
 gap: 32px;
 }
._CfCjXDg {
 font-size: 22px;
 gap: 10px;
 align-items: center;
 color: var(--text-primary);
 font-weight: 800;
font-family: var(--font-display);
 display: flex;
 text-decoration: none;
 }
.brand-logo-mark {
 width: 36px;
 font-weight: 800;
 border-radius: 10px;
 color: var(--bg-base);
 font-size: 18px;
 justify-content: center;
 display: flex;
 height: 36px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 align-items: center;
 }
._CFPQmKjRaqH {
 display: flex;
 flex: 1;
 gap: 8px;
 }
._CFPQmKjRaqH a {
 color: var(--text-secondary);
 font-weight: 500;
 border-radius: var(--radius-md);
 font-size: 14px;
padding: 8px 14px;
 text-decoration: none;
 transition: all 0.2s ease;
 }
._CFPQmKjRaqH a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._ewbJHAj {
 gap: 10px;
display: flex;
 }
@media (max-width: 720px) {
 ._CFPQmKjRaqH {
 display: none;
 }
 ._ewbJHAj ._MZCxwCqrixs {
 display: none;
 }
 .header-inner {
 padding: 12px 16px;
 gap: 12px;
 }
 }
._GbsgBRvp {
 width: 36px;
 height: 36px;
 border-radius: 6px;
 object-fit: contain;
 flex-shrink: 0;
 }
/* ==== CSS variables (обязательно — должны быть в каждом css при франкенштейн-композиции) ==== */:root {
  --radius-md: 10px;
  --border-subtle: #232a44;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --bg-card-hover: #1c2238;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --text-dim: #64748b;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --radius-lg: 16px;
  --text-secondary: #cbd5e1;
  --bg-section: #0f1422;
--accent: #22c55e;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
  --bg-base: #0a0e1a;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --text-primary: #f1f5f9;
  --accent-dark: #16a34a;
  --border-strong: #2d3556;
  --bg-card: #161b2e;
  --container-width: 1280px;
  --text-muted: #94a3b8;
  --radius-sm: 6px;
}
/* ==== Buttons (используются в header, footer, body — дублируются) ==== */._biYyjRGd {
 transition: transform 0.15s, box-shadow 0.15s;
 font-weight: 600;
 font-size: 14px;
 border-radius: var(--radius-md);
 gap: 8px;
 align-items: center;
 white-space: nowrap;
display: inline-flex;
 padding: 12px 22px;
 justify-content: center;
 font-family: inherit;
 cursor: pointer;
 border: none;
 text-decoration: none;
 }
._hEjeYqaMaTl {
 color: var(--bg-base) !important;
 box-shadow: 0 4px 14px var(--accent-glow);
background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 }
._hEjeYqaMaTl:hover {
 box-shadow: 0 8px 24px var(--accent-glow);
transform: translateY(-2px);
 }
._MZCxwCqrixs {
 border: 1px solid var(--border-strong);
 color: var(--text-primary) !important;
background: var(--bg-card);
 }
._MZCxwCqrixs:hover {
 background: var(--bg-card-hover);
 }
._WAntJmhvUk {
 color: var(--accent) !important;
 border: 1px solid var(--accent);
background: transparent;
 }
._WAntJmhvUk:hover {
 background: var(--accent-soft);
 }
._IrgPTBiB {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — FOOTER styles ==== */._uOjSpId {
 border-top: 1px solid var(--border-subtle);
background: var(--bg-section);
 font-size: 14px;
 padding: 48px 0 24px;
 font-family: var(--font-body);
 color: var(--text-primary);
 }
._uOjSpId ._bfvytKjTX {
 padding: 0 24px;
 margin: 0 auto;
max-width: var(--container-width);
 }
.footer-grid {
 display: grid;
 gap: 40px;
 grid-template-columns: 1.4fr repeat(3, 1fr);
 margin-bottom: 36px;
 }
.footer-col h4 {
 margin-bottom: 14px;
 color: var(--text-primary);
 font-size: 14px;
 text-transform: uppercase;
 letter-spacing: 1px;
font-family: var(--font-display);
 font-weight: 700;
 }
.footer-col ul {
 list-style: none;
 margin: 0;
 padding: 0;
 }
.footer-col li {
 margin-bottom: 8px;
 }
.footer-col a {
 transition: color 0.15s;
color: var(--text-muted);
 text-decoration: none;
 }
.footer-col a:hover {
 color: var(--accent);
 }
.footer-about {
 margin-top: 12px;
 line-height: 1.7;
color: var(--text-muted);
 }
.footer-bottom {
 font-size: 12px;
 display: flex;
padding-top: 24px;
 border-top: 1px solid var(--border-subtle);
 justify-content: space-between;
 gap: 12px;
 align-items: center;
 color: var(--text-dim);
 flex-wrap: wrap;
 }
.age-badge {
 color: var(--text-muted);
 gap: 6px;
display: inline-flex;
 align-items: center;
 }
.age-circle {
 font-size: 10px;
 border-radius: 50%;
 align-items: center;
 justify-content: center;
 display: flex;
 font-weight: 700;
 height: 24px;
 border: 2px solid var(--text-muted);
width: 24px;
 }
.footer_navigation {
 font-size: 13px;
display: flex;
 gap: 18px;
 flex-wrap: wrap;
 }
.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;
 }
 }
