/* ── c36.css — sirumobilecasino.fi mirror ──────────────────────────────────────
   Competitor: sirumobilecasino.fi (WordPress + GeneratePress + Stackable)
   Style: clean light/dark editorial, Ubuntu-style bold headings, ranked casino
   list with numbered green badges, TOC widget, details/summary FAQ.
   All colors: var(--wd-*) palette only. NO fallbacks inside var().
   ─────────────────────────────────────────────────────────────────────────── */

/* ═══ RESET / BASE ═══ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body.c36-body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: var(--hsqv94n);
  color: var(--hhucrh4);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { text-decoration: none; color: var(--hc7sgsp); }
a:hover { color: var(--ho413g2); }

/* ═══ HEADER ═══ */
.c36-header {
  background: var(--hmhhpmw);
  border-bottom: 2px solid var(--hc7sgsp);
  position: sticky;
  top: 0;
  z-index: 50;
}

.c36-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.c36-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* Desktop nav */
.c36-desknav { margin-left: auto; }
.c36-desknav-list {
  list-style: none;
  display: flex;
  gap: 0;
  align-items: center;
}
.c36-desknav-link {
  display: block;
  padding: 0 16px;
  line-height: 64px;
  font-size: 15px;
  font-weight: 700;
  color: var(--hhucrh4);
  text-decoration: none;
  transition: color .15s, background .15s;
  white-space: nowrap;
}
.c36-desknav-link:hover {
  color: var(--hbpypwt);
  background: var(--hc7sgsp);
}

/* Header CTA button */
.c36-header-cta {
  display: inline-block;
  padding: 9px 22px;
  background: var(--hc7sgsp);
  color: var(--hbpypwt);
  font-weight: 800;
  font-size: 14px;
  border-radius: 25px;
  white-space: nowrap;
  transition: filter .15s;
  flex-shrink: 0;
}
.c36-header-cta:hover { filter: brightness(1.1); color: var(--hbpypwt); }

/* Burger button */
.c36-burger {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: var(--hhucrh4);
  line-height: 0;
  margin-left: auto;
}
.c36-burger svg { display: block; }

/* Mobile nav */
.c36-mobnav { background: var(--hmhhpmw); }
.c36-mobmenu {
  list-style: none;
  display: none;
  flex-direction: column;
  padding: 12px 0 4px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.c36-mobmenu.open { display: flex; }
.c36-moblink {
  display: block;
  padding: 11px 24px;
  font-size: 16px;
  font-weight: 600;
  color: var(--hhucrh4);
  border-bottom: 1px solid rgba(255,255,255,.05);
  text-decoration: none;
}
.c36-moblink:hover { color: var(--hc7sgsp); background: rgba(255,255,255,.04); }
.c36-mob-cta-li { padding: 14px 24px; }
.c36-mob-cta {
  display: block;
  text-align: center;
  padding: 13px;
  border-radius: 25px;
  background: var(--hc7sgsp);
  color: var(--hbpypwt);
  font-weight: 800;
  font-size: 16px;
}

@media (max-width: 768px) {
  .c36-burger { display: flex; }
  .c36-desknav { display: none; }
  .c36-header-cta { display: none; }
  .c36-header-inner { gap: 12px; }
}

/* ═══ INNER CONTAINER ═══ */
.c36-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ═══ HERO (2-column: text + badge) ═══ */
.c36-hero {
  padding: 60px 20px;
  min-height: 340px;
  display: flex;
  align-items: center;
}

.c36-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.c36-hero-text { flex: 1; min-width: 0; }

.c36-h1 {
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.18;
  color: var(--hhucrh4);
  margin-bottom: 12px;
}

.c36-license-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--hbpypwt);
  background: var(--ho413g2);
  border-radius: 20px;
  padding: 3px 14px;
  margin-bottom: 14px;
  letter-spacing: .04em;
}

.c36-hero-intro {
  font-size: 16px;
  color: color-mix(in srgb, var(--hhucrh4) 82%, transparent);
  margin-bottom: 24px;
  line-height: 1.65;
  max-width: 580px;
}

.c36-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

.c36-btn-primary {
  display: inline-block;
  padding: 13px 28px;
  background: var(--hc7sgsp);
  color: var(--hbpypwt);
  font-weight: 800;
  font-size: 16px;
  border-radius: 25px;
  transition: filter .15s;
}
.c36-btn-primary:hover { filter: brightness(1.08); color: var(--hbpypwt); }

.c36-btn-secondary {
  display: inline-block;
  padding: 13px 28px;
  background: rgba(255,255,255,.08);
  border: 2px solid var(--hc7sgsp);
  color: var(--hhucrh4);
  font-weight: 700;
  font-size: 16px;
  border-radius: 25px;
  transition: background .15s;
}
.c36-btn-secondary:hover { background: rgba(255,255,255,.14); color: var(--hhucrh4); }

/* Hero badge (rating block) */
.c36-hero-badge { flex-shrink: 0; }
.c36-badge-inner {
  background: var(--hmhhpmw);
  border: 2px solid var(--hc7sgsp);
  border-radius: 16px;
  padding: 24px 28px;
  text-align: center;
  min-width: 160px;
}
.c36-badge-stars { font-size: 22px; color: var(--hc7sgsp); letter-spacing: 2px; margin-bottom: 6px; }
.c36-badge-score { font-size: 2.6rem; font-weight: 900; color: var(--hhucrh4); line-height: 1; }
.c36-badge-score span { font-size: 1.1rem; color: color-mix(in srgb, var(--hhucrh4) 60%, transparent); font-weight: 400; }
.c36-badge-label { font-size: 12px; color: color-mix(in srgb, var(--hhucrh4) 60%, transparent); margin: 6px 0 14px; text-transform: uppercase; letter-spacing: .06em; }
.c36-badge-cta {
  display: block;
  padding: 10px 18px;
  background: var(--ho413g2);
  color: var(--hbpypwt);
  font-weight: 800;
  font-size: 14px;
  border-radius: 20px;
  text-decoration: none;
}
.c36-badge-cta:hover { filter: brightness(1.1); color: var(--hbpypwt); }

@media (max-width: 768px) {
  .c36-hero { padding: 36px 20px; }
  .c36-hero-inner { flex-direction: column; gap: 24px; }
  .c36-hero-badge { width: 100%; }
  .c36-badge-inner { display: flex; align-items: center; gap: 16px; padding: 16px 20px; }
  .c36-badge-score { font-size: 2rem; }
}

/* ═══ CASINO LIST SECTION ═══ */
.c36-casinos { padding: 40px 0 20px; }

/* ═══ TOC (table of contents — signature sirumobilecasino.fi element) ═══ */
.c36-toc-wrap { margin: 28px auto 8px; }

.c36-toc {
  background: var(--hmhhpmw);
  border: 1px solid var(--hc7sgsp);
  border-radius: 12px;
  overflow: hidden;
}

.c36-toc-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  cursor: pointer;
  user-select: none;
  font-weight: 700;
  font-size: 15px;
  color: var(--hhucrh4);
  list-style: none;
  background: color-mix(in srgb, var(--hc7sgsp) 14%, var(--hmhhpmw));
}
.c36-toc-header::-webkit-details-marker { display: none; }
.c36-toc-icon { color: var(--hc7sgsp); flex-shrink: 0; }
.c36-toc-header span { flex: 1; }
.c36-toc-chevron {
  color: color-mix(in srgb, var(--hhucrh4) 60%, transparent);
  transition: transform .2s;
  flex-shrink: 0;
}
.c36-toc[open] .c36-toc-chevron { transform: rotate(180deg); }

.c36-toc-nav { padding: 12px 20px 16px; }
.c36-toc-list { list-style: none; counter-reset: none; }

.c36-toc-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.c36-toc-item:last-child { border-bottom: none; }
.c36-toc-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  background: var(--ho413g2);
  color: var(--hbpypwt);
  font-size: 12px;
  font-weight: 800;
  border-radius: 50%;
  flex-shrink: 0;
}
.c36-toc-item a,
.c36-toc-sub a {
  font-size: 14px;
  color: var(--hhucrh4);
  text-decoration: none;
  line-height: 1.4;
}
.c36-toc-item a:hover,
.c36-toc-sub a:hover { color: var(--hc7sgsp); text-decoration: underline; }
.c36-toc-sub {
  padding: 3px 0 3px 34px;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.c36-toc-sub:last-child { border-bottom: none; }

/* ═══ MAIN CONTENT ═══ */
.c36-main { padding: 28px 0 40px; }

/* Article typography */
.hcovzth h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: var(--hhucrh4);
  margin: 2rem 0 .8rem;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--hc7sgsp);
  scroll-margin-top: 80px;
}
.hcovzth h3 {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 700;
  color: var(--hhucrh4);
  margin: 1.4rem 0 .6rem;
}
.hcovzth p {
  margin-bottom: 1.15em;
  color: color-mix(in srgb, var(--hhucrh4) 90%, transparent);
  line-height: 1.7;
}
.hcovzth ul, .hcovzth ol {
  margin: .6rem 0 1rem 1.4rem;
}
.hcovzth li { margin-bottom: .4em; color: color-mix(in srgb, var(--hhucrh4) 88%, transparent); }
.hcovzth table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 14px;
}
.hcovzth th, .hcovzth td {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.1);
  text-align: left;
}
.hcovzth th {
  background: var(--hc7sgsp);
  color: var(--hbpypwt);
  font-weight: 700;
}
.hcovzth tr:nth-child(even) td { background: color-mix(in srgb, var(--hmhhpmw) 80%, var(--hsqv94n)); }
.hcovzth tr:nth-child(odd) td { background: var(--hmhhpmw); }

/* ═══ GAMES SECTION ═══ */
.c36-games-section {
  background: var(--hmhhpmw);
  border-radius: 14px;
  padding: 24px 20px;
  margin: 24px 0;
  border: 1px solid rgba(255,255,255,.07);
}
.c36-games-section h2 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--hhucrh4);
  margin-bottom: 16px;
  border-bottom: 2px solid var(--hc7sgsp);
  padding-bottom: 8px;
}

/* ═══ PAYMENT METHODS ═══ */
.c36-pays-section {
  padding: 20px 0 10px;
}
.c36-section-h2 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--hhucrh4);
  margin-bottom: 14px;
}

/* ═══ FAQ (details/summary — sirumobilecasino.fi schema-faq style) ═══ */
.c36-faq-section {
  margin: 32px 0 20px;
}
.c36-faq-title {
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-weight: 800;
  color: var(--hhucrh4);
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--hc7sgsp);
}
.c36-faq-list { display: flex; flex-direction: column; gap: 8px; }

.c36-faq-item {
  background: var(--hmhhpmw);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color .2s;
}
.c36-faq-item[open] { border-color: var(--hc7sgsp); }

.c36-faq-q {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  color: var(--hhucrh4);
  list-style: none;
  user-select: none;
}
.c36-faq-q::-webkit-details-marker { display: none; }
.c36-faq-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  background: var(--ho413g2);
  color: var(--hbpypwt);
  font-size: 12px;
  font-weight: 800;
  border-radius: 50%;
  flex-shrink: 0;
}
.c36-faq-q span:not(.c36-faq-num) { flex: 1; }
.c36-faq-arrow {
  color: color-mix(in srgb, var(--hhucrh4) 50%, transparent);
  flex-shrink: 0;
  transition: transform .2s;
}
.c36-faq-item[open] .c36-faq-arrow { transform: rotate(180deg); }

.c36-faq-a {
  padding: 0 18px 16px 18px;
  padding-left: calc(18px + 26px + 12px);
}
.c36-faq-a p {
  margin: 0;
  color: color-mix(in srgb, var(--hhucrh4) 86%, transparent);
  line-height: 1.65;
  font-size: 15px;
}

/* ═══ TRUST ROW ═══ */
.c36-trust-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 20px;
}
.c36-trust-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--hc7sgsp);
  color: var(--hbpypwt);
  font-weight: 900;
  font-size: 14px;
  border-radius: 50%;
}
.c36-trust-item {
  font-size: 13px;
  color: color-mix(in srgb, var(--hhucrh4) 70%, transparent);
  font-weight: 600;
}

/* ═══ FOOTER ═══ */
.c36-footer {
  background: var(--hmhhpmw);
  border-top: 2px solid var(--hc7sgsp);
  padding: 32px 0;
  margin-top: 40px;
}
.c36-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.c36-footer-brand { display: flex; flex-direction: column; gap: 8px; }
.c36-footer-logo-link { display: inline-block; }
.c36-footer-copy {
  font-size: 13px;
  color: color-mix(in srgb, var(--hhucrh4) 60%, transparent);
}
.c36-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}
.c36-footer-disclaimer {
  font-size: 12px;
  color: color-mix(in srgb, var(--hhucrh4) 72%, transparent);
  line-height: 1.6;
  max-width: 700px;
}

/* ═══ MOBILE MENU — c36 custom ═══ */
@media (max-width: 768px) {
  .c36-main { padding: 16px 0 30px; }
  .c36-toc-wrap { margin: 16px auto 4px; }
  .c36-faq-a { padding-left: 18px; }
}

/* ═══ BREADCRUMBS skin (palette-driven via _addon.css base) ═══ */
.hgqi3fx {
  background: color-mix(in srgb, var(--hmhhpmw) 90%, var(--hsqv94n));
  border-bottom: 1px solid rgba(255,255,255,.06);
}

/* ═══ OFFERS override (palette-driven via _addon.css base) ═══ */
.hj7v3ei { margin: 0 0 1rem; }

/* Спільний addon поверх будь-якого AffBulk-шаблону: наш доп.контент,
   якого нема в базових шаблонах (games-грід, pros/cons, dev-ribbon).
   Кольори — з нашої палітри (інжектиться інлайн :root у шаблоні). */
.htdmxy1{position:fixed;top:0;left:0;z-index:9999;background:var(--ho413g2);
  color:#eaf0f7;font:600 11px/1 system-ui,sans-serif;padding:5px 9px;border-bottom-right-radius:6px;opacity:.85}

.hthuywk{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;margin:18px 0}
.hy3cshl{background:var(--hmhhpmw);border:1px solid rgba(255,255,255,.08);border-radius:12px;
  overflow:hidden;display:flex;flex-direction:column}
.hy3cshl img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:#071b17}
.hy3cshl .hjikhlm{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;
  text-align:center;padding:8px;font:600 13px/1.2 system-ui;color:var(--hhucrh4);background:#071b17}
.hy3cshl figcaption{padding:9px 11px;display:flex;flex-direction:column;gap:2px}
.hy3cshl strong{font-size:13px;color:var(--hhucrh4)}
.hy3cshl span{font-size:11px;color:var(--hrj0075)}
.hy3cshl .htnszxi{color:var(--hc7sgsp);font-weight:600}

.ht3ee8y{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0}
@media(max-width:640px){.ht3ee8y{grid-template-columns:1fr}}
.ht3ee8y>div{background:var(--hmhhpmw);border-radius:12px;padding:14px 16px;
  border:1px solid rgba(255,255,255,.08)}
.ht3ee8y h3{margin:0 0 8px}
.ht3ee8y .hvr6y2f h3{color:var(--hhucrh4)}.ht3ee8y .hip64ge h3{color:var(--hhucrh4)}
.ht3ee8y ul{margin:0;padding-left:18px}.ht3ee8y li{margin:4px 0}

/* CTA-band з фоновою картинкою з пулу (freeze підставляє /asset/secbg/<n>.jpg per-site).
   Фон у var(--hjf798o) → дефолт-градієнт, якщо пулу нема. Текст поверх тёмного оверлею. */
.hlcxype{position:relative;margin:34px 0;padding:52px 28px;border-radius:16px;overflow:hidden;
  text-align:center;isolation:isolate;
  background:var(--hjf798o,linear-gradient(135deg,var(--hmhhpmw),var(--hsqv94n))) center/cover no-repeat}
.hlcxype::before{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(120deg,rgba(8,10,15,.82),rgba(8,10,15,.5))}
.hlcxype h2{margin:0 0 8px;font-size:1.7rem;color:var(--hhucrh4)}
.hlcxype p{margin:0 auto 20px;max-width:560px;color:var(--hhucrh4);opacity:.9}
.hlcxype .hijjifw{display:inline-block;background:var(--hc7sgsp);color:#081c18;
  font-weight:800;padding:14px 34px;border-radius:11px;text-decoration:none;font-size:1.02rem}
.hlcxype .hijjifw:hover{filter:brightness(1.08)}

/* внутрішня перелінковка «Explore more» — freeze інжектить перед <footer> */
.hbdpxjc{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;justify-content:center;
  max-width:1100px;margin:28px auto;padding:16px 20px;border-radius:14px;
  background:var(--hmhhpmw);border:1px solid rgba(255,255,255,.08)}
.hbdpxjc span{color:var(--hrj0075);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.04em}
.hbdpxjc a{color:var(--hc7sgsp);text-decoration:none;font-weight:600;font-size:14px;
  padding:6px 14px;border-radius:8px;background:rgba(255,255,255,.04)}
.hbdpxjc a:hover{background:rgba(255,255,255,.1)}

/* сервіс-лінки у футер (мульти-сторінка) — freeze інжектить перед </footer> */
.hkmb7b5{display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:center;padding:18px 16px;
  border-top:1px solid rgba(255,255,255,.08);margin-top:14px}
.hkmb7b5 a{color:var(--hrj0075);text-decoration:none;font-size:13px}
.hkmb7b5 a:hover{color:var(--hc7sgsp)}

.hvhho6y{height:34px;width:auto;display:inline-block;vertical-align:middle}
.hfz5kii{display:flex;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:0;align-items:center}
.hfz5kii li{display:flex}
.hrhd4jd{height:28px;width:auto;display:block;border-radius:6px}
/* плоская футер-ссылка (quick-links): НЕ кнопка — иначе ряд градиент-блоков «разъезжается» */
.hi5qzyf{color:var(--hrj0075);text-decoration:none;font-size:14px;font-weight:600;background:none;padding:0;white-space:nowrap}
.hi5qzyf:hover{color:var(--hc7sgsp);text-decoration:underline}
/* ── автор (E-E-A-T): байлайн + страница автора + контактная форма ── */
.hzp1sax{display:flex;align-items:center;gap:11px;margin:14px 0 22px;padding:10px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.hzp1sax-av{border-radius:50%;object-fit:cover;flex:0 0 auto}
.hzp1sax-t{display:flex;flex-direction:column;font-size:14px;line-height:1.4}
.hzp1sax-t a{color:var(--hc7sgsp);text-decoration:none;font-weight:700}
.hzp1sax-meta{color:var(--hrj0075);font-size:12px}
.hp160b3{background:var(--hsqv94n);color:var(--hhucrh4);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;margin:0}
.hqt5leu{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;padding:16px 5vw;border-bottom:1px solid rgba(255,255,255,.08)}
.hehbx4q{color:var(--hc7sgsp);font-weight:800;font-size:20px;text-decoration:none}
.hqt5leu nav{display:flex;flex-wrap:wrap;gap:18px}
.hqt5leu nav a{color:var(--hrj0075);text-decoration:none;font-size:14px}
.hqt5leu nav a:hover{color:var(--hc7sgsp)}
.hagymm5{max-width:860px;margin:0 auto;padding:40px 5vw 60px}
.hjfv9o1-card{display:flex;gap:24px;align-items:center;flex-wrap:wrap;background:var(--hmhhpmw);border-radius:16px;padding:28px;margin-bottom:28px}
.hjfv9o1-av{border-radius:50%;object-fit:cover;border:3px solid var(--hc7sgsp)}
.hjfv9o1-h h1{margin:0 0 4px;font-size:28px}
.hjfv9o1-role{color:var(--hc7sgsp);font-weight:700;margin:0 0 8px}
.hjfv9o1-stats{color:var(--hrj0075);font-size:14px;margin:0}
.hjfv9o1-bio h2,.hte06hg h2{font-size:22px;margin:24px 0 10px}
.hjfv9o1-bio p{line-height:1.7;color:var(--hhucrh4)}
.hjfv9o1-exp{display:flex;flex-wrap:wrap;gap:8px 10px;list-style:none;padding:0}
.hjfv9o1-exp li{background:rgba(255,255,255,.06);border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600}
.hte06hg{margin-top:34px;background:var(--hmhhpmw);border-radius:16px;padding:28px}
.hte06hg-form{display:flex;flex-direction:column;gap:12px;max-width:480px}
.hte06hg-form input,.hte06hg-form textarea{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:11px 14px;color:var(--hhucrh4);font-size:15px;font-family:inherit}
.hte06hg-form button{background:var(--hc7sgsp);color:#13203a;border:0;border-radius:8px;padding:12px;font-weight:800;font-size:15px;cursor:pointer}
.hte06hg-form .hkhzpry{color:#5930ff;font-weight:600}
.hhoaqj2{text-align:center;padding:26px 5vw;color:var(--hrj0075);font-size:13px;border-top:1px solid rgba(255,255,255,.08)}
.hjfv9o1-social{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 0}
.hjfv9o1-social a{background:rgba(255,255,255,.07);border:1px solid var(--hc7sgsp);border-radius:18px;padding:5px 13px;font-size:12px;font-weight:600;color:var(--hc7sgsp);text-decoration:none;line-height:1}
.hjfv9o1-social a:hover{background:rgba(255,255,255,.13)}
/* липкий нижний CTA (мобилка): прилипает к низу экрана при скролле. Опция sticky_cta. */
.hm8qs3j{display:none}
@media(max-width:768px){
  .hm8qs3j{display:block;position:fixed;left:0;right:0;bottom:0;z-index:900;
    padding:9px 12px;padding-bottom:calc(9px + env(safe-area-inset-bottom,0px));
    background:var(--hmhhpmw);border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -6px 22px rgba(0,0,0,.45)}
  .hm8qs3j a{display:block;text-align:center;padding:13px;border-radius:10px;font-weight:700;font-size:16px;
    text-decoration:none;background:var(--hc7sgsp);color:#071b17}
  body{padding-bottom:70px}
}
/* hero как реальный <img> (SEO: alt+индексация) — img-слой + тёмный оверлей (::after) + текст поверх */
.hdrp5j0{position:relative;isolation:isolate;overflow:hidden}
.hdrp5j0>.hzjogq3{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hdrp5j0::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(100deg,rgba(8,10,15,.96) 0%,rgba(8,10,15,.88) 26%,rgba(16,20,28,.62) 48%,rgba(16,20,28,.26) 70%,transparent 100%)}
.hdrp5j0>:not(.hzjogq3){position:relative;z-index:2}

/* автор-бокс внизу контента (органично, вместо байлайна в hero) */
.hixblvt{display:flex;align-items:center;gap:14px;max-width:920px;margin:32px auto;padding:16px 18px;
  background:var(--hmhhpmw);border:1px solid rgba(255,255,255,.08);border-radius:12px}
.hixblvt-av{width:60px;height:60px;border-radius:50%;object-fit:cover;flex:0 0 60px;border:2px solid var(--hc7sgsp)}
.hixblvt-by{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--hrj0075)}
.hixblvt-t a{color:var(--hc7sgsp);text-decoration:none;font-size:16px;font-weight:700}
.hixblvt-t p{margin:3px 0 0;font-size:13px;color:var(--hrj0075);line-height:1.45}

/* липкий хедер — лого/бургер/CTA доступны при скролле (sticky сверху) */
header{position:sticky;top:0;z-index:50}

/* универсальный мобильный nav. Перебивает AffBulk verbatim CSS.
   ⚠️ #hynlby3 и CTA-кнопки (Register/Login) лежат в ОДНОЙ обёртке (header > ._eXXX), которую AffBulk
   прячет display:none на мобилке (показ жил в Astro-острове). Поэтому делаем ОБЁРТКУ выпадающей панелью
   (nav + CTA внутри, вертикально), а в шапке остаются только лого + бургер. Универсально через :has(). */
@media(max-width:768px){
  /* бургер: видим, без белого hover-фона, контрастная иконка ☰ */
  header button[aria-label="Menu"]{display:inline-flex!important;align-items:center;justify-content:center;
    background:transparent!important;border:none!important;cursor:pointer;padding:8px;line-height:0;z-index:1001}
  header button[aria-label="Menu"]:hover{background:transparent!important}
  header button[aria-label="Menu"]>*{display:none}
  header button[aria-label="Menu"]::before{content:"\2630";font-size:27px;line-height:1;color:#eaf0f7}

  /* обёртка (прямой ребёнок header с меню) — скрыта; при #hynlby3.open раскрывается выпадайкой со ВСЕМ (nav+CTA) */
  header>*:has(#hynlby3){display:none!important}
  header:has(#hynlby3.open)>*:has(#hynlby3){display:flex!important;flex-direction:column;align-items:stretch;
    gap:12px;position:absolute;top:100%;left:0;right:0;background:var(--hmhhpmw);
    padding:14px 18px 18px;box-shadow:0 14px 32px rgba(0,0,0,.55);z-index:1000;max-height:82vh;overflow:auto}
  /* nav-список вертикально, на всю ширину */
  header:has(#hynlby3.open) #hynlby3{display:flex!important;flex-direction:column;gap:2px;width:100%;
    list-style:none;margin:0;padding:0}
  header:has(#hynlby3.open) #hynlby3 li{display:block!important;width:100%;margin:0;padding:0;
    background:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
  header:has(#hynlby3.open) #hynlby3 a{display:block;padding:10px 2px;font-size:16px}
  /* CTA-кнопки (Register/Login) в выпадайке — столбиком на всю ширину */
  header:has(#hynlby3.open)>*:has(#hynlby3)>:not(:has(#hynlby3)){display:flex!important;flex-direction:column;gap:8px;width:100%}
  header:has(#hynlby3.open)>*:has(#hynlby3)>:not(:has(#hynlby3)) a{display:block;width:100%;text-align:center;box-sizing:border-box}
}
/* дефолт заголовков таблиц: fg-текст (контрастен на любом фоне-палитре). Без !important/заливки —
   per-template th-стили владеют своим видом; их контраст выверяют axe-фиксеры по шаблону. */
table th{color:var(--hhucrh4);font-weight:700}

/* ── POP-UP банер (окремий налаштовуваний елемент, спільний для всіх шаблонів) ── */
.hffgkqb{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;
  opacity:0;transition:opacity .25s ease;padding:16px}
.hffgkqb.open{opacity:1}
.hffgkqb[hidden]{display:none}
.hffgkqb-bd{position:absolute;inset:0;background:var(--hffgkqb-backdrop,rgba(6,12,24,.62));backdrop-filter:blur(2px)}
.hffgkqb-card{position:relative;z-index:1;max-width:440px;width:100%;border-radius:16px;overflow:hidden;
  background:var(--hmhhpmw);color:var(--hhucrh4);box-shadow:0 24px 60px rgba(0,0,0,.5);
  transform:translateY(12px) scale(.98);transition:transform .25s ease}
.hffgkqb.open .hffgkqb-card{transform:none}
.hffgkqb-x{position:absolute;top:8px;right:10px;z-index:2;width:32px;height:32px;border:0;border-radius:50%;
  background:rgba(0,0,0,.35);color:#eaf0f7;font-size:20px;line-height:1;cursor:pointer}
.hffgkqb-img{display:block;width:100%;height:160px;object-fit:cover}
.hffgkqb-body{padding:20px 22px 24px}
.hffgkqb-title{margin:0 0 8px;font-size:20px;line-height:1.25}
.hffgkqb-text{margin:0 0 16px;font-size:14px;opacity:.9;line-height:1.5}
.hffgkqb-cta{display:inline-block;background:var(--hc7sgsp);color:var(--hbpypwt);font-weight:700;
  padding:11px 20px;border-radius:10px;text-decoration:none}
.hffgkqb-cta:hover{filter:brightness(1.06)}
@media(max-width:480px){.hffgkqb-img{height:120px}.hffgkqb-body{padding:16px}}

/* ── Глобальна вітрина офферів (money-блок top-N казино) ── */
.hj7v3ei{margin:1.5rem 0 2rem}
.hj7v3ei>h2{margin:0 0 .8rem}
.hj7v3ei-list{display:flex;flex-direction:column;gap:10px}
.hcp4267{display:grid;grid-template-columns:34px 120px 1fr auto auto;align-items:center;gap:14px;
  background:var(--hmhhpmw);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 16px}
.hcp4267-rank{font-weight:800;font-size:18px;color:var(--hc7sgsp);text-align:center}
.hcp4267-logo{height:40px;width:120px;object-fit:contain;background:#eaf0f7;border-radius:6px;padding:4px}
.hcp4267-info{display:flex;flex-direction:column;gap:2px;min-width:0}
.hcp4267-info strong{font-size:15px}
.hcp4267-badge{display:inline-block;margin-left:6px;font-size:11px;font-weight:700;background:var(--hc7sgsp);
  color:var(--hbpypwt);border-radius:4px;padding:1px 7px;vertical-align:middle}
.hcp4267-rating{font-size:13px;color:var(--hrj0075)}
.hcp4267-bonus{font-size:14px;font-weight:600;text-align:center}
.hcp4267-cta{background:var(--hc7sgsp);color:var(--hbpypwt);font-weight:700;padding:10px 18px;border-radius:9px;
  text-decoration:none;white-space:nowrap}
.hcp4267-cta:hover{filter:brightness(1.07)}
@media(max-width:640px){
  .hcp4267{grid-template-columns:28px 80px 1fr;gap:8px;row-gap:6px;padding:10px 12px}
  .hcp4267-logo{width:80px;height:32px}
  .hcp4267-bonus{grid-column:2/4;text-align:left;font-size:13px}
  .hcp4267-cta{grid-column:1/4;text-align:center}
}

/* ── ХЛІБНІ КРИХТИ (breadcrumbs) — спільний елемент усіх шаблонів (m.breadcrumbs). Кольори з палітри. ── */
.hgqi3fx{max-width:1200px;margin:0 auto;padding:14px 20px 2px;font-size:.82rem;line-height:1.4}
.hgqi3fx ol{list-style:none;display:flex;flex-wrap:wrap;gap:.45em;margin:0;padding:0;align-items:center}
.hgqi3fx li{display:flex;align-items:center;gap:.45em;color:color-mix(in srgb,var(--hhucrh4) 58%,transparent)}
.hgqi3fx li:not(:last-child)::after{content:"\203A";opacity:.55}
.hgqi3fx a{color:color-mix(in srgb,var(--hhucrh4) 80%,transparent);text-decoration:none}
.hgqi3fx a:hover{color:var(--ho413g2);text-decoration:underline}
.hgqi3fx [aria-current=page]{color:var(--hhucrh4);font-weight:600}

/* блок «ключевые выводы» (TL;DR) — выделенная карточка вверху контента (AI-извлекаемо) */
.hhe29hu{background:var(--hmhhpmw);border:1px solid color-mix(in srgb,var(--ho413g2) 38%,transparent);border-left:4px solid var(--ho413g2);border-radius:10px;padding:14px 18px;margin:18px 0}
.hhe29hu h2{margin:.1em 0 .45em;font-size:1.05rem;color:var(--ho413g2)}
.hhe29hu ul{margin:0;padding-left:1.1em}
.hhe29hu li{margin:.32em 0;color:color-mix(in srgb,var(--hhucrh4) 90%,transparent)}
/* видимая дата обновления */
.hhcyjvr{font-size:.85rem;color:var(--hrj0075);margin:.2em 0 .8em}
.hhcyjvr time{font-variant-numeric:tabular-nums}
/* compliance-строка: лицензия / 18+ / ответственная игра */
.hj4h9x0{display:flex;flex-wrap:wrap;gap:7px 14px;align-items:center;justify-content:center;font-size:.8rem;color:var(--hrj0075);padding:12px 16px;border-top:1px solid color-mix(in srgb,var(--hhucrh4) 12%,transparent)}
.hj4h9x0 .hl3javf{font-weight:700;color:var(--ho413g2);border:1.5px solid var(--ho413g2);border-radius:20px;padding:0 7px;line-height:1.5}
.hj4h9x0 a{color:var(--hrj0075);text-decoration:underline}

/* wd-contrast-fix */
.c36-header-cta{color:#111111 !important;}
.c36-inner > .hj7v3ei > .hj7v3ei-list > .hcp4267 > .hcp4267-info > .hcp4267-badge{color:#111111 !important;}
.c36-inner > .hj7v3ei > .hj7v3ei-list > .hcp4267 > .hcp4267-cta[data-umami-event-brand="Snatch"][data-umami-event="offer_click"] > span{color:#111111 !important;}
.c36-inner > .hj7v3ei > .hj7v3ei-list > .hcp4267 > .hcp4267-cta[data-umami-event-brand="CrocoSlots"][data-umami-event="offer_click"] > span{color:#111111 !important;}
.c36-inner > .hj7v3ei > .hj7v3ei-list > .hcp4267 > .hcp4267-cta[data-umami-event-brand="AllSpins"][data-umami-event="offer_click"] > span{color:#111111 !important;}
.c36-inner > .hj7v3ei > .hj7v3ei-list > .hcp4267 > .hcp4267-cta[data-umami-event-brand="RollXO"][data-umami-event="offer_click"] > span{color:#111111 !important;}
.c36-inner > .hj7v3ei > .hj7v3ei-list > .hcp4267 > .hcp4267-cta[data-umami-event-brand="Windetta"][data-umami-event="offer_click"] > span{color:#111111 !important;}
a[data-umami-event-brand="Bitguruz"] > span{color:#111111 !important;}
#key-takeaways > h2{color:#ffffff !important;}
.hcovzth > .hj7v3ei > .hj7v3ei-list > .hcp4267 > .hcp4267-info > .hcp4267-badge{color:#111111 !important;}
.hcovzth > .hj7v3ei > .hj7v3ei-list > .hcp4267 > .hcp4267-cta[data-umami-event-brand="Snatch"][data-umami-event="offer_click"] > span{color:#111111 !important;}
.hcovzth > .hj7v3ei > .hj7v3ei-list > .hcp4267 > .hcp4267-cta[data-umami-event-brand="CrocoSlots"][data-umami-event="offer_click"] > span{color:#111111 !important;}
.hcovzth > .hj7v3ei > .hj7v3ei-list > .hcp4267 > .hcp4267-cta[data-umami-event-brand="AllSpins"][data-umami-event="offer_click"] > span{color:#111111 !important;}
.hcovzth > .hj7v3ei > .hj7v3ei-list > .hcp4267 > .hcp4267-cta[data-umami-event-brand="RollXO"][data-umami-event="offer_click"] > span{color:#111111 !important;}
.hcovzth > .hj7v3ei > .hj7v3ei-list > .hcp4267 > .hcp4267-cta[data-umami-event-brand="Windetta"][data-umami-event="offer_click"] > span{color:#111111 !important;}
th{color:#111111 !important;}
.c36-trust-label{color:#111111 !important;}
.hl3javf{color:#ffffff !important;}
.hcp4267-badge{color:#111111 !important;}
a[data-umami-event-brand="Snatch"] > span{color:#111111 !important;}
a[data-umami-event-brand="CrocoSlots"] > span{color:#111111 !important;}
a[data-umami-event-brand="AllSpins"] > span{color:#111111 !important;}
a[data-umami-event-brand="RollXO"] > span{color:#111111 !important;}
a[data-umami-event-brand="Windetta"] > span{color:#111111 !important;}
.c36-toc-item > .c36-toc-num{color:#ffffff !important;background-color:#664dcf !important;}
