/* ==================================================================   shab14 — main_styles.css   Стили нового шаблона. CSS-переменные подменяются JS на основе hash(brand).   ================================================================== */:root {
  --bg-card-hover: #1c2238;
  --radius-sm: 6px;
  --border-strong: #2d3556;
  --border-subtle: #232a44;
  --text-dim: #64748b;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --accent-dark: #16a34a;
  --text-secondary: #cbd5e1;
  --text-muted: #94a3b8;
  --bg-card: #161b2e;
  --radius-lg: 16px;
--accent: #22c55e;
  --radius-md: 10px;
  --text-primary: #f1f5f9;
  --bg-section: #0f1422;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --radius-xl: 24px;
  --shadow-glow: 0 0 30px var(--accent-glow);
  --bg-base: #0a0e1a;
  --container-width: 1280px;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --accent-soft: rgba(34, 197, 94, 0.12);
}
* {
 box-sizing: border-box;
 padding: 0;
 margin: 0;
 }
html {
 scroll-behavior: smooth;
 }
body {
 font-family: var(--font-body);
 font-size: 16px;
 line-height: 1.6;
 color: var(--text-primary);
 background: var(--bg-base);
 overflow-x: hidden;
 -webkit-font-smoothing: antialiased;
 }
img {
 height: auto;
max-width: 100%;
 display: block;
 }
a {
 color: inherit;
 transition: all 0.2s ease;
 text-decoration: none;
 }
button {
 border: none;
 background: none;
font-family: inherit;
 cursor: pointer;
 }
h1, h2, h3, h4 {
 line-height: 1.2;
 font-weight: 700;
font-family: var(--font-display);
 }
._HvCiPgZkd {
 margin: 0 auto;
 padding: 0 24px;
max-width: var(--container-width);
 }
/* ============== HEADER ============== */._oPnqDeSM {
 position: sticky;
 backdrop-filter: blur(12px);
 border-bottom: 1px solid var(--border-subtle);
 background: rgba(10, 14, 26, 0.92);
 -webkit-backdrop-filter: blur(12px);
 top: 0;
 z-index: 100;
 }
.header-inner {
 align-items: center;
 max-width: var(--container-width);
display: flex;
 gap: 32px;
 padding: 14px 24px;
 margin: 0 auto;
 }
._hviozrFzBhz {
 color: var(--text-primary);
 align-items: center;
 display: flex;
 font-size: 22px;
font-family: var(--font-display);
 font-weight: 800;
 gap: 10px;
 }
.brand-logo-mark {
 width: 36px;
 height: 36px;
 justify-content: center;
 font-weight: 800;
 border-radius: 10px;
 font-size: 18px;
 align-items: center;
 display: flex;
 color: var(--bg-base);
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 }
._gmWrirLlfu {
 display: flex;
 flex: 1;
 gap: 8px;
 }
._gmWrirLlfu a {
 font-size: 14px;
 font-weight: 500;
 color: var(--text-secondary);
 border-radius: var(--radius-md);
padding: 8px 14px;
 }
._gmWrirLlfu a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._EljfxysF {
 gap: 10px;
display: flex;
 }
._kUWBfUSZdwJ {
 transition: transform 0.15s, box-shadow 0.15s;
 border-radius: var(--radius-md);
 font-weight: 600;
 padding: 12px 22px;
 white-space: nowrap;
 font-size: 14px;
 gap: 8px;
 align-items: center;
 justify-content: center;
display: inline-flex;
 }
._eBPmPowi {
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 color: var(--bg-base);
 box-shadow: 0 4px 14px var(--accent-glow);
 }
._eBPmPowi:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._uVqOBaQeA {
 color: var(--text-primary);
background: var(--bg-card);
 border: 1px solid var(--border-strong);
 }
._uVqOBaQeA:hover {
 background: var(--bg-card-hover);
 }
._jGNGCldw {
 border: 1px solid var(--accent);
background: transparent;
 color: var(--accent);
 }
._jGNGCldw:hover {
 background: var(--accent-soft);
 }
._iFdGmLh {
 font-size: 16px;
padding: 16px 32px;
 }
/* ============== HERO ============== */._CRiIoNSV {
 background: radial-gradient(ellipse 80% 50% at 50% 0%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 overflow: hidden;
position: relative;
 padding: 80px 0 60px;
 }
._CRiIoNSV::before {
 inset: 0;
 mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
 -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
 opacity: 0.15;
 background-position: -30px -30px;
 background-size: 60px 60px;
 background-image: linear-gradient(var(--border-subtle) 1px, transparent 1px), linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px);
content: '';
 position: absolute;
 }
._WEzPTGG {
 position: relative;
display: grid;
 align-items: center;
 gap: 48px;
 z-index: 2;
 grid-template-columns: 1.4fr 1fr;
 }
._OYHqNIJDy {
 padding: 6px 12px;
 font-weight: 600;
 border-radius: 999px;
 background: var(--accent-soft);
 text-transform: uppercase;
display: inline-flex;
 letter-spacing: 0.5px;
 color: var(--accent);
 align-items: center;
 gap: 8px;
 font-size: 12px;
 margin-bottom: 18px;
 }
._OYHqNIJDy::before {
 animation: pulse 1.6s infinite;
content: '';
 border-radius: 50%;
 height: 6px;
 width: 6px;
 background: var(--accent);
 }
@keyframes pulse {
 0%, 100% {
 opacity: 1;
 transform: scale(1);
 }
 50% {
 transform: scale(1.4);
opacity: 0.6;
 }
 }
._CRiIoNSV h1 {
 letter-spacing: -0.02em;
font-size: clamp(32px, 5vw, 52px);
 margin-bottom: 20px;
 }
._CRiIoNSV h1 ._DykkNxnwQ {
 color: var(--accent);
 }
._DDSrqcKfzSp {
 line-height: 1.65;
 color: var(--text-secondary);
font-size: 17px;
 max-width: 540px;
 margin-bottom: 28px;
 }
._tEXjDyYv {
 border-radius: var(--radius-md);
display: flex;
 width: fit-content;
 background: var(--bg-card);
 border: 1px solid var(--border-subtle);
 padding: 16px 20px;
 gap: 24px;
 margin-bottom: 32px;
 }
._GEDwRjkDost ._cxhMULXG {
 font-weight: 700;
font-family: var(--font-display);
 color: var(--accent);
 line-height: 1;
 font-size: 22px;
 }
._GEDwRjkDost ._UJrJaroU {
 color: var(--text-muted);
font-size: 11px;
 margin-top: 4px;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 }
._ldUoBzxwm {
 display: flex;
 flex-wrap: wrap;
 gap: 12px;
 margin-bottom: 24px;
 }
._cNjCpUOGK {
 color: var(--text-secondary);
 background: var(--bg-card);
 padding: 10px 16px;
display: inline-flex;
 border-radius: var(--radius-md);
 align-items: center;
 border: 1px solid var(--border-strong);
 font-size: 13px;
 gap: 12px;
 }
._QgzDDgbZEZ {
 align-items: center;
 background: var(--accent-soft);
 display: flex;
 color: var(--accent);
 justify-content: center;
 height: 24px;
width: 24px;
 border-radius: 50%;
 }
._vVquixW {
 color: var(--accent);
font-family: var(--font-display);
 letter-spacing: 0.5px;
 font-weight: 700;
 }
._zJrgzGan {
 position: relative;
 }
._vopYlmMk {
 box-shadow: var(--shadow-card);
 padding: 24px;
 border-radius: var(--radius-lg);
 border: 1px solid var(--border-strong);
background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-section) 100%);
 }
._suFTgiMFfs {
 margin-bottom: 16px;
 color: var(--text-muted);
 font-size: 14px;
 text-transform: uppercase;
font-family: var(--font-display);
 font-weight: 600;
 letter-spacing: 1px;
 }
._znOntNCdiJX {
 border-bottom: 1px solid var(--border-subtle);
display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 12px 0;
 }
._znOntNCdiJX:last-child {
 border-bottom: none;
 }
._znOntNCdiJX ._BvyPQEGrkX {
 font-size: 14px;
color: var(--text-secondary);
 }
._znOntNCdiJX ._KuiQlmZcBK {
 color: var(--accent);
font-family: var(--font-display);
 font-weight: 700;
 }
._TsUjAZTUx {
 display: inline-block;
 border-radius: 50%;
 width: 8px;
 margin-right: 6px;
 animation: pulse 1.6s infinite;
 height: 8px;
 background: var(--accent);
 }
/* ============== STATS ============== */._QahxnUq {
 background: var(--bg-section);
padding: 60px 0;
 border-top: 1px solid var(--border-subtle);
 border-bottom: 1px solid var(--border-subtle);
 }
._jSYbSuvzH {
 margin-bottom: 40px;
text-align: center;
 }
._WbHzRgCVPv {
 letter-spacing: 1px;
display: inline-block;
 font-weight: 600;
 text-transform: uppercase;
 border-radius: 999px;
 margin-bottom: 12px;
 font-size: 12px;
 padding: 4px 12px;
 color: var(--accent);
 background: var(--accent-soft);
 }
._jSYbSuvzH h2 {
 margin-bottom: 8px;
font-size: clamp(26px, 3vw, 36px);
 }
._jSYbSuvzH h2 ._DykkNxnwQ {
 color: var(--accent);
 }
._NUallHppzjx {
 color: var(--text-muted);
 font-size: 16px;
 max-width: 600px;
 margin: 0 auto;
 }
._asrxXKyrC {
 grid-template-columns: repeat(4, 1fr);
 gap: 20px;
display: grid;
 }
.stat-card {
 border-radius: var(--radius-lg);
background: var(--bg-card);
 padding: 28px 20px;
 border: 1px solid var(--border-subtle);
 transition: transform 0.2s, border-color 0.2s;
 overflow: hidden;
 position: relative;
 text-align: center;
 }
.stat-card:hover {
 transform: translateY(-4px);
 border-color: var(--accent);
 }
.stat-icon {
 align-items: center;
 justify-content: center;
 height: 96px;
 margin: 0 auto 16px;
 display: flex;
 position: relative;
width: 96px;
 }
.stat-circle {
 position: absolute;
 border-top-color: var(--accent);
 transform: rotate(-45deg);
 inset: 0;
 border-radius: 50%;
 border: 3px solid var(--accent-soft);
 }
.stat-num {
 position: relative;
 line-height: 1;
 font-size: 28px;
 color: var(--accent);
font-family: var(--font-display);
 z-index: 1;
 font-weight: 800;
 }
.stat-label {
 font-size: 13px;
 margin-top: 6px;
 color: var(--text-muted);
 text-transform: lowercase;
 }
/* ============== WINS TICKER ============== */._yGcoZTrtdJg {
 border-bottom: 1px solid var(--border-subtle);
background: var(--bg-base);
 overflow: hidden;
 padding: 14px 0;
 }
._LsXOuXtDOb {
 gap: 32px;
 white-space: nowrap;
 animation: ticker-scroll 60s linear infinite;
display: flex;
 }
._yGcoZTrtdJg:hover ._LsXOuXtDOb {
 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 {
 justify-content: center;
 border-radius: 50%;
 color: white;
 flex-shrink: 0;
 height: 28px;
 align-items: center;
 display: flex;
width: 28px;
 font-size: 12px;
 font-weight: 700;
 }
.win-name {
 font-weight: 600;
color: var(--text-primary);
 }
.win-game {
 color: var(--accent);
 font-weight: 600;
 }
.win-amount {
 font-family: var(--font-display);
 font-weight: 700;
 margin-left: 4px;
color: var(--accent);
 }
/* ============== SHOWCASE / SECTION BAR ============== */._ItipspTql {
 padding: 60px 0;
 }
.section-alt {
 background: var(--bg-section);
 }
._faWRAfAS {
 flex-wrap: wrap;
display: flex;
 gap: 16px;
 margin-bottom: 28px;
 justify-content: space-between;
 align-items: flex-end;
 }
._faWRAfAS h2 {
 font-size: clamp(24px, 3vw, 32px);
 }
._faWRAfAS h2 ._DykkNxnwQ {
 color: var(--accent);
 }
._BAJNJzkNaZr {
 display: flex;
 align-items: center;
 gap: 12px;
 }
._ciaNtGQBh {
 gap: 6px;
 font-size: 14px;
 align-items: center;
 display: inline-flex;
 font-weight: 600;
color: var(--accent);
 }
._ciaNtGQBh:hover {
 gap: 10px;
 }
._GlMWAAqTJvX {
 color: var(--text-muted);
 font-size: 15px;
 margin-top: 6px;
 }
._UMXEZQXjwQ {
 display: flex;
 margin-bottom: 24px;
 gap: 8px;
flex-wrap: wrap;
 }
._CjIxrmFOvo {
 font-weight: 500;
 border-radius: 999px;
 background: var(--bg-card);
padding: 8px 16px;
 color: var(--text-secondary);
 border: 1px solid var(--border-subtle);
 font-size: 13px;
 }
._CjIxrmFOvo._KzmMlzBdF {
 color: var(--accent);
background: var(--accent-soft);
 border-color: var(--accent);
 }
._CjIxrmFOvo:hover {
 background: var(--bg-card-hover);
 }
/* ============== SLOT CARDS ============== */._JOXjYOLU {
 gap: 16px;
 grid-template-columns: repeat(4, 1fr);
display: grid;
 }
.slot-card {
 border: 1px solid var(--border-subtle);
 overflow: hidden;
 border-radius: var(--radius-md);
 transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
background: var(--bg-card);
 position: relative;
 }
.slot-card:hover {
 box-shadow: 0 8px 20px rgba(0,0,0,0.4);
 border-color: var(--accent);
transform: translateY(-4px);
 }
.slot-img {
 text-align: center;
 display: flex;
 padding: 12px;
 aspect-ratio: 4/3;
 align-items: center;
 overflow: hidden;
position: relative;
 font-family: var(--font-display);
 justify-content: center;
 font-weight: 700;
 color: rgba(255,255,255,0.85);
 font-size: 16px;
 }
.slot-img img {
 height: 100%;
 inset: 0;
 object-fit: cover;
 width: 100%;
position: absolute;
 }
.slot-flag {
 text-transform: uppercase;
 top: 8px;
 padding: 3px 8px;
 left: 8px;
position: absolute;
 font-size: 10px;
 font-weight: 700;
 z-index: 2;
 border-radius: 4px;
 letter-spacing: 0.5px;
 }
.flag-hot {
 color: white;
background: #ef4444;
 }
.flag-new {
 color: var(--bg-base);
background: var(--accent);
 }
.flag-jackpot {
 color: white;
background: linear-gradient(135deg, #f59e0b, #b45309);
 }
.flag-exclusive {
 background: linear-gradient(135deg, #d946ef, #a21caf);
 color: white;
 }
.slot-rtp-badge {
 right: 8px;
 z-index: 2;
 top: 8px;
 backdrop-filter: blur(8px);
 font-weight: 700;
 border-radius: 4px;
 padding: 3px 7px;
position: absolute;
 font-size: 10px;
 color: var(--accent);
 background: rgba(0,0,0,0.65);
 }
.slot-info {
 padding: 12px 14px 14px;
 }
.slot-name {
 white-space: nowrap;
 font-size: 14px;
 font-weight: 600;
font-family: var(--font-display);
 margin-bottom: 2px;
 text-overflow: ellipsis;
 overflow: hidden;
 color: var(--text-primary);
 }
.slot-prov {
 margin-bottom: 10px;
color: var(--text-muted);
font-size: 12px;
 }
.slot-desc {
 color: var(--text-secondary);
 line-height: 1.4;
font-size: 12px;
 line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 -webkit-line-clamp: 2;
 display: -webkit-box;
 margin-bottom: 10px;
 }
.slot-cta {
 border-radius: var(--radius-sm);
 text-align: center;
 color: var(--accent);
display: block;
 font-size: 13px;
 background: var(--accent-soft);
 padding: 8px 12px;
 transition: background 0.15s;
 border: 1px solid transparent;
 font-weight: 600;
 }
.slot-cta:hover {
 color: var(--bg-base);
background: var(--accent);
 }
/* T2 — overlay при hover */.slot-card.t2 .slot-cta {
 display: none;
 }
.slot-card.t2 .slot-img::after {
 font-size: 16px;
 opacity: 0;
 font-weight: 700;
 inset: 0;
 background: rgba(0,0,0,0.7);
 color: var(--accent);
 transition: opacity 0.2s;
 display: flex;
 justify-content: center;
 align-items: center;
content: '▶ Играть';
 position: absolute;
 font-family: var(--font-display);
 z-index: 3;
 }
.slot-card.t2:hover .slot-img::after {
 opacity: 1;
 }
/* T4 — минимум */.slot-card.t4 .slot-prov, .slot-card.t4 .slot-cta, .slot-card.t4 .slot-desc {
 display: none;
 }
.slot-card.t4 .slot-name {
 text-align: center;
 }
.slot-card.t4 .slot-info {
 padding: 10px;
 }
/* T1, T2, T4, T5 — hide desc */.slot-card:not(.t3) .slot-desc {
 display: none;
 }
/* T1, T2, T3, T4 — hide RTP badge */.slot-card:not(.t5) .slot-rtp-badge {
 display: none;
 }
/* ============== THEMED BLOCKS V1/V2/V3 ============== */._qKpewoAAe {
 padding: 56px 0;
 }
._qKpewoAAe._wQVpTDIwF {
 background: var(--bg-section);
 }
.themed-scroll {
 scroll-snap-type: x mandatory;
 padding-bottom: 12px;
 gap: 14px;
 scrollbar-color: var(--accent) var(--bg-card);
 -webkit-overflow-scrolling: touch;
 overflow-x: auto;
 scrollbar-width: thin;
display: flex;
 }
.themed-scroll::-webkit-scrollbar {
 height: 6px;
 }
.themed-scroll::-webkit-scrollbar-track {
 background: var(--bg-card);
 border-radius: 3px;
 }
.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 {
 align-items: center;
 height: 36px;
 justify-content: center;
 background: var(--bg-card);
 font-size: 18px;
 border: 1px solid var(--border-strong);
 display: flex;
width: 36px;
 color: var(--text-secondary);
 border-radius: 50%;
 transition: all 0.15s;
 }
.scroll-arrow:hover {
 color: var(--accent);
background: var(--accent-soft);
 border-color: var(--accent);
 }
.themed-hero {
 gap: 16px;
display: grid;
 grid-template-columns: 1.5fr 1fr;
 }
.themed-hero-main {
 border-radius: var(--radius-md);
 border: 1px solid var(--border-strong);
background: var(--bg-card);
 flex-direction: column;
 overflow: hidden;
 position: relative;
 display: flex;
 }
.themed-hero-main .slot-img {
 font-size: 24px;
aspect-ratio: 16/9;
 }
.themed-hero-main .slot-info {
 padding: 18px 20px;
 }
.themed-hero-main .slot-name {
 font-size: 18px;
 }
.themed-hero-main .slot-desc {
 display: -webkit-box !important;
 }
.themed-hero-side {
 display: grid;
 gap: 12px;
 grid-template-rows: repeat(3, 1fr);
 }
.themed-hero-side .slot-card {
 grid-template-columns: 100px 1fr;
display: grid;
 }
.themed-hero-side .slot-img {
 font-size: 11px;
aspect-ratio: 1;
 }
.themed-hero-side .slot-info {
 flex-direction: column;
 justify-content: center;
 display: flex;
padding: 10px 14px;
 }
.themed-hero-side .slot-name {
 font-size: 13px;
 }
.themed-hero-side .slot-cta {
 margin-top: 6px;
padding: 5px 10px;
 font-size: 11px;
 }
/* ============== ARTICLE TEXT (для {
TEXT}
) ============== */._aEqmdPxPr {
 margin: 0 auto;
padding: 56px 0;
 max-width: 880px;
 }
._aEqmdPxPr h1 {
 font-size: clamp(28px, 4vw, 40px);
 margin-bottom: 24px;
 }
._aEqmdPxPr h1 ._DykkNxnwQ, ._aEqmdPxPr h2 ._DykkNxnwQ, ._aEqmdPxPr h3 ._DykkNxnwQ {
 color: var(--accent);
 }
._aEqmdPxPr h2 {
 margin: 32px 0 16px;
font-size: clamp(22px, 2.8vw, 30px);
 }
._aEqmdPxPr h3 {
 margin: 24px 0 12px;
 color: var(--accent);
font-size: 20px;
 }
._aEqmdPxPr p {
 font-size: 16px;
 color: var(--text-secondary);
margin-bottom: 16px;
 line-height: 1.75;
 }
._aEqmdPxPr ul, ._aEqmdPxPr ol {
 padding-left: 22px;
 margin-bottom: 18px;
 }
._aEqmdPxPr li {
 margin-bottom: 8px;
 color: var(--text-secondary);
 }
._aEqmdPxPr a {
 color: var(--accent);
 }
._aEqmdPxPr a:hover {
 text-decoration: underline;
 }
._UXGctFRUL {
 color: var(--text-dim);
padding: 16px 24px;
 max-width: 880px;
 margin: 0 auto 30px;
 font-size: 13px;
 text-align: center;
 padding-top: 16px;
 border-top: 1px solid var(--border-subtle);
 }
._UXGctFRUL span {
 color: var(--text-muted);
 }
/* ============== CTA BANNERS ============== */._chMcdAdmOXg {
 padding: 32px 32px;
 display: flex;
 background: linear-gradient(135deg, var(--bg-card), var(--bg-section));
margin: 48px auto;
 gap: 24px;
 position: relative;
 border: 1px solid var(--accent);
 justify-content: space-between;
 overflow: hidden;
 flex-wrap: wrap;
 border-radius: var(--radius-lg);
 max-width: var(--container-width);
 align-items: center;
 }
._chMcdAdmOXg::before {
 filter: blur(80px);
 right: -100px;
 height: 300px;
content: '';
 opacity: 0.4;
 position: absolute;
 top: -100px;
 background: var(--accent-glow);
 border-radius: 50%;
 width: 300px;
 }
._WIIZAuyC {
 flex: 1;
 z-index: 1;
 min-width: 280px;
position: relative;
 }
._eSmRMpdhl {
 font-size: 24px;
font-family: var(--font-display);
 margin-bottom: 6px;
 font-weight: 700;
 }
._eSmRMpdhl ._DykkNxnwQ {
 color: var(--accent);
 }
._PqudVaIfhC {
 color: var(--text-secondary);
 font-size: 15px;
 }
._UHshWFdlEwx {
 gap: 10px;
z-index: 1;
position: relative;
 display: flex;
 flex-wrap: wrap;
 }
/* ============== TOURNAMENT ============== */._WDPTfKVM {
 background: var(--bg-section);
padding: 60px 0;
 }
._boPfOUyC {
 background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-section) 100%);
 border: 1px solid var(--border-strong);
 padding: 32px;
 grid-template-columns: 1fr 1fr;
 position: relative;
 gap: 32px;
 border-radius: var(--radius-lg);
 display: grid;
 overflow: hidden;
 }
._boPfOUyC::before {
 font-size: 220px;
 position: absolute;
 right: -30px;
content: '🏆';
 opacity: 0.05;
 bottom: -50px;
 }
._hoQYDlqbn {
 z-index: 1;
position: relative;
 }
._VxQxybFUVCx {
 font-size: 11px;
 letter-spacing: 0.5px;
 padding: 4px 10px;
display: inline-flex;
 background: var(--accent-soft);
 margin-bottom: 14px;
 text-transform: uppercase;
 font-weight: 700;
 color: var(--accent);
 gap: 6px;
 border-radius: 999px;
 align-items: center;
 }
._oqMwxxT {
 margin-bottom: 8px;
 font-weight: 700;
font-family: var(--font-display);
 font-size: 28px;
 }
._qAHeWElc {
 margin-bottom: 24px;
color: var(--text-secondary);
 }
._zdEICLnscg {
 font-size: 36px;
font-family: var(--font-display);
 color: var(--accent);
 font-weight: 800;
 margin-bottom: 4px;
 line-height: 1;
 }
._lpRJZDHYl {
 text-transform: uppercase;
font-size: 12px;
 margin-bottom: 24px;
 color: var(--text-muted);
 letter-spacing: 1px;
 }
._sKDswOC {
 margin-bottom: 28px;
 gap: 10px;
 flex-wrap: wrap;
display: flex;
 }
._SIdjpVLldi {
 text-align: center;
 border-radius: var(--radius-md);
background: var(--bg-base);
 min-width: 70px;
 padding: 12px 16px;
 border: 1px solid var(--border-strong);
 }
._kGzByvRA {
 font-family: var(--font-display);
 font-size: 24px;
 font-weight: 700;
 line-height: 1;
 color: var(--accent);
 }
._mTgYSBEkplC {
 margin-top: 4px;
font-size: 10px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: var(--text-muted);
 }
._dxjoqPs {
 z-index: 1;
position: relative;
 background: var(--bg-base);
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
 padding: 18px 22px;
 }
._ddanuwg {
 font-size: 13px;
 margin-bottom: 14px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: var(--text-muted);
 }
.leaderboard-row {
 align-items: center;
 gap: 12px;
display: grid;
 grid-template-columns: 32px 1fr auto;
 padding: 10px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
.leaderboard-row:last-child {
 border-bottom: none;
 }
.lb-pos {
 font-size: 14px;
 font-weight: 700;
 text-align: center;
font-family: var(--font-display);
 color: var(--text-muted);
 }
.lb-pos.top1 {
 color: #fbbf24;
 }
.lb-pos.top2 {
 color: #cbd5e1;
 }
.lb-pos.top3 {
 color: #d97706;
 }
.lb-name {
 font-weight: 500;
 color: var(--text-primary);
font-size: 14px;
 }
.lb-prize {
 color: var(--accent);
font-family: var(--font-display);
 font-weight: 700;
 font-size: 14px;
 }
/* ============== REVIEWS ============== */._pHkHirMrC {
 padding: 60px 0;
 }
._PtNcJmPm {
 grid-template-columns: repeat(3, 1fr);
 gap: 16px;
display: grid;
 }
.review-card {
 border: 1px solid var(--border-subtle);
 transition: border-color 0.15s;
background: var(--bg-card);
 border-radius: var(--radius-md);
 padding: 22px;
 }
.review-card:hover {
 border-color: var(--accent);
 }
.review-head {
 align-items: center;
 gap: 12px;
 margin-bottom: 14px;
display: flex;
 }
.review-avatar {
 align-items: center;
 font-weight: 700;
 border-radius: 50%;
 height: 40px;
width: 40px;
 display: flex;
 flex-shrink: 0;
 font-size: 16px;
 justify-content: center;
 color: white;
 }
.review-meta {
 flex: 1;
 }
.review-name {
 font-weight: 600;
 font-size: 14px;
 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 {
 font-size: 14px;
color: var(--text-secondary);
 line-height: 1.6;
 }
/* ============== FAQ ============== */._roLCQzBmCA {
 background: var(--bg-section);
padding: 60px 0;
 }
._LlgbWvKPMHU {
 margin: 0 auto;
max-width: 880px;
 }
.faq-item {
 transition: border-color 0.15s;
 border-radius: var(--radius-md);
background: var(--bg-card);
 margin-bottom: 10px;
 border: 1px solid var(--border-subtle);
 overflow: hidden;
 }
.faq-item.open {
 border-color: var(--accent);
 }
.faq-q {
 justify-content: space-between;
 font-weight: 600;
 font-family: var(--font-display);
 text-align: left;
 display: flex;
 padding: 18px 22px;
 color: var(--text-primary);
 font-size: 16px;
 align-items: center;
 background: none;
 cursor: pointer;
width: 100%;
 border: none;
 }
.faq-q:hover {
 background: var(--bg-card-hover);
 }
.faq-icon {
 background: var(--accent-soft);
 margin-left: 12px;
 display: flex;
 font-weight: 700;
 flex-shrink: 0;
 align-items: center;
 border-radius: 50%;
 height: 28px;
width: 28px;
 transition: transform 0.2s;
 justify-content: center;
 color: var(--accent);
 }
.faq-item.open .faq-icon {
 transform: rotate(45deg);
 }
.faq-a {
 transition: max-height 0.3s ease;
 overflow: hidden;
max-height: 0;
 }
.faq-item.open .faq-a {
 max-height: 600px;
 }
.faq-a-inner {
 font-size: 15px;
 color: var(--text-secondary);
 line-height: 1.65;
padding: 0 22px 20px;
 }
/* ============== FINAL CTA + FOOTER ============== */._koPpNDZ {
 padding: 80px 0;
 background: radial-gradient(ellipse 80% 60% at 50% 50%, var(--accent-soft) 0%, transparent 70%), var(--bg-base);
 text-align: center;
 }
._koPpNDZ h2 {
 margin-bottom: 12px;
font-size: clamp(28px, 4vw, 42px);
 }
._koPpNDZ h2 ._DykkNxnwQ {
 color: var(--accent);
 }
._iqgNqdNw {
 font-size: 16px;
 margin-bottom: 28px;
color: var(--text-secondary);
 }
._bolUNgWjZT {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
 font-size: 14px;
 padding: 48px 0 24px;
 }
.footer-grid {
 display: grid;
 grid-template-columns: 1.4fr repeat(3, 1fr);
 margin-bottom: 36px;
 gap: 40px;
 }
.footer-col h4 {
 text-transform: uppercase;
font-family: var(--font-display);
 margin-bottom: 14px;
 color: var(--text-primary);
 letter-spacing: 1px;
 font-size: 14px;
 }
.footer-col ul {
 list-style: none;
 }
.footer-col li {
 margin-bottom: 8px;
 }
.footer-col a {
 transition: color 0.15s;
color: var(--text-muted);
 }
.footer-col a:hover {
 color: var(--accent);
 }
.footer-about {
 line-height: 1.7;
color: var(--text-muted);
 }
.footer-bottom {
 border-top: 1px solid var(--border-subtle);
padding-top: 24px;
 flex-wrap: wrap;
 align-items: center;
 color: var(--text-dim);
 justify-content: space-between;
 font-size: 12px;
 display: flex;
 gap: 12px;
 }
.age-badge {
 gap: 6px;
 align-items: center;
display: inline-flex;
 color: var(--text-muted);
 }
.age-circle {
 border: 2px solid var(--text-muted);
 display: flex;
 border-radius: 50%;
 font-size: 10px;
 align-items: center;
 height: 24px;
 font-weight: 700;
 justify-content: center;
width: 24px;
 }
/* ============== STICKY ELEMENTS ============== */.sticky-play {
 display: flex;
 bottom: 24px;
 font-size: 14px;
 box-shadow: 0 8px 24px var(--accent-glow);
 border-radius: 999px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 font-family: var(--font-display);
 z-index: 90;
 right: 24px;
 padding: 14px 24px;
 color: var(--bg-base);
 gap: 8px;
 transition: transform 0.2s;
 font-weight: 700;
position: fixed;
 align-items: center;
 }
.sticky-play:hover {
 transform: translateY(-3px) scale(1.04);
 }
.sticky-play::before {
 content: '▶';
 font-size: 12px;
 }
._MJEQktYk {
 box-shadow: 0 6px 20px rgba(0,0,0,0.3);
 border-radius: 50%;
 bottom: 92px;
 color: var(--accent);
 transition: transform 0.2s, background 0.2s;
 font-size: 22px;
position: fixed;
 background: var(--bg-card);
 right: 24px;
 height: 56px;
 z-index: 90;
 justify-content: center;
 align-items: center;
 width: 56px;
 border: 2px solid var(--accent);
 display: flex;
 }
._MJEQktYk:hover {
 background: var(--accent-soft);
transform: scale(1.1);
 }
._bkfBHQxDuL {
 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);
 }
._TxEmNMJjU {
 background: var(--bg-card);
 border-radius: var(--radius-lg);
position: fixed;
 transform: translateY(20px) scale(0.95);
 box-shadow: 0 12px 40px rgba(0,0,0,0.5);
 border: 1px solid var(--border-strong);
 transition: all 0.25s ease;
 pointer-events: none;
 z-index: 95;
 bottom: 92px;
 overflow: hidden;
 opacity: 0;
 width: 320px;
 right: 24px;
 }
._TxEmNMJjU.open {
 transform: translateY(0) scale(1);
 opacity: 1;
 pointer-events: auto;
 }
._ZKYiKZUUhr {
 color: var(--bg-base);
padding: 16px 18px;
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 }
._vbHDbSXIkw {
 font-weight: 700;
 font-size: 16px;
 margin-bottom: 2px;
font-family: var(--font-display);
 }
._FJURQtkhnyn {
 align-items: center;
 display: flex;
 gap: 6px;
font-size: 12px;
 }
._FJURQtkhnyn::before {
 width: 8px;
 height: 8px;
 background: white;
content: '';
 animation: pulse 1.5s infinite;
 border-radius: 50%;
 }
._zbrpMxGU {
 padding: 18px;
 }
._zbrpMxGU p {
 margin-bottom: 14px;
 color: var(--text-secondary);
font-size: 14px;
 }
._CKTNWFceeEU {
 gap: 8px;
 flex-direction: column;
display: flex;
 }
._RmYLUFX {
 border-radius: var(--radius-md);
 border: 1px solid var(--border-strong);
 color: var(--text-primary);
 display: flex;
 background: var(--bg-section);
 font-size: 14px;
 align-items: center;
 text-align: left;
padding: 10px 14px;
 gap: 10px;
 }
._RmYLUFX:hover {
 border-color: var(--accent);
 }
/* ============== MODULE1/MODULE2 (городские/игровые выигрыши — для совместимости) ============== */._QkEgueFYRKz, .module2 {
 border-radius: var(--radius-md);
 padding: 20px 24px;
 margin: 24px auto;
max-width: var(--container-width);
 border: 1px solid var(--border-subtle);
 background: var(--bg-card);
 }
._QkEgueFYRKz .module2_1_title, .module2 .module2_1_title {
 font-family: var(--font-display);
 text-transform: uppercase;
 font-size: 14px;
 color: var(--text-muted);
 letter-spacing: 1px;
 font-weight: 600;
 margin-bottom: 12px;
 }
._QkEgueFYRKz > div > div, .module2 > div > div {
 margin: 4px 6px 4px 0;
 background: var(--bg-section);
display: inline-block;
 color: var(--text-secondary);
 padding: 4px 12px;
 border-radius: 999px;
 border: 1px solid var(--border-subtle);
 font-size: 12px;
 }
/* ============== RESPONSIVE ============== */@media (max-width: 1024px) {
  ._WEzPTGG {
 grid-template-columns: 1fr;
 }
  ._zJrgzGan {
 margin: 0 auto;
 max-width: 360px;
order: -1;
 }
  ._asrxXKyrC {
 grid-template-columns: repeat(2, 1fr);
 }
  ._JOXjYOLU {
 grid-template-columns: repeat(3, 1fr);
 }
  ._PtNcJmPm {
 grid-template-columns: repeat(2, 1fr);
 }
  ._boPfOUyC {
 grid-template-columns: 1fr;
 }
  .themed-hero {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 720px) {
  ._HvCiPgZkd {
 padding: 0 16px;
 }
  .header-inner {
 padding: 12px 16px;
 }
  ._gmWrirLlfu {
 display: none;
 }
  ._EljfxysF ._uVqOBaQeA {
 display: none;
 }
  ._CRiIoNSV {
 padding: 50px 0 40px;
 }
  ._tEXjDyYv {
 gap: 16px;
flex-wrap: wrap;
 padding: 12px;
 }
  ._ldUoBzxwm {
 flex-direction: column;
 }
  ._ldUoBzxwm ._kUWBfUSZdwJ {
 width: 100%;
 }
  ._asrxXKyrC {
 grid-template-columns: 1fr 1fr;
 gap: 12px;
 }
  .stat-icon {
 height: 80px;
width: 80px;
 }
  .stat-num {
 font-size: 22px;
 }
  ._JOXjYOLU {
 gap: 10px;
grid-template-columns: 1fr 1fr;
 }
  ._PtNcJmPm {
 grid-template-columns: 1fr;
 }
  .footer-grid {
 grid-template-columns: 1fr;
 }
  ._ItipspTql {
 padding: 44px 0;
 }
  ._faWRAfAS {
 align-items: flex-start;
flex-direction: column;
 gap: 14px;
 }
  ._chMcdAdmOXg {
 align-items: flex-start;
padding: 24px;
 flex-direction: column;
 }
  ._boPfOUyC {
 padding: 22px;
 }
  ._zdEICLnscg {
 font-size: 28px;
 }
  ._MJEQktYk {
 display: none;
 }
  .sticky-play {
 padding: 12px 18px;
 right: 16px;
bottom: 16px;
 }
}
/* ========== УНИКАЛЬНЫЕ LAYOUT-ВАРИАНТЫ (body-классы от JS) ========== *//* hero-o-1: контент по центру */body.hero-o-1 ._WEzPTGG {
 grid-template-columns: 1fr;
 text-align: center;
 margin: 0 auto;
 max-width: 720px;
 }
body.hero-o-1 ._zJrgzGan {
 display: none;
 }
body.hero-o-1 ._tEXjDyYv {
 margin-left: auto;
 margin-right: auto;
 }
body.hero-o-1 ._ldUoBzxwm {
 justify-content: center;
 }
/* hero-o-2: правая ориентация */body.hero-o-2 ._WEzPTGG {
 direction: rtl;
 }
body.hero-o-2 ._WEzPTGG > * {
 direction: ltr;
 }
/* stats-l-1: 2x2 квадратная сетка */body.stats-l-1 ._asrxXKyrC {
 grid-template-columns: 1fr 1fr;
 max-width: 720px;
 margin: 0 auto;
 }
body.stats-l-1 .stat-card {
 padding: 38px 24px;
 }
/* stats-l-2: горизонтальная полоса */body.stats-l-2 ._asrxXKyrC {
 grid-template-columns: repeat(4, 1fr);
 }
body.stats-l-2 .stat-card {
 display: flex;
 align-items: center;
 gap: 14px;
 text-align: left;
padding: 18px 12px;
 }
body.stats-l-2 .stat-card .stat-icon {
 height: 56px;
 margin: 0;
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 для кнопок */._eBPmPowi, .sticky-play {
 background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark)) !important;
 }
/* ========== ИНЪЕКЦИИ ВНУТРЬ ТЕКСТА СТАТЬИ ========== */.intext-fact {
  gap: 14px;
 align-items: flex-start;
  background: var(--bg-card);
 border-left: 3px solid var(--accent);
display: flex;
 padding: 18px 20px;
 margin: 28px 0;
  border-radius: var(--radius-md);
}
.intext-fact-icon {
 font-size: 22px;
 line-height: 1;
 flex: 0 0 auto;
 }
.intext-fact-text {
 line-height: 1.6;
color: var(--text-2);
 font-size: 15px;
 }
.intext-slot {
  border-radius: var(--radius-lg);
display: grid;
  align-items: center;
 grid-template-columns: 220px 1fr;
 border: 1px solid var(--border-subtle);
 padding: 16px;
 margin: 32px 0;
  background: var(--bg-card);
 gap: 18px;
}
.intext-slot-img {
  text-align: center;
 justify-content: center;
  overflow: hidden;
 aspect-ratio: 4/3;
 align-items: center;
  color: white;
 padding: 12px;
 display: flex;
 border-radius: var(--radius-md);
position: relative;
 font-size: 14px;
 font-weight: 700;
}
.intext-slot-img img {
  height: 100%;
 inset: 0;
 object-fit: cover;
 width: 100%;
position: absolute;
 z-index: 0;
}
.intext-slot-meta {
 padding: 8px 4px;
 }
.intext-slot-eyebrow {
 font-weight: 700;
 color: var(--accent);
 letter-spacing: 1px;
font-size: 11px;
 text-transform: uppercase;
 margin-bottom: 8px;
 }
.intext-slot-name {
 font-size: 18px;
 font-weight: 700;
font-family: var(--font-display);
 color: var(--text-1);
 margin-bottom: 8px;
 }
.intext-slot-desc {
 margin-bottom: 12px;
color: var(--text-2);
 font-size: 14px;
 line-height: 1.5;
 }
.intext-slot-cta {
  text-decoration: none;
  color: var(--accent);
 font-weight: 600;
display: inline-flex;
 align-items: center;
 gap: 4px;
 font-size: 14px;
}
.intext-slot-cta:hover {
 text-decoration: underline;
 }
.intext-cta {
  align-items: center;
 margin: 28px 0;
display: flex;
 justify-content: space-between;
  border: 1px solid var(--accent);
 gap: 18px;
 padding: 18px 22px;
  flex-wrap: wrap;
  border-radius: var(--radius-lg);
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
}
.intext-cta-text {
 min-width: 240px;
 font-size: 15px;
 font-weight: 500;
color: var(--text-1);
 line-height: 1.5;
 flex: 1;
 }
.intext-cta-btn {
  border-radius: var(--radius-md);
  font-weight: 700;
background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
 text-decoration: none;
 padding: 10px 20px;
  color: white;
 white-space: nowrap;
}
@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 === */._jmdTVaB {
  border-top: 1px solid var(--border-subtle);
background: linear-gradient(90deg, var(--accent-soft), transparent, var(--accent-soft));
  font-size: 13px;
  border-bottom: 1px solid var(--border-subtle);
  padding: 12px 0;
}
._jmdTVaB ._HvCiPgZkd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
._aAfCxLixl {
  color: var(--text-2);
  white-space: nowrap;
}
@media (max-width: 700px) {
  ._jmdTVaB {
 padding: 10px 0;
 font-size: 12px;
 }
  ._jmdTVaB ._HvCiPgZkd {
 gap: 14px;
 }
}
/* === PROMO TIMER BAR === */._QMTGZZjcRL {
  gap: 16px;
  border-left: 3px solid var(--accent);
  flex-wrap: wrap;
  padding: 14px 22px;
  margin: 24px 0;
  border-radius: var(--radius-md);
  background: linear-gradient(90deg, var(--accent-soft), transparent);
  border: 1px solid var(--accent);
display: flex;
  align-items: center;
}
._gwtHzhP {
  font-weight: 500;
  color: var(--text-1);
font-size: 14px;
}
._sOGGqlVw {
  background: var(--bg-card);
font-size: 22px;
  font-family: var(--font-display);
  color: var(--accent);
  border-radius: var(--radius-sm);
  padding: 6px 14px;
  border: 1px solid var(--accent);
  letter-spacing: 0.05em;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
/* === FACT CARD === */._cQCVqOBwFF {
  padding: 60px 0;
}
._yVSeKGRzQ {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  padding: 36px;
background: var(--bg-card);
}
._aZNdSOOLn {
  font-size: 28px;
font-family: var(--font-display);
  margin: 0 0 28px;
  color: var(--text-1);
}
._cOAdNjGnb {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
._RcjIQimHAS {
  align-items: flex-start;
display: flex;
  border-radius: var(--radius-md);
  padding: 14px;
  background: var(--bg-section);
  gap: 12px;
  border: 1px solid var(--border-subtle);
}
._ZAfnEdiJCYv {
  flex: 0 0 auto;
  line-height: 1;
font-size: 22px;
}
._ssBLJyomIhA {
  gap: 4px;
  flex-direction: column;
  min-width: 0;
display: flex;
}
._eiEyAIzgtm {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-3);
}
._IouOGlUDqe {
  color: var(--text-1);
  font-weight: 600;
  line-height: 1.3;
font-size: 14px;
}
@media (max-width: 900px) {
 ._cOAdNjGnb {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 480px) {
 ._cOAdNjGnb {
 grid-template-columns: 1fr;
 }
 ._yVSeKGRzQ {
 padding: 22px;
 }
 }
/* === CIH-HUB (Analytics) === */._bBlbxmvyO {
  padding: 60px 0;
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
}
._pKlqkjhBgV {
  padding: 40px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
background: var(--bg-card);
}
._PmrNnorhyC {
  font-size: 32px;
font-family: var(--font-display);
  color: var(--text-1);
  margin: 0 0 28px;
}
._uTRKtcYY {
  margin-bottom: 32px;
  grid-template-columns: repeat(4, 1fr);
display: grid;
  gap: 16px;
}
._UPSgzMeVtMa {
  gap: 6px;
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  border-radius: var(--radius-md);
background: var(--bg-section);
  display: flex;
  position: relative;
  padding: 22px 18px;
  flex-direction: column;
}
._UPSgzMeVtMa::before {
  content: '';
 left: 0;
  height: 3px;
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
  top: 0;
 right: 0;
  position: absolute;
}
._lTbrrFbAR {
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--accent);
  font-weight: 800;
  line-height: 1;
}
._rQmvsvzOuMR {
  color: var(--text-2);
font-size: 13px;
}
._lhwfOzqzvt {
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 4px;
}
._aorfwFEzwM {
  margin-bottom: 32px;
overflow-x: auto;
}
._lDmotZRxh {
  border-collapse: collapse;
width: 100%;
  font-size: 14px;
}
._lDmotZRxh caption {
  caption-side: top;
  font-size: 16px;
text-align: left;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--text-2);
}
._lDmotZRxh thead th {
  padding: 12px 16px;
  font-weight: 700;
  color: var(--text-1);
  text-align: left;
background: var(--bg-section);
  border-bottom: 2px solid var(--border-strong);
}
._lDmotZRxh tbody th, ._lDmotZRxh tbody td {
  text-align: left;
  border-bottom: 1px solid var(--border-subtle);
  font-weight: 500;
padding: 12px 16px;
  color: var(--text-2);
}
._lDmotZRxh tbody th {
 color: var(--text-1);
font-weight: 600;
 }
._IIGvGZaSGL {
 font-weight: 600;
color: #22c55e;
 }
._DhbMxpnUc {
  border: 1px solid var(--border-subtle);
  gap: 36px;
  padding: 28px;
  align-items: start;
  border-radius: var(--radius-md);
  grid-template-columns: 200px 1fr;
  background: var(--bg-section);
display: grid;
}
._HHLkMvcF {
  align-items: center;
  flex-direction: column;
display: flex;
  gap: 12px;
}
._UHSTzNT {
  background: conic-gradient(var(--accent) 0deg, var(--accent) calc(var(--score) * 3.6deg), var(--border-subtle) calc(var(--score) * 3.6deg), var(--border-subtle) 360deg);
  border-radius: 50%;
  height: 160px;
--score: 90;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  width: 160px;
}
._fkoTlfjv {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 130px;
width: 130px;
  border-radius: 50%;
  background: var(--bg-card);
  flex-direction: column;
  gap: 4px;
}
._VcrgaAhlnk {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
._iMdIphDDT {
  color: var(--text-3);
font-size: 12px;
  text-transform: uppercase;
}
._IGuLhloeL {
  font-weight: 600;
  color: var(--text-1);
font-size: 14px;
}
._ClIwZBHkO {
  gap: 12px;
  grid-column: 2;
  flex-direction: column;
display: flex;
}
._lIEjUshp {
  grid-template-columns: 140px 1fr 40px;
display: grid;
  gap: 14px;
  align-items: center;
  font-size: 13px;
}
._LqRUxjja {
 color: var(--text-2);
 }
._xvkqkNxCAJ {
  height: 8px;
  background: var(--border-subtle);
  border-radius: 4px;
  overflow: hidden;
}
._AxliEJdERC {
  background: linear-gradient(var(--grad-angle, 90deg), var(--accent), var(--accent-dark));
height: 100%;
  border-radius: 4px;
}
._AkyvsTlfHa {
  color: var(--accent);
font-weight: 700;
  text-align: right;
}
._xmflCpmHVo {
  border-top: 1px solid var(--border-subtle);
  padding-top: 24px;
  margin-top: 24px;
grid-column: 1 / -1;
}
._xmflCpmHVo h4 {
  letter-spacing: 0.5px;
  color: var(--text-1);
font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
._xmflCpmHVo p {
  color: var(--text-2);
font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 900px) {
  ._uTRKtcYY {
 grid-template-columns: repeat(2, 1fr);
 }
  ._DhbMxpnUc {
 grid-template-columns: 1fr;
 }
  ._ClIwZBHkO {
 grid-column: 1;
 }
  ._pKlqkjhBgV {
 padding: 24px;
 }
  ._PmrNnorhyC {
 font-size: 24px;
 }
}
/* === E-E-A-T AUTHOR BLOCK === */._oieItZp {
  margin: 32px 0;
  border: 1px solid var(--border-subtle);
  padding: 24px 28px;
background: var(--bg-card);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--accent);
}
._TzoCkpFIL {
  margin-bottom: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
display: flex;
}
._eOcqqYWJ {
  border-radius: var(--radius-sm);
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 12px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.5px;
background: var(--accent);
}
._LAJInwXlesm {
  color: var(--text-3);
font-size: 13px;
}
._yvGhTANtpw {
  gap: 16px;
  margin-bottom: 16px;
display: flex;
  align-items: center;
}
._pfWzbwJpD {
  width: 64px;
  font-size: 26px;
  display: flex;
  background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
  justify-content: center;
  color: white;
  font-family: var(--font-display);
  font-weight: 700;
  border-radius: 50%;
  flex: 0 0 auto;
  align-items: center;
  height: 64px;
}
._kGwFHiA {
  gap: 2px;
  min-width: 0;
flex-direction: column;
display: flex;
}
._twIDCsxIpV {
  font-weight: 700;
font-size: 17px;
  color: var(--text-1);
}
._GZXRQPkSu {
  color: var(--text-2);
font-size: 13px;
}
._JMApefsG {
  color: var(--accent);
  margin-top: 4px;
font-size: 12px;
}
._rLLuuHzyNS p {
  line-height: 1.6;
font-size: 14px;
  margin: 0 0 14px;
  color: var(--text-2);
}
._QSSsdPwrm {
  flex-wrap: wrap;
  list-style: none;
display: flex;
  margin: 0 0 16px;
  gap: 8px;
  padding: 0;
}
._QSSsdPwrm li {
  color: var(--text-2);
  padding: 5px 10px;
  border-radius: var(--radius-sm);
  font-size: 12px;
background: var(--bg-section);
  border: 1px solid var(--border-subtle);
}
._oTeAHIcpYYd {
  padding-top: 12px;
display: flex;
  align-items: center;
  font-size: 12px;
  gap: 8px;
  color: var(--text-3);
  border-top: 1px solid var(--border-subtle);
}
._DrJRaonTy {
  font-weight: 700;
color: var(--accent);
}
/* === TOC NAV === */.toc-nav {
  margin: 24px 0;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  padding: 18px 22px;
  background: var(--bg-section);
}
._GTdUDXAKE {
  margin-bottom: 10px;
  color: var(--text-1);
font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
._WtyhKEb {
  margin: 0;
  gap: 6px;
  display: flex;
  padding: 0;
  flex-direction: column;
list-style: none;
}
._WtyhKEb li {
  align-items: baseline;
  gap: 8px;
display: flex;
}
._WtyhKEb ._aYMzwMzvNy {
  font-size: 12px;
  min-width: 22px;
color: var(--text-3);
}
._WtyhKEb a {
  text-decoration: none;
color: var(--accent);
  font-size: 14px;
}
._WtyhKEb a:hover {
 text-decoration: underline;
 }
/* === COMPARISON TABLE === */._CTmeRBPX {
  padding: 60px 0;
}
._rdeFGXl {
  overflow-x: auto;
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  padding: 24px;
  border-radius: var(--radius-lg);
}
._glhCLqIdQ {
  border-collapse: collapse;
width: 100%;
  font-size: 14px;
}
._glhCLqIdQ thead {
  background: var(--bg-section);
}
._glhCLqIdQ thead th {
  font-weight: 700;
  border-bottom: 2px solid var(--border-strong);
padding: 14px 16px;
  color: var(--text-1);
  text-align: left;
}
._glhCLqIdQ tbody td {
  padding: 12px 16px;
  color: var(--text-2);
  border-bottom: 1px solid var(--border-subtle);
}
._glhCLqIdQ tbody tr:hover {
  background: var(--bg-section);
}
._glhCLqIdQ tbody td:first-child {
  font-weight: 600;
  color: var(--text-1);
}
/* === SLOTS HORIZONTAL SLIDER === */._TXQzXACz {
  overflow: hidden;
  background: linear-gradient(180deg, transparent, var(--accent-soft), transparent);
padding: 60px 0;
}
._oVysFSDmXxK {
  justify-content: space-between;
display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 14px;
  flex-wrap: wrap;
}
._BGaaCEmUR {
  font-family: var(--font-display);
  margin: 0;
  font-size: 28px;
  color: var(--text-1);
}
._PrPuWADzgkB {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
._PrPuWADzgkB:hover {
 text-decoration: underline;
 }
._ePEOXapYgl {
  padding: 12px 0;
  overflow: hidden;
position: relative;
  margin: 0 -24px;
}
._ePEOXapYgl::before,._ePEOXapYgl::after {
  z-index: 2;
 bottom: 0;
content: '';
  top: 0;
  pointer-events: none;
  position: absolute;
  width: 80px;
}
._ePEOXapYgl::before {
 background: linear-gradient(90deg, var(--bg-base), transparent);
left: 0;
 }
._ePEOXapYgl::after {
 background: linear-gradient(-90deg, var(--bg-base), transparent);
right: 0;
 }
._jrxROCgLwc {
  animation: slots-scroll 60s linear infinite;
  width: max-content;
display: flex;
  gap: 14px;
}
._jrxROCgLwc:hover {
 animation-play-state: paused;
 }
._jrxROCgLwc .slot-mini {
  position: relative;
  flex: 0 0 auto;
  font-weight: 700;
  padding: 10px;
width: 180px;
  align-items: center;
  text-align: center;
  overflow: hidden;
  justify-content: center;
  display: flex;
  height: 130px;
  color: white;
  border-radius: var(--radius-md);
  font-size: 13px;
}
._jrxROCgLwc .slot-mini img {
  inset: 0;
 height: 100%;
  width: 100%;
  object-fit: cover;
position: absolute;
}
._jrxROCgLwc .slot-mini span {
  z-index: 1;
position: relative;
}
._jrxROCgLwc .slot-mini::after {
  position: absolute;
  align-items: center;
content: '▶';
  justify-content: center;
  opacity: 0;
  inset: 0;
  z-index: 2;
  display: flex;
  transition: opacity 0.2s;
  font-size: 24px;
  background: rgba(0,0,0,0.6);
  color: white;
}
._jrxROCgLwc .slot-mini:hover::after {
 opacity: 1;
 }
@keyframes slots-scroll {
  from {
 transform: translateX(0);
 }
  to {
 transform: translateX(-50%);
 }
}
._RzeZHnAI {
  margin-top: 24px;
display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
._hKglwalPg {
  font-size: 13px;
color: var(--text-3);
}
/* === STICKY CTA BAR (внизу) === */.sticky-cta-bar {
  position: fixed;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.4);
 right: 0;
  z-index: 95;
  bottom: 0;
  gap: 14px;
  border-top: 1px solid var(--accent);
  justify-content: center;
  transition: transform 0.4s ease 0.5s;
 left: 0;
  transform: translateY(100%);
  background: var(--bg-card);
  flex-wrap: wrap;
}
.sticky-cta-bar.visible {
  transform: translateY(0);
}
.sticky-cta-bar.hidden {
  transform: translateY(100%);
}
.scb-text {
  flex: 1;
  text-align: center;
  min-width: 220px;
color: var(--text-1);
  font-weight: 500;
  font-size: 14px;
}
.scb-btn {
  font-weight: 700;
  text-decoration: none;
  padding: 10px 22px;
  color: white;
  border-radius: var(--radius-md);
  white-space: nowrap;
background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
}
.scb-close {
  height: 28px;
  border: 1px solid var(--border-subtle);
width: 28px;
  font-size: 14px;
  color: var(--text-2);
  line-height: 1;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.scb-close:hover {
 color: var(--text-1);
 border-color: var(--accent);
 }
/* === FOOTER UPGRADES === */._OvjvyFDOc {
  padding: 40px 0 30px;
}
._CYIfHZKf {
  font-size: 22px;
  margin: 0 0 20px;
font-family: var(--font-display);
  color: var(--text-1);
}
._StMycwAkrS {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
._KJUSMpQK {
  background: var(--bg-card);
  gap: 14px;
display: flex;
  padding: 16px;
  transition: border-color 0.2s, background 0.2s;
  text-decoration: none;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  align-items: flex-start;
}
._KJUSMpQK:hover {
  background: var(--bg-card-hover);
border-color: var(--accent);
}
._peIaqzQRri {
  flex: 0 0 auto;
font-size: 26px;
  line-height: 1;
}
._CjwsbgwxxD {
  min-width: 0;
display: flex;
  gap: 4px;
  flex-direction: column;
  flex: 1;
}
._RdoQFRukXep {
  color: var(--text-1);
font-size: 15px;
  font-weight: 700;
}
._IYiQJWnns {
  color: var(--text-3);
  line-height: 1.4;
font-size: 12px;
}
._xfkUDuMw {
  align-self: flex-start;
  white-space: nowrap;
  color: var(--accent);
font-size: 11px;
  margin-top: 2px;
  font-weight: 600;
}
._CRZEthZw {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
display: grid;
  border-top: 1px solid var(--border-subtle);
  padding: 30px 0;
}
._NTJnNDD h4 {
  margin: 0 0 8px;
  color: var(--text-1);
font-size: 14px;
  font-weight: 700;
}
._NTJnNDD p {
  margin: 0;
  color: var(--text-3);
font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 700px) {
 ._CRZEthZw {
 grid-template-columns: 1fr;
 }
 }
._TOBljAuIZl {
  border-top: 1px solid var(--border-subtle);
padding: 20px 0;
}
._MvzOqLHiC {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}
._phgaGSQfmm {
  flex-direction: column;
display: flex;
}
._GqirlsAdq {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-1);
font-family: var(--font-display);
}
._LNfVwvfY {
  color: var(--text-3);
font-size: 12px;
}
._lzhHeuFZA {
  flex: 1;
  min-width: 240px;
  color: var(--text-3);
font-size: 12px;
}
._lzhHeuFZA p {
 margin: 2px 0;
 }
._SsFimQDw {
 font-size: 11px;
 opacity: 0.8;
 }
._AqfVkIhU {
  flex-wrap: wrap;
  gap: 8px;
display: flex;
}
._OjJEDqYDva {
  padding: 4px 10px;
  border: 1px solid var(--border-subtle);
  color: var(--text-2);
  font-size: 11px;
  border-radius: var(--radius-sm);
background: var(--bg-card);
}
._HItnySO a {
  font-size: 13px;
  text-decoration: none;
color: var(--accent);
}
/* ========================================================================   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 ._WEzPTGG {
 grid-template-columns: 1.4fr 1fr;
 gap: 60px;
 }
/* hero-v-2: всё по центру, без правого виджета, БОЛЬШАЯ типографика */body.hero-v-2 ._WEzPTGG {
 grid-template-columns: 1fr;
 margin: 0 auto;
max-width: 880px;
 text-align: center;
 }
body.hero-v-2 ._zJrgzGan {
 display: none;
 }
body.hero-v-2 ._tEXjDyYv {
 margin-right: auto;
justify-content: center;
 margin-left: auto;
 }
body.hero-v-2 ._ldUoBzxwm {
 justify-content: center;
 }
body.hero-v-2 ._CRiIoNSV h1 {
 font-size: clamp(40px, 6vw, 72px);
 }
/* hero-v-3: full-bleed с большим оверлеем, текст внизу */body.hero-v-3 ._CRiIoNSV {
 display: flex;
 min-height: 70vh;
padding: 100px 0 60px;
 align-items: flex-end;
 }
body.hero-v-3 ._CRiIoNSV::before {
 background: radial-gradient(ellipse at top, var(--accent-soft), transparent 60%);
 pointer-events:none;
content:'';
 inset:0;
 position:absolute;
 }
body.hero-v-3 ._WEzPTGG {
 gap: 40px;
 align-items: end;
grid-template-columns: 1fr 1fr;
 }
body.hero-v-3 ._CRiIoNSV h1 {
 line-height: 1.05;
font-size: clamp(36px, 5.5vw, 64px);
 }
/* hero-v-4: stacked (текст вверху, виджет снизу — для мобилок) */body.hero-v-4 ._WEzPTGG {
 grid-template-columns: 1fr;
 gap: 40px;
 }
body.hero-v-4 ._zJrgzGan {
 max-width: 720px;
 width: 100%;
 margin: 0 auto;
 }
body.hero-v-4 .hero-info {
 text-align: center;
 }
body.hero-v-4 ._tEXjDyYv {
 justify-content: center;
 }
/* hero-v-5: асимметрия со скосом */body.hero-v-5 ._CRiIoNSV {
 background: linear-gradient(135deg, var(--bg-base) 0%, var(--bg-base) 60%, var(--accent-soft) 60%, var(--accent-soft) 100%);
 }
body.hero-v-5 ._WEzPTGG {
 grid-template-columns: 1.5fr 1fr;
 gap: 50px;
 }
body.hero-v-5 ._CRiIoNSV h1 {
 padding-left: 14px;
 border-left: 4px solid var(--accent);
 }
/* hero-v-6: минимальный — только заголовок и CTA */body.hero-v-6 ._CRiIoNSV {
 padding: 60px 0 40px;
 }
body.hero-v-6 ._WEzPTGG {
 max-width: 700px;
 gap: 24px;
 text-align: center;
 margin: 0 auto;
grid-template-columns: 1fr;
 }
body.hero-v-6 ._zJrgzGan, body.hero-v-6 ._tEXjDyYv {
 display: none;
 }
body.hero-v-6 ._OYHqNIJDy {
 margin: 0 auto;
 }
body.hero-v-6 ._ldUoBzxwm {
 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 ._oPnqDeSM {
 padding: 16px 0 0;
 }
body.hd-v-2 .header-inner {
 padding-bottom: 14px;
 grid-template-columns: 1fr;
display: grid;
 gap: 14px;
 }
body.hd-v-2 ._hviozrFzBhz {
 justify-self: center;
 }
body.hd-v-2 ._gmWrirLlfu {
 order: 3;
 border-top: 1px solid var(--border-subtle);
 justify-content: center;
 padding-top: 12px;
 justify-self: center;
 width: 100%;
 }
body.hd-v-2 ._EljfxysF {
 right: 24px;
position: absolute;
 top: 16px;
 }
/* hd-v-3: nav слева, brand справа */body.hd-v-3 .header-inner {
 gap: 24px;
display: grid;
 align-items: center;
 grid-template-columns: 1fr auto auto;
 }
body.hd-v-3 ._gmWrirLlfu {
 order: 1;
 justify-self: start;
 }
body.hd-v-3 ._hviozrFzBhz {
 order: 2;
 justify-self: end;
 }
body.hd-v-3 ._EljfxysF {
 order: 3;
 }
/* hd-v-4: компактный — без явного nav-bar, только лого и кнопки */body.hd-v-4 .header-inner {
 display: flex;
 padding: 10px 0;
 justify-content: space-between;
 align-items: center;
 }
body.hd-v-4 ._gmWrirLlfu {
 font-size: 13px;
 }
/* ========== BUTTON ВАРИАНТЫ (6 типов кнопок) ========== *//* btn-v-1: solid (default) */body.btn-v-1 ._kUWBfUSZdwJ {
 border-radius: var(--radius-md);
 }
/* btn-v-2: pill (round) */body.btn-v-2 ._kUWBfUSZdwJ, 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 ._kUWBfUSZdwJ, body.btn-v-3 .scb-btn, body.btn-v-3 .sticky-play {
 border-radius: 0;
 }
/* btn-v-4: outlined primary (заполнение только при ховере) */body.btn-v-4 ._eBPmPowi {
 color: var(--accent);
background: transparent;
 border: 2px solid var(--accent);
 }
body.btn-v-4 ._eBPmPowi:hover {
 background: var(--accent);
 color: white;
 }
/* btn-v-5: skewed (диагональный паралелепипед) */body.btn-v-5 ._eBPmPowi {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._eBPmPowi > * {
 transform: skewX(8deg);
display: inline-block;
 }
body.btn-v-5 ._uVqOBaQeA {
 transform: skewX(-8deg);
 }
body.btn-v-5 ._uVqOBaQeA > * {
 transform: skewX(8deg);
display: inline-block;
 }
/* btn-v-6: с тенью / шейдером */body.btn-v-6 ._eBPmPowi {
 box-shadow: 0 4px 14px var(--accent-glow), 0 0 0 1px var(--accent) inset;
 }
body.btn-v-6 ._eBPmPowi: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 {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.1);
background: rgba(255,255,255,0.04);
}
/* card-v-3: neon glow — светящаяся обводка */body.card-v-3 .slot-card {
 box-shadow: 0 0 0 1px var(--accent), 0 0 24px var(--accent-glow);
border: 1px solid var(--accent);
 transition: all 0.3s;
 }
body.card-v-3 .slot-card:hover {
 box-shadow: 0 0 0 2px var(--accent), 0 0 40px var(--accent-glow);
 }
/* card-v-4: brutalist — толстая чёрная рамка, без скруглений */body.card-v-4 .slot-card {
 border: 3px solid var(--text-1);
 box-shadow: 6px 6px 0 var(--accent);
 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 {
  background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
  background-clip: padding-box;
  position: relative;
  border: 1px solid transparent;
}
body.card-v-5 .slot-card::before {
  inset: -1px;
content: '';
 position: absolute;
 border-radius: inherit;
  z-index: -1;
  background: linear-gradient(135deg, #d4a437, var(--accent), #d4a437);
}
/* card-v-6: retro arcade — пиксельная стилистика */body.card-v-6 .slot-card {
 image-rendering: pixelated;
border: 2px solid var(--accent);
 box-shadow: 4px 4px 0 var(--accent-dark);
 }
body.card-v-6 .slot-card .slot-name {
 font-family: 'Russo One', monospace, sans-serif;
 letter-spacing: 1px;
 text-transform: uppercase;
 }
/* card-v-7: holographic — радужный градиент по краям */body.card-v-7 .slot-card {
 overflow: hidden;
position: relative;
 }
body.card-v-7 .slot-card::after {
  background: linear-gradient(45deg, transparent 30%, rgba(0, 229, 204, 0.1) 40%, rgba(168, 85, 247, 0.1) 50%, rgba(255, 88, 88, 0.1) 60%, transparent 70%);
 inset: 0;
  pointer-events: none;
 animation: holo 3s ease infinite;
content: '';
 position: absolute;
  background-size: 200% 200%;
}
@keyframes holo {
 0%, 100% {
 background-position: 0% 0%;
 }
 50% {
 background-position: 100% 100%;
 }
 }
/* card-v-8: minimal flat — без теней и обводок */body.card-v-8 .slot-card {
 border: none;
 background: var(--bg-card);
box-shadow: 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 ._chMcdAdmOXg {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: 24px;
 }
/* cta-v-2: центрированный с большой иконкой */body.cta-v-2 ._chMcdAdmOXg {
 text-align: center;
flex-direction: column;
 padding: 40px 24px;
 }
body.cta-v-2 ._WIIZAuyC {
 max-width: 600px;
 }
body.cta-v-2 ._UHshWFdlEwx {
 justify-content: center;
 }
body.cta-v-2 ._chMcdAdmOXg::before {
 content: '🎁';
 font-size: 56px;
 margin-bottom: 12px;
 }
/* cta-v-3: вертикальный stack с фоном-рисунком */body.cta-v-3 ._chMcdAdmOXg {
  background: linear-gradient(135deg, var(--accent-soft) 0%, transparent 60%), radial-gradient(circle at 80% 20%, var(--accent-glow), transparent 60%);
 gap: 14px;
  border: 2px solid var(--accent);
  flex-direction: column;
}
/* cta-v-4: dual-action (две большие кнопки рядом) */body.cta-v-4 ._UHshWFdlEwx {
 grid-template-columns: 1fr 1fr;
 gap: 12px;
 min-width: 260px;
display: grid;
 }
/* cta-v-5: минимальный — узкая полоса */body.cta-v-5 ._chMcdAdmOXg {
 padding: 16px 22px;
 gap: 16px;
 }
body.cta-v-5 ._eSmRMpdhl {
 font-size: 16px;
 }
body.cta-v-5 ._PqudVaIfhC {
 display: none;
 }
/* ========== TABLE ВАРИАНТЫ (5 стилей) ========== *//* tbl-v-1: classic (default) — полосатые строки */body.tbl-v-1 ._lDmotZRxh tbody tr:nth-child(odd),body.tbl-v-1 ._glhCLqIdQ tbody tr:nth-child(odd) {
 background: var(--bg-section);
 }
/* tbl-v-2: minimal — только нижние границы */body.tbl-v-2 ._lDmotZRxh, body.tbl-v-2 ._glhCLqIdQ {
 border: none;
 }
body.tbl-v-2 ._lDmotZRxh thead th, body.tbl-v-2 ._glhCLqIdQ thead th {
 border-bottom: 2px solid var(--accent);
background: transparent;
 }
body.tbl-v-2 ._lDmotZRxh tbody td, body.tbl-v-2 ._glhCLqIdQ tbody td {
 border-bottom: 1px solid var(--border-subtle);
 }
body.tbl-v-2 ._lDmotZRxh tbody tr:hover, body.tbl-v-2 ._glhCLqIdQ tbody tr:hover {
 background: var(--accent-soft);
 }
/* tbl-v-3: card-style — каждая строка как карточка */body.tbl-v-3 ._lDmotZRxh tbody tr, body.tbl-v-3 ._glhCLqIdQ tbody tr {
  border-radius: var(--radius-md);
 border: 1px solid var(--border-subtle);
 grid-template-columns: repeat(4, 1fr);
  background: var(--bg-card);
 margin-bottom: 8px;
 gap: 8px;
display: grid;
}
body.tbl-v-3 ._lDmotZRxh tbody td, body.tbl-v-3 ._glhCLqIdQ tbody td {
 border: none;
 }
/* tbl-v-4: striped + bold headers */body.tbl-v-4 ._lDmotZRxh thead th, body.tbl-v-4 ._glhCLqIdQ thead th {
  color: white;
 font-size: 12px;
 text-transform: uppercase;
background: var(--accent);
 letter-spacing: 1px;
}
body.tbl-v-4 ._lDmotZRxh tbody tr:nth-child(even),body.tbl-v-4 ._glhCLqIdQ tbody tr:nth-child(even) {
 background: var(--bg-section);
 }
/* tbl-v-5: borderless + highlighted column */body.tbl-v-5 ._lDmotZRxh, body.tbl-v-5 ._glhCLqIdQ {
 border-collapse: separate;
 border-spacing: 0 4px;
 }
body.tbl-v-5 ._lDmotZRxh tbody td:nth-child(2),body.tbl-v-5 ._glhCLqIdQ tbody td:nth-child(2) {
 font-weight: 700;
 color: var(--accent);
background: var(--accent-soft);
 }
body.tbl-v-5 ._lDmotZRxh tbody td, body.tbl-v-5 ._glhCLqIdQ tbody td {
 border: none;
 }
/* ========== SECTION HEADING ВАРИАНТЫ (5 стилей) ========== *//* sh-v-1: default — eyebrow + h2 + subtitle */body.sh-v-1 ._jSYbSuvzH {
 margin-bottom: 36px;
 }
/* sh-v-2: с подчёркиванием на акцентной полосе */body.sh-v-2 ._jSYbSuvzH h2 {
 display: inline-block;
 border-bottom: 3px solid var(--accent);
 padding-bottom: 10px;
 }
/* sh-v-3: горизонтальный bar — eyebrow слева, h2 справа */body.sh-v-3 ._jSYbSuvzH {
 gap: 14px;
 margin-bottom: 30px;
 justify-content: space-between;
 border-bottom: 1px solid var(--border-subtle);
 padding-bottom: 14px;
 align-items: baseline;
display: flex;
 flex-wrap: wrap;
 }
body.sh-v-3 ._jSYbSuvzH ._WbHzRgCVPv {
 margin: 0;
 }
body.sh-v-3 ._jSYbSuvzH ._NUallHppzjx {
 width: 100%;
 margin: 8px 0 0;
 }
/* sh-v-4: центрированный с декоративными чёрточками вокруг eyebrow */body.sh-v-4 ._jSYbSuvzH {
 margin: 0 auto 36px;
 max-width: 720px;
text-align: center;
 }
body.sh-v-4 ._jSYbSuvzH ._WbHzRgCVPv {
 position: relative;
display: inline-block;
 padding: 0 16px;
 }
body.sh-v-4 ._jSYbSuvzH ._WbHzRgCVPv::before, body.sh-v-4 ._jSYbSuvzH ._WbHzRgCVPv::after {
 background: var(--accent);
 top: 50%;
content: '';
 height: 1px;
 width: 30px;
 position: absolute;
 }
body.sh-v-4 ._jSYbSuvzH ._WbHzRgCVPv::before {
 right: 100%;
 }
body.sh-v-4 ._jSYbSuvzH ._WbHzRgCVPv::after {
 left: 100%;
 }
/* sh-v-5: numbered — h2 префиксован крупной цифрой счётчика */body.sh-v-5 main {
 counter-reset: section;
 }
body.sh-v-5 ._jSYbSuvzH h2 {
 gap: 16px;
 align-items: center;
display: flex;
 }
body.sh-v-5 ._jSYbSuvzH h2::before {
 opacity: 0.5;
 content: counter(section, decimal-leading-zero);
 font-family: var(--font-display);
 font-size: 0.6em;
counter-increment: section;
 color: var(--accent);
 }
/* ========== BADGE/EYEBROW ВАРИАНТЫ (4 стиля) ========== *//* bd-v-1: default uppercase letterspaced */body.bd-v-1 ._WbHzRgCVPv, body.bd-v-1 ._OYHqNIJDy {
 letter-spacing: 2px;
text-transform: uppercase;
 font-size: 11px;
 }
/* bd-v-2: pill с фоном */body.bd-v-2 ._WbHzRgCVPv, body.bd-v-2 ._OYHqNIJDy {
 background: var(--accent-soft);
 border-radius: 999px;
 color: var(--accent);
display: inline-block;
 padding: 5px 12px;
 font-size: 12px;
 }
/* bd-v-3: с иконкой-точкой слева */body.bd-v-3 ._WbHzRgCVPv::before, body.bd-v-3 ._OYHqNIJDy::before {
 animation: pulse 2s ease infinite;
 color: var(--accent);
 margin-right: 8px;
content: '●';
 }
/* bd-v-4: декоративная скобка */body.bd-v-4 ._WbHzRgCVPv::before {
 font-weight: bold;
 color: var(--accent);
content: '/ ';
 }
body.bd-v-4 ._OYHqNIJDy::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 {
 color: var(--accent);
 display: inline-flex;
background: var(--accent-soft);
 justify-content: center;
 height: 26px;
 align-items: center;
 width: 26px;
 border-radius: 50%;
 }
/* === Адаптивность для всех вариантов === */@media (max-width: 900px) {
  body.hero-v-1 ._WEzPTGG, body.hero-v-3 ._WEzPTGG, body.hero-v-5 ._WEzPTGG {
    grid-template-columns: 1fr !important;
  }
  body.hd-v-3 .header-inner {
 grid-template-columns: 1fr;
 gap: 12px;
 }
  body.hd-v-3 ._gmWrirLlfu, body.hd-v-3 ._hviozrFzBhz, body.hd-v-3 ._EljfxysF {
 justify-self: center;
 }
  body.tbl-v-3 ._lDmotZRxh tbody tr, body.tbl-v-3 ._glhCLqIdQ 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 === */._YHlpqja {
 border-top: 1px solid var(--border-subtle);
padding: 50px 0;
 border-bottom: 1px solid var(--border-subtle);
 }
._VAeFoLK {
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1.5px;
 color: var(--text-3);
 text-align: center;
 margin-bottom: 16px;
 }
._RvQdYvqzJ {
 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
display: grid;
 gap: 8px;
 }
._pCxqcHlGt {
 font-size: 13px;
padding: 14px 16px;
 font-family: var(--font-display);
 font-weight: 600;
 transition: all 0.2s;
 border-radius: var(--radius-sm);
 border: 1px solid var(--border-subtle);
 color: var(--text-2);
 background: var(--bg-card);
 text-align: center;
 }
._pCxqcHlGt:hover {
 color: var(--accent);
border-color: var(--accent);
 }
@media (max-width: 600px) {
 ._RvQdYvqzJ {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === WHY US === */._QyteGwpL {
 padding: 60px 0;
 }
._pPlyAKa {
 grid-template-columns: repeat(3, 1fr);
 gap: 18px;
display: grid;
 }
._BtawSJcdHiD {
 border: 1px solid var(--border-subtle);
 padding: 24px;
 transition: all 0.2s;
background: var(--bg-card);
 border-radius: var(--radius-md);
 }
._BtawSJcdHiD:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._LtNJBtS {
 display: block;
 margin-bottom: 12px;
font-size: 32px;
 }
._WodGPDKa {
 margin: 0 0 8px;
 color: var(--text-1);
font-family: var(--font-display);
 font-size: 17px;
 }
._SFQHJCgsM {
 margin: 0;
 line-height: 1.5;
font-size: 14px;
 color: var(--text-2);
 }
@media (max-width: 900px) {
 ._pPlyAKa {
 grid-template-columns: 1fr;
 }
 }
/* === PAYOUT TABLE === */._VuotUyyjzcI {
 padding: 60px 0;
 }
._sWNWApSe {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._sWNWApSe thead th {
 text-align: left;
background: var(--accent-soft);
 font-weight: 700;
 color: var(--accent);
 padding: 14px 16px;
 }
._sWNWApSe tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._sWNWApSe tbody tr:hover {
 background: var(--bg-card-hover);
 }
._sWNWApSe tbody td:first-child {
 font-weight: 700;
 color: var(--text-1);
 }
/* === JACKPOT METER === */._jbiQyIVoZI {
 padding: 60px 0;
 background: linear-gradient(180deg, transparent, var(--accent-soft) 50%, transparent);
 }
._QbdHkDIIu {
 text-align: center;
 border: 1px solid var(--accent);
 padding: 40px;
 max-width: 720px;
 margin: 0 auto;
 box-shadow: 0 0 40px var(--accent-glow);
background: var(--bg-card);
 border-radius: var(--radius-lg);
 }
._QWPeaRC {
 letter-spacing: 2px;
font-size: 13px;
 color: var(--accent);
 text-transform: uppercase;
 margin-bottom: 8px;
 }
._yUxjVZTgTy {
 font-family: var(--font-display);
 font-size: 24px;
 color: var(--text-1);
 margin: 0 0 20px;
 }
._tcPMPwzLiS {
 font-variant-numeric: tabular-nums;
 font-size: clamp(36px, 6vw, 64px);
font-family: var(--font-display);
 margin: 16px 0 24px;
 font-weight: 800;
 line-height: 1;
 color: var(--accent);
 }
._TBpJSYZv {
 grid-template-columns: repeat(3, 1fr);
display: grid;
 margin-bottom: 24px;
 gap: 14px;
 }
._wtOkbUSpdn {
 background: var(--bg-section);
 border-radius: var(--radius-sm);
 gap: 4px;
 padding: 12px;
display: flex;
 flex-direction: column;
 }
._ysRnPruAyT {
 font-weight: 700;
font-family: var(--font-display);
 color: var(--text-1);
 font-size: 16px;
 }
._hbZdNFRUX {
 color: var(--text-3);
 text-transform: uppercase;
 letter-spacing: 0.5px;
font-size: 11px;
 }
@media (max-width: 600px) {
 ._TBpJSYZv {
 grid-template-columns: 1fr;
 }
 ._QbdHkDIIu {
 padding: 24px;
 }
 }
/* === NEWSLETTER === */._otpsrutD {
 padding: 60px 0;
 }
._mtKgQhfVr {
 border: 1px solid var(--accent);
 padding: 36px;
background: linear-gradient(var(--grad-angle, 135deg), var(--accent-soft), transparent);
 border-radius: var(--radius-lg);
 }
._GtyAubrDaG {
 margin-bottom: 18px;
 }
._tlazPko {
 font-size: 22px;
font-family: var(--font-display);
 color: var(--text-1);
 margin: 0 0 8px;
 }
._ksHJtKUMEnm {
 margin: 0;
 line-height: 1.5;
font-size: 14px;
 color: var(--text-2);
 }
._bFjymKfLe {
 margin-bottom: 12px;
display: flex;
 flex-wrap: wrap;
 gap: 10px;
 }
._jgxbAcxsocV {
 flex: 1;
 padding: 12px 16px;
 font-size: 14px;
 border: 1px solid var(--border-subtle);
 border-radius: var(--radius-md);
 min-width: 240px;
 color: var(--text-1);
 background: var(--bg-section);
 }
._jgxbAcxsocV:focus {
 border-color: var(--accent);
outline: none;
 }
._qFqMOjkxUzm {
 cursor: pointer;
padding: 12px 26px;
 font-size: 14px;
 font-weight: 700;
 border: none;
 border-radius: var(--radius-md);
 color: white;
 background: linear-gradient(var(--grad-angle, 135deg), var(--accent), var(--accent-dark));
 }
._qFqMOjkxUzm:hover {
 transform: translateY(-1px);
 }
._xqBVXszNaAl {
 color: var(--text-3);
font-size: 12px;
 }
/* === AWARDS === */._jkcccgyKs {
 padding: 50px 0;
 }
._JcMYrICrc {
 text-align: center;
 color: var(--text-3);
font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 2px;
 margin-bottom: 20px;
 }
._IsGaESCVHzs {
 gap: 14px;
display: grid;
 grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
 }
._IKRVrgYQEx {
 padding: 16px;
 border-left: 3px solid var(--accent);
 border-radius: var(--radius-md);
 border: 1px solid var(--border-subtle);
background: var(--bg-card);
 }
._HVsYQeU {
 font-family: var(--font-display);
display: block;
 font-weight: 800;
 color: var(--accent);
 font-size: 20px;
 }
._TBJESNCtmM {
 font-size: 14px;
display: block;
 font-weight: 700;
 color: var(--text-1);
 margin: 4px 0;
 }
._DjPkWvVN {
 color: var(--text-3);
font-size: 12px;
 }
/* === TOP WINNERS === */._wqyQUjWRXuH {
 padding: 60px 0;
 }
._RnfUaemyj {
 font-size: 14px;
 border-collapse: collapse;
width: 100%;
 }
._RnfUaemyj thead th {
 color: white;
 letter-spacing: 1px;
 padding: 12px 16px;
 font-size: 12px;
background: var(--accent);
 text-align: left;
 text-transform: uppercase;
 }
._RnfUaemyj tbody td {
 border-bottom: 1px solid var(--border-subtle);
padding: 12px 16px;
 color: var(--text-2);
 }
._RnfUaemyj tbody tr:hover {
 background: var(--bg-card-hover);
 }
._RnfUaemyj .win-cell {
 font-weight: 700;
 color: var(--accent);
 }
._RnfUaemyj tr.winner-1 {
 background: linear-gradient(90deg, rgba(255, 215, 0, 0.15), transparent);
 }
._RnfUaemyj tr.winner-2 {
 background: linear-gradient(90deg, rgba(192, 192, 192, 0.15), transparent);
 }
._RnfUaemyj tr.winner-3 {
 background: linear-gradient(90deg, rgba(205, 127, 50, 0.15), transparent);
 }
/* === HOT GAME === */._CabZicJ {
 padding: 60px 0;
 }
._PVAIpOi {
 display: grid;
 border-radius: var(--radius-lg);
 grid-template-columns: 320px 1fr;
 border: 1px solid var(--border-subtle);
 align-items: center;
 padding: 24px;
 background: var(--bg-card);
 gap: 24px;
 }
._okSUpRadBj {
 justify-content: center;
 overflow: hidden;
 align-items: center;
 padding: 12px;
 text-align: center;
 border-radius: var(--radius-md);
 font-size: 18px;
aspect-ratio: 4/3;
 display: flex;
 color: white;
 font-weight: 700;
 position: relative;
 }
._okSUpRadBj img {
 height: 100%;
 inset: 0;
 object-fit: cover;
 width: 100%;
position: absolute;
 }
._fugyEujZ {
 padding: 8px 0;
 }
._bXMFeqWTg {
 color: var(--accent);
 text-transform: uppercase;
 margin-bottom: 8px;
 letter-spacing: 1.5px;
 font-weight: 700;
 font-size: 12px;
 }
._jbJpqQow {
 font-family: var(--font-display);
 margin: 0 0 12px;
 font-size: 26px;
 color: var(--text-1);
 }
._syUSAsCt {
 color: var(--text-2);
display: flex;
 gap: 18px;
 font-size: 13px;
 flex-wrap: wrap;
 margin-bottom: 14px;
 }
._syUSAsCt strong {
 color: var(--text-1);
 }
._KdvFyJHOq {
 margin: 0 0 18px;
font-size: 14px;
 line-height: 1.5;
 color: var(--text-2);
 }
._WVKcnGQ {
 gap: 10px;
display: flex;
 flex-wrap: wrap;
 }
@media (max-width: 700px) {
 ._PVAIpOi {
 grid-template-columns: 1fr;
 }
 }
/* === VIP === */._MOEQStjamD {
 padding: 60px 0;
 }
._rwXbeeIOu {
 box-shadow: 0 8px 40px rgba(212, 164, 55, 0.15);
 text-align: center;
 margin: 0 auto;
 border: 1px solid #d4a437;
 padding: 40px;
background: linear-gradient(135deg, #1a1208 0%, var(--bg-card) 60%);
 border-radius: var(--radius-lg);
 max-width: 760px;
 }
._yFobVeUQsQr {
 text-transform: uppercase;
 font-size: 13px;
 margin-bottom: 12px;
 letter-spacing: 2px;
color: #d4a437;
 }
._MghmSfP {
 font-family: var(--font-display);
 font-size: 28px;
 margin: 0 0 14px;
 color: var(--text-1);
 }
._ihyHcIlBfL {
 margin: 0 auto 22px;
 max-width: 600px;
font-size: 15px;
 line-height: 1.6;
 color: var(--text-2);
 }
._ZLFfniIRVG {
 grid-template-columns: repeat(2, 1fr);
 margin-right: auto;
 margin: 0 0 24px;
 padding: 0;
 margin-left: auto;
 display: grid;
 max-width: 540px;
 gap: 10px;
list-style: none;
 }
._ZLFfniIRVG li {
 text-align: left;
 color: var(--text-2);
 border-left: 2px solid #d4a437;
 background: rgba(212, 164, 55, 0.06);
 padding: 8px 12px;
font-size: 14px;
 border-radius: var(--radius-sm);
 }
@media (max-width: 600px) {
 ._ZLFfniIRVG {
 grid-template-columns: 1fr;
 }
 ._rwXbeeIOu {
 padding: 24px;
 }
 }
/* === CALCULATOR === */._omXaOPAi {
 padding: 60px 0;
 }
._KhjkZpG {
 border-radius: var(--radius-lg);
 margin: 0 auto;
background: var(--bg-card);
 padding: 36px;
 max-width: 640px;
 border: 1px solid var(--border-subtle);
 }
._DOTnDNO {
 text-transform: uppercase;
 letter-spacing: 2px;
 font-size: 12px;
 margin-bottom: 8px;
color: var(--accent);
 }
._WcamIuau {
 font-family: var(--font-display);
 font-size: 24px;
 color: var(--text-1);
 margin: 0 0 20px;
 }
._WaVBwXtw {
 gap: 16px;
 flex-direction: column;
display: flex;
 }
._wynxQzKIb {
 gap: 8px;
 flex-direction: column;
display: flex;
 }
._QmOKUyqeco {
 font-weight: 600;
font-size: 13px;
 color: var(--text-2);
 }
._WaVBwXtw input {
 font-weight: 700;
color: var(--text-1);
 border: 1px solid var(--border-subtle);
 background: var(--bg-section);
padding: 12px 16px;
 border-radius: var(--radius-md);
 font-size: 18px;
 }
._WaVBwXtw input:focus {
 border-color: var(--accent);
outline: none;
 }
._oNBcMMCDm {
 padding: 16px;
 border-radius: var(--radius-md);
background: var(--bg-section);
 }
._IdljMnrZnR {
 padding: 8px 0;
 font-size: 14px;
 color: var(--text-2);
display: flex;
 align-items: center;
 justify-content: space-between;
 }
._IdljMnrZnR strong {
 font-weight: 700;
color: var(--text-1);
 }
._ZdUXyINH strong {
 color: var(--accent);
 }
._SyGdzvjY {
 margin-top: 4px;
padding-top: 12px;
 font-weight: 700;
 border-top: 1px solid var(--border-subtle);
 }
._SyGdzvjY strong {
 font-size: 18px;
 }
/* === LIVE ACTIVITY === */._rTfMpzPB {
 padding: 30px 0;
 }
._GjOfGNMF {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 14px;
 }
._BlfSWRqfOEo {
 padding: 18px;
 gap: 4px;
 align-items: flex-start;
 display: flex;
 flex-direction: column;
background: var(--bg-card);
 border-radius: var(--radius-md);
 border: 1px solid var(--border-subtle);
 }
._GyZMNiQlCoQ {
 font-size: 18px;
 }
._jsfyPfjxk {
 font-weight: 800;
 color: var(--accent);
 font-size: 22px;
font-family: var(--font-display);
 font-variant-numeric: tabular-nums;
 }
._EEierFrfund {
 color: var(--text-3);
 text-transform: uppercase;
 letter-spacing: 0.5px;
font-size: 11px;
 }
@media (max-width: 700px) {
 ._GjOfGNMF {
 grid-template-columns: repeat(2, 1fr);
 }
 }
/* === PROS CONS === */._TPAPkAije {
 padding: 60px 0;
 }
._bjieqgjX {
 gap: 18px;
 grid-template-columns: repeat(2, 1fr);
display: grid;
 }
._RLzClxrP {
 border-radius: var(--radius-md);
background: var(--bg-card);
 border: 1px solid var(--border-subtle);
 padding: 24px;
 }
._ThCAGnSO {
 border-left: 3px solid #22c55e;
 }
._rVkQHQhD {
 border-left: 3px solid #ef4444;
 }
._RLzClxrP h3 {
 color: var(--text-1);
 font-size: 17px;
font-family: var(--font-display);
 margin: 0 0 14px;
 }
._RLzClxrP ul {
 gap: 10px;
 padding: 0;
 margin: 0;
 display: flex;
 flex-direction: column;
list-style: none;
 }
._RLzClxrP li {
 line-height: 1.5;
font-size: 14px;
 color: var(--text-2);
 position: relative;
 padding-left: 22px;
 }
._ThCAGnSO li::before {
 position: absolute;
 font-weight: 700;
 left: 0;
content: '✓';
 color: #22c55e;
 }
._rVkQHQhD li::before {
 color: #ef4444;
 font-size: 18px;
 font-weight: 700;
 left: 0;
 position: absolute;
content: '−';
 }
@media (max-width: 700px) {
 ._bjieqgjX {
 grid-template-columns: 1fr;
 }
 }
/* === SECURITY STRIP === */._bYTstlti {
 border-bottom: 1px solid var(--border-subtle);
padding: 40px 0;
 border-top: 1px solid var(--border-subtle);
 background: var(--bg-section);
 }
._SoVGvHXh {
 text-align: center;
 color: var(--text-3);
font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 2px;
 margin-bottom: 18px;
 }
._ToxauGUftbV {
 gap: 10px;
 grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
display: grid;
 }
._sheVoEVVe {
 padding: 10px 14px;
 color: var(--text-2);
 background: var(--bg-card);
 gap: 8px;
display: flex;
 align-items: center;
 border-radius: var(--radius-md);
 font-size: 13px;
 border: 1px solid var(--border-subtle);
 }
._jQumJNs {
 font-size: 18px;
 }
/* === METHODS === */._puJbOHFgeC {
 padding: 60px 0;
 }
._pkOsfbfFXT {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
 gap: 12px;
 }
._qReXVbQ {
 flex-direction: column;
 align-items: center;
 border-radius: var(--radius-md);
 padding: 16px;
 transition: all 0.2s;
background: var(--bg-card);
 display: flex;
 gap: 6px;
 text-align: center;
 border: 1px solid var(--border-subtle);
 }
._qReXVbQ:hover {
 transform: translateY(-2px);
border-color: var(--accent);
 }
._rGRlLQXE {
 font-size: 28px;
 }
._acTtmcNnjAB {
 font-weight: 700;
 font-size: 13px;
 color: var(--text-1);
 }
._shdrxqMR {
 font-size: 11px;
 color: var(--text-3);
 }
/* === STEPS === */._hwrbKGrKcNa {
 padding: 60px 0;
 }
._pVoQJdEQlH {
 display: grid;
 counter-reset: step;
 gap: 18px;
 grid-template-columns: repeat(4, 1fr);
 }
._lOBThDULw {
 border-radius: var(--radius-md);
background: var(--bg-card);
 border: 1px solid var(--border-subtle);
 padding: 24px;
 position: relative;
 }
._FGbNzKKl {
 font-family: var(--font-display);
 line-height: 1;
 margin-bottom: 8px;
 opacity: 0.3;
 font-weight: 800;
 color: var(--accent);
 font-size: 36px;
 }
._uoPviYIb {
 margin: 0 0 8px;
 color: var(--text-1);
font-family: var(--font-display);
 font-size: 17px;
 }
._txKBNRue {
 margin: 0;
font-size: 13px;
 line-height: 1.5;
 color: var(--text-2);
 }
@media (max-width: 900px) {
 ._pVoQJdEQlH {
 grid-template-columns: repeat(2, 1fr);
 }
 }
@media (max-width: 500px) {
 ._pVoQJdEQlH {
 grid-template-columns: 1fr;
 }
 }
/* === FOOTER INFO ROW === */._DvRQjqd {
 display: grid;
 gap: 24px;
 grid-template-columns: repeat(3, 1fr);
 padding: 30px 0;
 border-top: 1px solid var(--border-subtle);
 }
._QuqhYlUERj h4 {
 font-size: 14px;
 margin: 0 0 12px;
 font-weight: 700;
color: var(--text-1);
 }
._MgBQioHGK {
 line-height: 1.5;
 color: var(--text-3);
font-size: 13px;
 margin-bottom: 6px;
 }
._SgduMVE {
 color: var(--text-3);
 }
._tMUfhGRtc {
 text-decoration: none;
color: var(--accent);
 }
._tMUfhGRtc:hover {
 text-decoration: underline;
 }
._CAXwiBd {
 font-family: monospace;
background: var(--bg-section);
 border-radius: 4px;
 padding: 2px 8px;
 font-size: 12px;
 }
@media (max-width: 700px) {
 ._DvRQjqd {
 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%;
 }
  ._HvCiPgZkd {
 padding: 0 20px;
 }
  ._asrxXKyrC, ._cOAdNjGnb, ._GjOfGNMF, ._uTRKtcYY {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._JOXjYOLU {
 grid-template-columns: repeat(3, 1fr) !important;
 }
  .footer-grid {
 gap: 24px;
grid-template-columns: 1fr 1fr !important;
 }
  ._WEzPTGG, .themed-hero {
 grid-template-columns: 1fr !important;
 }
  ._IsGaESCVHzs {
 grid-template-columns: repeat(3, 1fr) !important;
 }
}
@media (max-width: 900px) {
  body {
 font-size: 15px;
 }
  ._HvCiPgZkd {
 padding: 0 16px;
 }
    /* Hero */  ._CRiIoNSV {
 padding: 32px 0 !important;
 }
  .hero-title, h1 {
 font-size: 28px !important;
 line-height: 1.2 !important;
 }
  .hero-sub, ._DDSrqcKfzSp {
 font-size: 15px !important;
 }
    /* Headings */  h2, ._faWRAfAS h2 {
 font-size: 22px !important;
 line-height: 1.25 !important;
 }
  h3 {
 font-size: 18px !important;
 }
  h4 {
 font-size: 16px !important;
 }
    /* Grids */  ._asrxXKyrC, ._cOAdNjGnb, ._GjOfGNMF, ._uTRKtcYY, ._IsGaESCVHzs {
 gap: 12px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._JOXjYOLU {
 gap: 14px !important;
grid-template-columns: repeat(2, 1fr) !important;
 }
  ._pkOsfbfFXT, ._ToxauGUftbV, ._RvQdYvqzJ {
 grid-template-columns: repeat(2, 1fr) !important;
 gap: 12px;
 }
  ._bjieqgjX {
 grid-template-columns: 1fr !important;
 }
  .footer-grid, ._CRZEthZw {
 gap: 20px;
grid-template-columns: 1fr !important;
 }
  .topwin-grid {
 grid-template-columns: 1fr !important;
 }
  ._StMycwAkrS {
 grid-template-columns: 1fr 1fr !important;
 gap: 10px !important;
 }
  ._DvRQjqd {
 gap: 18px;
grid-template-columns: 1fr !important;
 }
    /* Tables — horizontal scroll wrapper */  ._sWNWApSe, ._glhCLqIdQ, ._lDmotZRxh, .leaderboard-table {
 font-size: 13px;
 }
  ._VuotUyyjzcI, ._CTmeRBPX, ._aorfwFEzwM, ._wqyQUjWRXuH .leaderboard-wrap {
    -webkit-overflow-scrolling: touch;
overflow-x: auto;
  }
  ._sWNWApSe th, ._sWNWApSe td, ._glhCLqIdQ th, ._glhCLqIdQ td {
 padding: 8px 10px !important;
 white-space: nowrap;
 }
    /* CIH crit row — fixed cols become problematic */  ._lIEjUshp {
 gap: 4px !important;
 padding: 10px !important;
grid-template-columns: 1fr !important;
 }
  ._LqRUxjja {
 font-size: 13px;
 }
    /* CTA banners */  ._chMcdAdmOXg {
 gap: 14px !important;
flex-direction: column !important;
 text-align: center;
 padding: 18px !important;
 }
  ._UHshWFdlEwx {
 flex-direction: column;
 width: 100%;
 }
  ._UHshWFdlEwx ._kUWBfUSZdwJ {
 width: 100%;
 }
    /* Sticky CTA */  .sticky-cta-bar {
 flex-direction: column !important;
 text-align: center;
 padding: 12px 16px !important;
 gap: 8px !important;
 }
  .sticky-cta-bar .scb-text {
 font-size: 13px !important;
 }
  body.scb-pos-3 .sticky-cta-bar {
 left: 12px !important;
 right: 12px !important;
 max-width: none !important;
 }
    /* Trust signal bar */  ._jmdTVaB {
 padding: 8px 0 !important;
 }
  ._jmdTVaB ._HvCiPgZkd {
 flex-wrap: wrap;
 font-size: 12px !important;
 gap: 8px 14px !important;
 justify-content: center;
 }
    /* Header — все варианты компактнее */  ._oPnqDeSM ._DlVnUGpxY {
 flex-wrap: wrap;
padding: 12px 14px !important;
 gap: 10px !important;
 }
  ._hviozrFzBhz ._TMZYZjqlAib {
 font-size: 18px !important;
 }
  ._gmWrirLlfu {
 display: none !important;
 }
 /* nav скрываем на мобиле — заменяем на бургер если нужно */  body.hd-style-2 ._DlVnUGpxY,  body.hd-style-3 ._DlVnUGpxY,  body.hd-style-4 ._DlVnUGpxY,  body.hd-style-5 ._DlVnUGpxY,  body.hd-style-6 ._DlVnUGpxY {
    flex-direction: column !important;
display: flex !important;
    grid-template-columns: none !important;
 align-items: stretch !important;
 grid-template-areas: none !important;
  }
  body[class*="hd-style-"] [data-hd-slot="logo"] {
 align-self: center;
 order: 1;
 }
  body[class*="hd-style-"] [data-hd-slot="nav"] {
 order: 99;
 display: none;
 }
  body[class*="hd-style-"] [data-hd-slot="search"] {
 width: 100%;
order: 2;
 }
  body[class*="hd-style-"] [data-hd-slot="actions"] {
 justify-content: center;
order: 3;
 }
    /* Header search */  ._kLDcMChnLd {
 max-width: 100% !important;
flex: 0 0 100% !important;
 }
  ._xkqAGCjNTI {
 font-size: 13px;
 }
    /* Header actions */  ._EljfxysF {
 display: flex;
 gap: 8px;
 justify-content: center;
 flex-wrap: wrap;
 }
  ._EljfxysF ._kUWBfUSZdwJ {
 font-size: 13px;
 min-width: 130px;
 padding: 10px 12px;
flex: 1 1 auto;
 }
    /* Card paddings */  .slot-card, .stat-card, ._cQCVqOBwFF, ._qReXVbQ, .review-card, ._rwXbeeIOu {
 padding: 14px !important;
 }
  ._KhjkZpG {
 padding: 18px !important;
 }
    /* Hero buttons */  .hero-actions, .hero-cta {
 align-items: stretch;
flex-direction: column !important;
 gap: 10px !important;
 }
  .hero-actions ._kUWBfUSZdwJ {
 width: 100%;
 }
    /* Showcase tabs — wrap */  ._UMXEZQXjwQ, [id="showcase-tabs"] {
 flex-wrap: wrap !important;
 gap: 6px !important;
 }
  ._UMXEZQXjwQ button, [id="showcase-tabs"] button {
 padding: 6px 10px !important;
font-size: 12px !important;
 }
    /* Newsletter */  .newsletter-form {
 flex-direction: column !important;
 gap: 10px;
 }
  .newsletter-form input, .newsletter-form button {
 width: 100% !important;
 }
    /* Calculator */  ._WaVBwXtw {
 gap: 10px;
grid-template-columns: 1fr !important;
 }
  ._IdljMnrZnR {
 gap: 4px !important;
flex-direction: column;
 align-items: flex-start !important;
 }
    /* Author cards */  ._yvGhTANtpw {
 padding: 14px !important;
 }
  ._oieItZp {
 text-align: center;
flex-direction: column;
 }
  ._pfWzbwJpD {
 margin: 0 auto 10px !important;
 }
    /* Chat panel */  ._TxEmNMJjU {
 width: 92% !important;
 max-width: 360px;
 bottom: 80px !important;
 right: 4% !important;
 }
    /* Reviews */  ._lejrkAvDiw, [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 */  ._qKpewoAAe {
 padding: 32px 0 !important;
 }
  .themed-hero {
 gap: 18px !important;
 }
    /* Awards */  ._IsGaESCVHzs {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._IKRVrgYQEx {
 padding: 12px !important;
 }
    /* Section frames adjustments */  section[data-sec-fr="boxed"] {
 margin: 16px 8px !important;
 padding: 14px 0 !important;
 }
  section[data-sec-fr="numbered"]::before {
 right: 12px !important;
font-size: 50px !important;
 }
    /* Section paddings overall */  section {
 padding: 24px 0 !important;
 }
}
@media (max-width: 700px) {
  ._asrxXKyrC, ._cOAdNjGnb, ._GjOfGNMF, ._uTRKtcYY, ._IsGaESCVHzs {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._JOXjYOLU {
 grid-template-columns: repeat(2, 1fr) !important;
 gap: 10px !important;
 }
  ._pkOsfbfFXT, ._ToxauGUftbV, ._RvQdYvqzJ {
 grid-template-columns: repeat(2, 1fr) !important;
 }
  ._StMycwAkrS {
 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 */  ._sWNWApSe th, ._sWNWApSe td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
  ._glhCLqIdQ th, ._glhCLqIdQ td {
 font-size: 12px !important;
padding: 6px 8px !important;
 }
    /* Footer */  ._CRZEthZw, ._DvRQjqd, ._MvzOqLHiC {
 gap: 14px !important;
 }
  ._TOBljAuIZl ._MvzOqLHiC {
 flex-direction: column !important;
 align-items: flex-start !important;
 }
  ._AqfVkIhU {
 gap: 8px;
flex-wrap: wrap;
 }
    /* Hero — ещё компактнее */  ._CRiIoNSV {
 padding: 24px 0 !important;
 }
  .hero-cta {
 gap: 8px;
 }
    /* Buttons */  ._kUWBfUSZdwJ {
 font-size: 13px !important;
padding: 10px 16px !important;
 }
  ._eBPmPowi, ._uVqOBaQeA {
 min-height: 44px;
 }
 /* touch target */    /* Badges */  .age-badge, .age-circle {
 transform: scale(.85);
 }
    /* Themed/Cards */  .themed-card, .review-card, .topwin-card, ._KhjkZpG {
 padding: 12px !important;
 }
    /* Live activity */  .la-card {
 padding: 10px !important;
 }
  ._jsfyPfjxk {
 font-size: 20px !important;
 }
    /* Steps */  ._lOBThDULw {
 padding: 14px !important;
 }
  ._FGbNzKKl {
 font-size: 28px !important;
 }
    /* Pros/Cons */  .pc-card {
 padding: 14px !important;
 }
    /* TOC / nav links */  ._WtyhKEb, .nav-list {
 gap: 6px !important;
 flex-wrap: wrap;
 }
    /* Trust signal */  ._jmdTVaB ._aAfCxLixl {
 font-size: 11px !important;
 }
}
@media (max-width: 480px) {
  body {
 font-size: 14px;
 }
  ._HvCiPgZkd {
 padding: 0 12px;
 }
    /* Все 2-колоночные становятся 1-колоночными для маленьких экранов */  ._asrxXKyrC, ._cOAdNjGnb, ._GjOfGNMF, ._uTRKtcYY {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._pkOsfbfFXT, ._ToxauGUftbV, ._RvQdYvqzJ {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
  ._IsGaESCVHzs {
 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, ._qReXVbQ {
 padding: 10px !important;
 }
  .stat-num {
 font-size: 20px !important;
 }
    /* Tables */  ._sWNWApSe, ._glhCLqIdQ, ._lDmotZRxh {
 font-size: 11px !important;
 }
  ._sWNWApSe th, ._sWNWApSe td,  ._glhCLqIdQ th, ._glhCLqIdQ td {
 padding: 6px !important;
 }
    /* Buttons */  ._kUWBfUSZdwJ {
 padding: 10px 14px !important;
 min-height: 44px;
 }
  ._YvjCmZisdlk {
 min-height: 38px;
 font-size: 12px !important;
padding: 8px 12px !important;
 }
    /* Section padding */  section {
 padding: 20px 0 !important;
 }
  ._qKpewoAAe {
 padding: 24px 0 !important;
 }
    /* Trust bar */  ._jmdTVaB ._HvCiPgZkd {
 gap: 6px 10px !important;
font-size: 10px !important;
 }
    /* CTA banners */  ._chMcdAdmOXg {
 padding: 14px !important;
 }
  ._eSmRMpdhl {
 font-size: 16px !important;
 }
    /* Sticky CTA */  .sticky-cta-bar {
 padding: 10px 12px !important;
 font-size: 12px !important;
 }
  .scb-btn {
 padding: 8px 14px !important;
 font-size: 12px !important;
 }
    /* Footer */  ._NTJnNDD h4, ._QuqhYlUERj h4 {
 font-size: 15px !important;
 }
  ._NTJnNDD p, ._MgBQioHGK {
 font-size: 13px !important;
 }
    /* Showcase tabs */  ._UMXEZQXjwQ button {
 padding: 5px 9px !important;
font-size: 11px !important;
 }
    /* Numbered section frame — еле видим */  section[data-sec-fr="numbered"]::before {
 opacity: .15 !important;
 right: 8px !important;
font-size: 36px !important;
 }
    /* Boxed section — поменьше отступов */  section[data-sec-fr="boxed"] {
 margin: 12px 4px !important;
 padding: 12px 0 !important;
 }
    /* Header */  ._oPnqDeSM ._DlVnUGpxY {
 padding: 10px 12px !important;
 gap: 8px !important;
 }
  ._hviozrFzBhz ._TMZYZjqlAib {
 font-size: 16px !important;
 }
  ._EljfxysF ._kUWBfUSZdwJ {
 padding: 8px 10px !important;
 font-size: 12px !important;
 min-width: 110px;
 }
}
@media (max-width: 380px) {
  body {
 font-size: 13px;
 }
  ._HvCiPgZkd {
 padding: 0 10px;
 }
    /* Совсем малые экраны — 1 колонка везде */  ._asrxXKyrC, ._cOAdNjGnb, ._GjOfGNMF, ._uTRKtcYY, ._pkOsfbfFXT, ._ToxauGUftbV, ._RvQdYvqzJ, ._IsGaESCVHzs {
 grid-template-columns: 1fr !important;
 }
  ._JOXjYOLU {
 gap: 8px !important;
grid-template-columns: 1fr 1fr !important;
 }
    .hero-title, h1 {
 font-size: 20px !important;
 }
  h2 {
 font-size: 16px !important;
 }
    /* Tables в скролл с минимальным padding */  ._sWNWApSe th, ._sWNWApSe td {
 font-size: 10px !important;
padding: 4px 6px !important;
 }
    /* Header — 2 строки точно */  ._EljfxysF {
 width: 100%;
 }
  ._EljfxysF ._kUWBfUSZdwJ {
 font-size: 11px !important;
 padding: 8px 6px !important;
flex: 1 1 calc(50% - 4px);
 }
}
/* =================================================================   TOUCH-FRIENDLY: минимальные размеры тап-таргетов   ================================================================= */@media (hover: none) and (pointer: coarse) {
  ._kUWBfUSZdwJ, button, a._KJUSMpQK, ._qReXVbQ, .slot-card a, .faq-q, .scb-btn, .scb-close {
 min-height: 44px;
 }
  input, select, textarea {
 /* предотвращает zoom в iOS */;
 font-size: 16px;
min-height: 44px;
 }
  /* 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 {
 word-wrap: break-word;
white-space: pre-wrap;
 }
/* Длинные слова/URL не должны ломать вёрстку */._tMUfhGRtc, ._NTJnNDD p, .review-text, .faq-a, ._IdljMnrZnR {
 word-wrap: break-word;
 overflow-wrap: break-word;
 }
/* ==== CSS variables (обязательно — должны быть в каждом css при франкенштейн-композиции) ==== */:root {
  --container-width: 1280px;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --text-primary: #f1f5f9;
--accent: #22c55e;
  --radius-sm: 6px;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --radius-lg: 16px;
  --bg-base: #0a0e1a;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --border-strong: #2d3556;
  --radius-md: 10px;
  --border-subtle: #232a44;
  --bg-section: #0f1422;
  --text-secondary: #cbd5e1;
  --text-dim: #64748b;
  --accent-dark: #16a34a;
  --bg-card-hover: #1c2238;
  --text-muted: #94a3b8;
  --bg-card: #161b2e;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
}
/* ==== Buttons (используются в header, footer, body — дублируются) ==== */._kUWBfUSZdwJ {
 transition: transform 0.15s, box-shadow 0.15s;
 border-radius: var(--radius-md);
 font-weight: 600;
 padding: 12px 22px;
 white-space: nowrap;
 font-size: 14px;
 gap: 8px;
 align-items: center;
 justify-content: center;
display: inline-flex;
 font-family: inherit;
 cursor: pointer;
 border: none;
 text-decoration: none;
 }
._eBPmPowi {
 color: var(--bg-base) !important;
 box-shadow: 0 4px 14px var(--accent-glow);
background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 }
._eBPmPowi:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._uVqOBaQeA {
 color: var(--text-primary) !important;
 border: 1px solid var(--border-strong);
background: var(--bg-card);
 }
._uVqOBaQeA:hover {
 background: var(--bg-card-hover);
 }
._jGNGCldw {
 background: transparent;
 border: 1px solid var(--accent);
 color: var(--accent) !important;
 }
._jGNGCldw:hover {
 background: var(--accent-soft);
 }
._iFdGmLh {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — HEADER styles ==== */._oPnqDeSM {
 position: sticky;
 backdrop-filter: blur(12px);
 border-bottom: 1px solid var(--border-subtle);
 background: rgba(10, 14, 26, 0.92);
 -webkit-backdrop-filter: blur(12px);
 top: 0;
 z-index: 100;
 font-family: var(--font-body);
 }
.header-inner {
 align-items: center;
 max-width: var(--container-width);
display: flex;
 gap: 32px;
 padding: 14px 24px;
 margin: 0 auto;
 }
._hviozrFzBhz {
 color: var(--text-primary);
 align-items: center;
 display: flex;
 font-size: 22px;
font-family: var(--font-display);
 font-weight: 800;
 gap: 10px;
 text-decoration: none;
 }
.brand-logo-mark {
 width: 36px;
 height: 36px;
 justify-content: center;
 font-weight: 800;
 border-radius: 10px;
 font-size: 18px;
 align-items: center;
 display: flex;
 color: var(--bg-base);
 background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 }
._gmWrirLlfu {
 display: flex;
 flex: 1;
 gap: 8px;
 }
._gmWrirLlfu a {
 font-size: 14px;
 font-weight: 500;
 color: var(--text-secondary);
 border-radius: var(--radius-md);
padding: 8px 14px;
 text-decoration: none;
 transition: all 0.2s ease;
 }
._gmWrirLlfu a:hover {
 color: var(--text-primary);
background: var(--bg-card);
 }
._EljfxysF {
 gap: 10px;
display: flex;
 }
@media (max-width: 720px) {
 ._gmWrirLlfu {
 display: none;
 }
 ._EljfxysF ._uVqOBaQeA {
 display: none;
 }
 .header-inner {
 padding: 12px 16px;
 gap: 12px;
 }
 }
._HVxLOEJQFf {
 width: 36px;
 flex-shrink: 0;
 height: 36px;
 border-radius: 6px;
 object-fit: contain;
 }
/* ==== CSS variables (обязательно — должны быть в каждом css при франкенштейн-композиции) ==== */:root {
  --container-width: 1280px;
  --accent-glow: rgba(34, 197, 94, 0.4);
  --text-primary: #f1f5f9;
--accent: #22c55e;
  --radius-sm: 6px;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --radius-lg: 16px;
  --bg-base: #0a0e1a;
  --font-display: 'Unbounded', system-ui, -apple-system, sans-serif;
  --font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --border-strong: #2d3556;
  --radius-md: 10px;
  --border-subtle: #232a44;
  --bg-section: #0f1422;
  --text-secondary: #cbd5e1;
  --text-dim: #64748b;
  --accent-dark: #16a34a;
  --bg-card-hover: #1c2238;
  --text-muted: #94a3b8;
  --bg-card: #161b2e;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
}
/* ==== Buttons (используются в header, footer, body — дублируются) ==== */._kUWBfUSZdwJ {
 transition: transform 0.15s, box-shadow 0.15s;
 border-radius: var(--radius-md);
 font-weight: 600;
 padding: 12px 22px;
 white-space: nowrap;
 font-size: 14px;
 gap: 8px;
 align-items: center;
 justify-content: center;
display: inline-flex;
 font-family: inherit;
 cursor: pointer;
 border: none;
 text-decoration: none;
 }
._eBPmPowi {
 color: var(--bg-base) !important;
 box-shadow: 0 4px 14px var(--accent-glow);
background: linear-gradient(135deg, var(--accent), var(--accent-dark));
 }
._eBPmPowi:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px var(--accent-glow);
 }
._uVqOBaQeA {
 color: var(--text-primary) !important;
 border: 1px solid var(--border-strong);
background: var(--bg-card);
 }
._uVqOBaQeA:hover {
 background: var(--bg-card-hover);
 }
._jGNGCldw {
 background: transparent;
 border: 1px solid var(--accent);
 color: var(--accent) !important;
 }
._jGNGCldw:hover {
 background: var(--accent-soft);
 }
._iFdGmLh {
 font-size: 16px;
padding: 16px 32px;
 }
/* ==== shab14 — FOOTER styles ==== */._bolUNgWjZT {
 background: var(--bg-section);
 border-top: 1px solid var(--border-subtle);
 font-size: 14px;
 padding: 48px 0 24px;
 font-family: var(--font-body);
 color: var(--text-primary);
 }
._bolUNgWjZT ._HvCiPgZkd {
 margin: 0 auto;
 padding: 0 24px;
max-width: var(--container-width);
 }
.footer-grid {
 display: grid;
 grid-template-columns: 1.4fr repeat(3, 1fr);
 margin-bottom: 36px;
 gap: 40px;
 }
.footer-col h4 {
 text-transform: uppercase;
font-family: var(--font-display);
 margin-bottom: 14px;
 color: var(--text-primary);
 letter-spacing: 1px;
 font-size: 14px;
 font-weight: 700;
 }
.footer-col ul {
 list-style: none;
 margin: 0;
 padding: 0;
 }
.footer-col li {
 margin-bottom: 8px;
 }
.footer-col a {
 transition: color 0.15s;
color: var(--text-muted);
 text-decoration: none;
 }
.footer-col a:hover {
 color: var(--accent);
 }
.footer-about {
 line-height: 1.7;
color: var(--text-muted);
 margin-top: 12px;
 }
.footer-bottom {
 border-top: 1px solid var(--border-subtle);
padding-top: 24px;
 flex-wrap: wrap;
 align-items: center;
 color: var(--text-dim);
 justify-content: space-between;
 font-size: 12px;
 display: flex;
 gap: 12px;
 }
.age-badge {
 gap: 6px;
 align-items: center;
display: inline-flex;
 color: var(--text-muted);
 }
.age-circle {
 border: 2px solid var(--text-muted);
 display: flex;
 border-radius: 50%;
 font-size: 10px;
 align-items: center;
 height: 24px;
 font-weight: 700;
 justify-content: center;
width: 24px;
 }
.footer_navigation {
 flex-wrap: wrap;
 font-size: 13px;
 gap: 18px;
display: flex;
 }
.footer_navigation a {
 transition: color 0.15s;
color: var(--text-muted);
 text-decoration: none;
 }
.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;
 }
 }
