/* ==================================================================   shab14 — main_styles.css   Стили нового шаблона. CSS-переменные подменяются JS на основе hash(brand).   ================================================================== */:root {
  --radius-sm: 6px;
  --radius-md: 10px;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --bg-card-hover: #1c2238;
  --bg-base: #0a0e1a;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --container-width: 1280px;
  --shadow-glow: 0 0 30px var(--accent-glow);
  --border-strong: #2d3556;
  --border-subtle: #232a44;
  --radius-lg: 16px;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --accent-dark: #16a34a;
  --text-muted: #94a3b8;
  --text-primary: #f1f5f9;
  --radius-xl: 24px;
  --text-dim: #64748b;
  --bg-card: #161b2e;
  --bg-section: #0f1422;
--accent: #22c55e;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
  --text-secondary: #cbd5e1;
}
* {
 padding: 0;
box-sizing: border-box;
 margin: 0;
 }
html {
 scroll-behavior: smooth;
 }
body {
 font-family: var(--font-body);
 line-height: 1.6;
 overflow-x: hidden;
 background: var(--bg-base);
 color: var(--text-primary);
 font-size: 16px;
 -webkit-font-smoothing: antialiased;
 }
img {
 height: auto;
 display: block;
max-width: 100%;
 }
a {
 text-decoration: none;
 transition: all 0.2s ease;
color: inherit;
 }
button {
 font-family: inherit;
 background: none;
 cursor: pointer;
 border: none;
 }
h1, h2, h3, h4 {
 line-height: 1.2;
 font-weight: 700;
font-family: var(--font-display);
 }
._fctcFvGBfG {
 max-width: var(--container-width);
 padding: 0 24px;
 margin: 0 auto;
 }
/* ============== HEADER ============== */._HwPhvpiHi {
 background: rgba(10, 14, 26, 0.92);
 z-index: 100;
 -webkit-backdrop-filter: blur(12px);
position: sticky;
 border-bottom: 1px solid var(--border-subtle);
 backdrop-filter: blur(12px);
 top: 0;
 }
.header-inner {
 gap: 32px;
 padding: 14px 24px;
display: flex;
 align-items: center;
 max-width: var(--container-width);
 margin: 0 auto;
 }
._UenPNRT {
 font-family: var(--font-display);
 gap: 10px;
 color: var(--text-primary);
 align-items: center;
 font-size: 22px;
 display: flex;
 font-weight: 800;
 }
.brand-logo-mark {
 font-weight: 800;
 color: var(--bg-base);
 font-size: 18px;
 height: 36px;
 justify-content: center;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 border-radius: 10px;
 display: flex;
 align-items: center;
width: 36px;
 }
._VdPoPqqAk {
 flex: 1;
 gap: 8px;
display: flex;
 }
._VdPoPqqAk a {
 padding: 8px 14px;
 color: var(--text-secondary);
 font-weight: 500;
 border-radius: var(--radius-md);
 font-size: 14px;
 }
._VdPoPqqAk a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._MxNAhrZeE {
 gap: 10px;
display: flex;
 }
._LYlvEig {
 display: inline-flex;
 padding: 12px 22px;
 border-radius: var(--radius-md);
 align-items: center;
 gap: 8px;
 transition: transform 0.15s, box-shadow 0.15s;
 white-space: nowrap;
 font-size: 14px;
 font-weight: 600;
 justify-content: center;
 }
._jDVPLsDnvJY {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 color: var(--bg-base);
 box-shadow: 0 4px 14px var(--accent-glow);
 }
._jDVPLsDnvJY:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._PRodReYae {
 color: var(--text-primary);
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._PRodReYae:hover {
 background: var(--bg-card-hover);
 }
._qUHbgMvPE {
 background: transparent;
 border: 1px solid var(--accent);
 color: var(--accent);
 }
._qUHbgMvPE:hover {
 background: var(--accent-soft);
 }
._KegDbmi {
 font-size: 16px;
padding: 16px 32px;
 }
/* ============== HERO ============== */._UhriDOfbTr {
 background: radial-gradient(ellipse 80% 50% at 50% 0%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 padding: 80px 0 60px;
overflow: hidden;
position: relative;
 }
._UhriDOfbTr::before {
 background-image: linear-gradient(var(--border-subtle) 1px, transparent 1px), linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px);
 background-position: -30px -30px;
 background-size: 60px 60px;
 -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
 mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
content: '';
 opacity: 0.15;
 inset: 0;
 position: absolute;
 }
._VvMovCri {
 z-index: 2;
 gap: 48px;
 align-items: center;
 position: relative;
display: grid;
 grid-template-columns: 1.4fr 1fr;
 }
._UitTvWZUnY {
 margin-bottom: 18px;
 letter-spacing: 0.5px;
 padding: 6px 12px;
 background: var(--accent-soft);
 border-radius: 999px;
display: inline-flex;
 align-items: center;
 font-size: 12px;
 color: var(--accent);
 text-transform: uppercase;
 font-weight: 600;
 gap: 8px;
 }
._UitTvWZUnY::before {
 animation: pulse 1.6s infinite;
content: '';
 border-radius: 50%;
 height: 6px;
 background: var(--accent);
 width: 6px;
 }
@keyframes pulse {
 0%, 100% {
 opacity: 1;
 transform: scale(1);
 }
 50% {
 opacity: 0.6;
 transform: scale(1.4);
 }
 }
._UhriDOfbTr h1 {
 letter-spacing: -0.02em;
 margin-bottom: 20px;
font-size: clamp(32px, 5vw, 52px);
 }
._UhriDOfbTr h1 ._EGVkjMMDYL {
 color: var(--accent);
 }
._EARqaBag {
 color: var(--text-secondary);
 margin-bottom: 28px;
font-size: 17px;
 max-width: 540px;
 line-height: 1.65;
 }
._hBCortAm {
 gap: 24px;
 border-radius: var(--radius-md);
 background: var(--bg-card);
 padding: 16px 20px;
 margin-bottom: 32px;
 border: 1px solid var(--border-subtle);
 width: fit-content;
display: flex;
 }
._Rnruvqn ._SoeOBLrMk {
 line-height: 1;
 font-weight: 700;
 color: var(--accent);
 font-size: 22px;
font-family: var(--font-display);
 }
._Rnruvqn ._YfZdkiVW {
 text-transform: uppercase;
 letter-spacing: 0.5px;
 color: var(--text-muted);
font-size: 11px;
 margin-top: 4px;
 }
._txKkzGP {
 display: flex;
 margin-bottom: 24px;
 flex-wrap: wrap;
 gap: 12px;
 }
._IyUUFvRCK {
 color: var(--text-secondary);
 gap: 12px;
 align-items: center;
 border: 1px solid var(--border-strong);
display: inline-flex;
 font-size: 13px;
 background: var(--bg-card);
 padding: 10px 16px;
 border-radius: var(--radius-md);
 }
._StPeXCAD {
 display: flex;
width: 24px;
 background: var(--accent-soft);
 justify-content: center;
 color: var(--accent);
 align-items: center;
 height: 24px;
 border-radius: 50%;
 }
._LyyfeDraTJ {
 font-weight: 700;
 letter-spacing: 0.5px;
 color: var(--accent);
font-family: var(--font-display);
 }
._UCYpbQfv {
 position: relative;
 }
._OgIBIpEbFNn {
 padding: 24px;
 border-radius: var(--radius-lg);
 box-shadow: var(--shadow-card);
 border: 1px solid var(--border-strong);
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-section) 100%);
 }
._oAPQCTiqrq {
 margin-bottom: 16px;
 color: var(--text-muted);
 font-size: 14px;
 letter-spacing: 1px;
 font-weight: 600;
 text-transform: uppercase;
font-family: var(--font-display);
 }
._DpbhJxsfeAx {
 padding: 12px 0;
 border-bottom: 1px solid var(--border-subtle);
 justify-content: space-between;
 align-items: center;
display: flex;
 }
._DpbhJxsfeAx:last-child {
 border-bottom: none;
 }
._DpbhJxsfeAx ._ZPcrcEUJp {
 color: var(--text-secondary);
 font-size: 14px;
 }
._DpbhJxsfeAx ._evmNfWiiI {
 font-weight: 700;
font-family: var(--font-display);
 color: var(--accent);
 }
._PmUsfFQa {
 display: inline-block;
 border-radius: 50%;
 animation: pulse 1.6s infinite;
 margin-right: 6px;
 background: var(--accent);
 width: 8px;
 height: 8px;
 }
/* ============== STATS ============== */._cVIUrxhJEuM {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
 border-bottom: 1px solid var(--border-subtle);
padding: 60px 0;
 }
._wzcenWhgDxP {
 margin-bottom: 40px;
text-align: center;
 }
._UcEJFSG {
 display: inline-block;
 margin-bottom: 12px;
 font-weight: 600;
 border-radius: 999px;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: var(--accent);
 background: var(--accent-soft);
 padding: 4px 12px;
 }
._wzcenWhgDxP h2 {
 font-size: clamp(26px, 3vw, 36px);
 margin-bottom: 8px;
 }
._wzcenWhgDxP h2 ._EGVkjMMDYL {
 color: var(--accent);
 }
._lUwTHNHfn {
 color: var(--text-muted);
 margin: 0 auto;
 font-size: 16px;
 max-width: 600px;
 }
._FaGSbDq {
 gap: 20px;
 grid-template-columns: repeat(4, 1fr);
display: grid;
 }
.stat-card {
 border: 1px solid var(--border-subtle);
 position: relative;
 text-align: center;
 overflow: hidden;
background: var(--bg-card);
 transition: transform 0.2s, border-color 0.2s;
 padding: 28px 20px;
 border-radius: var(--radius-lg);
 }
.stat-card:hover {
 transform: translateY(-4px);
 border-color: var(--accent);
 }
.stat-icon {
 justify-content: center;
 margin: 0 auto 16px;
 position: relative;
 display: flex;
width: 96px;
 height: 96px;
 align-items: center;
 }
.stat-circle {
 border-top-color: var(--accent);
 inset: 0;
 border: 3px solid var(--accent-soft);
 border-radius: 50%;
position: absolute;
 transform: rotate(-45deg);
 }
.stat-num {
 line-height: 1;
 font-weight: 800;
font-family: var(--font-display);
 position: relative;
 color: var(--accent);
 z-index: 1;
 font-size: 28px;
 }
.stat-label {
 text-transform: lowercase;
 margin-top: 6px;
font-size: 13px;
 color: var(--text-muted);
 }
/* ============== WINS TICKER ============== */._dzmqXpj {
 border-bottom: 1px solid var(--border-subtle);
background: var(--bg-base);
 overflow: hidden;
 padding: 14px 0;
 }
._CrjnJggiHCH {
 gap: 32px;
display: flex;
 animation: ticker-scroll 60s linear infinite;
 white-space: nowrap;
 }
._dzmqXpj:hover ._CrjnJggiHCH {
 animation-play-state: paused;
 }
@keyframes ticker-scroll {
 from {
 transform: translateX(0);
 }
 to {
 transform: translateX(-50%);
 }
 }
.win-item {
 color: var(--text-secondary);
display: inline-flex;
 align-items: center;
 gap: 10px;
 font-size: 13px;
 }
.win-avatar {
 border-radius: 50%;
 flex-shrink: 0;
 font-size: 12px;
 justify-content: center;
width: 28px;
 display: flex;
 color: white;
 font-weight: 700;
 height: 28px;
 align-items: center;
 }
.win-name {
 color: var(--text-primary);
 font-weight: 600;
 }
.win-game {
 font-weight: 600;
color: var(--accent);
 }
.win-amount {
 color: var(--accent);
 font-family: var(--font-display);
 font-weight: 700;
 margin-left: 4px;
 }
/* ============== SHOWCASE / SECTION BAR ============== */._mBoMGDD {
 padding: 60px 0;
 }
.section-alt {
 background: var(--bg-section);
 }
._IvUFfNzl {
 align-items: flex-end;
 justify-content: space-between;
 gap: 16px;
 margin-bottom: 28px;
 flex-wrap: wrap;
display: flex;
 }
._IvUFfNzl h2 {
 font-size: clamp(24px, 3vw, 32px);
 }
._IvUFfNzl h2 ._EGVkjMMDYL {
 color: var(--accent);
 }
._vydFqcdiFMm {
 align-items: center;
display: flex;
 gap: 12px;
 }
._EvswfsHLQl {
 font-weight: 600;
color: var(--accent);
 font-size: 14px;
 display: inline-flex;
 align-items: center;
 gap: 6px;
 }
._EvswfsHLQl:hover {
 gap: 10px;
 }
._hCfnZlNtE {
 color: var(--text-muted);
 font-size: 15px;
 margin-top: 6px;
 }
._XNTgQGjg {
 gap: 8px;
flex-wrap: wrap;
 margin-bottom: 24px;
display: flex;
 }
._pMSydCGvk {
 font-weight: 500;
 border: 1px solid var(--border-subtle);
 font-size: 13px;
 color: var(--text-secondary);
padding: 8px 16px;
 background: var(--bg-card);
 border-radius: 999px;
 }
._pMSydCGvk._kveztzMnEkb {
 color: var(--accent);
background: var(--accent-soft);
 border-color: var(--accent);
 }
._pMSydCGvk:hover {
 background: var(--bg-card-hover);
 }
/* ============== SLOT CARDS ============== */._ZnvTSeSLyX {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 16px;
 }
.slot-card {
 border: 1px solid var(--border-subtle);
 overflow: hidden;
background: var(--bg-card);
 position: relative;
 transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
 border-radius: var(--radius-md);
 }
.slot-card:hover {
 border-color: var(--accent);
transform: translateY(-4px);
 box-shadow: 0 8px 20px rgba(0,0,0,0.4);
 }
.slot-img {
 position: relative;
 color: rgba(255,255,255,0.85);
 display: flex;
 overflow: hidden;
 padding: 12px;
 aspect-ratio: 4/3;
 font-family: var(--font-display);
 align-items: center;
 font-size: 16px;
 justify-content: center;
 font-weight: 700;
 text-align: center;
 }
.slot-img img {
 width: 100%;
 object-fit: cover;
position: absolute;
 inset: 0;
 height: 100%;
 }
.slot-flag {
 border-radius: 4px;
 text-transform: uppercase;
position: absolute;
 letter-spacing: 0.5px;
 padding: 3px 8px;
 top: 8px;
 z-index: 2;
 font-size: 10px;
 left: 8px;
 font-weight: 700;
 }
.flag-hot {
 color: white;
background: #ef4444;
 }
.flag-new {
 background: var(--accent);
 color: var(--bg-base);
 }
.flag-jackpot {
 color: white;
background: linear-gradient(135deg, #f59e0b, #b45309);
 }
.flag-exclusive {
 background: linear-gradient(135deg, #d946ef, #a21caf);
 color: white;
 }
.slot-rtp-badge {
 font-size: 10px;
 border-radius: 4px;
 z-index: 2;
 padding: 3px 7px;
 right: 8px;
 background: rgba(0,0,0,0.65);
 top: 8px;
 backdrop-filter: blur(8px);
 color: var(--accent);
 font-weight: 700;
position: absolute;
 }
.slot-info {
 padding: 12px 14px 14px;
 }
.slot-name {
 overflow: hidden;
 margin-bottom: 2px;
 text-overflow: ellipsis;
 color: var(--text-primary);
 font-size: 14px;
 white-space: nowrap;
font-family: var(--font-display);
 font-weight: 600;
 }
.slot-prov {
 color: var(--text-muted);
font-size: 12px;
 margin-bottom: 10px;
 }
.slot-desc {
 margin-bottom: 10px;
 color: var(--text-secondary);
 overflow: hidden;
 line-clamp: 2;
 -webkit-box-orient: vertical;
font-size: 12px;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 line-height: 1.4;
 }
.slot-cta {
 display: block;
 text-align: center;
 padding: 8px 12px;
 border-radius: var(--radius-sm);
 background: var(--accent-soft);
 font-weight: 600;
color: var(--accent);
 font-size: 13px;
 border: 1px solid transparent;
 transition: background 0.15s;
 }
.slot-cta:hover {
 background: var(--accent);
 color: var(--bg-base);
 }
/* T2 — overlay при hover */.slot-card.t2 .slot-cta {
 display: none;
 }
.slot-card.t2 .slot-img::after {
 align-items: center;
 position: absolute;
 font-family: var(--font-display);
 font-weight: 700;
 inset: 0;
 display: flex;
 opacity: 0;
 transition: opacity 0.2s;
content: '▶ Играть';
 justify-content: center;
 background: rgba(0,0,0,0.7);
 z-index: 3;
 font-size: 16px;
 color: var(--accent);
 }
.slot-card.t2:hover .slot-img::after {
 opacity: 1;
 }
/* T4 — минимум */.slot-card.t4 .slot-prov, .slot-card.t4 .slot-cta, .slot-card.t4 .slot-desc {
 display: none;
 }
.slot-card.t4 .slot-name {
 text-align: center;
 }
.slot-card.t4 .slot-info {
 padding: 10px;
 }
/* T1, T2, T4, T5 — hide desc */.slot-card:not(.t3) .slot-desc {
 display: none;
 }
/* T1, T2, T3, T4 — hide RTP badge */.slot-card:not(.t5) .slot-rtp-badge {
 display: none;
 }
/* ============== THEMED BLOCKS V1/V2/V3 ============== */._zRtnrscjeyT {
 padding: 56px 0;
 }
._zRtnrscjeyT._WcmGBku {
 background: var(--bg-section);
 }
.themed-scroll {
 scroll-snap-type: x mandatory;
 -webkit-overflow-scrolling: touch;
 overflow-x: auto;
 padding-bottom: 12px;
display: flex;
 scrollbar-width: thin;
 gap: 14px;
 scrollbar-color: var(--accent) var(--bg-card);
 }
.themed-scroll::-webkit-scrollbar {
 height: 6px;
 }
.themed-scroll::-webkit-scrollbar-track {
 border-radius: 3px;
background: var(--bg-card);
 }
.themed-scroll::-webkit-scrollbar-thumb {
 border-radius: 3px;
background: var(--accent);
 }
.themed-scroll .slot-card {
 flex: 0 0 220px;
 scroll-snap-align: start;
 }
.scroll-arrows {
 gap: 6px;
display: flex;
 }
.scroll-arrow {
 transition: all 0.15s;
 border: 1px solid var(--border-strong);
 display: flex;
 color: var(--text-secondary);
 background: var(--bg-card);
 border-radius: 50%;
 font-size: 18px;
 align-items: center;
 height: 36px;
 justify-content: center;
width: 36px;
 }
.scroll-arrow:hover {
 color: var(--accent);
background: var(--accent-soft);
 border-color: var(--accent);
 }
.themed-hero {
 display: grid;
 grid-template-columns: 1.5fr 1fr;
 gap: 16px;
 }
.themed-hero-main {
 background: var(--bg-card);
 border: 1px solid var(--border-strong);
 display: flex;
 overflow: hidden;
 position: relative;
 border-radius: var(--radius-md);
 flex-direction: column;
 }
.themed-hero-main .slot-img {
 aspect-ratio: 16/9;
 font-size: 24px;
 }
.themed-hero-main .slot-info {
 padding: 18px 20px;
 }
.themed-hero-main .slot-name {
 font-size: 18px;
 }
.themed-hero-main .slot-desc {
 display: -webkit-box !important;
 }
.themed-hero-side {
 display: grid;
 grid-template-rows: repeat(3, 1fr);
 gap: 12px;
 }
.themed-hero-side .slot-card {
 display: grid;
 grid-template-columns: 100px 1fr;
 }
.themed-hero-side .slot-img {
 font-size: 11px;
aspect-ratio: 1;
 }
.themed-hero-side .slot-info {
 padding: 10px 14px;
 flex-direction: column;
 justify-content: center;
 display: flex;
 }
.themed-hero-side .slot-name {
 font-size: 13px;
 }
.themed-hero-side .slot-cta {
 margin-top: 6px;
 font-size: 11px;
padding: 5px 10px;
 }
/* ============== ARTICLE TEXT (для {
TEXT}
) ============== */._jtuUMiZDm {
 margin: 0 auto;
max-width: 880px;
padding: 56px 0;
 }
._jtuUMiZDm h1 {
 font-size: clamp(28px, 4vw, 40px);
 margin-bottom: 24px;
 }
._jtuUMiZDm h1 ._EGVkjMMDYL, ._jtuUMiZDm h2 ._EGVkjMMDYL, ._jtuUMiZDm h3 ._EGVkjMMDYL {
 color: var(--accent);
 }
._jtuUMiZDm h2 {
 margin: 32px 0 16px;
font-size: clamp(22px, 2.8vw, 30px);
 }
._jtuUMiZDm h3 {
 font-size: 20px;
 margin: 24px 0 12px;
 color: var(--accent);
 }
._jtuUMiZDm p {
 color: var(--text-secondary);
 line-height: 1.75;
margin-bottom: 16px;
 font-size: 16px;
 }
._jtuUMiZDm ul, ._jtuUMiZDm ol {
 padding-left: 22px;
 margin-bottom: 18px;
 }
._jtuUMiZDm li {
 margin-bottom: 8px;
 color: var(--text-secondary);
 }
._jtuUMiZDm a {
 color: var(--accent);
 }
._jtuUMiZDm a:hover {
 text-decoration: underline;
 }
._OGAjGsUIDMK {
 padding: 16px 24px;
 color: var(--text-dim);
 margin: 0 auto 30px;
 text-align: center;
 font-size: 13px;
 border-top: 1px solid var(--border-subtle);
 max-width: 880px;
 padding-top: 16px;
 }
._OGAjGsUIDMK span {
 color: var(--text-muted);
 }
/* ============== CTA BANNERS ============== */._vXrSqRzN {
 border: 1px solid var(--accent);
 display: flex;
 padding: 32px 32px;
 align-items: center;
margin: 48px auto;
 justify-content: space-between;
 max-width: var(--container-width);
 border-radius: var(--radius-lg);
 background: linear-gradient(135deg, var(--bg-card), var(--bg-section));
 gap: 24px;
 overflow: hidden;
 flex-wrap: wrap;
 position: relative;
 }
._vXrSqRzN::before {
 filter: blur(80px);
 height: 300px;
 background: var(--accent-glow);
 position: absolute;
 border-radius: 50%;
 top: -100px;
content: '';
 width: 300px;
 right: -100px;
 opacity: 0.4;
 }
._inpEsrm {
 z-index: 1;
 min-width: 280px;
 flex: 1;
position: relative;
 }
._gsrAXGpZRWu {
 font-size: 24px;
font-family: var(--font-display);
 margin-bottom: 6px;
 font-weight: 700;
 }
._gsrAXGpZRWu ._EGVkjMMDYL {
 color: var(--accent);
 }
._ZWofrevVTy {
 color: var(--text-secondary);
 font-size: 15px;
 }
._KMgcFdH {
 z-index: 1;
position: relative;
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
/* ============== TOURNAMENT ============== */._AenGUmudP {
 padding: 60px 0;
 background: var(--bg-section);
 }
._tiGavDxnxi {
 overflow: hidden;
 padding: 32px;
 display: grid;
 border-radius: var(--radius-lg);
 gap: 32px;
 position: relative;
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-section) 100%);
 grid-template-columns: 1fr 1fr;
 border: 1px solid var(--border-strong);
 }
._tiGavDxnxi::before {
 position: absolute;
 opacity: 0.05;
 bottom: -50px;
 font-size: 220px;
content: '🏆';
 right: -30px;
 }
._yVhQtjSJG {
 z-index: 1;
position: relative;
 }
._SjOLUToVy {
 margin-bottom: 14px;
 background: var(--accent-soft);
 color: var(--accent);
 font-weight: 700;
 font-size: 11px;
 text-transform: uppercase;
 border-radius: 999px;
 gap: 6px;
 align-items: center;
 padding: 4px 10px;
 letter-spacing: 0.5px;
display: inline-flex;
 }
._sighRmuunrA {
 margin-bottom: 8px;
 font-weight: 700;
font-family: var(--font-display);
 font-size: 28px;
 }
._rzXTtMiRKht {
 color: var(--text-secondary);
 margin-bottom: 24px;
 }
._hVJhlFFbId {
 margin-bottom: 4px;
 color: var(--accent);
 font-size: 36px;
font-family: var(--font-display);
 font-weight: 800;
 line-height: 1;
 }
._nIjCmwASLR {
 margin-bottom: 24px;
 text-transform: uppercase;
 letter-spacing: 1px;
color: var(--text-muted);
font-size: 12px;
 }
._BdNtwvDa {
 gap: 10px;
display: flex;
 margin-bottom: 28px;
 flex-wrap: wrap;
 }
._UawvFPGcB {
 padding: 12px 16px;
 border-radius: var(--radius-md);
 text-align: center;
 min-width: 70px;
background: var(--bg-base);
 border: 1px solid var(--border-strong);
 }
._HtvBGCr {
 font-size: 24px;
 color: var(--accent);
 font-weight: 700;
 line-height: 1;
font-family: var(--font-display);
 }
._cFPIfOsPmeh {
 margin-top: 4px;
 letter-spacing: 1px;
 color: var(--text-muted);
font-size: 10px;
 text-transform: uppercase;
 }
._CitLSxCoHga {
 z-index: 1;
position: relative;
 background: var(--bg-base);
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
 padding: 18px 22px;
 }
._xqhgNvm {
 margin-bottom: 14px;
 text-transform: uppercase;
 color: var(--text-muted);
font-size: 13px;
 letter-spacing: 1px;
 }
.leaderboard-row {
 gap: 12px;
 border-bottom: 1px solid var(--border-subtle);
 padding: 10px 0;
 align-items: center;
display: grid;
 grid-template-columns: 32px 1fr auto;
 }
.leaderboard-row:last-child {
 border-bottom: none;
 }
.lb-pos {
 font-family: var(--font-display);
 text-align: center;
 font-weight: 700;
 color: var(--text-muted);
 font-size: 14px;
 }
.lb-pos.top1 {
 color: #fbbf24;
 }
.lb-pos.top2 {
 color: #cbd5e1;
 }
.lb-pos.top3 {
 color: #d97706;
 }
.lb-name {
 font-size: 14px;
 font-weight: 500;
 color: var(--text-primary);
 }
.lb-prize {
 font-weight: 700;
font-family: var(--font-display);
 color: var(--accent);
 font-size: 14px;
 }
/* ============== REVIEWS ============== */._VEOLtutwuA {
 padding: 60px 0;
 }
._oBfSnETDxKT {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 16px;
 }
.review-card {
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
 padding: 22px;
 transition: border-color 0.15s;
background: var(--bg-card);
 }
.review-card:hover {
 border-color: var(--accent);
 }
.review-head {
 align-items: center;
display: flex;
 gap: 12px;
 margin-bottom: 14px;
 }
.review-avatar {
 height: 40px;
 color: white;
 border-radius: 50%;
 display: flex;
 font-weight: 700;
 align-items: center;
width: 40px;
 flex-shrink: 0;
 font-size: 16px;
 justify-content: center;
 }
.review-meta {
 flex: 1;
 }
.review-name {
 font-size: 14px;
font-weight: 600;
 color: var(--text-primary);
 }
.review-date {
 color: var(--text-muted);
font-size: 12px;
 }
.review-stars {
 letter-spacing: 1px;
color: var(--accent);
 margin-bottom: 12px;
 font-size: 14px;
 }
.review-stars .empty {
 color: var(--text-dim);
 }
.review-text {
 line-height: 1.6;
 font-size: 14px;
color: var(--text-secondary);
 }
/* ============== FAQ ============== */._szelPhZ {
 padding: 60px 0;
 background: var(--bg-section);
 }
._XKooRHd {
 margin: 0 auto;
max-width: 880px;
 }
.faq-item {
 border: 1px solid var(--border-subtle);
 margin-bottom: 10px;
 transition: border-color 0.15s;
 border-radius: var(--radius-md);
background: var(--bg-card);
 overflow: hidden;
 }
.faq-item.open {
 border-color: var(--accent);
 }
.faq-q {
 justify-content: space-between;
width: 100%;
 display: flex;
 font-weight: 600;
 align-items: center;
 font-family: var(--font-display);
 font-size: 16px;
 background: none;
 padding: 18px 22px;
 cursor: pointer;
 border: none;
 text-align: left;
 color: var(--text-primary);
 }
.faq-q:hover {
 background: var(--bg-card-hover);
 }
.faq-icon {
 height: 28px;
width: 28px;
 transition: transform 0.2s;
 color: var(--accent);
 font-weight: 700;
 align-items: center;
 border-radius: 50%;
 justify-content: center;
 background: var(--accent-soft);
 margin-left: 12px;
 flex-shrink: 0;
 display: flex;
 }
.faq-item.open .faq-icon {
 transform: rotate(45deg);
 }
.faq-a {
 max-height: 0;
 transition: max-height 0.3s ease;
 overflow: hidden;
 }
.faq-item.open .faq-a {
 max-height: 600px;
 }
.faq-a-inner {
 color: var(--text-secondary);
 font-size: 15px;
 line-height: 1.65;
padding: 0 22px 20px;
 }
/* ============== FINAL CTA + FOOTER ============== */._OlgfEOm {
 background: radial-gradient(ellipse 80% 60% at 50% 50%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 text-align: center;
padding: 80px 0;
 }
._OlgfEOm h2 {
 margin-bottom: 12px;
font-size: clamp(28px, 4vw, 42px);
 }
._OlgfEOm h2 ._EGVkjMMDYL {
 color: var(--accent);
 }
._dPdPdCOhE {
 margin-bottom: 28px;
color: var(--text-secondary);
 font-size: 16px;
 }
._nfSeTOEpi {
 padding: 48px 0 24px;
 border-top: 1px solid var(--border-subtle);
background: var(--bg-section);
 font-size: 14px;
 }
.footer-grid {
 grid-template-columns: 1.4fr repeat(3, 1fr);
 gap: 40px;
 margin-bottom: 36px;
display: grid;
 }
.footer-col h4 {
 text-transform: uppercase;
 margin-bottom: 14px;
 color: var(--text-primary);
 font-size: 14px;
 letter-spacing: 1px;
font-family: var(--font-display);
 }
.footer-col ul {
 list-style: none;
 }
.footer-col li {
 margin-bottom: 8px;
 }
.footer-col a {
 color: var(--text-muted);
 transition: color 0.15s;
 }
.footer-col a:hover {
 color: var(--accent);
 }
.footer-about {
 color: var(--text-muted);
 line-height: 1.7;
 }
.footer-bottom {
 align-items: center;
 font-size: 12px;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 12px;
 display: flex;
padding-top: 24px;
 border-top: 1px solid var(--border-subtle);
 color: var(--text-dim);
 }
.age-badge {
 align-items: center;
 gap: 6px;
 color: var(--text-muted);
display: inline-flex;
 }
.age-circle {
 height: 24px;
 font-weight: 700;
 border-radius: 50%;
 display: flex;
 border: 2px solid var(--text-muted);
width: 24px;
 font-size: 10px;
 align-items: center;
 justify-content: center;
 }
/* ============== STICKY ELEMENTS ============== */.sticky-play {
 padding: 14px 24px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 8px 24px var(--accent-glow);
 font-weight: 700;
 font-size: 14px;
position: fixed;
 color: var(--bg-base);
 bottom: 24px;
 align-items: center;
 z-index: 90;
 font-family: var(--font-display);
 border-radius: 999px;
 gap: 8px;
 transition: transform 0.2s;
 right: 24px;
 display: flex;
 }
.sticky-play:hover {
 transform: translateY(-3px) scale(1.04);
 }
.sticky-play::before {
 content: '▶';
 font-size: 12px;
 }
._enKKWpYCp {
 border: 2px solid var(--accent);
 right: 24px;
 font-size: 22px;
 box-shadow: 0 6px 20px rgba(0,0,0,0.3);
 width: 56px;
 bottom: 92px;
 color: var(--accent);
 background: var(--bg-card);
 border-radius: 50%;
 display: flex;
 transition: transform 0.2s, background 0.2s;
 align-items: center;
 justify-content: center;
 height: 56px;
 z-index: 90;
position: fixed;
 }
._enKKWpYCp:hover {
 transform: scale(1.1);
 background: var(--accent-soft);
 }
._DgSMWbbtkhm {
 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);
 }
._zwmUkpUWiAj {
 overflow: hidden;
 border-radius: var(--radius-lg);
position: fixed;
 background: var(--bg-card);
 box-shadow: 0 12px 40px rgba(0,0,0,0.5);
 opacity: 0;
 pointer-events: none;
 right: 24px;
 z-index: 95;
 border: 1px solid var(--border-strong);
 width: 320px;
 transition: all 0.25s ease;
 bottom: 92px;
 transform: translateY(20px) scale(0.95);
 }
._zwmUkpUWiAj.open {
 opacity: 1;
 pointer-events: auto;
transform: translateY(0) scale(1);
 }
._YNoKIszT {
 padding: 16px 18px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 color: var(--bg-base);
 }
._nYVDwoeKN {
 font-size: 16px;
font-family: var(--font-display);
 margin-bottom: 2px;
 font-weight: 700;
 }
._JuFiIqYZ {
 gap: 6px;
 display: flex;
font-size: 12px;
 align-items: center;
 }
._JuFiIqYZ::before {
 background: white;
 width: 8px;
 border-radius: 50%;
 height: 8px;
content: '';
 animation: pulse 1.5s infinite;
 }
._dihNpwLaZ {
 padding: 18px;
 }
._dihNpwLaZ p {
 margin-bottom: 14px;
 color: var(--text-secondary);
font-size: 14px;
 }
._bIqnWWi {
 flex-direction: column;
 gap: 8px;
display: flex;
 }
._KUYbuGJR {
 color: var(--text-primary);
 display: flex;
padding: 10px 14px;
 background: var(--bg-section);
 text-align: left;
 gap: 10px;
 font-size: 14px;
 border: 1px solid var(--border-strong);
 align-items: center;
 border-radius: var(--radius-md);
 }
._KUYbuGJR:hover {
 border-color: var(--accent);
 }
/* ============== MODULE1/MODULE2 (городские/игровые выигрыши — для совместимости) ============== */._ouwGTqj, .module2 {
 padding: 20px 24px;
max-width: var(--container-width);
 border: 1px solid var(--border-subtle);
 margin: 24px auto;
 border-radius: var(--radius-md);
 background: var(--bg-card);
 }
._ouwGTqj .module2_1_title, .module2 .module2_1_title {
 letter-spacing: 1px;
 font-weight: 600;
 margin-bottom: 12px;
 text-transform: uppercase;
font-family: var(--font-display);
 font-size: 14px;
 color: var(--text-muted);
 }
._ouwGTqj > div > div, .module2 > div > div {
 background: var(--bg-section);
 font-size: 12px;
 margin: 4px 6px 4px 0;
 color: var(--text-secondary);
 border-radius: 999px;
 border: 1px solid var(--border-subtle);
display: inline-block;
 padding: 4px 12px;
 }
/* ============== RESPONSIVE ============== */@media (max-width: 1024px) {
  ._VvMovCri {
 grid-template-columns: 1fr;
 }
  ._UCYpbQfv {
 max-width: 360px;
order: -1;
 margin: 0 auto;
 }
  ._FaGSbDq {
 grid-template-columns: repeat(2, 1fr);
 }
  ._ZnvTSeSLyX {
 grid-template-columns: repeat(3, 1fr);
 }
  ._oBfSnETDxKT {
 grid-template-columns: repeat(2, 1fr);
 }
  ._tiGavDxnxi {
 grid-template-columns: 1fr;
 }
  .themed-hero {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 720px) {
  ._fctcFvGBfG {
 padding: 0 16px;
 }
  .header-inner {
 padding: 12px 16px;
 }
  ._VdPoPqqAk {
 display: none;
 }
  ._MxNAhrZeE ._PRodReYae {
 display: none;
 }
  ._UhriDOfbTr {
 padding: 50px 0 40px;
 }
  ._hBCortAm {
 gap: 16px;
 padding: 12px;
flex-wrap: wrap;
 }
  ._txKkzGP {
 flex-direction: column;
 }
  ._txKkzGP ._LYlvEig {
 width: 100%;
 }
  ._FaGSbDq {
 grid-template-columns: 1fr 1fr;
 gap: 12px;
 }
  .stat-icon {
 height: 80px;
width: 80px;
 }
  .stat-num {
 font-size: 22px;
 }
  ._ZnvTSeSLyX {
 grid-template-columns: 1fr 1fr;
 gap: 10px;
 }
  ._oBfSnETDxKT {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr;
 }
  ._mBoMGDD {
 padding: 44px 0;
 }
  ._IvUFfNzl {
 gap: 14px;
flex-direction: column;
 align-items: flex-start;
 }
  ._vXrSqRzN {
 padding: 24px;
 align-items: flex-start;
 flex-direction: column;
 }
  ._tiGavDxnxi {
 padding: 22px;
 }
  ._hVJhlFFbId {
 font-size: 28px;
 }
  ._enKKWpYCp {
 display: none;
 }
  .sticky-play {
 right: 16px;
 padding: 12px 18px;
bottom: 16px;
 }
}
/* ========== УНИКАЛЬНЫЕ LAYOUT-ВАРИАНТЫ (body-классы от JS) ========== *//* hero-o-1: контент по центру */body.hero-o-1 ._VvMovCri {
 margin: 0 auto;
grid-template-columns: 1fr;
 max-width: 720px;
 text-align: center;
 }
body.hero-o-1 ._UCYpbQfv {
 display: none;
 }
body.hero-o-1 ._hBCortAm {
 margin-left: auto;
 margin-right: auto;
 }
body.hero-o-1 ._txKkzGP {
 justify-content: center;
 }
/* hero-o-2: правая ориентация */body.hero-o-2 ._VvMovCri {
 direction: rtl;
 }
body.hero-o-2 ._VvMovCri > * {
 direction: ltr;
 }
/* stats-l-1: 2x2 квадратная сетка */body.stats-l-1 ._FaGSbDq {
 margin: 0 auto;
grid-template-columns: 1fr 1fr;
 max-width: 720px;
 }
body.stats-l-1 .stat-card {
 padding: 38px 24px;
 }
/* stats-l-2: горизонтальная полоса */body.stats-l-2 ._FaGSbDq {
 grid-template-columns: repeat(4, 1fr);
 }
body.stats-l-2 .stat-card {
 align-items: center;
padding: 18px 12px;
 gap: 14px;
 display: flex;
 text-align: left;
 }
body.stats-l-2 .stat-card .stat-icon {
 margin: 0;
 height: 56px;
width: 56px;
 }
body.stats-l-2 .stat-num {
 font-size: 22px;
 }
/* cards-s-1: flat (без теней) */body.cards-s-1 .slot-card {
 box-shadow: none;
 }
body.cards-s-1 .slot-card:hover {
 box-shadow: 0 2px 8px rgba(0,0,0,0.2);
 }
body.cards-s-1 .stat-card {
 box-shadow: none;
 }
/* cards-s-2: glow (свечение по бордеру) */body.cards-s-2 .slot-card {
 border-color: var(--border-strong);
 }
body.cards-s-2 .slot-card:hover {
 box-shadow: 0 0 24px var(--accent-glow);
 }
body.cards-s-2 .stat-card:hover {
 box-shadow: 0 0 24px var(--accent-glow);
 }
/* cards-s-3: outlined (только бордер) */body.cards-s-3 .slot-card {
 border: 2px solid var(--border-strong);
background: transparent;
 }
body.cards-s-3 .stat-card {
 border: 2px solid var(--border-strong);
background: transparent;
 }
/* gradient angle для кнопок */._jDVPLsDnvJY, .sticky-play {
 background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark)) !important;
 }
/* ========== ИНЪЕКЦИИ ВНУТРЬ ТЕКСТА СТАТЬИ ========== */.intext-fact {
  padding: 18px 20px;
  border-radius: var(--radius-md);
display: flex;
 gap: 14px;
 align-items: flex-start;
  background: var(--bg-card);
 border-left: 3px solid var(--accent);
 margin: 28px 0;
}
.intext-fact-icon {
 line-height: 1;
 flex: 0 0 auto;
font-size: 22px;
 }
.intext-fact-text {
 line-height: 1.6;
color: var(--text-2);
 font-size: 15px;
 }
.intext-slot {
  border-radius: var(--radius-lg);
 margin: 32px 0;
display: grid;
 border: 1px solid var(--border-subtle);
 gap: 18px;
 grid-template-columns: 220px 1fr;
  background: var(--bg-card);
 padding: 16px;
  align-items: center;
}
.intext-slot-img {
  font-weight: 700;
 display: flex;
 padding: 12px;
 text-align: center;
  overflow: hidden;
 align-items: center;
  color: white;
 font-size: 14px;
position: relative;
 aspect-ratio: 4/3;
 justify-content: center;
 border-radius: var(--radius-md);
}
.intext-slot-img img {
  width: 100%;
 object-fit: cover;
position: absolute;
 inset: 0;
 height: 100%;
 z-index: 0;
}
.intext-slot-meta {
 padding: 8px 4px;
 }
.intext-slot-eyebrow {
 text-transform: uppercase;
 letter-spacing: 1px;
font-size: 11px;
 color: var(--accent);
 margin-bottom: 8px;
 font-weight: 700;
 }
.intext-slot-name {
 font-family: var(--font-display);
 font-weight: 700;
 font-size: 18px;
 color: var(--text-1);
 margin-bottom: 8px;
 }
.intext-slot-desc {
 color: var(--text-2);
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 12px;
 }
.intext-slot-cta {
  display: inline-flex;
 align-items: center;
 gap: 4px;
  font-weight: 600;
color: var(--accent);
 font-size: 14px;
 text-decoration: none;
}
.intext-slot-cta:hover {
 text-decoration: underline;
 }
.intext-cta {
  border: 1px solid var(--accent);
 padding: 18px 22px;
  border-radius: var(--radius-lg);
display: flex;
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
 margin: 28px 0;
 align-items: center;
 justify-content: space-between;
  flex-wrap: wrap;
 gap: 18px;
}
.intext-cta-text {
 flex: 1;
 font-size: 15px;
 line-height: 1.5;
color: var(--text-1);
 font-weight: 500;
 min-width: 240px;
 }
.intext-cta-btn {
  white-space: nowrap;
background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
  color: white;
  font-weight: 700;
 padding: 10px 20px;
 border-radius: var(--radius-md);
 text-decoration: none;
}
@media (max-width: 700px) {
  .intext-slot {
 grid-template-columns: 1fr;
 }
  .intext-slot-img {
 aspect-ratio: 16/9;
 }
}
/* ========================================================================   НОВЫЕ БЛОКИ: Trust bar, Fact card, Promo timer, CIH-Hub, E-E-A-T,   Comparison table, Slots slider, Sticky CTA bar   ======================================================================== *//* === TRUST SIGNAL BAR === */._gyStGGt {
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding: 12px 0;
  font-size: 13px;
background: linear-gradient(90deg, var(--accent-soft), transparent, var(--accent-soft));
}
._gyStGGt ._fctcFvGBfG {
  gap: 24px;
  align-items: center;
display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
._eGAyVJy {
  white-space: nowrap;
color: var(--text-2);
}
@media (max-width: 700px) {
  ._gyStGGt {
 padding: 10px 0;
 font-size: 12px;
 }
  ._gyStGGt ._fctcFvGBfG {
 gap: 14px;
 }
}
/* === PROMO TIMER BAR === */._DkLcTkz {
  padding: 14px 22px;
display: flex;
  border: 1px solid var(--accent);
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0;
  border-left: 3px solid var(--accent);
  background: linear-gradient(90deg, var(--accent-soft), transparent);
  border-radius: var(--radius-md);
}
._DNfHLzrjn {
  font-weight: 500;
font-size: 14px;
  color: var(--text-1);
}
._lBdlZejMmm {
  border-radius: var(--radius-sm);
  color: var(--accent);
font-size: 22px;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  font-variant-numeric: tabular-nums;
  font-family: var(--font-display);
  border: 1px solid var(--accent);
  font-weight: 800;
  background: var(--bg-card);
}
/* === FACT CARD === */._oIUjExQ {
  padding: 60px 0;
}
._hDcpZRCk {
  background: var(--bg-card);
  padding: 36px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
}
._fpYgQSF {
  font-size: 28px;
font-family: var(--font-display);
  margin: 0 0 28px;
  color: var(--text-1);
}
._eTaHYfyVGN {
  grid-template-columns: repeat(4, 1fr);
display: grid;
  gap: 20px;
}
._ulTtmveA {
  border-radius: var(--radius-md);
  align-items: flex-start;
  padding: 14px;
  border: 1px solid var(--border-subtle);
  gap: 12px;
display: flex;
  background: var(--bg-section);
}
._mQofvzwPKyB {
  flex: 0 0 auto;
  line-height: 1;
font-size: 22px;
}
._wXErDpVuvS {
  gap: 4px;
  min-width: 0;
  flex-direction: column;
display: flex;
}
._MMwvbvu {
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
font-size: 12px;
}
._LpQhZGUVlFR {
  color: var(--text-1);
  font-weight: 600;
  line-height: 1.3;
font-size: 14px;
}
@media (max-width: 900px) {
 ._eTaHYfyVGN {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 480px) {
 ._eTaHYfyVGN {
 grid-template-columns: 1fr;
 }
 ._hDcpZRCk {
 padding: 22px;
 }
 }
/* === CIH-HUB (Analytics) === */._VIBkfhzW {
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
padding: 60px 0;
}
._zInpwfON {
  border: 1px solid var(--border-subtle);
background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
}
._zyZbvHF {
  margin: 0 0 28px;
  color: var(--text-1);
font-family: var(--font-display);
  font-size: 32px;
}
._fHhnsECj {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
  grid-template-columns: repeat(4, 1fr);
}
._KmGnfxA {
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-direction: column;
  padding: 22px 18px;
  border: 1px solid var(--border-subtle);
background: var(--bg-section);
  gap: 6px;
  position: relative;
  display: flex;
}
._KmGnfxA::before {
  content: '';
 left: 0;
  height: 3px;
  position: absolute;
 right: 0;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
  top: 0;
}
._PxePRAxnn {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
}
._UIMxNymQSvf {
  color: var(--text-2);
font-size: 13px;
}
._WTTAHZv {
  text-transform: uppercase;
  margin-top: 4px;
font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--accent);
}
._RapuTBK {
  overflow-x: auto;
  margin-bottom: 32px;
}
._VRfIEDhBXG {
  font-size: 14px;
width: 100%;
  border-collapse: collapse;
}
._VRfIEDhBXG caption {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-2);
text-align: left;
  caption-side: top;
}
._VRfIEDhBXG thead th {
  font-weight: 700;
  text-align: left;
  color: var(--text-1);
  padding: 12px 16px;
  border-bottom: 2px solid var(--border-strong);
background: var(--bg-section);
}
._VRfIEDhBXG tbody th, ._VRfIEDhBXG tbody td {
  text-align: left;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-subtle);
  font-weight: 500;
padding: 12px 16px;
}
._VRfIEDhBXG tbody th {
 color: var(--text-1);
font-weight: 600;
 }
._ZsfqDPcMdQ {
 color: #22c55e;
 font-weight: 600;
 }
._wZqboQDOjs {
  background: var(--bg-section);
  border-radius: var(--radius-md);
display: grid;
  gap: 36px;
  align-items: start;
  grid-template-columns: 200px 1fr;
  padding: 28px;
  border: 1px solid var(--border-subtle);
}
._oDpWLaj {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
._OsvkEda {
  align-items: center;
  justify-content: center;
  width: 160px;
  border-radius: 50%;
  height: 160px;
  position: relative;
  display: flex;
  background: conic-gradient(var(--accent) 0deg, var(--accent) calc(var(--score) * 3.6deg), var(--border-subtle) calc(var(--score) * 3.6deg), var(--border-subtle) 360deg);
--score: 90;
}
._fXOCQpW {
  height: 130px;
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  border-radius: 50%;
  background: var(--bg-card);
width: 130px;
  align-items: center;
}
._WyAFVBh {
  font-weight: 800;
  font-size: 36px;
  color: var(--accent);
font-family: var(--font-display);
  line-height: 1;
}
._xpaWbeDqJT {
  text-transform: uppercase;
  color: var(--text-3);
font-size: 12px;
}
._xtPTqLMUA {
  font-size: 14px;
  color: var(--text-1);
  font-weight: 600;
}
._NfrmtYq {
  gap: 12px;
display: flex;
  flex-direction: column;
  grid-column: 2;
}
._ZyGItSsUaj {
  display: grid;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  grid-template-columns: 140px 1fr 40px;
}
._dNNaeni {
 color: var(--text-2);
 }
._fsXFlsRCG {
  height: 8px;
  background: var(--border-subtle);
  overflow: hidden;
  border-radius: 4px;
}
._piGlTHmd {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
}
._RWuzQFOcBYM {
  font-weight: 700;
  text-align: right;
  color: var(--accent);
}
._djuwwfiP {
  padding-top: 24px;
  border-top: 1px solid var(--border-subtle);
  margin-top: 24px;
grid-column: 1 / -1;
}
._djuwwfiP h4 {
  color: var(--text-1);
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
font-size: 15px;
}
._djuwwfiP p {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
  color: var(--text-2);
}
@media (max-width: 900px) {
  ._fHhnsECj {
 grid-template-columns: repeat(2, 1fr);
 }
  ._wZqboQDOjs {
 grid-template-columns: 1fr;
 }
  ._NfrmtYq {
 grid-column: 1;
 }
  ._zInpwfON {
 padding: 24px;
 }
  ._zyZbvHF {
 font-size: 24px;
 }
}
/* === E-E-A-T AUTHOR BLOCK === */._EGmzgRmz {
  border-radius: var(--radius-md);
  margin: 32px 0;
  padding: 24px 28px;
background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-left: 3px solid var(--accent);
}
._oCSGOQJjHtv {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
  justify-content: space-between;
display: flex;
}
._KuxEkjK {
  border-radius: var(--radius-sm);
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 12px;
  letter-spacing: 0.5px;
  font-size: 12px;
background: var(--accent);
}
._iSkwzRD {
  color: var(--text-3);
font-size: 13px;
}
._CNwPvFzN {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: center;
}
._MeYzfaVZFB {
  height: 64px;
  font-size: 26px;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
  justify-content: center;
  font-family: var(--font-display);
width: 64px;
  font-weight: 700;
  display: flex;
  color: white;
}
._nmFjdWnS {
  gap: 2px;
display: flex;
  min-width: 0;
  flex-direction: column;
}
._HklfqfTIaD {
  font-size: 17px;
  color: var(--text-1);
  font-weight: 700;
}
._SFobvhMAs {
  color: var(--text-2);
font-size: 13px;
}
._pQESupt {
  color: var(--accent);
  margin-top: 4px;
font-size: 12px;
}
._fBfpaKm p {
  line-height: 1.6;
font-size: 14px;
  color: var(--text-2);
  margin: 0 0 14px;
}
._aKkgirfcj {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  gap: 8px;
}
._aKkgirfcj li {
  padding: 5px 10px;
  font-size: 12px;
background: var(--bg-section);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
  color: var(--text-2);
}
._JRAHqxnJZhY {
  font-size: 12px;
display: flex;
  gap: 8px;
  border-top: 1px solid var(--border-subtle);
  color: var(--text-3);
  align-items: center;
  padding-top: 12px;
}
._tDchShcu {
  font-weight: 700;
color: var(--accent);
}
/* === TOC NAV === */.toc-nav {
  padding: 18px 22px;
  border: 1px solid var(--border-subtle);
  background: var(--bg-section);
  border-radius: var(--radius-md);
margin: 24px 0;
}
._GCmgLakGoK {
  margin-bottom: 10px;
font-size: 13px;
  color: var(--text-1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}
._xckcKxvPaR {
  display: flex;
list-style: none;
  gap: 6px;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
._xckcKxvPaR li {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
._xckcKxvPaR ._CNJFvMa {
  font-size: 12px;
  min-width: 22px;
color: var(--text-3);
}
._xckcKxvPaR a {
  text-decoration: none;
color: var(--accent);
  font-size: 14px;
}
._xckcKxvPaR a:hover {
 text-decoration: underline;
 }
/* === COMPARISON TABLE === */._SeCKmsyuo {
  padding: 60px 0;
}
._URXntst {
  padding: 24px;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
overflow-x: auto;
}
._CTLhXSHnzi {
  font-size: 14px;
width: 100%;
  border-collapse: collapse;
}
._CTLhXSHnzi thead {
  background: var(--bg-section);
}
._CTLhXSHnzi thead th {
  color: var(--text-1);
  border-bottom: 2px solid var(--border-strong);
  font-weight: 700;
padding: 14px 16px;
  text-align: left;
}
._CTLhXSHnzi tbody td {
  padding: 12px 16px;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-subtle);
}
._CTLhXSHnzi tbody tr:hover {
  background: var(--bg-section);
}
._CTLhXSHnzi tbody td:first-child {
  color: var(--text-1);
font-weight: 600;
}
/* === SLOTS HORIZONTAL SLIDER === */._iESPfjkkPaC {
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
padding: 60px 0;
  overflow: hidden;
}
._TYixlicFNJ {
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 14px;
  justify-content: space-between;
display: flex;
}
._SYRXhcIt {
  margin: 0;
  font-size: 28px;
font-family: var(--font-display);
  color: var(--text-1);
}
._ipeqiLixnp {
  font-weight: 600;
  font-size: 14px;
color: var(--accent);
  text-decoration: none;
}
._ipeqiLixnp:hover {
 text-decoration: underline;
 }
._pImOccD {
  margin: 0 -24px;
  padding: 12px 0;
position: relative;
  overflow: hidden;
}
._pImOccD::before,._pImOccD::after {
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  width: 80px;
  pointer-events: none;
content: '';
}
._pImOccD::before {
 left: 0;
 background: linear-gradient(90deg, var(--bg-base), transparent);
 }
._pImOccD::after {
 background: linear-gradient(-90deg, var(--bg-base), transparent);
right: 0;
 }
._bCFfuBpXn {
  width: max-content;
  animation: slots-scroll 60s linear infinite;
display: flex;
  gap: 14px;
}
._bCFfuBpXn:hover {
 animation-play-state: paused;
 }
._bCFfuBpXn .slot-mini {
  display: flex;
  align-items: center;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  font-weight: 700;
width: 180px;
  justify-content: center;
  color: white;
  height: 130px;
  position: relative;
  border-radius: var(--radius-md);
  flex: 0 0 auto;
  padding: 10px;
}
._bCFfuBpXn .slot-mini img {
  position: absolute;
  object-fit: cover;
  width: 100%;
 inset: 0;
 height: 100%;
}
._bCFfuBpXn .slot-mini span {
  z-index: 1;
position: relative;
}
._bCFfuBpXn .slot-mini::after {
  background: rgba(0,0,0,0.6);
  opacity: 0;
  inset: 0;
  transition: opacity 0.2s;
  z-index: 2;
content: '▶';
  display: flex;
  font-size: 24px;
  position: absolute;
  justify-content: center;
  color: white;
  align-items: center;
}
._bCFfuBpXn .slot-mini:hover::after {
 opacity: 1;
 }
@keyframes slots-scroll {
  from {
 transform: translateX(0);
 }
  to {
 transform: translateX(-50%);
 }
}
._asDherSJF {
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 16px;
display: flex;
  align-items: center;
}
._aIwVcUEcbn {
  font-size: 13px;
color: var(--text-3);
}
/* === STICKY CTA BAR (внизу) === */.sticky-cta-bar {
  position: fixed;
  padding: 12px 16px;
  transition: transform 0.4s ease 0.5s;
  border-top: 1px solid var(--accent);
  justify-content: center;
  background: var(--bg-card);
 right: 0;
  align-items: center;
  bottom: 0;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.4);
  z-index: 95;
 left: 0;
  gap: 14px;
  flex-wrap: wrap;
  display: flex;
  transform: translateY(100%);
}
.sticky-cta-bar.visible {
  transform: translateY(0);
}
.sticky-cta-bar.hidden {
  transform: translateY(100%);
}
.scb-text {
  font-weight: 500;
  min-width: 220px;
  text-align: center;
  font-size: 14px;
  flex: 1;
color: var(--text-1);
}
.scb-btn {
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
  font-weight: 700;
  color: white;
  white-space: nowrap;
  padding: 10px 22px;
  text-decoration: none;
  border-radius: var(--radius-md);
}
.scb-close {
  cursor: pointer;
  color: var(--text-2);
  font-size: 14px;
 height: 28px;
  line-height: 1;
  border: 1px solid var(--border-subtle);
  border-radius: 50%;
width: 28px;
  background: transparent;
}
.scb-close:hover {
 border-color: var(--accent);
color: var(--text-1);
 }
/* === FOOTER UPGRADES === */._EaptDFQpoQ {
  padding: 40px 0 30px;
}
._nBzXyWshC {
  font-family: var(--font-display);
  color: var(--text-1);
  margin: 0 0 20px;
  font-size: 22px;
}
._fPyOiAN {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
._NXgdxqtvC {
  align-items: flex-start;
  padding: 16px;
display: flex;
  border: 1px solid var(--border-subtle);
  gap: 14px;
  transition: border-color 0.2s, background 0.2s;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  text-decoration: none;
}
._NXgdxqtvC:hover {
  border-color: var(--accent);
  background: var(--bg-card-hover);
}
._LTePixtEPbQ {
  line-height: 1;
  flex: 0 0 auto;
font-size: 26px;
}
._nbZpDiIpMie {
  flex-direction: column;
display: flex;
  flex: 1;
  min-width: 0;
  gap: 4px;
}
._AAcctuV {
  font-weight: 700;
font-size: 15px;
  color: var(--text-1);
}
._CqDDlwDNf {
  line-height: 1.4;
color: var(--text-3);
font-size: 12px;
}
._tcsRtnbWCE {
  white-space: nowrap;
  margin-top: 2px;
font-size: 11px;
  align-self: flex-start;
  color: var(--accent);
  font-weight: 600;
}
._KpoRDYfOiCB {
  grid-template-columns: repeat(3, 1fr);
display: grid;
  border-top: 1px solid var(--border-subtle);
  gap: 18px;
  padding: 30px 0;
}
._yIXXSvaKQ h4 {
  color: var(--text-1);
  margin: 0 0 8px;
  font-weight: 700;
font-size: 14px;
}
._yIXXSvaKQ p {
  margin: 0;
  color: var(--text-3);
font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 700px) {
 ._KpoRDYfOiCB {
 grid-template-columns: 1fr;
 }
 }
._gpDPTXC {
  padding: 20px 0;
  border-top: 1px solid var(--border-subtle);
}
._ORRHiIsSi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}
._SCxQRWuCl {
  display: flex;
  flex-direction: column;
}
._PSVXnrFvMj {
  font-weight: 700;
font-family: var(--font-display);
  color: var(--text-1);
  font-size: 17px;
}
._dsRAqoX {
  color: var(--text-3);
font-size: 12px;
}
._FenbBqmtU {
  flex: 1;
  min-width: 240px;
  color: var(--text-3);
font-size: 12px;
}
._FenbBqmtU p {
 margin: 2px 0;
 }
._JTEMwcKGIL {
 opacity: 0.8;
font-size: 11px;
 }
._IPSzcwkiff {
  flex-wrap: wrap;
  gap: 8px;
display: flex;
}
._DpIkIFxJ {
  font-size: 11px;
  color: var(--text-2);
  border: 1px solid var(--border-subtle);
background: var(--bg-card);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}
._VwyICfQGOZ a {
  color: var(--accent);
  font-size: 13px;
  text-decoration: none;
}
/* ========================================================================   8 ОСЕЙ СТРУКТУРНОЙ УНИКАЛЬНОСТИ   hero(6) × header(4) × btn(6) × card(8) × cta(5) × table(5) × sh(5) × badge(4)   = 1.2 МЛН структурных комбинаций × палитры × шрифты × радиусы × layouts   ======================================================================== *//* ========== HERO ВАРИАНТЫ (6 структурных вариантов) ========== *//* hero-v-1: классический split (default) — текст слева, виджет справа */body.hero-v-1 ._VvMovCri {
 grid-template-columns: 1.4fr 1fr;
 gap: 60px;
 }
/* hero-v-2: всё по центру, без правого виджета, БОЛЬШАЯ типографика */body.hero-v-2 ._VvMovCri {
 grid-template-columns: 1fr;
 margin: 0 auto;
max-width: 880px;
 text-align: center;
 }
body.hero-v-2 ._UCYpbQfv {
 display: none;
 }
body.hero-v-2 ._hBCortAm {
 margin-left: auto;
justify-content: center;
 margin-right: auto;
 }
body.hero-v-2 ._txKkzGP {
 justify-content: center;
 }
body.hero-v-2 ._UhriDOfbTr h1 {
 font-size: clamp(40px, 6vw, 72px);
 }
/* hero-v-3: full-bleed с большим оверлеем, текст внизу */body.hero-v-3 ._UhriDOfbTr {
 min-height: 70vh;
 align-items: flex-end;
padding: 100px 0 60px;
 display: flex;
 }
body.hero-v-3 ._UhriDOfbTr::before {
 content:'';
 pointer-events:none;
 position:absolute;
 background: radial-gradient(ellipse at top, var(--accent-soft), transparent 60%);
 inset:0;
 }
body.hero-v-3 ._VvMovCri {
 align-items: end;
 gap: 40px;
grid-template-columns: 1fr 1fr;
 }
body.hero-v-3 ._UhriDOfbTr h1 {
 line-height: 1.05;
font-size: clamp(36px, 5.5vw, 64px);
 }
/* hero-v-4: stacked (текст вверху, виджет снизу — для мобилок) */body.hero-v-4 ._VvMovCri {
 gap: 40px;
grid-template-columns: 1fr;
 }
body.hero-v-4 ._UCYpbQfv {
 margin: 0 auto;
 width: 100%;
max-width: 720px;
 }
body.hero-v-4 .hero-info {
 text-align: center;
 }
body.hero-v-4 ._hBCortAm {
 justify-content: center;
 }
/* hero-v-5: асимметрия со скосом */body.hero-v-5 ._UhriDOfbTr {
 background: linear-gradient(135deg, var(--bg-base) 0%, var(--bg-base) 60%, var(--accent-soft) 60%, var(--accent-soft) 100%);
 }
body.hero-v-5 ._VvMovCri {
 grid-template-columns: 1.5fr 1fr;
 gap: 50px;
 }
body.hero-v-5 ._UhriDOfbTr h1 {
 border-left: 4px solid var(--accent);
padding-left: 14px;
 }
/* hero-v-6: минимальный — только заголовок и CTA */body.hero-v-6 ._UhriDOfbTr {
 padding: 60px 0 40px;
 }
body.hero-v-6 ._VvMovCri {
 text-align: center;
 gap: 24px;
 max-width: 700px;
 margin: 0 auto;
grid-template-columns: 1fr;
 }
body.hero-v-6 ._UCYpbQfv, body.hero-v-6 ._hBCortAm {
 display: none;
 }
body.hero-v-6 ._UitTvWZUnY {
 margin: 0 auto;
 }
body.hero-v-6 ._txKkzGP {
 justify-content: center;
 }
/* ========== HEADER ВАРИАНТЫ (4 структурных) ========== *//* hd-v-1: классика — brand left, nav center, btns right */body.hd-v-1 .header-inner {
 align-items: center;
 grid-template-columns: auto 1fr auto;
display: grid;
 gap: 32px;
 }
/* hd-v-2: brand center, nav под ним, btns в правом верхнем углу */body.hd-v-2 ._HwPhvpiHi {
 padding: 16px 0 0;
 }
body.hd-v-2 .header-inner {
 gap: 14px;
 grid-template-columns: 1fr;
 padding-bottom: 14px;
display: grid;
 }
body.hd-v-2 ._UenPNRT {
 justify-self: center;
 }
body.hd-v-2 ._VdPoPqqAk {
 justify-content: center;
 justify-self: center;
 padding-top: 12px;
 border-top: 1px solid var(--border-subtle);
order: 3;
 width: 100%;
 }
body.hd-v-2 ._MxNAhrZeE {
 top: 16px;
 right: 24px;
position: absolute;
 }
/* hd-v-3: nav слева, brand справа */body.hd-v-3 .header-inner {
 grid-template-columns: 1fr auto auto;
display: grid;
 align-items: center;
 gap: 24px;
 }
body.hd-v-3 ._VdPoPqqAk {
 justify-self: start;
order: 1;
 }
body.hd-v-3 ._UenPNRT {
 justify-self: end;
order: 2;
 }
body.hd-v-3 ._MxNAhrZeE {
 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 ._VdPoPqqAk {
 font-size: 13px;
 }
/* ========== BUTTON ВАРИАНТЫ (6 типов кнопок) ========== *//* btn-v-1: solid (default) */body.btn-v-1 ._LYlvEig {
 border-radius: var(--radius-md);
 }
/* btn-v-2: pill (round) */body.btn-v-2 ._LYlvEig, 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 ._LYlvEig, body.btn-v-3 .scb-btn, body.btn-v-3 .sticky-play {
 border-radius: 0;
 }
/* btn-v-4: outlined primary (заполнение только при ховере) */body.btn-v-4 ._jDVPLsDnvJY {
 color: var(--accent);
 border: 2px solid var(--accent);
background: transparent;
 }
body.btn-v-4 ._jDVPLsDnvJY:hover {
 background: var(--accent);
 color: white;
 }
/* btn-v-5: skewed (диагональный паралелепипед) */body.btn-v-5 ._jDVPLsDnvJY {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._jDVPLsDnvJY > * {
 transform: skewX(8deg);
display: inline-block;
 }
body.btn-v-5 ._PRodReYae {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._PRodReYae > * {
 transform: skewX(8deg);
display: inline-block;
 }
/* btn-v-6: с тенью / шейдером */body.btn-v-6 ._jDVPLsDnvJY {
 box-shadow: 0 4px 14px var(--accent-glow), 0 0 0 1px var(--accent) inset;
 }
body.btn-v-6 ._jDVPLsDnvJY:hover {
 transform: translateY(-2px);
box-shadow: 0 8px 28px var(--accent-glow);
 }
/* ========== SLOT CARD ВАРИАНТЫ (8 структурных моодов) ========== *//* card-v-1: классика — vertical with shadow (default) */body.card-v-1 .slot-card {
 box-shadow: 0 4px 16px rgba(0,0,0,0.2);
 }
body.card-v-1 .slot-card:hover {
 box-shadow: 0 12px 32px rgba(0,0,0,0.3);
transform: translateY(-4px);
 }
/* card-v-2: glassmorphism — размытие + полупрозрачный */body.card-v-2 .slot-card {
  -webkit-backdrop-filter: blur(20px);
background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  backdrop-filter: blur(20px);
}
/* card-v-3: neon glow — светящаяся обводка */body.card-v-3 .slot-card {
 transition: all 0.3s;
 box-shadow: 0 0 0 1px var(--accent), 0 0 24px var(--accent-glow);
border: 1px solid var(--accent);
 }
body.card-v-3 .slot-card:hover {
 box-shadow: 0 0 0 2px var(--accent), 0 0 40px var(--accent-glow);
 }
/* card-v-4: brutalist — толстая чёрная рамка, без скруглений */body.card-v-4 .slot-card {
 box-shadow: 6px 6px 0 var(--accent);
border: 3px solid var(--text-1);
 border-radius: 0;
 }
body.card-v-4 .slot-card:hover {
 box-shadow: 8px 8px 0 var(--accent);
transform: translate(-2px, -2px);
 }
/* card-v-5: premium gold — золотая рамка с градиентом */body.card-v-5 .slot-card {
  border: 1px solid transparent;
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
  background-clip: padding-box;
  position: relative;
}
body.card-v-5 .slot-card::before {
  background: linear-gradient(135deg, #d4a437, var(--accent), #d4a437);
content: '';
  z-index: -1;
 inset: -1px;
 border-radius: inherit;
 position: absolute;
}
/* card-v-6: retro arcade — пиксельная стилистика */body.card-v-6 .slot-card {
 image-rendering: pixelated;
 box-shadow: 4px 4px 0 var(--accent-dark);
border: 2px solid var(--accent);
 }
body.card-v-6 .slot-card .slot-name {
 text-transform: uppercase;
 letter-spacing: 1px;
font-family: 'Russo One', monospace, sans-serif;
 }
/* card-v-7: holographic — радужный градиент по краям */body.card-v-7 .slot-card {
 overflow: hidden;
position: relative;
 }
body.card-v-7 .slot-card::after {
  pointer-events: none;
 inset: 0;
content: '';
  background: linear-gradient(45deg, transparent 30%, rgba(0, 229, 204, 0.1) 40%, rgba(168, 85, 247, 0.1) 50%, rgba(255, 88, 88, 0.1) 60%, transparent 70%);
  background-size: 200% 200%;
 animation: holo 3s ease infinite;
 position: absolute;
}
@keyframes holo {
 0%, 100% {
 background-position: 0% 0%;
 }
 50% {
 background-position: 100% 100%;
 }
 }
/* card-v-8: minimal flat — без теней и обводок */body.card-v-8 .slot-card {
 box-shadow: none;
 background: var(--bg-card);
 border: none;
 }
body.card-v-8 .slot-card:hover {
 background: var(--bg-card-hover);
 }
/* ========== CTA BANNER ВАРИАНТЫ (5 типов) ========== *//* cta-v-1: горизонтальный split (default) */body.cta-v-1 ._vXrSqRzN {
 align-items: center;
 flex-wrap: wrap;
display: flex;
 gap: 24px;
 }
/* cta-v-2: центрированный с большой иконкой */body.cta-v-2 ._vXrSqRzN {
 padding: 40px 24px;
flex-direction: column;
 text-align: center;
 }
body.cta-v-2 ._inpEsrm {
 max-width: 600px;
 }
body.cta-v-2 ._KMgcFdH {
 justify-content: center;
 }
body.cta-v-2 ._vXrSqRzN::before {
 font-size: 56px;
 margin-bottom: 12px;
content: '🎁';
 }
/* cta-v-3: вертикальный stack с фоном-рисунком */body.cta-v-3 ._vXrSqRzN {
  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 ._KMgcFdH {
 display: grid;
 gap: 12px;
 grid-template-columns: 1fr 1fr;
 min-width: 260px;
 }
/* cta-v-5: минимальный — узкая полоса */body.cta-v-5 ._vXrSqRzN {
 gap: 16px;
padding: 16px 22px;
 }
body.cta-v-5 ._gsrAXGpZRWu {
 font-size: 16px;
 }
body.cta-v-5 ._ZWofrevVTy {
 display: none;
 }
/* ========== TABLE ВАРИАНТЫ (5 стилей) ========== *//* tbl-v-1: classic (default) — полосатые строки */body.tbl-v-1 ._VRfIEDhBXG tbody tr:nth-child(odd),body.tbl-v-1 ._CTLhXSHnzi tbody tr:nth-child(odd) {
 background: var(--bg-section);
 }
/* tbl-v-2: minimal — только нижние границы */body.tbl-v-2 ._VRfIEDhBXG, body.tbl-v-2 ._CTLhXSHnzi {
 border: none;
 }
body.tbl-v-2 ._VRfIEDhBXG thead th, body.tbl-v-2 ._CTLhXSHnzi thead th {
 background: transparent;
 border-bottom: 2px solid var(--accent);
 }
body.tbl-v-2 ._VRfIEDhBXG tbody td, body.tbl-v-2 ._CTLhXSHnzi tbody td {
 border-bottom: 1px solid var(--border-subtle);
 }
body.tbl-v-2 ._VRfIEDhBXG tbody tr:hover, body.tbl-v-2 ._CTLhXSHnzi tbody tr:hover {
 background: var(--accent-soft);
 }
/* tbl-v-3: card-style — каждая строка как карточка */body.tbl-v-3 ._VRfIEDhBXG tbody tr, body.tbl-v-3 ._CTLhXSHnzi tbody tr {
  border: 1px solid var(--border-subtle);
 gap: 8px;
 grid-template-columns: repeat(4, 1fr);
  border-radius: var(--radius-md);
  background: var(--bg-card);
 margin-bottom: 8px;
display: grid;
}
body.tbl-v-3 ._VRfIEDhBXG tbody td, body.tbl-v-3 ._CTLhXSHnzi tbody td {
 border: none;
 }
/* tbl-v-4: striped + bold headers */body.tbl-v-4 ._VRfIEDhBXG thead th, body.tbl-v-4 ._CTLhXSHnzi thead th {
  background: var(--accent);
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: white;
}
body.tbl-v-4 ._VRfIEDhBXG tbody tr:nth-child(even),body.tbl-v-4 ._CTLhXSHnzi tbody tr:nth-child(even) {
 background: var(--bg-section);
 }
/* tbl-v-5: borderless + highlighted column */body.tbl-v-5 ._VRfIEDhBXG, body.tbl-v-5 ._CTLhXSHnzi {
 border-collapse: separate;
 border-spacing: 0 4px;
 }
body.tbl-v-5 ._VRfIEDhBXG tbody td:nth-child(2),body.tbl-v-5 ._CTLhXSHnzi tbody td:nth-child(2) {
 color: var(--accent);
background: var(--accent-soft);
 font-weight: 700;
 }
body.tbl-v-5 ._VRfIEDhBXG tbody td, body.tbl-v-5 ._CTLhXSHnzi tbody td {
 border: none;
 }
/* ========== SECTION HEADING ВАРИАНТЫ (5 стилей) ========== *//* sh-v-1: default — eyebrow + h2 + subtitle */body.sh-v-1 ._wzcenWhgDxP {
 margin-bottom: 36px;
 }
/* sh-v-2: с подчёркиванием на акцентной полосе */body.sh-v-2 ._wzcenWhgDxP h2 {
 display: inline-block;
 padding-bottom: 10px;
 border-bottom: 3px solid var(--accent);
 }
/* sh-v-3: горизонтальный bar — eyebrow слева, h2 справа */body.sh-v-3 ._wzcenWhgDxP {
 border-bottom: 1px solid var(--border-subtle);
display: flex;
 align-items: baseline;
 gap: 14px;
 padding-bottom: 14px;
 margin-bottom: 30px;
 flex-wrap: wrap;
 justify-content: space-between;
 }
body.sh-v-3 ._wzcenWhgDxP ._UcEJFSG {
 margin: 0;
 }
body.sh-v-3 ._wzcenWhgDxP ._lUwTHNHfn {
 width: 100%;
 margin: 8px 0 0;
 }
/* sh-v-4: центрированный с декоративными чёрточками вокруг eyebrow */body.sh-v-4 ._wzcenWhgDxP {
 text-align: center;
 max-width: 720px;
 margin: 0 auto 36px;
 }
body.sh-v-4 ._wzcenWhgDxP ._UcEJFSG {
 position: relative;
display: inline-block;
 padding: 0 16px;
 }
body.sh-v-4 ._wzcenWhgDxP ._UcEJFSG::before, body.sh-v-4 ._wzcenWhgDxP ._UcEJFSG::after {
 content: '';
 top: 50%;
 background: var(--accent);
 height: 1px;
 position: absolute;
 width: 30px;
 }
body.sh-v-4 ._wzcenWhgDxP ._UcEJFSG::before {
 right: 100%;
 }
body.sh-v-4 ._wzcenWhgDxP ._UcEJFSG::after {
 left: 100%;
 }
/* sh-v-5: numbered — h2 префиксован крупной цифрой счётчика */body.sh-v-5 main {
 counter-reset: section;
 }
body.sh-v-5 ._wzcenWhgDxP h2 {
 align-items: center;
 gap: 16px;
display: flex;
 }
body.sh-v-5 ._wzcenWhgDxP h2::before {
 color: var(--accent);
 content: counter(section, decimal-leading-zero);
counter-increment: section;
 opacity: 0.5;
 font-family: var(--font-display);
 font-size: 0.6em;
 }
/* ========== BADGE/EYEBROW ВАРИАНТЫ (4 стиля) ========== *//* bd-v-1: default uppercase letterspaced */body.bd-v-1 ._UcEJFSG, body.bd-v-1 ._UitTvWZUnY {
 letter-spacing: 2px;
text-transform: uppercase;
 font-size: 11px;
 }
/* bd-v-2: pill с фоном */body.bd-v-2 ._UcEJFSG, body.bd-v-2 ._UitTvWZUnY {
 color: var(--accent);
 padding: 5px 12px;
 border-radius: 999px;
 font-size: 12px;
display: inline-block;
 background: var(--accent-soft);
 }
/* bd-v-3: с иконкой-точкой слева */body.bd-v-3 ._UcEJFSG::before, body.bd-v-3 ._UitTvWZUnY::before {
 content: '●';
 color: var(--accent);
 animation: pulse 2s ease infinite;
 margin-right: 8px;
 }
/* bd-v-4: декоративная скобка */body.bd-v-4 ._UcEJFSG::before {
 font-weight: bold;
 color: var(--accent);
content: '/ ';
 }
body.bd-v-4 ._UitTvWZUnY::before {
 content: '— ';
 color: var(--accent);
 }
@keyframes pulse {
 0%, 100% {
 opacity: 1;
 }
 50% {
 opacity: 0.4;
 }
 }
/* ========== Reviews card variants (мини, через cards-s) ========== */body.cards-s-1 .review-card {
 box-shadow: none;
 }
body.cards-s-2 .review-card {
 background: rgba(255,255,255,0.02);
 backdrop-filter: blur(8px);
 }
body.cards-s-3 .review-card {
 background: transparent;
 border: 2px dashed var(--border-strong);
 }
/* ========== FAQ accordion variants ========== */body.bd-v-2 .faq-item .faq-icon {
 justify-content: center;
 align-items: center;
 display: inline-flex;
 color: var(--accent);
 width: 26px;
 height: 26px;
 border-radius: 50%;
background: var(--accent-soft);
 }
/* === Адаптивность для всех вариантов === */@media (max-width: 900px) {
  body.hero-v-1 ._VvMovCri, body.hero-v-3 ._VvMovCri, body.hero-v-5 ._VvMovCri {
    grid-template-columns: 1fr !important;
  }
  body.hd-v-3 .header-inner {
 grid-template-columns: 1fr;
 gap: 12px;
 }
  body.hd-v-3 ._VdPoPqqAk, body.hd-v-3 ._UenPNRT, body.hd-v-3 ._MxNAhrZeE {
 justify-self: center;
 }
  body.tbl-v-3 ._VRfIEDhBXG tbody tr, body.tbl-v-3 ._CTLhXSHnzi 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 === */._FAAdSSYQ {
 border-top: 1px solid var(--border-subtle);
padding: 50px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
._otGlzxREM {
 text-align: center;
font-size: 12px;
 margin-bottom: 16px;
 letter-spacing: 1.5px;
 color: var(--text-3);
 text-transform: uppercase;
 }
._pTNivaJmq {
 display: grid;
 gap: 8px;
 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
 }
._iTjzvglS {
 background: var(--bg-card);
 border-radius: var(--radius-sm);
 font-family: var(--font-display);
 border: 1px solid var(--border-subtle);
padding: 14px 16px;
 font-weight: 600;
 color: var(--text-2);
 text-align: center;
 transition: all 0.2s;
 font-size: 13px;
 }
._iTjzvglS:hover {
 color: var(--accent);
border-color: var(--accent);
 }
@media (max-width: 600px) {
 ._pTNivaJmq {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === WHY US === */._CvgTYZToSjj {
 padding: 60px 0;
 }
._xlfNezDnePs {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 18px;
 }
._PnYFEvCsxkb {
 padding: 24px;
 border: 1px solid var(--border-subtle);
 transition: all 0.2s;
background: var(--bg-card);
 border-radius: var(--radius-md);
 }
._PnYFEvCsxkb:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._MYnNuhI {
 display: block;
 margin-bottom: 12px;
font-size: 32px;
 }
._dHPApCUOAa {
 font-family: var(--font-display);
 color: var(--text-1);
 font-size: 17px;
 margin: 0 0 8px;
 }
._NJPEAwwkBPF {
 color: var(--text-2);
font-size: 14px;
 margin: 0;
 line-height: 1.5;
 }
@media (max-width: 900px) {
 ._xlfNezDnePs {
 grid-template-columns: 1fr;
 }
 }
/* === PAYOUT TABLE === */._olYNTkBFMEa {
 padding: 60px 0;
 }
._VzTBFFdd {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._VzTBFFdd thead th {
 text-align: left;
 color: var(--accent);
 font-weight: 700;
 padding: 14px 16px;
background: var(--accent-soft);
 }
._VzTBFFdd tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._VzTBFFdd tbody tr:hover {
 background: var(--bg-card-hover);
 }
._VzTBFFdd tbody td:first-child {
 font-weight: 700;
 color: var(--text-1);
 }
/* === JACKPOT METER === */._sAahtFaoWV {
 background: linear-gradient(180deg, transparent, var(--accent-soft) 50%, transparent);
padding: 60px 0;
 }
._ZKnnntTYVt {
 background: var(--bg-card);
 padding: 40px;
 margin: 0 auto;
 border-radius: var(--radius-lg);
 box-shadow: 0 0 40px var(--accent-glow);
 border: 1px solid var(--accent);
 max-width: 720px;
 text-align: center;
 }
._qaHlUpjE {
 color: var(--accent);
font-size: 13px;
 letter-spacing: 2px;
 margin-bottom: 8px;
 text-transform: uppercase;
 }
._EHEGdiI {
 font-family: var(--font-display);
 color: var(--text-1);
 margin: 0 0 20px;
 font-size: 24px;
 }
._KywaTre {
 margin: 16px 0 24px;
 font-size: clamp(36px, 6vw, 64px);
 font-variant-numeric: tabular-nums;
 font-weight: 800;
font-family: var(--font-display);
 line-height: 1;
 color: var(--accent);
 }
._axGeqNe {
 gap: 14px;
display: grid;
 margin-bottom: 24px;
 grid-template-columns: repeat(3, 1fr);
 }
._IhSproag {
 display: flex;
 flex-direction: column;
 background: var(--bg-section);
 padding: 12px;
 border-radius: var(--radius-sm);
 gap: 4px;
 }
._XUvLjeVd {
 font-size: 16px;
 font-weight: 700;
 color: var(--text-1);
font-family: var(--font-display);
 }
._IyjflMpnf {
 color: var(--text-3);
 text-transform: uppercase;
font-size: 11px;
 letter-spacing: 0.5px;
 }
@media (max-width: 600px) {
 ._axGeqNe {
 grid-template-columns: 1fr;
 }
 ._ZKnnntTYVt {
 padding: 24px;
 }
 }
/* === NEWSLETTER === */._JIMETkcf {
 padding: 60px 0;
 }
._WqiptUOL {
 padding: 36px;
 border-radius: var(--radius-lg);
background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
 border: 1px solid var(--accent);
 }
._kQDmKiJz {
 margin-bottom: 18px;
 }
._EDIULCJcffp {
 font-size: 22px;
 color: var(--text-1);
 margin: 0 0 8px;
font-family: var(--font-display);
 }
._ObQDxDjAi {
 color: var(--text-2);
font-size: 14px;
 margin: 0;
 line-height: 1.5;
 }
._gBotLjpjUIO {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 margin-bottom: 12px;
 }
._WutvxDRxldM {
 min-width: 240px;
flex: 1;
 padding: 12px 16px;
 border-radius: var(--radius-md);
 font-size: 14px;
 color: var(--text-1);
 border: 1px solid var(--border-subtle);
 background: var(--bg-section);
 }
._WutvxDRxldM:focus {
 border-color: var(--accent);
outline: none;
 }
._YDJwyPLof {
 border-radius: var(--radius-md);
 color: white;
padding: 12px 26px;
 border: none;
 font-weight: 700;
 cursor: pointer;
 background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
 font-size: 14px;
 }
._YDJwyPLof:hover {
 transform: translateY(-1px);
 }
._tBcYdoyhk {
 font-size: 12px;
 color: var(--text-3);
 }
/* === AWARDS === */._Bxyqjeebt {
 padding: 50px 0;
 }
._JguazUBtO {
 letter-spacing: 2px;
 font-size: 12px;
 margin-bottom: 20px;
 text-transform: uppercase;
 color: var(--text-3);
text-align: center;
 }
._UJwTHoWht {
 display: grid;
 gap: 14px;
 grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
 }
._CiNSoek {
 padding: 16px;
 border-left: 3px solid var(--accent);
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
background: var(--bg-card);
 }
._mCwHYJCpZ {
 display: block;
 font-size: 20px;
 font-weight: 800;
 color: var(--accent);
 font-family: var(--font-display);
 }
._dFKruGCM {
 margin: 4px 0;
display: block;
 font-weight: 700;
 color: var(--text-1);
 font-size: 14px;
 }
._ScmbmHaVsIW {
 font-size: 12px;
 color: var(--text-3);
 }
/* === TOP WINNERS === */._SMGguTKZnMA {
 padding: 60px 0;
 }
._elmQuexbpLB {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._elmQuexbpLB thead th {
 background: var(--accent);
 letter-spacing: 1px;
 padding: 12px 16px;
 text-transform: uppercase;
 text-align: left;
 font-size: 12px;
 color: white;
 }
._elmQuexbpLB tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._elmQuexbpLB tbody tr:hover {
 background: var(--bg-card-hover);
 }
._elmQuexbpLB .win-cell {
 font-weight: 700;
 color: var(--accent);
 }
._elmQuexbpLB tr.winner-1 {
 background: linear-gradient(90deg, rgba(255, 215, 0, 0.15), transparent);
 }
._elmQuexbpLB tr.winner-2 {
 background: linear-gradient(90deg, rgba(192, 192, 192, 0.15), transparent);
 }
._elmQuexbpLB tr.winner-3 {
 background: linear-gradient(90deg, rgba(205, 127, 50, 0.15), transparent);
 }
/* === HOT GAME === */._tzMRNqVha {
 padding: 60px 0;
 }
._cphOrklvg {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 border-radius: var(--radius-lg);
 grid-template-columns: 320px 1fr;
display: grid;
 gap: 24px;
 align-items: center;
 background: var(--bg-card);
 }
._lOYTTugcGMw {
 aspect-ratio: 4/3;
 overflow: hidden;
 position: relative;
 display: flex;
 font-size: 18px;
 padding: 12px;
 font-weight: 700;
 justify-content: center;
 border-radius: var(--radius-md);
 color: white;
 text-align: center;
 align-items: center;
 }
._lOYTTugcGMw img {
 width: 100%;
 object-fit: cover;
position: absolute;
 inset: 0;
 height: 100%;
 }
._TjqOcCtlwO {
 padding: 8px 0;
 }
._HqeAgWQ {
 font-size: 12px;
 letter-spacing: 1.5px;
 font-weight: 700;
color: var(--accent);
 text-transform: uppercase;
 margin-bottom: 8px;
 }
._BnKQQcYqhBI {
 color: var(--text-1);
 font-size: 26px;
 margin: 0 0 12px;
font-family: var(--font-display);
 }
._dcVEBQzEqQ {
 color: var(--text-2);
 flex-wrap: wrap;
display: flex;
 margin-bottom: 14px;
 gap: 18px;
 font-size: 13px;
 }
._dcVEBQzEqQ strong {
 color: var(--text-1);
 }
._zaMsKnLoV {
 color: var(--text-2);
font-size: 14px;
 margin: 0 0 18px;
 line-height: 1.5;
 }
._BFCCyGhTQd {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
@media (max-width: 700px) {
 ._cphOrklvg {
 grid-template-columns: 1fr;
 }
 }
/* === VIP === */._ZHgtVxY {
 padding: 60px 0;
 }
._AeLyKMQM {
 box-shadow: 0 8px 40px rgba(212, 164, 55, 0.15);
 padding: 40px;
 text-align: center;
 border-radius: var(--radius-lg);
 max-width: 760px;
background: linear-gradient(135deg, #1a1208 0%, var(--bg-card) 60%);
 margin: 0 auto;
 border: 1px solid #d4a437;
 }
._kcSJYJBJujy {
 color: #d4a437;
 letter-spacing: 2px;
 text-transform: uppercase;
 font-size: 13px;
 margin-bottom: 12px;
 }
._JaZkjTdSPTo {
 margin: 0 0 14px;
 font-size: 28px;
font-family: var(--font-display);
 color: var(--text-1);
 }
._FJicTjDjxsD {
 line-height: 1.6;
 color: var(--text-2);
 max-width: 600px;
 margin: 0 auto 22px;
font-size: 15px;
 }
._HTZHLCYoYfB {
 max-width: 540px;
 margin-left: auto;
 gap: 10px;
 padding: 0;
 margin: 0 0 24px;
 grid-template-columns: repeat(2, 1fr);
list-style: none;
 display: grid;
 margin-right: auto;
 }
._HTZHLCYoYfB li {
 border-radius: var(--radius-sm);
 border-left: 2px solid #d4a437;
 color: var(--text-2);
 text-align: left;
 background: rgba(212, 164, 55, 0.06);
font-size: 14px;
 padding: 8px 12px;
 }
@media (max-width: 600px) {
 ._HTZHLCYoYfB {
 grid-template-columns: 1fr;
 }
 ._AeLyKMQM {
 padding: 24px;
 }
 }
/* === CALCULATOR === */._agkLgClOmVL {
 padding: 60px 0;
 }
._cMFIGDmmzu {
 background: var(--bg-card);
 max-width: 640px;
 margin: 0 auto;
 border: 1px solid var(--border-subtle);
 padding: 36px;
 border-radius: var(--radius-lg);
 }
._MkjHtmJ {
 color: var(--accent);
 letter-spacing: 2px;
 text-transform: uppercase;
 margin-bottom: 8px;
 font-size: 12px;
 }
._XFBTtLE {
 font-family: var(--font-display);
 color: var(--text-1);
 margin: 0 0 20px;
 font-size: 24px;
 }
._FXCLsycg {
 gap: 16px;
display: flex;
 flex-direction: column;
 }
._nNdunnYXF {
 flex-direction: column;
 gap: 8px;
display: flex;
 }
._yHmNARU {
 font-weight: 600;
 color: var(--text-2);
font-size: 13px;
 }
._FXCLsycg input {
 border-radius: var(--radius-md);
 font-weight: 700;
color: var(--text-1);
padding: 12px 16px;
 background: var(--bg-section);
 font-size: 18px;
 border: 1px solid var(--border-subtle);
 }
._FXCLsycg input:focus {
 border-color: var(--accent);
outline: none;
 }
._oBteQoIKPix {
 padding: 16px;
background: var(--bg-section);
 border-radius: var(--radius-md);
 }
._KoifSMI {
 font-size: 14px;
 padding: 8px 0;
display: flex;
 justify-content: space-between;
 color: var(--text-2);
 align-items: center;
 }
._KoifSMI strong {
 font-weight: 700;
color: var(--text-1);
 }
._SUnqdvp strong {
 color: var(--accent);
 }
._uZxGRxIP {
 font-weight: 700;
 margin-top: 4px;
 border-top: 1px solid var(--border-subtle);
padding-top: 12px;
 }
._uZxGRxIP strong {
 font-size: 18px;
 }
/* === LIVE ACTIVITY === */._XbzYPKzvzT {
 padding: 30px 0;
 }
._wMCQoFHB {
 gap: 14px;
 grid-template-columns: repeat(4, 1fr);
display: grid;
 }
._jQcyPrSrUBN {
 gap: 4px;
 display: flex;
 flex-direction: column;
 border-radius: var(--radius-md);
background: var(--bg-card);
 border: 1px solid var(--border-subtle);
 padding: 18px;
 align-items: flex-start;
 }
._QuTwHekYdn {
 font-size: 18px;
 }
._hmFwsBZxtCR {
 font-weight: 800;
 font-variant-numeric: tabular-nums;
font-family: var(--font-display);
 color: var(--accent);
 font-size: 22px;
 }
._QxKrTvdrSWV {
 color: var(--text-3);
 text-transform: uppercase;
font-size: 11px;
 letter-spacing: 0.5px;
 }
@media (max-width: 700px) {
 ._wMCQoFHB {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === PROS CONS === */._PowKPyDEsJG {
 padding: 60px 0;
 }
._sQOGfZedW {
 grid-template-columns: repeat(2, 1fr);
display: grid;
 gap: 18px;
 }
._kVroZmPI {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 border-radius: var(--radius-md);
background: var(--bg-card);
 }
._FxYHdlbNJsU {
 border-left: 3px solid #22c55e;
 }
._ezkAwxnSjd {
 border-left: 3px solid #ef4444;
 }
._kVroZmPI h3 {
 color: var(--text-1);
 margin: 0 0 14px;
font-family: var(--font-display);
 font-size: 17px;
 }
._kVroZmPI ul {
 padding: 0;
 gap: 10px;
 flex-direction: column;
 margin: 0;
list-style: none;
 display: flex;
 }
._kVroZmPI li {
 color: var(--text-2);
font-size: 14px;
 padding-left: 22px;
 line-height: 1.5;
 position: relative;
 }
._FxYHdlbNJsU li::before {
 position: absolute;
 left: 0;
content: '✓';
 color: #22c55e;
 font-weight: 700;
 }
._ezkAwxnSjd li::before {
 position: absolute;
content: '−';
 font-weight: 700;
 left: 0;
 color: #ef4444;
 font-size: 18px;
 }
@media (max-width: 700px) {
 ._sQOGfZedW {
 grid-template-columns: 1fr;
 }
 }
/* === SECURITY STRIP === */._xCmJSALVUlh {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
padding: 40px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
._OvBGoXsxb {
 text-transform: uppercase;
 margin-bottom: 18px;
 color: var(--text-3);
 letter-spacing: 2px;
text-align: center;
 font-size: 12px;
 }
._RjyrrJr {
 grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
 gap: 10px;
display: grid;
 }
._guwgoOGvCi {
 font-size: 13px;
display: flex;
 border: 1px solid var(--border-subtle);
 padding: 10px 14px;
 background: var(--bg-card);
 gap: 8px;
 color: var(--text-2);
 border-radius: var(--radius-md);
 align-items: center;
 }
._Psdptrsb {
 font-size: 18px;
 }
/* === METHODS === */._wCCNGhLDNbL {
 padding: 60px 0;
 }
._htSpctA {
 gap: 12px;
display: grid;
 grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
 }
._CBfBkpNBD {
 align-items: center;
background: var(--bg-card);
 border: 1px solid var(--border-subtle);
 padding: 16px;
 gap: 6px;
 display: flex;
 text-align: center;
 border-radius: var(--radius-md);
 transition: all 0.2s;
 flex-direction: column;
 }
._CBfBkpNBD:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._IjtIzrroW {
 font-size: 28px;
 }
._rPFpyWBCaKU {
 font-weight: 700;
 font-size: 13px;
 color: var(--text-1);
 }
._wugSVfJqCY {
 font-size: 11px;
 color: var(--text-3);
 }
/* === STEPS === */._OLdOWOWt {
 padding: 60px 0;
 }
._CqHqsxlo {
 counter-reset: step;
 gap: 18px;
display: grid;
 grid-template-columns: repeat(4, 1fr);
 }
._nSUrQnXERtM {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 border-radius: var(--radius-md);
background: var(--bg-card);
 position: relative;
 }
._rqwVmPcxqRf {
 line-height: 1;
font-family: var(--font-display);
 opacity: 0.3;
 color: var(--accent);
 margin-bottom: 8px;
 font-weight: 800;
 font-size: 36px;
 }
._TCEWMhy {
 font-family: var(--font-display);
 color: var(--text-1);
 font-size: 17px;
 margin: 0 0 8px;
 }
._nbIubCWR {
 margin: 0;
 line-height: 1.5;
 color: var(--text-2);
font-size: 13px;
 }
@media (max-width: 900px) {
 ._CqHqsxlo {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 500px) {
 ._CqHqsxlo {
 grid-template-columns: 1fr;
 }
 }
/* === FOOTER INFO ROW === */._iyJweIjKcaA {
 display: grid;
 padding: 30px 0;
 gap: 24px;
 border-top: 1px solid var(--border-subtle);
 grid-template-columns: repeat(3, 1fr);
 }
._QYEdjrsV h4 {
 font-size: 14px;
 margin: 0 0 12px;
 font-weight: 700;
color: var(--text-1);
 }
._vhQsSYS {
 margin-bottom: 6px;
 color: var(--text-3);
font-size: 13px;
 line-height: 1.5;
 }
._LQJfSEJIBJK {
 color: var(--text-3);
 }
._YWxjhOjj {
 text-decoration: none;
color: var(--accent);
 }
._YWxjhOjj:hover {
 text-decoration: underline;
 }
._jzcFqsrUqML {
 border-radius: 4px;
 font-family: monospace;
 padding: 2px 8px;
background: var(--bg-section);
 font-size: 12px;
 }
@media (max-width: 700px) {
 ._iyJweIjKcaA {
 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%;
 }
  ._fctcFvGBfG {
 padding: 0 20px;
 }
  ._FaGSbDq, ._eTaHYfyVGN, ._wMCQoFHB, ._fHhnsECj {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._ZnvTSeSLyX {
 grid-template-columns: repeat(3, 1fr) !important;
 }
  .footer-grid {
 gap: 24px;
grid-template-columns: 1fr 1fr !important;
 }
  ._VvMovCri, .themed-hero {
 grid-template-columns: 1fr !important;
 }
  ._UJwTHoWht {
 grid-template-columns: repeat(3, 1fr) !important;
 }
}
@media (max-width: 900px) {
  body {
 font-size: 15px;
 }
  ._fctcFvGBfG {
 padding: 0 16px;
 }
    /* Hero */  ._UhriDOfbTr {
 padding: 32px 0 !important;
 }
  .hero-title, h1 {
 line-height: 1.2 !important;
font-size: 28px !important;
 }
  .hero-sub, ._EARqaBag {
 font-size: 15px !important;
 }
    /* Headings */  h2, ._IvUFfNzl h2 {
 font-size: 22px !important;
 line-height: 1.25 !important;
 }
  h3 {
 font-size: 18px !important;
 }
  h4 {
 font-size: 16px !important;
 }
    /* Grids */  ._FaGSbDq, ._eTaHYfyVGN, ._wMCQoFHB, ._fHhnsECj, ._UJwTHoWht {
 gap: 12px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._ZnvTSeSLyX {
 gap: 14px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._htSpctA, ._RjyrrJr, ._pTNivaJmq {
 gap: 12px;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._sQOGfZedW {
 grid-template-columns: 1fr !important;
 }
  .footer-grid, ._KpoRDYfOiCB {
 gap: 20px;
grid-template-columns: 1fr !important;
 }
  .topwin-grid {
 grid-template-columns: 1fr !important;
 }
  ._fPyOiAN {
 grid-template-columns: 1fr 1fr !important;
 gap: 10px !important;
 }
  ._iyJweIjKcaA {
 gap: 18px;
grid-template-columns: 1fr !important;
 }
    /* Tables — horizontal scroll wrapper */  ._VzTBFFdd, ._CTLhXSHnzi, ._VRfIEDhBXG, .leaderboard-table {
 font-size: 13px;
 }
  ._olYNTkBFMEa, ._SeCKmsyuo, ._RapuTBK, ._SMGguTKZnMA .leaderboard-wrap {
    overflow-x: auto;
 -webkit-overflow-scrolling: touch;
  }
  ._VzTBFFdd th, ._VzTBFFdd td, ._CTLhXSHnzi th, ._CTLhXSHnzi td {
 padding: 8px 10px !important;
 white-space: nowrap;
 }
    /* CIH crit row — fixed cols become problematic */  ._ZyGItSsUaj {
 padding: 10px !important;
grid-template-columns: 1fr !important;
 gap: 4px !important;
 }
  ._dNNaeni {
 font-size: 13px;
 }
    /* CTA banners */  ._vXrSqRzN {
 text-align: center;
flex-direction: column !important;
 padding: 18px !important;
 gap: 14px !important;
 }
  ._KMgcFdH {
 flex-direction: column;
 width: 100%;
 }
  ._KMgcFdH ._LYlvEig {
 width: 100%;
 }
    /* Sticky CTA */  .sticky-cta-bar {
 flex-direction: column !important;
 gap: 8px !important;
 padding: 12px 16px !important;
 text-align: center;
 }
  .sticky-cta-bar .scb-text {
 font-size: 13px !important;
 }
  body.scb-pos-3 .sticky-cta-bar {
 right: 12px !important;
 max-width: none !important;
left: 12px !important;
 }
    /* Trust signal bar */  ._gyStGGt {
 padding: 8px 0 !important;
 }
  ._gyStGGt ._fctcFvGBfG {
 gap: 8px 14px !important;
 font-size: 12px !important;
flex-wrap: wrap;
 justify-content: center;
 }
    /* Header — все варианты компактнее */  ._HwPhvpiHi ._QNxkyBsK {
 flex-wrap: wrap;
 gap: 10px !important;
padding: 12px 14px !important;
 }
  ._UenPNRT ._RcvnpNPA {
 font-size: 18px !important;
 }
  ._VdPoPqqAk {
 display: none !important;
 }
 /* nav скрываем на мобиле — заменяем на бургер если нужно */  body.hd-style-2 ._QNxkyBsK,  body.hd-style-3 ._QNxkyBsK,  body.hd-style-4 ._QNxkyBsK,  body.hd-style-5 ._QNxkyBsK,  body.hd-style-6 ._QNxkyBsK {
    align-items: stretch !important;
display: flex !important;
    grid-template-columns: none !important;
 flex-direction: column !important;
 grid-template-areas: none !important;
  }
  body[class*="hd-style-"] [data-hd-slot="logo"] {
 order: 1;
align-self: center;
 }
  body[class*="hd-style-"] [data-hd-slot="nav"] {
 order: 99;
 display: none;
 }
  body[class*="hd-style-"] [data-hd-slot="search"] {
 order: 2;
 width: 100%;
 }
  body[class*="hd-style-"] [data-hd-slot="actions"] {
 order: 3;
 justify-content: center;
 }
    /* Header search */  ._iKTaRcHxfCq {
 flex: 0 0 100% !important;
 max-width: 100% !important;
 }
  ._epqGRtZcTHd {
 font-size: 13px;
 }
    /* Header actions */  ._MxNAhrZeE {
 display: flex;
 justify-content: center;
 gap: 8px;
flex-wrap: wrap;
 }
  ._MxNAhrZeE ._LYlvEig {
 font-size: 13px;
 min-width: 130px;
flex: 1 1 auto;
 padding: 10px 12px;
 }
    /* Card paddings */  .slot-card, .stat-card, ._oIUjExQ, ._CBfBkpNBD, .review-card, ._AeLyKMQM {
 padding: 14px !important;
 }
  ._cMFIGDmmzu {
 padding: 18px !important;
 }
    /* Hero buttons */  .hero-actions, .hero-cta {
 align-items: stretch;
flex-direction: column !important;
 gap: 10px !important;
 }
  .hero-actions ._LYlvEig {
 width: 100%;
 }
    /* Showcase tabs — wrap */  ._XNTgQGjg, [id="showcase-tabs"] {
 flex-wrap: wrap !important;
 gap: 6px !important;
 }
  ._XNTgQGjg button, [id="showcase-tabs"] button {
 padding: 6px 10px !important;
font-size: 12px !important;
 }
    /* Newsletter */  .newsletter-form {
 gap: 10px;
flex-direction: column !important;
 }
  .newsletter-form input, .newsletter-form button {
 width: 100% !important;
 }
    /* Calculator */  ._FXCLsycg {
 grid-template-columns: 1fr !important;
 gap: 10px;
 }
  ._KoifSMI {
 gap: 4px !important;
 align-items: flex-start !important;
flex-direction: column;
 }
    /* Author cards */  ._CNwPvFzN {
 padding: 14px !important;
 }
  ._EGmzgRmz {
 flex-direction: column;
 text-align: center;
 }
  ._MeYzfaVZFB {
 margin: 0 auto 10px !important;
 }
    /* Chat panel */  ._zwmUkpUWiAj {
 max-width: 360px;
 bottom: 80px !important;
 right: 4% !important;
width: 92% !important;
 }
    /* Reviews */  ._HCGaUXNIyN, [id="reviewsgridel"] {
 grid-template-columns: 1fr !important;
 }
    /* FAQ */  .faq-q {
 padding: 12px 14px !important;
font-size: 14px !important;
 }
  .faq-a {
 font-size: 14px !important;
 padding: 0 14px 14px !important;
 }
    /* Themed sections */  ._zRtnrscjeyT {
 padding: 32px 0 !important;
 }
  .themed-hero {
 gap: 18px !important;
 }
    /* Awards */  ._UJwTHoWht {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._CiNSoek {
 padding: 12px !important;
 }
    /* Section frames adjustments */  section[data-sec-fr="boxed"] {
 padding: 14px 0 !important;
margin: 16px 8px !important;
 }
  section[data-sec-fr="numbered"]::before {
 right: 12px !important;
font-size: 50px !important;
 }
    /* Section paddings overall */  section {
 padding: 24px 0 !important;
 }
}
@media (max-width: 700px) {
  ._FaGSbDq, ._eTaHYfyVGN, ._wMCQoFHB, ._fHhnsECj, ._UJwTHoWht {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._ZnvTSeSLyX {
 grid-template-columns: repeat(2, 1fr) !important;
 gap: 10px !important;
 }
  ._htSpctA, ._RjyrrJr, ._pTNivaJmq {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._fPyOiAN {
 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 */  ._VzTBFFdd th, ._VzTBFFdd td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
  ._CTLhXSHnzi th, ._CTLhXSHnzi td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
    /* Footer */  ._KpoRDYfOiCB, ._iyJweIjKcaA, ._ORRHiIsSi {
 gap: 14px !important;
 }
  ._gpDPTXC ._ORRHiIsSi {
 flex-direction: column !important;
 align-items: flex-start !important;
 }
  ._IPSzcwkiff {
 gap: 8px;
flex-wrap: wrap;
 }
    /* Hero — ещё компактнее */  ._UhriDOfbTr {
 padding: 24px 0 !important;
 }
  .hero-cta {
 gap: 8px;
 }
    /* Buttons */  ._LYlvEig {
 font-size: 13px !important;
padding: 10px 16px !important;
 }
  ._jDVPLsDnvJY, ._PRodReYae {
 min-height: 44px;
 }
 /* touch target */    /* Badges */  .age-badge, .age-circle {
 transform: scale(.85);
 }
    /* Themed/Cards */  .themed-card, .review-card, .topwin-card, ._cMFIGDmmzu {
 padding: 12px !important;
 }
    /* Live activity */  .la-card {
 padding: 10px !important;
 }
  ._hmFwsBZxtCR {
 font-size: 20px !important;
 }
    /* Steps */  ._nSUrQnXERtM {
 padding: 14px !important;
 }
  ._rqwVmPcxqRf {
 font-size: 28px !important;
 }
    /* Pros/Cons */  .pc-card {
 padding: 14px !important;
 }
    /* TOC / nav links */  ._xckcKxvPaR, .nav-list {
 gap: 6px !important;
 flex-wrap: wrap;
 }
    /* Trust signal */  ._gyStGGt ._eGAyVJy {
 font-size: 11px !important;
 }
}
@media (max-width: 480px) {
  body {
 font-size: 14px;
 }
  ._fctcFvGBfG {
 padding: 0 12px;
 }
    /* Все 2-колоночные становятся 1-колоночными для маленьких экранов */  ._FaGSbDq, ._eTaHYfyVGN, ._wMCQoFHB, ._fHhnsECj {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._htSpctA, ._RjyrrJr, ._pTNivaJmq {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._UJwTHoWht {
 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, ._CBfBkpNBD {
 padding: 10px !important;
 }
  .stat-num {
 font-size: 20px !important;
 }
    /* Tables */  ._VzTBFFdd, ._CTLhXSHnzi, ._VRfIEDhBXG {
 font-size: 11px !important;
 }
  ._VzTBFFdd th, ._VzTBFFdd td,  ._CTLhXSHnzi th, ._CTLhXSHnzi td {
 padding: 6px !important;
 }
    /* Buttons */  ._LYlvEig {
 min-height: 44px;
padding: 10px 14px !important;
 }
  ._KUgfpIUelF {
 padding: 8px 12px !important;
 font-size: 12px !important;
 min-height: 38px;
 }
    /* Section padding */  section {
 padding: 20px 0 !important;
 }
  ._zRtnrscjeyT {
 padding: 24px 0 !important;
 }
    /* Trust bar */  ._gyStGGt ._fctcFvGBfG {
 font-size: 10px !important;
 gap: 6px 10px !important;
 }
    /* CTA banners */  ._vXrSqRzN {
 padding: 14px !important;
 }
  ._gsrAXGpZRWu {
 font-size: 16px !important;
 }
    /* Sticky CTA */  .sticky-cta-bar {
 padding: 10px 12px !important;
 font-size: 12px !important;
 }
  .scb-btn {
 font-size: 12px !important;
padding: 8px 14px !important;
 }
    /* Footer */  ._yIXXSvaKQ h4, ._QYEdjrsV h4 {
 font-size: 15px !important;
 }
  ._yIXXSvaKQ p, ._vhQsSYS {
 font-size: 13px !important;
 }
    /* Showcase tabs */  ._XNTgQGjg button {
 font-size: 11px !important;
 padding: 5px 9px !important;
 }
    /* Numbered section frame — еле видим */  section[data-sec-fr="numbered"]::before {
 font-size: 36px !important;
 right: 8px !important;
 opacity: .15 !important;
 }
    /* Boxed section — поменьше отступов */  section[data-sec-fr="boxed"] {
 padding: 12px 0 !important;
margin: 12px 4px !important;
 }
    /* Header */  ._HwPhvpiHi ._QNxkyBsK {
 padding: 10px 12px !important;
 gap: 8px !important;
 }
  ._UenPNRT ._RcvnpNPA {
 font-size: 16px !important;
 }
  ._MxNAhrZeE ._LYlvEig {
 padding: 8px 10px !important;
 min-width: 110px;
 font-size: 12px !important;
 }
}
@media (max-width: 380px) {
  body {
 font-size: 13px;
 }
  ._fctcFvGBfG {
 padding: 0 10px;
 }
    /* Совсем малые экраны — 1 колонка везде */  ._FaGSbDq, ._eTaHYfyVGN, ._wMCQoFHB, ._fHhnsECj, ._htSpctA, ._RjyrrJr, ._pTNivaJmq, ._UJwTHoWht {
 grid-template-columns: 1fr !important;
 }
  ._ZnvTSeSLyX {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
    .hero-title, h1 {
 font-size: 20px !important;
 }
  h2 {
 font-size: 16px !important;
 }
    /* Tables в скролл с минимальным padding */  ._VzTBFFdd th, ._VzTBFFdd td {
 padding: 4px 6px !important;
 font-size: 10px !important;
 }
    /* Header — 2 строки точно */  ._MxNAhrZeE {
 width: 100%;
 }
  ._MxNAhrZeE ._LYlvEig {
 padding: 8px 6px !important;
 font-size: 11px !important;
flex: 1 1 calc(50% - 4px);
 }
}
/* =================================================================   TOUCH-FRIENDLY: минимальные размеры тап-таргетов   ================================================================= */@media (hover: none) and (pointer: coarse) {
  ._LYlvEig, button, a._NXgdxqtvC, ._CBfBkpNBD, .slot-card a, .faq-q, .scb-btn, .scb-close {
 min-height: 44px;
 }
  input, select, textarea {
 /* предотвращает zoom в iOS */;
min-height: 44px;
 font-size: 16px;
 }
  /* Hover-эффекты которые превращаются в "залипшие" на тапе — отключаем */  *:hover {
 transition: none;
 }
}
/* =================================================================   ОВЕРФЛОУ-ЗАЩИТА — ничего не должно вылезать за viewport   ================================================================= */html, body {
 max-width: 100vw;
 overflow-x: hidden;
 }
img, svg, video, iframe {
 height: auto;
max-width: 100%;
 }
table {
 max-width: 100%;
 }
pre, code {
 white-space: pre-wrap;
 word-wrap: break-word;
 }
/* Длинные слова/URL не должны ломать вёрстку */._YWxjhOjj, ._yIXXSvaKQ p, .review-text, .faq-a, ._KoifSMI {
 word-wrap: break-word;
 overflow-wrap: break-word;
 }
/* ==== CSS variables (обязательно — должны быть в каждом css при франкенштейн-композиции) ==== */:root {
  --bg-base: #0a0e1a;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --radius-sm: 6px;
  --border-subtle: #232a44;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --radius-md: 10px;
  --bg-section: #0f1422;
  --container-width: 1280px;
  --bg-card-hover: #1c2238;
  --text-muted: #94a3b8;
  --text-secondary: #cbd5e1;
  --text-dim: #64748b;
  --radius-lg: 16px;
  --border-strong: #2d3556;
  --bg-card: #161b2e;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
--accent: #22c55e;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --accent-dark: #16a34a;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --text-primary: #f1f5f9;
}
/* ==== Buttons (используются в header, footer, body — дублируются) ==== */._LYlvEig {
 display: inline-flex;
 padding: 12px 22px;
 border-radius: var(--radius-md);
 align-items: center;
 gap: 8px;
 transition: transform 0.15s, box-shadow 0.15s;
 white-space: nowrap;
 font-size: 14px;
 font-weight: 600;
 justify-content: center;
 font-family: inherit;
 cursor: pointer;
 border: none;
 text-decoration: none;
 }
._jDVPLsDnvJY {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 4px 14px var(--accent-glow);
 color: var(--bg-base) !important;
 }
._jDVPLsDnvJY:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._PRodReYae {
 color: var(--text-primary) !important;
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._PRodReYae:hover {
 background: var(--bg-card-hover);
 }
._qUHbgMvPE {
 border: 1px solid var(--accent);
 color: var(--accent) !important;
background: transparent;
 }
._qUHbgMvPE:hover {
 background: var(--accent-soft);
 }
._KegDbmi {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — HEADER styles ==== */._HwPhvpiHi {
 background: rgba(10, 14, 26, 0.92);
 z-index: 100;
 -webkit-backdrop-filter: blur(12px);
position: sticky;
 border-bottom: 1px solid var(--border-subtle);
 backdrop-filter: blur(12px);
 top: 0;
 font-family: var(--font-body);
 }
.header-inner {
 gap: 32px;
 padding: 14px 24px;
display: flex;
 align-items: center;
 max-width: var(--container-width);
 margin: 0 auto;
 }
._UenPNRT {
 font-family: var(--font-display);
 gap: 10px;
 color: var(--text-primary);
 align-items: center;
 font-size: 22px;
 display: flex;
 font-weight: 800;
 text-decoration: none;
 }
.brand-logo-mark {
 font-weight: 800;
 color: var(--bg-base);
 font-size: 18px;
 height: 36px;
 justify-content: center;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 border-radius: 10px;
 display: flex;
 align-items: center;
width: 36px;
 }
._VdPoPqqAk {
 flex: 1;
 gap: 8px;
display: flex;
 }
._VdPoPqqAk a {
 padding: 8px 14px;
 color: var(--text-secondary);
 font-weight: 500;
 border-radius: var(--radius-md);
 font-size: 14px;
 text-decoration: none;
 transition: all 0.2s ease;
 }
._VdPoPqqAk a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._MxNAhrZeE {
 gap: 10px;
display: flex;
 }
@media (max-width: 720px) {
 ._VdPoPqqAk {
 display: none;
 }
 ._MxNAhrZeE ._PRodReYae {
 display: none;
 }
 .header-inner {
 padding: 12px 16px;
 gap: 12px;
 }
 }
._sGhjHWf {
 object-fit: contain;
 flex-shrink: 0;
width: 36px;
 border-radius: 6px;
 height: 36px;
 }
/* ==== CSS variables (обязательно — должны быть в каждом css при франкенштейн-композиции) ==== */:root {
  --bg-base: #0a0e1a;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --radius-sm: 6px;
  --border-subtle: #232a44;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --radius-md: 10px;
  --bg-section: #0f1422;
  --container-width: 1280px;
  --bg-card-hover: #1c2238;
  --text-muted: #94a3b8;
  --text-secondary: #cbd5e1;
  --text-dim: #64748b;
  --radius-lg: 16px;
  --border-strong: #2d3556;
  --bg-card: #161b2e;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
--accent: #22c55e;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --accent-dark: #16a34a;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --text-primary: #f1f5f9;
}
/* ==== Buttons (используются в header, footer, body — дублируются) ==== */._LYlvEig {
 display: inline-flex;
 padding: 12px 22px;
 border-radius: var(--radius-md);
 align-items: center;
 gap: 8px;
 transition: transform 0.15s, box-shadow 0.15s;
 white-space: nowrap;
 font-size: 14px;
 font-weight: 600;
 justify-content: center;
 font-family: inherit;
 cursor: pointer;
 border: none;
 text-decoration: none;
 }
._jDVPLsDnvJY {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 4px 14px var(--accent-glow);
 color: var(--bg-base) !important;
 }
._jDVPLsDnvJY:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._PRodReYae {
 color: var(--text-primary) !important;
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._PRodReYae:hover {
 background: var(--bg-card-hover);
 }
._qUHbgMvPE {
 border: 1px solid var(--accent);
 color: var(--accent) !important;
background: transparent;
 }
._qUHbgMvPE:hover {
 background: var(--accent-soft);
 }
._KegDbmi {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — FOOTER styles ==== */._nfSeTOEpi {
 padding: 48px 0 24px;
 border-top: 1px solid var(--border-subtle);
background: var(--bg-section);
 font-size: 14px;
 font-family: var(--font-body);
 color: var(--text-primary);
 }
._nfSeTOEpi ._fctcFvGBfG {
 max-width: var(--container-width);
 padding: 0 24px;
 margin: 0 auto;
 }
.footer-grid {
 grid-template-columns: 1.4fr repeat(3, 1fr);
 gap: 40px;
 margin-bottom: 36px;
display: grid;
 }
.footer-col h4 {
 text-transform: uppercase;
 margin-bottom: 14px;
 color: var(--text-primary);
 font-size: 14px;
 letter-spacing: 1px;
font-family: var(--font-display);
 font-weight: 700;
 }
.footer-col ul {
 padding: 0;
list-style: none;
 margin: 0;
 }
.footer-col li {
 margin-bottom: 8px;
 }
.footer-col a {
 transition: color 0.15s;
 text-decoration: none;
color: var(--text-muted);
 }
.footer-col a:hover {
 color: var(--accent);
 }
.footer-about {
 line-height: 1.7;
 margin-top: 12px;
color: var(--text-muted);
 }
.footer-bottom {
 align-items: center;
 font-size: 12px;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 12px;
 display: flex;
padding-top: 24px;
 border-top: 1px solid var(--border-subtle);
 color: var(--text-dim);
 }
.age-badge {
 align-items: center;
 gap: 6px;
 color: var(--text-muted);
display: inline-flex;
 }
.age-circle {
 height: 24px;
 font-weight: 700;
 border-radius: 50%;
 display: flex;
 border: 2px solid var(--text-muted);
width: 24px;
 font-size: 10px;
 align-items: center;
 justify-content: center;
 }
.footer_navigation {
 gap: 18px;
 flex-wrap: wrap;
display: flex;
 font-size: 13px;
 }
.footer_navigation a {
 transition: color 0.15s;
 text-decoration: none;
color: var(--text-muted);
 }
.footer_navigation a:hover {
 color: var(--accent);
 }
@media (max-width: 1024px) {
 .footer-grid {
 grid-template-columns: 1fr 1fr;
 }
 }
@media (max-width: 720px) {
 .footer-grid {
 grid-template-columns: 1fr;
 gap: 24px;
 }
 }
