/* ==================================================================   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);
 }
._IFMsLNMfAt {
 max-width: var(--container-width);
 padding: 0 24px;
 margin: 0 auto;
 }
/* ============== HEADER ============== */._kzGHJgmtG {
 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;
 }
._xXoawgL {
 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;
 }
._SkHsFmSmj {
 flex: 1;
 gap: 8px;
display: flex;
 }
._SkHsFmSmj a {
 padding: 8px 14px;
 color: var(--text-secondary);
 font-weight: 500;
 border-radius: var(--radius-md);
 font-size: 14px;
 }
._SkHsFmSmj a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._ZwLhKmQei {
 gap: 10px;
display: flex;
 }
._ZbNOzvJ {
 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;
 }
._nwDOozBOKKG {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 color: var(--bg-base);
 box-shadow: 0 4px 14px var(--accent-glow);
 }
._nwDOozBOKKG:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._UifcVOPsy {
 color: var(--text-primary);
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._UifcVOPsy:hover {
 background: var(--bg-card-hover);
 }
._SjOGVVEYn {
 background: transparent;
 border: 1px solid var(--accent);
 color: var(--accent);
 }
._SjOGVVEYn:hover {
 background: var(--accent-soft);
 }
._GeqeVFw {
 font-size: 16px;
padding: 16px 32px;
 }
/* ============== HERO ============== */._qnVQoFOEEl {
 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;
 }
._qnVQoFOEEl::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;
 }
._gcMHexjl {
 z-index: 2;
 gap: 48px;
 align-items: center;
 position: relative;
display: grid;
 grid-template-columns: 1.4fr 1fr;
 }
._BqYrnaPvmi {
 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;
 }
._BqYrnaPvmi::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);
 }
 }
._qnVQoFOEEl h1 {
 letter-spacing: -0.02em;
 margin-bottom: 20px;
font-size: clamp(32px, 5vw, 52px);
 }
._qnVQoFOEEl h1 ._LVDOhQTdui {
 color: var(--accent);
 }
._WmjVIUyr {
 color: var(--text-secondary);
 margin-bottom: 28px;
font-size: 17px;
 max-width: 540px;
 line-height: 1.65;
 }
._HObiYKva {
 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;
 }
._oNWRBFE ._lvvAmBwet {
 line-height: 1;
 font-weight: 700;
 color: var(--accent);
 font-size: 22px;
font-family: var(--font-display);
 }
._oNWRBFE ._UhlrffCe {
 text-transform: uppercase;
 letter-spacing: 0.5px;
 color: var(--text-muted);
font-size: 11px;
 margin-top: 4px;
 }
._McHFeJh {
 display: flex;
 margin-bottom: 24px;
 flex-wrap: wrap;
 gap: 12px;
 }
._OmwdvnJvp {
 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);
 }
._BcaieyxS {
 display: flex;
width: 24px;
 background: var(--accent-soft);
 justify-content: center;
 color: var(--accent);
 align-items: center;
 height: 24px;
 border-radius: 50%;
 }
._spRSaMyjKW {
 font-weight: 700;
 letter-spacing: 0.5px;
 color: var(--accent);
font-family: var(--font-display);
 }
._HXvRkazm {
 position: relative;
 }
._PxZyHfeYOEu {
 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%);
 }
._uXixgjXHTa {
 margin-bottom: 16px;
 color: var(--text-muted);
 font-size: 14px;
 letter-spacing: 1px;
 font-weight: 600;
 text-transform: uppercase;
font-family: var(--font-display);
 }
._RwUwQpFzQvu {
 padding: 12px 0;
 border-bottom: 1px solid var(--border-subtle);
 justify-content: space-between;
 align-items: center;
display: flex;
 }
._RwUwQpFzQvu:last-child {
 border-bottom: none;
 }
._RwUwQpFzQvu ._wIRvcOfDw {
 color: var(--text-secondary);
 font-size: 14px;
 }
._RwUwQpFzQvu ._roYILkdkV {
 font-weight: 700;
font-family: var(--font-display);
 color: var(--accent);
 }
._RgiCqoxp {
 display: inline-block;
 border-radius: 50%;
 animation: pulse 1.6s infinite;
 margin-right: 6px;
 background: var(--accent);
 width: 8px;
 height: 8px;
 }
/* ============== STATS ============== */._YLOOQCpzPIG {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
 border-bottom: 1px solid var(--border-subtle);
padding: 60px 0;
 }
._NmVhLyknpPv {
 margin-bottom: 40px;
text-align: center;
 }
._XbRgoXf {
 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;
 }
._NmVhLyknpPv h2 {
 font-size: clamp(26px, 3vw, 36px);
 margin-bottom: 8px;
 }
._NmVhLyknpPv h2 ._LVDOhQTdui {
 color: var(--accent);
 }
._oDtTUbrIv {
 color: var(--text-muted);
 margin: 0 auto;
 font-size: 16px;
 max-width: 600px;
 }
._dejTOsa {
 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 ============== */._oJzRETQ {
 border-bottom: 1px solid var(--border-subtle);
background: var(--bg-base);
 overflow: hidden;
 padding: 14px 0;
 }
._YQIiyfoEKJA {
 gap: 32px;
display: flex;
 animation: ticker-scroll 60s linear infinite;
 white-space: nowrap;
 }
._oJzRETQ:hover ._YQIiyfoEKJA {
 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 ============== */._aeGBhRq {
 padding: 60px 0;
 }
.section-alt {
 background: var(--bg-section);
 }
._BwsoGyUs {
 align-items: flex-end;
 justify-content: space-between;
 gap: 16px;
 margin-bottom: 28px;
 flex-wrap: wrap;
display: flex;
 }
._BwsoGyUs h2 {
 font-size: clamp(24px, 3vw, 32px);
 }
._BwsoGyUs h2 ._LVDOhQTdui {
 color: var(--accent);
 }
._fDkBvpmddpG {
 align-items: center;
display: flex;
 gap: 12px;
 }
._tpShhBhtti {
 font-weight: 600;
color: var(--accent);
 font-size: 14px;
 display: inline-flex;
 align-items: center;
 gap: 6px;
 }
._tpShhBhtti:hover {
 gap: 10px;
 }
._fqQYSvoos {
 color: var(--text-muted);
 font-size: 15px;
 margin-top: 6px;
 }
._EJpfWaOG {
 gap: 8px;
flex-wrap: wrap;
 margin-bottom: 24px;
display: flex;
 }
._PpecAJbxO {
 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;
 }
._PpecAJbxO._hrzvlnNtwpZ {
 color: var(--accent);
background: var(--accent-soft);
 border-color: var(--accent);
 }
._PpecAJbxO:hover {
 background: var(--bg-card-hover);
 }
/* ============== SLOT CARDS ============== */._PvTZXjlRqa {
 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 ============== */._cDgiyQHIrza {
 padding: 56px 0;
 }
._cDgiyQHIrza._IDYmmRM {
 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}
) ============== */._OCGuUMMEI {
 margin: 0 auto;
max-width: 880px;
padding: 56px 0;
 }
._OCGuUMMEI h1 {
 font-size: clamp(28px, 4vw, 40px);
 margin-bottom: 24px;
 }
._OCGuUMMEI h1 ._LVDOhQTdui, ._OCGuUMMEI h2 ._LVDOhQTdui, ._OCGuUMMEI h3 ._LVDOhQTdui {
 color: var(--accent);
 }
._OCGuUMMEI h2 {
 margin: 32px 0 16px;
font-size: clamp(22px, 2.8vw, 30px);
 }
._OCGuUMMEI h3 {
 font-size: 20px;
 margin: 24px 0 12px;
 color: var(--accent);
 }
._OCGuUMMEI p {
 color: var(--text-secondary);
 line-height: 1.75;
margin-bottom: 16px;
 font-size: 16px;
 }
._OCGuUMMEI ul, ._OCGuUMMEI ol {
 padding-left: 22px;
 margin-bottom: 18px;
 }
._OCGuUMMEI li {
 margin-bottom: 8px;
 color: var(--text-secondary);
 }
._OCGuUMMEI a {
 color: var(--accent);
 }
._OCGuUMMEI a:hover {
 text-decoration: underline;
 }
._zukBLqtVsqP {
 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;
 }
._zukBLqtVsqP span {
 color: var(--text-muted);
 }
/* ============== CTA BANNERS ============== */._zlDoOViB {
 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;
 }
._zlDoOViB::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;
 }
._wpwrCVW {
 z-index: 1;
 min-width: 280px;
 flex: 1;
position: relative;
 }
._TKFRecDDgFv {
 font-size: 24px;
font-family: var(--font-display);
 margin-bottom: 6px;
 font-weight: 700;
 }
._TKFRecDDgFv ._LVDOhQTdui {
 color: var(--accent);
 }
._fLBPxtOWvq {
 color: var(--text-secondary);
 font-size: 15px;
 }
._sihWTAQ {
 z-index: 1;
position: relative;
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
/* ============== TOURNAMENT ============== */._VVHatApqC {
 padding: 60px 0;
 background: var(--bg-section);
 }
._QLDKdymunR {
 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);
 }
._QLDKdymunR::before {
 position: absolute;
 opacity: 0.05;
 bottom: -50px;
 font-size: 220px;
content: '🏆';
 right: -30px;
 }
._tmuvVpHgX {
 z-index: 1;
position: relative;
 }
._lkpndmQEP {
 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;
 }
._vIDhnJDcTJp {
 margin-bottom: 8px;
 font-weight: 700;
font-family: var(--font-display);
 font-size: 28px;
 }
._NHqPDUuNZOH {
 color: var(--text-secondary);
 margin-bottom: 24px;
 }
._rbAAgULIhA {
 margin-bottom: 4px;
 color: var(--accent);
 font-size: 36px;
font-family: var(--font-display);
 font-weight: 800;
 line-height: 1;
 }
._vGbvtDKpOK {
 margin-bottom: 24px;
 text-transform: uppercase;
 letter-spacing: 1px;
color: var(--text-muted);
font-size: 12px;
 }
._mZlveJLu {
 gap: 10px;
display: flex;
 margin-bottom: 28px;
 flex-wrap: wrap;
 }
._CeokRRClI {
 padding: 12px 16px;
 border-radius: var(--radius-md);
 text-align: center;
 min-width: 70px;
background: var(--bg-base);
 border: 1px solid var(--border-strong);
 }
._QUIbwny {
 font-size: 24px;
 color: var(--accent);
 font-weight: 700;
 line-height: 1;
font-family: var(--font-display);
 }
._XDTynvvxPEA {
 margin-top: 4px;
 letter-spacing: 1px;
 color: var(--text-muted);
font-size: 10px;
 text-transform: uppercase;
 }
._wiAZYwuwqNM {
 z-index: 1;
position: relative;
 background: var(--bg-base);
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
 padding: 18px 22px;
 }
._MANQgoE {
 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 ============== */._shnMNyUHKR {
 padding: 60px 0;
 }
._NndfbFDstBI {
 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 ============== */._FyWfxRR {
 padding: 60px 0;
 background: var(--bg-section);
 }
._pIiNCim {
 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 ============== */._BfQBRgM {
 background: radial-gradient(ellipse 80% 60% at 50% 50%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 text-align: center;
padding: 80px 0;
 }
._BfQBRgM h2 {
 margin-bottom: 12px;
font-size: clamp(28px, 4vw, 42px);
 }
._BfQBRgM h2 ._LVDOhQTdui {
 color: var(--accent);
 }
._QqWuNcgNO {
 margin-bottom: 28px;
color: var(--text-secondary);
 font-size: 16px;
 }
._YzepiuVSq {
 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;
 }
._JmwTPqyRa {
 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;
 }
._JmwTPqyRa:hover {
 transform: scale(1.1);
 background: var(--accent-soft);
 }
._FZQtkDfXUIl {
 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);
 }
._wVRhtOHGzIY {
 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);
 }
._wVRhtOHGzIY.open {
 opacity: 1;
 pointer-events: auto;
transform: translateY(0) scale(1);
 }
._gbxkrRPu {
 padding: 16px 18px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 color: var(--bg-base);
 }
._jybXtooJy {
 font-size: 16px;
font-family: var(--font-display);
 margin-bottom: 2px;
 font-weight: 700;
 }
._KstZBaji {
 gap: 6px;
 display: flex;
font-size: 12px;
 align-items: center;
 }
._KstZBaji::before {
 background: white;
 width: 8px;
 border-radius: 50%;
 height: 8px;
content: '';
 animation: pulse 1.5s infinite;
 }
._EORMGnETf {
 padding: 18px;
 }
._EORMGnETf p {
 margin-bottom: 14px;
 color: var(--text-secondary);
font-size: 14px;
 }
._dyLVWlO {
 flex-direction: column;
 gap: 8px;
display: flex;
 }
._BVyuNyYK {
 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);
 }
._BVyuNyYK:hover {
 border-color: var(--accent);
 }
/* ============== MODULE1/MODULE2 (городские/игровые выигрыши — для совместимости) ============== */._zrLAwOu, .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);
 }
._zrLAwOu .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);
 }
._zrLAwOu > 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) {
  ._gcMHexjl {
 grid-template-columns: 1fr;
 }
  ._HXvRkazm {
 max-width: 360px;
order: -1;
 margin: 0 auto;
 }
  ._dejTOsa {
 grid-template-columns: repeat(2, 1fr);
 }
  ._PvTZXjlRqa {
 grid-template-columns: repeat(3, 1fr);
 }
  ._NndfbFDstBI {
 grid-template-columns: repeat(2, 1fr);
 }
  ._QLDKdymunR {
 grid-template-columns: 1fr;
 }
  .themed-hero {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 720px) {
  ._IFMsLNMfAt {
 padding: 0 16px;
 }
  .header-inner {
 padding: 12px 16px;
 }
  ._SkHsFmSmj {
 display: none;
 }
  ._ZwLhKmQei ._UifcVOPsy {
 display: none;
 }
  ._qnVQoFOEEl {
 padding: 50px 0 40px;
 }
  ._HObiYKva {
 gap: 16px;
 padding: 12px;
flex-wrap: wrap;
 }
  ._McHFeJh {
 flex-direction: column;
 }
  ._McHFeJh ._ZbNOzvJ {
 width: 100%;
 }
  ._dejTOsa {
 grid-template-columns: 1fr 1fr;
 gap: 12px;
 }
  .stat-icon {
 height: 80px;
width: 80px;
 }
  .stat-num {
 font-size: 22px;
 }
  ._PvTZXjlRqa {
 grid-template-columns: 1fr 1fr;
 gap: 10px;
 }
  ._NndfbFDstBI {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr;
 }
  ._aeGBhRq {
 padding: 44px 0;
 }
  ._BwsoGyUs {
 gap: 14px;
flex-direction: column;
 align-items: flex-start;
 }
  ._zlDoOViB {
 padding: 24px;
 align-items: flex-start;
 flex-direction: column;
 }
  ._QLDKdymunR {
 padding: 22px;
 }
  ._rbAAgULIhA {
 font-size: 28px;
 }
  ._JmwTPqyRa {
 display: none;
 }
  .sticky-play {
 right: 16px;
 padding: 12px 18px;
bottom: 16px;
 }
}
/* ========== УНИКАЛЬНЫЕ LAYOUT-ВАРИАНТЫ (body-классы от JS) ========== *//* hero-o-1: контент по центру */body.hero-o-1 ._gcMHexjl {
 margin: 0 auto;
grid-template-columns: 1fr;
 max-width: 720px;
 text-align: center;
 }
body.hero-o-1 ._HXvRkazm {
 display: none;
 }
body.hero-o-1 ._HObiYKva {
 margin-left: auto;
 margin-right: auto;
 }
body.hero-o-1 ._McHFeJh {
 justify-content: center;
 }
/* hero-o-2: правая ориентация */body.hero-o-2 ._gcMHexjl {
 direction: rtl;
 }
body.hero-o-2 ._gcMHexjl > * {
 direction: ltr;
 }
/* stats-l-1: 2x2 квадратная сетка */body.stats-l-1 ._dejTOsa {
 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 ._dejTOsa {
 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 для кнопок */._nwDOozBOKKG, .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 === */._dEbZLvE {
  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));
}
._dEbZLvE ._IFMsLNMfAt {
  gap: 24px;
  align-items: center;
display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
._YMUMHZt {
  white-space: nowrap;
color: var(--text-2);
}
@media (max-width: 700px) {
  ._dEbZLvE {
 padding: 10px 0;
 font-size: 12px;
 }
  ._dEbZLvE ._IFMsLNMfAt {
 gap: 14px;
 }
}
/* === PROMO TIMER BAR === */._MQyjWVh {
  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);
}
._EugQpiTzb {
  font-weight: 500;
font-size: 14px;
  color: var(--text-1);
}
._WNljKPIsRX {
  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 === */._cOLebbO {
  padding: 60px 0;
}
._uTpGDbIo {
  background: var(--bg-card);
  padding: 36px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
}
._HrYSVoG {
  font-size: 28px;
font-family: var(--font-display);
  margin: 0 0 28px;
  color: var(--text-1);
}
._GuIjWpwGnx {
  grid-template-columns: repeat(4, 1fr);
display: grid;
  gap: 20px;
}
._hufKWeqo {
  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);
}
._bfTcilQBreS {
  flex: 0 0 auto;
  line-height: 1;
font-size: 22px;
}
._gHTnuUIAyb {
  gap: 4px;
  min-width: 0;
  flex-direction: column;
display: flex;
}
._hUzhQFQ {
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
font-size: 12px;
}
._DEPHdhSdxVi {
  color: var(--text-1);
  font-weight: 600;
  line-height: 1.3;
font-size: 14px;
}
@media (max-width: 900px) {
 ._GuIjWpwGnx {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 480px) {
 ._GuIjWpwGnx {
 grid-template-columns: 1fr;
 }
 ._uTpGDbIo {
 padding: 22px;
 }
 }
/* === CIH-HUB (Analytics) === */._qyiLSBiB {
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
padding: 60px 0;
}
._HbBmGUZn {
  border: 1px solid var(--border-subtle);
background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
}
._WYqpbFM {
  margin: 0 0 28px;
  color: var(--text-1);
font-family: var(--font-display);
  font-size: 32px;
}
._KIsVORVf {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
  grid-template-columns: repeat(4, 1fr);
}
._iAcNBZq {
  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;
}
._iAcNBZq::before {
  content: '';
 left: 0;
  height: 3px;
  position: absolute;
 right: 0;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
  top: 0;
}
._UEnDsUuBM {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
}
._BWvfYaLYpPw {
  color: var(--text-2);
font-size: 13px;
}
._fxYGpyl {
  text-transform: uppercase;
  margin-top: 4px;
font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--accent);
}
._oXyRRHD {
  overflow-x: auto;
  margin-bottom: 32px;
}
._dkoQXigYPQ {
  font-size: 14px;
width: 100%;
  border-collapse: collapse;
}
._dkoQXigYPQ caption {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-2);
text-align: left;
  caption-side: top;
}
._dkoQXigYPQ 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);
}
._dkoQXigYPQ tbody th, ._dkoQXigYPQ tbody td {
  text-align: left;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-subtle);
  font-weight: 500;
padding: 12px 16px;
}
._dkoQXigYPQ tbody th {
 color: var(--text-1);
font-weight: 600;
 }
._WQOhqcMzSq {
 color: #22c55e;
 font-weight: 600;
 }
._dQpwkyvuBj {
  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);
}
._EsrwelB {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
._SOipVUq {
  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;
}
._rKXTYSn {
  height: 130px;
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  border-radius: 50%;
  background: var(--bg-card);
width: 130px;
  align-items: center;
}
._DNqjvVt {
  font-weight: 800;
  font-size: 36px;
  color: var(--accent);
font-family: var(--font-display);
  line-height: 1;
}
._NisSVwBXDf {
  text-transform: uppercase;
  color: var(--text-3);
font-size: 12px;
}
._QUTykcPVB {
  font-size: 14px;
  color: var(--text-1);
  font-weight: 600;
}
._OXDtgfm {
  gap: 12px;
display: flex;
  flex-direction: column;
  grid-column: 2;
}
._HSnPggSCrP {
  display: grid;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  grid-template-columns: 140px 1fr 40px;
}
._JfdRfhT {
 color: var(--text-2);
 }
._uhwlntICw {
  height: 8px;
  background: var(--border-subtle);
  overflow: hidden;
  border-radius: 4px;
}
._gtFcRBnp {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
}
._NxJvmxyebWr {
  font-weight: 700;
  text-align: right;
  color: var(--accent);
}
._yOFrBsBl {
  padding-top: 24px;
  border-top: 1px solid var(--border-subtle);
  margin-top: 24px;
grid-column: 1 / -1;
}
._yOFrBsBl h4 {
  color: var(--text-1);
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
font-size: 15px;
}
._yOFrBsBl p {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
  color: var(--text-2);
}
@media (max-width: 900px) {
  ._KIsVORVf {
 grid-template-columns: repeat(2, 1fr);
 }
  ._dQpwkyvuBj {
 grid-template-columns: 1fr;
 }
  ._OXDtgfm {
 grid-column: 1;
 }
  ._HbBmGUZn {
 padding: 24px;
 }
  ._WYqpbFM {
 font-size: 24px;
 }
}
/* === E-E-A-T AUTHOR BLOCK === */._ZIyClybS {
  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);
}
._OElJctOoHFt {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
  justify-content: space-between;
display: flex;
}
._QgFbuRb {
  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);
}
._NDggbXg {
  color: var(--text-3);
font-size: 13px;
}
._aHGuJBpB {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: center;
}
._EzkuhtRcuC {
  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;
}
._EvUjwPHf {
  gap: 2px;
display: flex;
  min-width: 0;
  flex-direction: column;
}
._WKUtsugMjC {
  font-size: 17px;
  color: var(--text-1);
  font-weight: 700;
}
._aNuwggAqc {
  color: var(--text-2);
font-size: 13px;
}
._nSKKprt {
  color: var(--accent);
  margin-top: 4px;
font-size: 12px;
}
._sDGbTrH p {
  line-height: 1.6;
font-size: 14px;
  color: var(--text-2);
  margin: 0 0 14px;
}
._fUSpWSsTe {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  gap: 8px;
}
._fUSpWSsTe 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);
}
._PvixEHBobxu {
  font-size: 12px;
display: flex;
  gap: 8px;
  border-top: 1px solid var(--border-subtle);
  color: var(--text-3);
  align-items: center;
  padding-top: 12px;
}
._FHdmJica {
  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;
}
._LdMKFOVOta {
  margin-bottom: 10px;
font-size: 13px;
  color: var(--text-1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}
._YiHsucATXI {
  display: flex;
list-style: none;
  gap: 6px;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
._YiHsucATXI li {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
._YiHsucATXI ._yxbiSAs {
  font-size: 12px;
  min-width: 22px;
color: var(--text-3);
}
._YiHsucATXI a {
  text-decoration: none;
color: var(--accent);
  font-size: 14px;
}
._YiHsucATXI a:hover {
 text-decoration: underline;
 }
/* === COMPARISON TABLE === */._EgVPdGkEx {
  padding: 60px 0;
}
._LDjplJh {
  padding: 24px;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
overflow-x: auto;
}
._CBjgbqxZXI {
  font-size: 14px;
width: 100%;
  border-collapse: collapse;
}
._CBjgbqxZXI thead {
  background: var(--bg-section);
}
._CBjgbqxZXI thead th {
  color: var(--text-1);
  border-bottom: 2px solid var(--border-strong);
  font-weight: 700;
padding: 14px 16px;
  text-align: left;
}
._CBjgbqxZXI tbody td {
  padding: 12px 16px;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-subtle);
}
._CBjgbqxZXI tbody tr:hover {
  background: var(--bg-section);
}
._CBjgbqxZXI tbody td:first-child {
  color: var(--text-1);
font-weight: 600;
}
/* === SLOTS HORIZONTAL SLIDER === */._pxGOLKfbUwn {
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
padding: 60px 0;
  overflow: hidden;
}
._SHvPAdCLKr {
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 14px;
  justify-content: space-between;
display: flex;
}
._dLYIeZYU {
  margin: 0;
  font-size: 28px;
font-family: var(--font-display);
  color: var(--text-1);
}
._SVjZTiNqbh {
  font-weight: 600;
  font-size: 14px;
color: var(--accent);
  text-decoration: none;
}
._SVjZTiNqbh:hover {
 text-decoration: underline;
 }
._ATEDHEW {
  margin: 0 -24px;
  padding: 12px 0;
position: relative;
  overflow: hidden;
}
._ATEDHEW::before,._ATEDHEW::after {
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  width: 80px;
  pointer-events: none;
content: '';
}
._ATEDHEW::before {
 left: 0;
 background: linear-gradient(90deg, var(--bg-base), transparent);
 }
._ATEDHEW::after {
 background: linear-gradient(-90deg, var(--bg-base), transparent);
right: 0;
 }
._tTtBnRHBA {
  width: max-content;
  animation: slots-scroll 60s linear infinite;
display: flex;
  gap: 14px;
}
._tTtBnRHBA:hover {
 animation-play-state: paused;
 }
._tTtBnRHBA .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;
}
._tTtBnRHBA .slot-mini img {
  position: absolute;
  object-fit: cover;
  width: 100%;
 inset: 0;
 height: 100%;
}
._tTtBnRHBA .slot-mini span {
  z-index: 1;
position: relative;
}
._tTtBnRHBA .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;
}
._tTtBnRHBA .slot-mini:hover::after {
 opacity: 1;
 }
@keyframes slots-scroll {
  from {
 transform: translateX(0);
 }
  to {
 transform: translateX(-50%);
 }
}
._BmdciKvng {
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 16px;
display: flex;
  align-items: center;
}
._eDkiYvxiYw {
  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 === */._vEVlDXgIHh {
  padding: 40px 0 30px;
}
._xVLiuUqRN {
  font-family: var(--font-display);
  color: var(--text-1);
  margin: 0 0 20px;
  font-size: 22px;
}
._pzsNLNi {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
._EOoJxAMcD {
  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;
}
._EOoJxAMcD:hover {
  border-color: var(--accent);
  background: var(--bg-card-hover);
}
._BtXpwqeXJvQ {
  line-height: 1;
  flex: 0 0 auto;
font-size: 26px;
}
._poiCwOgJjEV {
  flex-direction: column;
display: flex;
  flex: 1;
  min-width: 0;
  gap: 4px;
}
._EvECuxh {
  font-weight: 700;
font-size: 15px;
  color: var(--text-1);
}
._sMsuupdPx {
  line-height: 1.4;
color: var(--text-3);
font-size: 12px;
}
._XuJgMAPJcb {
  white-space: nowrap;
  margin-top: 2px;
font-size: 11px;
  align-self: flex-start;
  color: var(--accent);
  font-weight: 600;
}
._iEassfUpDKB {
  grid-template-columns: repeat(3, 1fr);
display: grid;
  border-top: 1px solid var(--border-subtle);
  gap: 18px;
  padding: 30px 0;
}
._hyViFjcMt h4 {
  color: var(--text-1);
  margin: 0 0 8px;
  font-weight: 700;
font-size: 14px;
}
._hyViFjcMt p {
  margin: 0;
  color: var(--text-3);
font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 700px) {
 ._iEassfUpDKB {
 grid-template-columns: 1fr;
 }
 }
._sbpOEAv {
  padding: 20px 0;
  border-top: 1px solid var(--border-subtle);
}
._rvbcvUGBG {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}
._ADwvMCLtZ {
  display: flex;
  flex-direction: column;
}
._QWBgLlDFcH {
  font-weight: 700;
font-family: var(--font-display);
  color: var(--text-1);
  font-size: 17px;
}
._UxPJhGu {
  color: var(--text-3);
font-size: 12px;
}
._mQWvEChsg {
  flex: 1;
  min-width: 240px;
  color: var(--text-3);
font-size: 12px;
}
._mQWvEChsg p {
 margin: 2px 0;
 }
._DICpVTjjZz {
 opacity: 0.8;
font-size: 11px;
 }
._QNhXalEVpM {
  flex-wrap: wrap;
  gap: 8px;
display: flex;
}
._efzZJSgj {
  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);
}
._CZLgeYbNbN 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 ._gcMHexjl {
 grid-template-columns: 1.4fr 1fr;
 gap: 60px;
 }
/* hero-v-2: всё по центру, без правого виджета, БОЛЬШАЯ типографика */body.hero-v-2 ._gcMHexjl {
 grid-template-columns: 1fr;
 margin: 0 auto;
max-width: 880px;
 text-align: center;
 }
body.hero-v-2 ._HXvRkazm {
 display: none;
 }
body.hero-v-2 ._HObiYKva {
 margin-left: auto;
justify-content: center;
 margin-right: auto;
 }
body.hero-v-2 ._McHFeJh {
 justify-content: center;
 }
body.hero-v-2 ._qnVQoFOEEl h1 {
 font-size: clamp(40px, 6vw, 72px);
 }
/* hero-v-3: full-bleed с большим оверлеем, текст внизу */body.hero-v-3 ._qnVQoFOEEl {
 min-height: 70vh;
 align-items: flex-end;
padding: 100px 0 60px;
 display: flex;
 }
body.hero-v-3 ._qnVQoFOEEl::before {
 content:'';
 pointer-events:none;
 position:absolute;
 background: radial-gradient(ellipse at top, var(--accent-soft), transparent 60%);
 inset:0;
 }
body.hero-v-3 ._gcMHexjl {
 align-items: end;
 gap: 40px;
grid-template-columns: 1fr 1fr;
 }
body.hero-v-3 ._qnVQoFOEEl h1 {
 line-height: 1.05;
font-size: clamp(36px, 5.5vw, 64px);
 }
/* hero-v-4: stacked (текст вверху, виджет снизу — для мобилок) */body.hero-v-4 ._gcMHexjl {
 gap: 40px;
grid-template-columns: 1fr;
 }
body.hero-v-4 ._HXvRkazm {
 margin: 0 auto;
 width: 100%;
max-width: 720px;
 }
body.hero-v-4 .hero-info {
 text-align: center;
 }
body.hero-v-4 ._HObiYKva {
 justify-content: center;
 }
/* hero-v-5: асимметрия со скосом */body.hero-v-5 ._qnVQoFOEEl {
 background: linear-gradient(135deg, var(--bg-base) 0%, var(--bg-base) 60%, var(--accent-soft) 60%, var(--accent-soft) 100%);
 }
body.hero-v-5 ._gcMHexjl {
 grid-template-columns: 1.5fr 1fr;
 gap: 50px;
 }
body.hero-v-5 ._qnVQoFOEEl h1 {
 border-left: 4px solid var(--accent);
padding-left: 14px;
 }
/* hero-v-6: минимальный — только заголовок и CTA */body.hero-v-6 ._qnVQoFOEEl {
 padding: 60px 0 40px;
 }
body.hero-v-6 ._gcMHexjl {
 text-align: center;
 gap: 24px;
 max-width: 700px;
 margin: 0 auto;
grid-template-columns: 1fr;
 }
body.hero-v-6 ._HXvRkazm, body.hero-v-6 ._HObiYKva {
 display: none;
 }
body.hero-v-6 ._BqYrnaPvmi {
 margin: 0 auto;
 }
body.hero-v-6 ._McHFeJh {
 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 ._kzGHJgmtG {
 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 ._xXoawgL {
 justify-self: center;
 }
body.hd-v-2 ._SkHsFmSmj {
 justify-content: center;
 justify-self: center;
 padding-top: 12px;
 border-top: 1px solid var(--border-subtle);
order: 3;
 width: 100%;
 }
body.hd-v-2 ._ZwLhKmQei {
 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 ._SkHsFmSmj {
 justify-self: start;
order: 1;
 }
body.hd-v-3 ._xXoawgL {
 justify-self: end;
order: 2;
 }
body.hd-v-3 ._ZwLhKmQei {
 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 ._SkHsFmSmj {
 font-size: 13px;
 }
/* ========== BUTTON ВАРИАНТЫ (6 типов кнопок) ========== *//* btn-v-1: solid (default) */body.btn-v-1 ._ZbNOzvJ {
 border-radius: var(--radius-md);
 }
/* btn-v-2: pill (round) */body.btn-v-2 ._ZbNOzvJ, 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 ._ZbNOzvJ, body.btn-v-3 .scb-btn, body.btn-v-3 .sticky-play {
 border-radius: 0;
 }
/* btn-v-4: outlined primary (заполнение только при ховере) */body.btn-v-4 ._nwDOozBOKKG {
 color: var(--accent);
 border: 2px solid var(--accent);
background: transparent;
 }
body.btn-v-4 ._nwDOozBOKKG:hover {
 background: var(--accent);
 color: white;
 }
/* btn-v-5: skewed (диагональный паралелепипед) */body.btn-v-5 ._nwDOozBOKKG {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._nwDOozBOKKG > * {
 transform: skewX(8deg);
display: inline-block;
 }
body.btn-v-5 ._UifcVOPsy {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._UifcVOPsy > * {
 transform: skewX(8deg);
display: inline-block;
 }
/* btn-v-6: с тенью / шейдером */body.btn-v-6 ._nwDOozBOKKG {
 box-shadow: 0 4px 14px var(--accent-glow), 0 0 0 1px var(--accent) inset;
 }
body.btn-v-6 ._nwDOozBOKKG: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 ._zlDoOViB {
 align-items: center;
 flex-wrap: wrap;
display: flex;
 gap: 24px;
 }
/* cta-v-2: центрированный с большой иконкой */body.cta-v-2 ._zlDoOViB {
 padding: 40px 24px;
flex-direction: column;
 text-align: center;
 }
body.cta-v-2 ._wpwrCVW {
 max-width: 600px;
 }
body.cta-v-2 ._sihWTAQ {
 justify-content: center;
 }
body.cta-v-2 ._zlDoOViB::before {
 font-size: 56px;
 margin-bottom: 12px;
content: '🎁';
 }
/* cta-v-3: вертикальный stack с фоном-рисунком */body.cta-v-3 ._zlDoOViB {
  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 ._sihWTAQ {
 display: grid;
 gap: 12px;
 grid-template-columns: 1fr 1fr;
 min-width: 260px;
 }
/* cta-v-5: минимальный — узкая полоса */body.cta-v-5 ._zlDoOViB {
 gap: 16px;
padding: 16px 22px;
 }
body.cta-v-5 ._TKFRecDDgFv {
 font-size: 16px;
 }
body.cta-v-5 ._fLBPxtOWvq {
 display: none;
 }
/* ========== TABLE ВАРИАНТЫ (5 стилей) ========== *//* tbl-v-1: classic (default) — полосатые строки */body.tbl-v-1 ._dkoQXigYPQ tbody tr:nth-child(odd),body.tbl-v-1 ._CBjgbqxZXI tbody tr:nth-child(odd) {
 background: var(--bg-section);
 }
/* tbl-v-2: minimal — только нижние границы */body.tbl-v-2 ._dkoQXigYPQ, body.tbl-v-2 ._CBjgbqxZXI {
 border: none;
 }
body.tbl-v-2 ._dkoQXigYPQ thead th, body.tbl-v-2 ._CBjgbqxZXI thead th {
 background: transparent;
 border-bottom: 2px solid var(--accent);
 }
body.tbl-v-2 ._dkoQXigYPQ tbody td, body.tbl-v-2 ._CBjgbqxZXI tbody td {
 border-bottom: 1px solid var(--border-subtle);
 }
body.tbl-v-2 ._dkoQXigYPQ tbody tr:hover, body.tbl-v-2 ._CBjgbqxZXI tbody tr:hover {
 background: var(--accent-soft);
 }
/* tbl-v-3: card-style — каждая строка как карточка */body.tbl-v-3 ._dkoQXigYPQ tbody tr, body.tbl-v-3 ._CBjgbqxZXI 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 ._dkoQXigYPQ tbody td, body.tbl-v-3 ._CBjgbqxZXI tbody td {
 border: none;
 }
/* tbl-v-4: striped + bold headers */body.tbl-v-4 ._dkoQXigYPQ thead th, body.tbl-v-4 ._CBjgbqxZXI thead th {
  background: var(--accent);
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: white;
}
body.tbl-v-4 ._dkoQXigYPQ tbody tr:nth-child(even),body.tbl-v-4 ._CBjgbqxZXI tbody tr:nth-child(even) {
 background: var(--bg-section);
 }
/* tbl-v-5: borderless + highlighted column */body.tbl-v-5 ._dkoQXigYPQ, body.tbl-v-5 ._CBjgbqxZXI {
 border-collapse: separate;
 border-spacing: 0 4px;
 }
body.tbl-v-5 ._dkoQXigYPQ tbody td:nth-child(2),body.tbl-v-5 ._CBjgbqxZXI tbody td:nth-child(2) {
 color: var(--accent);
background: var(--accent-soft);
 font-weight: 700;
 }
body.tbl-v-5 ._dkoQXigYPQ tbody td, body.tbl-v-5 ._CBjgbqxZXI tbody td {
 border: none;
 }
/* ========== SECTION HEADING ВАРИАНТЫ (5 стилей) ========== *//* sh-v-1: default — eyebrow + h2 + subtitle */body.sh-v-1 ._NmVhLyknpPv {
 margin-bottom: 36px;
 }
/* sh-v-2: с подчёркиванием на акцентной полосе */body.sh-v-2 ._NmVhLyknpPv h2 {
 display: inline-block;
 padding-bottom: 10px;
 border-bottom: 3px solid var(--accent);
 }
/* sh-v-3: горизонтальный bar — eyebrow слева, h2 справа */body.sh-v-3 ._NmVhLyknpPv {
 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 ._NmVhLyknpPv ._XbRgoXf {
 margin: 0;
 }
body.sh-v-3 ._NmVhLyknpPv ._oDtTUbrIv {
 width: 100%;
 margin: 8px 0 0;
 }
/* sh-v-4: центрированный с декоративными чёрточками вокруг eyebrow */body.sh-v-4 ._NmVhLyknpPv {
 text-align: center;
 max-width: 720px;
 margin: 0 auto 36px;
 }
body.sh-v-4 ._NmVhLyknpPv ._XbRgoXf {
 position: relative;
display: inline-block;
 padding: 0 16px;
 }
body.sh-v-4 ._NmVhLyknpPv ._XbRgoXf::before, body.sh-v-4 ._NmVhLyknpPv ._XbRgoXf::after {
 content: '';
 top: 50%;
 background: var(--accent);
 height: 1px;
 position: absolute;
 width: 30px;
 }
body.sh-v-4 ._NmVhLyknpPv ._XbRgoXf::before {
 right: 100%;
 }
body.sh-v-4 ._NmVhLyknpPv ._XbRgoXf::after {
 left: 100%;
 }
/* sh-v-5: numbered — h2 префиксован крупной цифрой счётчика */body.sh-v-5 main {
 counter-reset: section;
 }
body.sh-v-5 ._NmVhLyknpPv h2 {
 align-items: center;
 gap: 16px;
display: flex;
 }
body.sh-v-5 ._NmVhLyknpPv 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 ._XbRgoXf, body.bd-v-1 ._BqYrnaPvmi {
 letter-spacing: 2px;
text-transform: uppercase;
 font-size: 11px;
 }
/* bd-v-2: pill с фоном */body.bd-v-2 ._XbRgoXf, body.bd-v-2 ._BqYrnaPvmi {
 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 ._XbRgoXf::before, body.bd-v-3 ._BqYrnaPvmi::before {
 content: '●';
 color: var(--accent);
 animation: pulse 2s ease infinite;
 margin-right: 8px;
 }
/* bd-v-4: декоративная скобка */body.bd-v-4 ._XbRgoXf::before {
 font-weight: bold;
 color: var(--accent);
content: '/ ';
 }
body.bd-v-4 ._BqYrnaPvmi::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 ._gcMHexjl, body.hero-v-3 ._gcMHexjl, body.hero-v-5 ._gcMHexjl {
    grid-template-columns: 1fr !important;
  }
  body.hd-v-3 .header-inner {
 grid-template-columns: 1fr;
 gap: 12px;
 }
  body.hd-v-3 ._SkHsFmSmj, body.hd-v-3 ._xXoawgL, body.hd-v-3 ._ZwLhKmQei {
 justify-self: center;
 }
  body.tbl-v-3 ._dkoQXigYPQ tbody tr, body.tbl-v-3 ._CBjgbqxZXI 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 === */._zrVZNDjL {
 border-top: 1px solid var(--border-subtle);
padding: 50px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
._oihcNawXR {
 text-align: center;
font-size: 12px;
 margin-bottom: 16px;
 letter-spacing: 1.5px;
 color: var(--text-3);
 text-transform: uppercase;
 }
._sEBqImEep {
 display: grid;
 gap: 8px;
 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
 }
._fizolFbf {
 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;
 }
._fizolFbf:hover {
 color: var(--accent);
border-color: var(--accent);
 }
@media (max-width: 600px) {
 ._sEBqImEep {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === WHY US === */._cOPfVlObRwp {
 padding: 60px 0;
 }
._NHTcTCRTbKr {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 18px;
 }
._KDZLZzAZhnS {
 padding: 24px;
 border: 1px solid var(--border-subtle);
 transition: all 0.2s;
background: var(--bg-card);
 border-radius: var(--radius-md);
 }
._KDZLZzAZhnS:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._QOvRWIr {
 display: block;
 margin-bottom: 12px;
font-size: 32px;
 }
._lRgJFXSzqu {
 font-family: var(--font-display);
 color: var(--text-1);
 font-size: 17px;
 margin: 0 0 8px;
 }
._ITOUusoowMT {
 color: var(--text-2);
font-size: 14px;
 margin: 0;
 line-height: 1.5;
 }
@media (max-width: 900px) {
 ._NHTcTCRTbKr {
 grid-template-columns: 1fr;
 }
 }
/* === PAYOUT TABLE === */._hJsyQFphCkQ {
 padding: 60px 0;
 }
._ApLuAaJC {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._ApLuAaJC thead th {
 text-align: left;
 color: var(--accent);
 font-weight: 700;
 padding: 14px 16px;
background: var(--accent-soft);
 }
._ApLuAaJC tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._ApLuAaJC tbody tr:hover {
 background: var(--bg-card-hover);
 }
._ApLuAaJC tbody td:first-child {
 font-weight: 700;
 color: var(--text-1);
 }
/* === JACKPOT METER === */._UjTFDuhnCl {
 background: linear-gradient(180deg, transparent, var(--accent-soft) 50%, transparent);
padding: 60px 0;
 }
._mutqFAqChA {
 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;
 }
._hDUFwsSQ {
 color: var(--accent);
font-size: 13px;
 letter-spacing: 2px;
 margin-bottom: 8px;
 text-transform: uppercase;
 }
._QoQDPzS {
 font-family: var(--font-display);
 color: var(--text-1);
 margin: 0 0 20px;
 font-size: 24px;
 }
._MaebgiU {
 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);
 }
._LQnXejC {
 gap: 14px;
display: grid;
 margin-bottom: 24px;
 grid-template-columns: repeat(3, 1fr);
 }
._mUphTwcx {
 display: flex;
 flex-direction: column;
 background: var(--bg-section);
 padding: 12px;
 border-radius: var(--radius-sm);
 gap: 4px;
 }
._MHmhjOFH {
 font-size: 16px;
 font-weight: 700;
 color: var(--text-1);
font-family: var(--font-display);
 }
._ttkWLVVBg {
 color: var(--text-3);
 text-transform: uppercase;
font-size: 11px;
 letter-spacing: 0.5px;
 }
@media (max-width: 600px) {
 ._LQnXejC {
 grid-template-columns: 1fr;
 }
 ._mutqFAqChA {
 padding: 24px;
 }
 }
/* === NEWSLETTER === */._LBAPqipW {
 padding: 60px 0;
 }
._AMvASbsB {
 padding: 36px;
 border-radius: var(--radius-lg);
background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
 border: 1px solid var(--accent);
 }
._aKhJlHEo {
 margin-bottom: 18px;
 }
._SNyanFrklwQ {
 font-size: 22px;
 color: var(--text-1);
 margin: 0 0 8px;
font-family: var(--font-display);
 }
._ZUppjHzFd {
 color: var(--text-2);
font-size: 14px;
 margin: 0;
 line-height: 1.5;
 }
._pbUQgGsIXMY {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 margin-bottom: 12px;
 }
._MrqtXmMzJwD {
 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);
 }
._MrqtXmMzJwD:focus {
 border-color: var(--accent);
outline: none;
 }
._VcKCKPgMA {
 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;
 }
._VcKCKPgMA:hover {
 transform: translateY(-1px);
 }
._zNjqTyVid {
 font-size: 12px;
 color: var(--text-3);
 }
/* === AWARDS === */._REMmTzyDY {
 padding: 50px 0;
 }
._mgEsvuRAS {
 letter-spacing: 2px;
 font-size: 12px;
 margin-bottom: 20px;
 text-transform: uppercase;
 color: var(--text-3);
text-align: center;
 }
._VvPlUHDea {
 display: grid;
 gap: 14px;
 grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
 }
._DzCUntl {
 padding: 16px;
 border-left: 3px solid var(--accent);
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
background: var(--bg-card);
 }
._ECiTvfEBH {
 display: block;
 font-size: 20px;
 font-weight: 800;
 color: var(--accent);
 font-family: var(--font-display);
 }
._RPZXXOCx {
 margin: 4px 0;
display: block;
 font-weight: 700;
 color: var(--text-1);
 font-size: 14px;
 }
._GAoRJwDUcCH {
 font-size: 12px;
 color: var(--text-3);
 }
/* === TOP WINNERS === */._pKvLjDIeFUC {
 padding: 60px 0;
 }
._yBHCzTUUsZC {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._yBHCzTUUsZC thead th {
 background: var(--accent);
 letter-spacing: 1px;
 padding: 12px 16px;
 text-transform: uppercase;
 text-align: left;
 font-size: 12px;
 color: white;
 }
._yBHCzTUUsZC tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._yBHCzTUUsZC tbody tr:hover {
 background: var(--bg-card-hover);
 }
._yBHCzTUUsZC .win-cell {
 font-weight: 700;
 color: var(--accent);
 }
._yBHCzTUUsZC tr.winner-1 {
 background: linear-gradient(90deg, rgba(255, 215, 0, 0.15), transparent);
 }
._yBHCzTUUsZC tr.winner-2 {
 background: linear-gradient(90deg, rgba(192, 192, 192, 0.15), transparent);
 }
._yBHCzTUUsZC tr.winner-3 {
 background: linear-gradient(90deg, rgba(205, 127, 50, 0.15), transparent);
 }
/* === HOT GAME === */._rZTyRAPlA {
 padding: 60px 0;
 }
._LIkJQBlcd {
 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);
 }
._ExuoPLPLHnL {
 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;
 }
._ExuoPLPLHnL img {
 width: 100%;
 object-fit: cover;
position: absolute;
 inset: 0;
 height: 100%;
 }
._mwawxAoULq {
 padding: 8px 0;
 }
._jEpnpRC {
 font-size: 12px;
 letter-spacing: 1.5px;
 font-weight: 700;
color: var(--accent);
 text-transform: uppercase;
 margin-bottom: 8px;
 }
._VeBoVEPFtrG {
 color: var(--text-1);
 font-size: 26px;
 margin: 0 0 12px;
font-family: var(--font-display);
 }
._lbfmdPyNAW {
 color: var(--text-2);
 flex-wrap: wrap;
display: flex;
 margin-bottom: 14px;
 gap: 18px;
 font-size: 13px;
 }
._lbfmdPyNAW strong {
 color: var(--text-1);
 }
._hXhBxeQdH {
 color: var(--text-2);
font-size: 14px;
 margin: 0 0 18px;
 line-height: 1.5;
 }
._JkqtWweelV {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
@media (max-width: 700px) {
 ._LIkJQBlcd {
 grid-template-columns: 1fr;
 }
 }
/* === VIP === */._NtZEpvj {
 padding: 60px 0;
 }
._hNKlBibr {
 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;
 }
._rgHMiajuaOx {
 color: #d4a437;
 letter-spacing: 2px;
 text-transform: uppercase;
 font-size: 13px;
 margin-bottom: 12px;
 }
._NzFzpbDwRrH {
 margin: 0 0 14px;
 font-size: 28px;
font-family: var(--font-display);
 color: var(--text-1);
 }
._WmyPYfxVmsk {
 line-height: 1.6;
 color: var(--text-2);
 max-width: 600px;
 margin: 0 auto 22px;
font-size: 15px;
 }
._stpphDulLEg {
 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;
 }
._stpphDulLEg 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) {
 ._stpphDulLEg {
 grid-template-columns: 1fr;
 }
 ._hNKlBibr {
 padding: 24px;
 }
 }
/* === CALCULATOR === */._hwsWcXugCrS {
 padding: 60px 0;
 }
._XrOBTzsbaN {
 background: var(--bg-card);
 max-width: 640px;
 margin: 0 auto;
 border: 1px solid var(--border-subtle);
 padding: 36px;
 border-radius: var(--radius-lg);
 }
._mHvFccq {
 color: var(--accent);
 letter-spacing: 2px;
 text-transform: uppercase;
 margin-bottom: 8px;
 font-size: 12px;
 }
._VIXkkXC {
 font-family: var(--font-display);
 color: var(--text-1);
 margin: 0 0 20px;
 font-size: 24px;
 }
._DYHBwXbf {
 gap: 16px;
display: flex;
 flex-direction: column;
 }
._BEjpjIJZi {
 flex-direction: column;
 gap: 8px;
display: flex;
 }
._LzioKbP {
 font-weight: 600;
 color: var(--text-2);
font-size: 13px;
 }
._DYHBwXbf 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);
 }
._DYHBwXbf input:focus {
 border-color: var(--accent);
outline: none;
 }
._TaFUqceSSJV {
 padding: 16px;
background: var(--bg-section);
 border-radius: var(--radius-md);
 }
._UInmUIg {
 font-size: 14px;
 padding: 8px 0;
display: flex;
 justify-content: space-between;
 color: var(--text-2);
 align-items: center;
 }
._UInmUIg strong {
 font-weight: 700;
color: var(--text-1);
 }
._rVqGPMw strong {
 color: var(--accent);
 }
._fxYqbZXO {
 font-weight: 700;
 margin-top: 4px;
 border-top: 1px solid var(--border-subtle);
padding-top: 12px;
 }
._fxYqbZXO strong {
 font-size: 18px;
 }
/* === LIVE ACTIVITY === */._LbCtDKtIUR {
 padding: 30px 0;
 }
._tdDVFIQQ {
 gap: 14px;
 grid-template-columns: repeat(4, 1fr);
display: grid;
 }
._uwDjtqgWDwo {
 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;
 }
._AOUVZUWnFH {
 font-size: 18px;
 }
._fdtyabboiAH {
 font-weight: 800;
 font-variant-numeric: tabular-nums;
font-family: var(--font-display);
 color: var(--accent);
 font-size: 22px;
 }
._TLvSADGEOWd {
 color: var(--text-3);
 text-transform: uppercase;
font-size: 11px;
 letter-spacing: 0.5px;
 }
@media (max-width: 700px) {
 ._tdDVFIQQ {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === PROS CONS === */._GthQJlUwzal {
 padding: 60px 0;
 }
._qicOddsca {
 grid-template-columns: repeat(2, 1fr);
display: grid;
 gap: 18px;
 }
._yXPvlbep {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 border-radius: var(--radius-md);
background: var(--bg-card);
 }
._nXgbAJmpogr {
 border-left: 3px solid #22c55e;
 }
._KUXmTPuhHa {
 border-left: 3px solid #ef4444;
 }
._yXPvlbep h3 {
 color: var(--text-1);
 margin: 0 0 14px;
font-family: var(--font-display);
 font-size: 17px;
 }
._yXPvlbep ul {
 padding: 0;
 gap: 10px;
 flex-direction: column;
 margin: 0;
list-style: none;
 display: flex;
 }
._yXPvlbep li {
 color: var(--text-2);
font-size: 14px;
 padding-left: 22px;
 line-height: 1.5;
 position: relative;
 }
._nXgbAJmpogr li::before {
 position: absolute;
 left: 0;
content: '✓';
 color: #22c55e;
 font-weight: 700;
 }
._KUXmTPuhHa li::before {
 position: absolute;
content: '−';
 font-weight: 700;
 left: 0;
 color: #ef4444;
 font-size: 18px;
 }
@media (max-width: 700px) {
 ._qicOddsca {
 grid-template-columns: 1fr;
 }
 }
/* === SECURITY STRIP === */._hVNAEVDzIXs {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
padding: 40px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
._bfKpHNsCF {
 text-transform: uppercase;
 margin-bottom: 18px;
 color: var(--text-3);
 letter-spacing: 2px;
text-align: center;
 font-size: 12px;
 }
._JizGuhx {
 grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
 gap: 10px;
display: grid;
 }
._BvdVZmMLKN {
 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;
 }
._JxYCocjA {
 font-size: 18px;
 }
/* === METHODS === */._AHaQyGuTFkI {
 padding: 60px 0;
 }
._IrsXGdV {
 gap: 12px;
display: grid;
 grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
 }
._GSNnKETNi {
 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;
 }
._GSNnKETNi:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._JVegVHXIW {
 font-size: 28px;
 }
._kjyyoxIBOFc {
 font-weight: 700;
 font-size: 13px;
 color: var(--text-1);
 }
._arsrflxjUl {
 font-size: 11px;
 color: var(--text-3);
 }
/* === STEPS === */._tTRuEnYj {
 padding: 60px 0;
 }
._nncsdPFp {
 counter-reset: step;
 gap: 18px;
display: grid;
 grid-template-columns: repeat(4, 1fr);
 }
._OaDVwDAsvtu {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 border-radius: var(--radius-md);
background: var(--bg-card);
 position: relative;
 }
._JjWRtpzgtKz {
 line-height: 1;
font-family: var(--font-display);
 opacity: 0.3;
 color: var(--accent);
 margin-bottom: 8px;
 font-weight: 800;
 font-size: 36px;
 }
._CqcswTV {
 font-family: var(--font-display);
 color: var(--text-1);
 font-size: 17px;
 margin: 0 0 8px;
 }
._swgIAcms {
 margin: 0;
 line-height: 1.5;
 color: var(--text-2);
font-size: 13px;
 }
@media (max-width: 900px) {
 ._nncsdPFp {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 500px) {
 ._nncsdPFp {
 grid-template-columns: 1fr;
 }
 }
/* === FOOTER INFO ROW === */._wBjzrMZquyO {
 display: grid;
 padding: 30px 0;
 gap: 24px;
 border-top: 1px solid var(--border-subtle);
 grid-template-columns: repeat(3, 1fr);
 }
._aODeHBsE h4 {
 font-size: 14px;
 margin: 0 0 12px;
 font-weight: 700;
color: var(--text-1);
 }
._CakuFUY {
 margin-bottom: 6px;
 color: var(--text-3);
font-size: 13px;
 line-height: 1.5;
 }
._BlUCtinLgUP {
 color: var(--text-3);
 }
._MeMrnQFk {
 text-decoration: none;
color: var(--accent);
 }
._MeMrnQFk:hover {
 text-decoration: underline;
 }
._sUZELAhhrWy {
 border-radius: 4px;
 font-family: monospace;
 padding: 2px 8px;
background: var(--bg-section);
 font-size: 12px;
 }
@media (max-width: 700px) {
 ._wBjzrMZquyO {
 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%;
 }
  ._IFMsLNMfAt {
 padding: 0 20px;
 }
  ._dejTOsa, ._GuIjWpwGnx, ._tdDVFIQQ, ._KIsVORVf {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._PvTZXjlRqa {
 grid-template-columns: repeat(3, 1fr) !important;
 }
  .footer-grid {
 gap: 24px;
grid-template-columns: 1fr 1fr !important;
 }
  ._gcMHexjl, .themed-hero {
 grid-template-columns: 1fr !important;
 }
  ._VvPlUHDea {
 grid-template-columns: repeat(3, 1fr) !important;
 }
}
@media (max-width: 900px) {
  body {
 font-size: 15px;
 }
  ._IFMsLNMfAt {
 padding: 0 16px;
 }
    /* Hero */  ._qnVQoFOEEl {
 padding: 32px 0 !important;
 }
  .hero-title, h1 {
 line-height: 1.2 !important;
font-size: 28px !important;
 }
  .hero-sub, ._WmjVIUyr {
 font-size: 15px !important;
 }
    /* Headings */  h2, ._BwsoGyUs h2 {
 font-size: 22px !important;
 line-height: 1.25 !important;
 }
  h3 {
 font-size: 18px !important;
 }
  h4 {
 font-size: 16px !important;
 }
    /* Grids */  ._dejTOsa, ._GuIjWpwGnx, ._tdDVFIQQ, ._KIsVORVf, ._VvPlUHDea {
 gap: 12px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._PvTZXjlRqa {
 gap: 14px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._IrsXGdV, ._JizGuhx, ._sEBqImEep {
 gap: 12px;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._qicOddsca {
 grid-template-columns: 1fr !important;
 }
  .footer-grid, ._iEassfUpDKB {
 gap: 20px;
grid-template-columns: 1fr !important;
 }
  .topwin-grid {
 grid-template-columns: 1fr !important;
 }
  ._pzsNLNi {
 grid-template-columns: 1fr 1fr !important;
 gap: 10px !important;
 }
  ._wBjzrMZquyO {
 gap: 18px;
grid-template-columns: 1fr !important;
 }
    /* Tables — horizontal scroll wrapper */  ._ApLuAaJC, ._CBjgbqxZXI, ._dkoQXigYPQ, .leaderboard-table {
 font-size: 13px;
 }
  ._hJsyQFphCkQ, ._EgVPdGkEx, ._oXyRRHD, ._pKvLjDIeFUC .leaderboard-wrap {
    overflow-x: auto;
 -webkit-overflow-scrolling: touch;
  }
  ._ApLuAaJC th, ._ApLuAaJC td, ._CBjgbqxZXI th, ._CBjgbqxZXI td {
 padding: 8px 10px !important;
 white-space: nowrap;
 }
    /* CIH crit row — fixed cols become problematic */  ._HSnPggSCrP {
 padding: 10px !important;
grid-template-columns: 1fr !important;
 gap: 4px !important;
 }
  ._JfdRfhT {
 font-size: 13px;
 }
    /* CTA banners */  ._zlDoOViB {
 text-align: center;
flex-direction: column !important;
 padding: 18px !important;
 gap: 14px !important;
 }
  ._sihWTAQ {
 flex-direction: column;
 width: 100%;
 }
  ._sihWTAQ ._ZbNOzvJ {
 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 */  ._dEbZLvE {
 padding: 8px 0 !important;
 }
  ._dEbZLvE ._IFMsLNMfAt {
 gap: 8px 14px !important;
 font-size: 12px !important;
flex-wrap: wrap;
 justify-content: center;
 }
    /* Header — все варианты компактнее */  ._kzGHJgmtG ._UCgsyWRC {
 flex-wrap: wrap;
 gap: 10px !important;
padding: 12px 14px !important;
 }
  ._xXoawgL ._qZitOJMp {
 font-size: 18px !important;
 }
  ._SkHsFmSmj {
 display: none !important;
 }
 /* nav скрываем на мобиле — заменяем на бургер если нужно */  body.hd-style-2 ._UCgsyWRC,  body.hd-style-3 ._UCgsyWRC,  body.hd-style-4 ._UCgsyWRC,  body.hd-style-5 ._UCgsyWRC,  body.hd-style-6 ._UCgsyWRC {
    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 */  ._StEGcsgeclQ {
 flex: 0 0 100% !important;
 max-width: 100% !important;
 }
  ._MDAlBZCAVfq {
 font-size: 13px;
 }
    /* Header actions */  ._ZwLhKmQei {
 display: flex;
 justify-content: center;
 gap: 8px;
flex-wrap: wrap;
 }
  ._ZwLhKmQei ._ZbNOzvJ {
 font-size: 13px;
 min-width: 130px;
flex: 1 1 auto;
 padding: 10px 12px;
 }
    /* Card paddings */  .slot-card, .stat-card, ._cOLebbO, ._GSNnKETNi, .review-card, ._hNKlBibr {
 padding: 14px !important;
 }
  ._XrOBTzsbaN {
 padding: 18px !important;
 }
    /* Hero buttons */  .hero-actions, .hero-cta {
 align-items: stretch;
flex-direction: column !important;
 gap: 10px !important;
 }
  .hero-actions ._ZbNOzvJ {
 width: 100%;
 }
    /* Showcase tabs — wrap */  ._EJpfWaOG, [id="showcase-tabs"] {
 flex-wrap: wrap !important;
 gap: 6px !important;
 }
  ._EJpfWaOG 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 */  ._DYHBwXbf {
 grid-template-columns: 1fr !important;
 gap: 10px;
 }
  ._UInmUIg {
 gap: 4px !important;
 align-items: flex-start !important;
flex-direction: column;
 }
    /* Author cards */  ._aHGuJBpB {
 padding: 14px !important;
 }
  ._ZIyClybS {
 flex-direction: column;
 text-align: center;
 }
  ._EzkuhtRcuC {
 margin: 0 auto 10px !important;
 }
    /* Chat panel */  ._wVRhtOHGzIY {
 max-width: 360px;
 bottom: 80px !important;
 right: 4% !important;
width: 92% !important;
 }
    /* Reviews */  ._vZGdDRsJJv, [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 */  ._cDgiyQHIrza {
 padding: 32px 0 !important;
 }
  .themed-hero {
 gap: 18px !important;
 }
    /* Awards */  ._VvPlUHDea {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._DzCUntl {
 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) {
  ._dejTOsa, ._GuIjWpwGnx, ._tdDVFIQQ, ._KIsVORVf, ._VvPlUHDea {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._PvTZXjlRqa {
 grid-template-columns: repeat(2, 1fr) !important;
 gap: 10px !important;
 }
  ._IrsXGdV, ._JizGuhx, ._sEBqImEep {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._pzsNLNi {
 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 */  ._ApLuAaJC th, ._ApLuAaJC td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
  ._CBjgbqxZXI th, ._CBjgbqxZXI td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
    /* Footer */  ._iEassfUpDKB, ._wBjzrMZquyO, ._rvbcvUGBG {
 gap: 14px !important;
 }
  ._sbpOEAv ._rvbcvUGBG {
 flex-direction: column !important;
 align-items: flex-start !important;
 }
  ._QNhXalEVpM {
 gap: 8px;
flex-wrap: wrap;
 }
    /* Hero — ещё компактнее */  ._qnVQoFOEEl {
 padding: 24px 0 !important;
 }
  .hero-cta {
 gap: 8px;
 }
    /* Buttons */  ._ZbNOzvJ {
 font-size: 13px !important;
padding: 10px 16px !important;
 }
  ._nwDOozBOKKG, ._UifcVOPsy {
 min-height: 44px;
 }
 /* touch target */    /* Badges */  .age-badge, .age-circle {
 transform: scale(.85);
 }
    /* Themed/Cards */  .themed-card, .review-card, .topwin-card, ._XrOBTzsbaN {
 padding: 12px !important;
 }
    /* Live activity */  .la-card {
 padding: 10px !important;
 }
  ._fdtyabboiAH {
 font-size: 20px !important;
 }
    /* Steps */  ._OaDVwDAsvtu {
 padding: 14px !important;
 }
  ._JjWRtpzgtKz {
 font-size: 28px !important;
 }
    /* Pros/Cons */  .pc-card {
 padding: 14px !important;
 }
    /* TOC / nav links */  ._YiHsucATXI, .nav-list {
 gap: 6px !important;
 flex-wrap: wrap;
 }
    /* Trust signal */  ._dEbZLvE ._YMUMHZt {
 font-size: 11px !important;
 }
}
@media (max-width: 480px) {
  body {
 font-size: 14px;
 }
  ._IFMsLNMfAt {
 padding: 0 12px;
 }
    /* Все 2-колоночные становятся 1-колоночными для маленьких экранов */  ._dejTOsa, ._GuIjWpwGnx, ._tdDVFIQQ, ._KIsVORVf {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._IrsXGdV, ._JizGuhx, ._sEBqImEep {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._VvPlUHDea {
 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, ._GSNnKETNi {
 padding: 10px !important;
 }
  .stat-num {
 font-size: 20px !important;
 }
    /* Tables */  ._ApLuAaJC, ._CBjgbqxZXI, ._dkoQXigYPQ {
 font-size: 11px !important;
 }
  ._ApLuAaJC th, ._ApLuAaJC td,  ._CBjgbqxZXI th, ._CBjgbqxZXI td {
 padding: 6px !important;
 }
    /* Buttons */  ._ZbNOzvJ {
 min-height: 44px;
padding: 10px 14px !important;
 }
  ._AgrgKDSteO {
 padding: 8px 12px !important;
 font-size: 12px !important;
 min-height: 38px;
 }
    /* Section padding */  section {
 padding: 20px 0 !important;
 }
  ._cDgiyQHIrza {
 padding: 24px 0 !important;
 }
    /* Trust bar */  ._dEbZLvE ._IFMsLNMfAt {
 font-size: 10px !important;
 gap: 6px 10px !important;
 }
    /* CTA banners */  ._zlDoOViB {
 padding: 14px !important;
 }
  ._TKFRecDDgFv {
 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 */  ._hyViFjcMt h4, ._aODeHBsE h4 {
 font-size: 15px !important;
 }
  ._hyViFjcMt p, ._CakuFUY {
 font-size: 13px !important;
 }
    /* Showcase tabs */  ._EJpfWaOG 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 */  ._kzGHJgmtG ._UCgsyWRC {
 padding: 10px 12px !important;
 gap: 8px !important;
 }
  ._xXoawgL ._qZitOJMp {
 font-size: 16px !important;
 }
  ._ZwLhKmQei ._ZbNOzvJ {
 padding: 8px 10px !important;
 min-width: 110px;
 font-size: 12px !important;
 }
}
@media (max-width: 380px) {
  body {
 font-size: 13px;
 }
  ._IFMsLNMfAt {
 padding: 0 10px;
 }
    /* Совсем малые экраны — 1 колонка везде */  ._dejTOsa, ._GuIjWpwGnx, ._tdDVFIQQ, ._KIsVORVf, ._IrsXGdV, ._JizGuhx, ._sEBqImEep, ._VvPlUHDea {
 grid-template-columns: 1fr !important;
 }
  ._PvTZXjlRqa {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
    .hero-title, h1 {
 font-size: 20px !important;
 }
  h2 {
 font-size: 16px !important;
 }
    /* Tables в скролл с минимальным padding */  ._ApLuAaJC th, ._ApLuAaJC td {
 padding: 4px 6px !important;
 font-size: 10px !important;
 }
    /* Header — 2 строки точно */  ._ZwLhKmQei {
 width: 100%;
 }
  ._ZwLhKmQei ._ZbNOzvJ {
 padding: 8px 6px !important;
 font-size: 11px !important;
flex: 1 1 calc(50% - 4px);
 }
}
/* =================================================================   TOUCH-FRIENDLY: минимальные размеры тап-таргетов   ================================================================= */@media (hover: none) and (pointer: coarse) {
  ._ZbNOzvJ, button, a._EOoJxAMcD, ._GSNnKETNi, .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 не должны ломать вёрстку */._MeMrnQFk, ._hyViFjcMt p, .review-text, .faq-a, ._UInmUIg {
 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 — дублируются) ==== */._ZbNOzvJ {
 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;
 }
._nwDOozBOKKG {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 4px 14px var(--accent-glow);
 color: var(--bg-base) !important;
 }
._nwDOozBOKKG:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._UifcVOPsy {
 color: var(--text-primary) !important;
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._UifcVOPsy:hover {
 background: var(--bg-card-hover);
 }
._SjOGVVEYn {
 border: 1px solid var(--accent);
 color: var(--accent) !important;
background: transparent;
 }
._SjOGVVEYn:hover {
 background: var(--accent-soft);
 }
._GeqeVFw {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — HEADER styles ==== */._kzGHJgmtG {
 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;
 }
._xXoawgL {
 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;
 }
._SkHsFmSmj {
 flex: 1;
 gap: 8px;
display: flex;
 }
._SkHsFmSmj 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;
 }
._SkHsFmSmj a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._ZwLhKmQei {
 gap: 10px;
display: flex;
 }
@media (max-width: 720px) {
 ._SkHsFmSmj {
 display: none;
 }
 ._ZwLhKmQei ._UifcVOPsy {
 display: none;
 }
 .header-inner {
 padding: 12px 16px;
 gap: 12px;
 }
 }
._FRzzAAU {
 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 — дублируются) ==== */._ZbNOzvJ {
 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;
 }
._nwDOozBOKKG {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 box-shadow: 0 4px 14px var(--accent-glow);
 color: var(--bg-base) !important;
 }
._nwDOozBOKKG:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._UifcVOPsy {
 color: var(--text-primary) !important;
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._UifcVOPsy:hover {
 background: var(--bg-card-hover);
 }
._SjOGVVEYn {
 border: 1px solid var(--accent);
 color: var(--accent) !important;
background: transparent;
 }
._SjOGVVEYn:hover {
 background: var(--accent-soft);
 }
._GeqeVFw {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — FOOTER styles ==== */._YzepiuVSq {
 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);
 }
._YzepiuVSq ._IFMsLNMfAt {
 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;
 }
 }
