:root {
  --bg: #090d18;
  --bg-soft: #0e1423;
  --surface: #121a2a;
  --surface-2: #182238;
  --text: #f5f7fb;
  --muted: #aeb9ca;
  --accent: #d6ff63;
  --accent-2: #6ee7c8;
  --gold: #f6c660;
  --danger: #ff8794;
  --border: rgba(255, 255, 255, .11);
  --shadow: 0 22px 60px rgba(0, 0, 0, .27);
  --radius: 20px;
  --header-height: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.7; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 85% 5%, rgba(110, 231, 200, .08), transparent 26%), radial-gradient(circle at 5% 35%, rgba(214, 255, 99, .05), transparent 24%); z-index: -1; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
p, li, dd { color: var(--muted); }
h1, h2, h3 { margin: 0 0 .65em; color: var(--text); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.45rem, 6vw, 5.3rem); max-width: 13ch; }
h2 { font-size: clamp(1.85rem, 3.8vw, 3.2rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.65rem); }
p { margin: 0 0 1.15rem; }
ul, ol { margin-top: 0; }
strong { color: var(--text); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.text-container { width: min(960px, calc(100% - 40px)); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); padding: 10px 16px; color: #07110d; background: var(--accent); border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); background: rgba(9, 13, 24, .88); border-bottom: 1px solid var(--border); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-weight: 700; letter-spacing: -.02em; white-space: nowrap; }
.brand strong { color: var(--accent); }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; filter: drop-shadow(0 8px 16px rgba(110, 231, 200, .18)); }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); }
.main-nav a { color: #dce3ed; text-decoration: none; font-size: .92rem; font-weight: 650; }
.main-nav a:hover { color: var(--accent); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--border); color: var(--text); background: var(--surface); border-radius: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; padding: clamp(68px, 9vw, 128px) 0 42px; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -220px; top: 30px; border: 1px solid rgba(214, 255, 99, .13); border-radius: 50%; box-shadow: 0 0 0 54px rgba(214, 255, 99, .018), 0 0 0 108px rgba(214, 255, 99, .012); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .72fr); gap: clamp(38px, 7vw, 90px); align-items: center; }
.eyebrow { margin-bottom: 16px; color: var(--accent); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero-copy > p:not(.eyebrow) { max-width: 70ch; font-size: 1.03rem; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin: -6px 0 26px; color: var(--muted); font-size: .94rem; }
.article-meta time, .article-meta strong { color: var(--text); font-weight: 750; }
.article-meta strong { color: var(--accent-2); }
.meta-separator { color: rgba(255,255,255,.28); }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 30px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 850; line-height: 1.2; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.casino-cta:hover, .casino-cta:active { transform: none; filter: none; }
.button.primary { color: #09100a; background: linear-gradient(135deg, var(--accent), #aaf05b); box-shadow: 0 14px 34px rgba(214, 255, 99, .14); }
.button.secondary { color: var(--text); background: var(--surface-2); border-color: var(--border); }
.button.full { width: 100%; }
.age-chip { width: 48px; height: 48px; display: grid; place-items: center; color: var(--danger); border: 2px solid currentColor; border-radius: 50%; font-weight: 900; }
.hero-panel { position: relative; padding: 34px; background: linear-gradient(155deg, rgba(24, 34, 56, .97), rgba(13, 20, 35, .97)); border: 1px solid rgba(214, 255, 99, .18); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.hero-panel h2 { max-width: 10ch; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.panel-kicker { color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.orbit { position: absolute; width: 140px; height: 140px; top: -38px; right: -32px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.orbit span { position: absolute; color: rgba(214, 255, 99, .55); font-size: 1.4rem; }
.orbit span:nth-child(1) { left: 10px; top: 60px; }.orbit span:nth-child(2) { right: 30px; top: 20px; }.orbit span:nth-child(3) { right: 15px; bottom: 20px; }
.hero-intro { margin-top: 54px; padding: 26px 30px; background: rgba(255,255,255,.025); border: 1px solid var(--border); border-radius: var(--radius); }
.hero-intro p { margin: 0; }

.toc { margin-block: 24px 72px; padding: 0; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.toc-heading { display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; gap: 12px; padding: 24px 30px; cursor: pointer; list-style: none; user-select: none; }
.toc-heading::-webkit-details-marker { display: none; }
.toc-heading::before { content: "≡"; width: 34px; height: 34px; display: grid; place-items: center; background: rgba(214,255,99,.1); color: var(--accent); border-radius: 10px; font-weight: 900; }
.toc-heading::after { content: "⌄"; width: 34px; height: 34px; display: grid; place-items: center; color: var(--accent); font-size: 1.35rem; font-weight: 900; transition: transform .2s ease; }
.toc-details[open] .toc-heading::after { transform: rotate(180deg); }
.toc-heading:hover { background: rgba(255,255,255,.025); }
.toc-heading:focus-visible { outline: 3px solid var(--accent); outline-offset: -4px; }
.toc h2 { margin: 0; font-size: 1.35rem; }
.toc ol { margin: 22px 0 0; padding-left: 20px; columns: 3; column-gap: 42px; }
.toc-details > ol { margin: 0; padding: 0 30px 26px 50px; }
.toc li { padding: 4px 0 4px 5px; break-inside: avoid; }
.toc a { color: #dce4ef; text-underline-offset: 4px; text-decoration-color: rgba(214,255,99,.36); }
.toc a:hover { color: var(--accent); }

.content-section { padding: clamp(64px, 8vw, 106px) 0; scroll-margin-top: calc(var(--header-height) + 12px); }
.content-section.alt { background: var(--bg-soft); border-block: 1px solid rgba(255,255,255,.045); }
.section-heading { max-width: 850px; margin-bottom: 34px; }
.offers-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.offer-card { display: flex; flex-direction: column; min-width: 0; padding: 26px; background: linear-gradient(150deg, var(--surface), #0f1727); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 14px 38px rgba(0,0,0,.15); }
.offer-card.featured { border-color: rgba(214,255,99,.34); box-shadow: 0 18px 50px rgba(0,0,0,.25), inset 0 1px rgba(214,255,99,.08); }
.offer-top { display: flex; align-items: center; gap: 14px; min-height: 58px; margin-bottom: 22px; }
.offer-top h3 { margin: 0; }
.monogram { flex: 0 0 auto; width: 52px; height: 52px; display: grid; place-items: center; color: #09100b; background: linear-gradient(135deg, var(--accent), var(--accent-2)); border-radius: 15px; font-weight: 950; }
.brand-logo { flex: 0 0 auto; width: 64px; height: 64px; display: block; object-fit: cover; border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.monogram.lemon { background: linear-gradient(135deg, #fff073, #8df36a); }.monogram.ice { background: linear-gradient(135deg, #8ce9ff, #8b9cff); }.monogram.verde { background: linear-gradient(135deg, #74edaa, #30af83); }.monogram.slotoro { background: linear-gradient(135deg, #f07aff, #775bff); }.monogram.republic { background: linear-gradient(135deg, #ffd575, #f28a51); }.monogram.spinit { background: linear-gradient(135deg, #ff8dc9, #ad76ff); }.monogram.mrbet { background: linear-gradient(135deg, #f6c660, #ea754b); }.monogram.frumzi { background: linear-gradient(135deg, #ff9f7d, #e95ec4); }.monogram.dude { background: linear-gradient(135deg, #9bb0ff, #69e1d3); }
.recommendation { display: block; margin-bottom: 4px; color: var(--accent); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.offer-card dl { margin: 0 0 24px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.offer-card dl > div { min-width: 0; padding: 13px 14px; background: rgba(9,13,24,.72); }
.offer-card dt { margin-bottom: 3px; color: #8fa0b7; font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.offer-card dd { margin: 0; color: var(--text); font-size: .92rem; font-weight: 750; overflow-wrap: anywhere; }
.offer-card .button { margin-top: auto; }
.fine-print { margin: 11px 0 0; color: #8490a3; font-size: .75rem; line-height: 1.5; }
.reveal-offers { display: none; margin: 24px auto 0; }
.notice { display: flex; gap: 14px; margin: 28px 0 54px; padding: 18px 20px; background: rgba(110,231,200,.07); border: 1px solid rgba(110,231,200,.2); border-radius: 14px; }
.notice span { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; color: #06110d; background: var(--accent-2); border-radius: 50%; font-weight: 900; }
.notice p { margin: 0; color: #c4d5d2; }
.deep-reviews { display: grid; gap: 18px; margin-bottom: 34px; }
.review-card { display: grid; grid-template-columns: auto 1fr; gap: 22px; padding: clamp(22px, 4vw, 34px); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); }
.review-card h3 { margin-top: 3px; }
.review-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--gold); background: rgba(246,198,96,.09); border: 1px solid rgba(246,198,96,.2); border-radius: 16px; font-size: 1.5rem; }
.review-logo { width: 84px; height: 84px; display: block; object-fit: cover; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 10px 24px rgba(0,0,0,.22); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.tag-list li { padding: 6px 10px; background: rgba(255,255,255,.05); border: 1px solid var(--border); border-radius: 999px; font-size: .8rem; }

.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 8px; width: 20px; height: 20px; display: grid; place-items: center; color: #07100c; background: var(--accent-2); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.check-list.compact li { padding-block: 5px; font-size: .9rem; }
.check-list.compact li::before { top: 7px; }
.feature-list, .game-grid, .jurisdiction-grid, .control-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 0; margin: 26px 0 34px; list-style: none; }
.feature-list li, .jurisdiction-grid li, .control-grid li { padding: 18px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; }
.feature-list li { display: flex; gap: 12px; }.feature-list span { color: var(--accent); font-weight: 900; }
.jurisdiction-grid li strong { display: block; margin-bottom: 4px; }
.process-list { counter-reset: process; padding: 0; margin: 26px 0 34px; list-style: none; }
.process-list li { position: relative; min-height: 52px; padding: 0 0 22px 64px; counter-increment: process; }
.process-list li::before { content: counter(process, decimal-leading-zero); position: absolute; left: 0; top: -4px; color: var(--accent); font-size: 1.25rem; font-weight: 900; }
.process-list li::after { content: ""; position: absolute; left: 44px; top: 7px; bottom: 17px; width: 1px; background: var(--border); }

.table-wrap { max-width: 100%; overflow-x: auto; margin: 26px 0 30px; border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 14px 38px rgba(0,0,0,.16); -webkit-overflow-scrolling: touch; }
table { width: 100%; min-width: 700px; border-collapse: collapse; background: var(--surface); font-size: .91rem; }
caption { padding: 14px 18px; color: var(--text); background: #1b263d; text-align: left; font-weight: 800; }
th, td { padding: 15px 18px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
thead th { color: var(--accent); background: #111a2d; font-size: .76rem; letter-spacing: .045em; text-transform: uppercase; }
tbody th { color: var(--text); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: rgba(255,255,255,.025); }
.warning { margin: 28px 0 0; padding: 22px 24px; background: rgba(246,198,96,.07); border: 1px solid rgba(246,198,96,.25); border-left: 4px solid var(--gold); border-radius: 12px; }
.warning > strong { color: var(--gold); text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.warning p { margin: 7px 0 0; }
.steps { padding: 0; margin: 26px 0; list-style: none; display: grid; gap: 12px; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 17px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; }
.steps li > span { width: 44px; height: 44px; display: grid; place-items: center; color: #08100b; background: var(--accent); border-radius: 12px; font-weight: 950; }
.game-grid li { display: flex; gap: 15px; padding: 20px; background: var(--surface); border: 1px solid var(--border); border-radius: 15px; }
.game-grid li > span { flex: 0 0 auto; color: var(--accent); font-size: 1.45rem; }
.game-grid p { margin: 0; }
.games-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, 320px); gap: clamp(28px, 5vw, 52px); align-items: center; margin-bottom: 38px; }
.games-intro-copy .eyebrow { margin-bottom: 14px; }
.games-visual { width: 100%; margin: 0; padding: 9px; background: linear-gradient(155deg, rgba(24,34,56,.98), rgba(11,16,29,.98)); border: 1px solid rgba(139,92,246,.28); border-radius: 24px; box-shadow: 0 22px 54px rgba(0,0,0,.28), 0 0 36px rgba(124,58,237,.08); }
.games-visual img { width: 100%; height: auto; display: block; border-radius: 17px; }
.games-visual figcaption { padding: 10px 7px 3px; color: #8f9bb0; font-size: .72rem; line-height: 1.45; text-align: center; }
.pros-cons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 30px 0; }
.pros-cons > div { padding: 26px; border-radius: var(--radius); }
.pros { background: rgba(110,231,200,.07); border: 1px solid rgba(110,231,200,.22); }.cons { background: rgba(255,135,148,.06); border: 1px solid rgba(255,135,148,.2); }
.pros h3 { color: var(--accent-2); }.cons h3 { color: var(--danger); }
.pros-cons li { padding-block: 5px; }
.responsible { background: radial-gradient(circle at 85% 15%, rgba(110,231,200,.13), transparent 26%), #0c1720; border-block: 1px solid rgba(110,231,200,.15); }
.control-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.control-grid li { font-size: .88rem; }.control-grid span { display: block; margin-bottom: 12px; color: var(--accent-2); font-size: 1.55rem; font-weight: 900; }
.responsible-banner { display: flex; align-items: center; gap: 20px; margin-top: 34px; padding: 24px; background: #0c111c; border: 2px solid rgba(255,135,148,.4); border-radius: 16px; }
.age-large { flex: 0 0 auto; width: 60px; height: 60px; display: grid; place-items: center; color: var(--danger); border: 3px solid currentColor; border-radius: 50%; font-size: 1.2rem; font-weight: 950; }

.faq-list { display: grid; gap: 12px; margin-top: 28px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 15px; overflow: hidden; }
.faq-item h3 { margin: 0; font-size: 1.05rem; letter-spacing: -.01em; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; color: var(--text); background: transparent; border: 0; text-align: left; font-weight: 800; cursor: pointer; }
.faq-item button span { color: var(--accent); font-size: 1.35rem; transition: transform .2s ease; }
.faq-answer { padding: 0 22px 20px; }
.faq-answer p { margin: 0; }
.js .faq-answer[hidden] { display: none; }
.faq-item.is-open button span { transform: rotate(45deg); }

.site-footer { padding: 62px 0 24px; background: #060910; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1fr; gap: 40px; }
.footer-grid h2 { margin-bottom: 16px; font-size: 1rem; letter-spacing: 0; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-grid nav a { color: var(--muted); text-decoration: none; }.footer-grid nav a:hover { color: var(--accent); }
.footer-grid .brand { margin-bottom: 16px; }
.payment-logos, .responsible-logos { padding: 0; margin: 0; list-style: none; }
.payment-logos { display: grid; grid-template-columns: repeat(4, 44px); gap: 8px; }
.payment-logos li { width: 44px; height: 44px; overflow: hidden; border: 1px solid var(--border); border-radius: 11px; background: #111725; }
.payment-logos img { width: 100%; height: 100%; display: block; object-fit: cover; }
.responsible-logos { display: flex; flex-wrap: wrap; gap: 8px; }
.responsible-logos li { min-height: 40px; max-width: 100%; display: flex; align-items: center; justify-content: center; padding: 6px 10px; background: #111725; border: 1px solid var(--border); border-radius: 9px; }
.responsible-logos img { width: auto; max-width: 158px; height: 26px; display: block; object-fit: contain; }
.responsible-logos .age-logo { width: 44px; padding: 5px; }
.responsible-logos .age-logo img { width: 30px; height: 30px; }
.footer-warning { margin-top: 42px; padding-block: 22px; border-block: 1px solid var(--border); }
.footer-warning strong { color: var(--danger); }.footer-warning p { margin: 6px 0 0; font-size: .86rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; font-size: .84rem; }
.footer-bottom p { margin: 0; }.footer-bottom a { color: var(--accent); }

@media (max-width: 960px) {
  :root { --header-height: 66px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: #101827; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: 46px; display: flex; align-items: center; padding: 8px 12px; border-radius: 9px; }
  .main-nav a:hover { background: rgba(255,255,255,.05); }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 620px; }
  .toc ol { columns: 2; }
  .control-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 700px) {
  .container, .text-container { width: min(100% - 28px, 1180px); }
  .hero { padding-top: 54px; }
  .hero-intro { padding: 20px; }
  .toc { margin-bottom: 42px; padding: 0; }
  .toc-heading { padding: 18px 20px; }
  .toc-details > ol { padding: 0 20px 20px 44px; }
  .toc ol { columns: 1; }
  .offers-grid { grid-template-columns: 1fr; }
  .js .extra-offer { display: none; }
  .js .offers-grid.show-all .extra-offer { display: flex; }
  .js .reveal-offers { display: inline-flex; }
  .offer-card { padding: 20px; }
  .offer-card dl { grid-template-columns: 1fr; }
  .review-card { grid-template-columns: 1fr; }
  .games-intro { grid-template-columns: 1fr; gap: 24px; }
  .games-visual { width: min(100%, 420px); margin-inline: auto; }
  .feature-list, .game-grid, .jurisdiction-grid, .control-grid, .pros-cons { grid-template-columns: 1fr; }
  .responsible-banner { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 390px) {
  .brand > span:last-child { font-size: .9rem; }
  .article-meta { align-items: flex-start; flex-direction: column; gap: 3px; }
  .meta-separator { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .age-chip { align-self: flex-start; }
  .hero-panel { padding: 24px; }
  .responsible-banner { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
