:root {
  --navy: #071b34;
  --navy-2: #0d2949;
  --blue: #1264a3;
  --sky: #eaf6ff;
  --ink: #13243a;
  --muted: #64748b;
  --line: #d9e2ea;
  --paper: #ffffff;
  --page: #f4f7f9;
  --green: #58c73f;
  --green-dark: #2c9e32;
  --gold: #f6b933;
  --orange: #f06d39;
  --red: #e3484f;
  --radius: 14px;
  --shadow: 0 12px 34px rgba(19, 49, 77, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.68; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.content-link { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.content-link:hover { color: var(--green-dark); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.support-strip { background: #ffd854; color: #1c2b3a; text-align: center; font-weight: 700; font-size: 13px; padding: 7px 18px; }
.support-strip span { display: inline-flex; align-items: center; gap: 8px; }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--navy); color: white; box-shadow: 0 3px 16px #00112644; }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: .03em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; background: var(--gold); color: var(--navy); font-size: 23px; box-shadow: inset 0 0 0 3px #ffe594; }
.brand small { display: block; color: #b8cadc; font-size: 9px; letter-spacing: .18em; font-weight: 700; }
.logo-brand { flex: 0 0 auto; overflow: hidden; }
.brand-logo-wrap { position: relative; display: block; width: 190px; height: 68px; overflow: hidden; }
.brand-logo-wrap img { position: absolute; left: 50%; top: 50%; width: 190px; height: 190px; max-width: none; transform: translate(-50%, -50%); object-fit: contain; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.main-nav { display: flex; align-items: center; gap: 15px; }
.main-nav a { color: #eaf2fa; font-weight: 700; font-size: 12px; text-transform: uppercase; }
.main-nav a:hover, .main-nav a.active { color: #80d770; }
.uk-page .main-nav, .ro-page .main-nav { gap: 15px; }
.uk-page .main-nav a, .ro-page .main-nav a { font-size: 12px; }
.de-page .main-nav, .it-page .main-nav, .bg-page .main-nav { gap: 12px; }
.de-page .main-nav a, .it-page .main-nav a, .bg-page .main-nav a { font-size: 11px; }
.slot-nav-menu { position: relative; }
.slot-nav-menu summary { color: #eaf2fa; font-size: 12px; font-weight: 700; text-transform: uppercase; list-style: none; cursor: pointer; }
.slot-nav-menu summary::-webkit-details-marker { display: none; }
.slot-nav-menu summary:after { content: '▾'; margin-left: 5px; color: var(--gold); font-size: 9px; }
.slot-nav-menu summary:hover, .slot-nav-menu summary.active, .slot-nav-menu[open] summary { color: #80d770; }
.slot-nav-options { position: absolute; z-index: 90; top: calc(100% + 20px); right: -110px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; width: 430px; max-height: min(68vh, 520px); overflow: auto; padding: 10px; border: 1px solid #ffffff26; border-radius: 10px; background: #071b34f7; box-shadow: 0 18px 42px #00112688; }
.slot-nav-options a { padding: 9px 10px; border-radius: 7px; color: #dce9f3; font-size: 10px; line-height: 1.35; text-transform: none; }
.slot-nav-options a:hover, .slot-nav-options a.active { background: #ffffff12; color: var(--gold); }
.ro-page .offer-grid, .bg-page .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 820px; margin-inline: auto; }
.header-play { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; min-width: 88px; padding: 8px 18px; border-radius: 8px; background: linear-gradient(#70db57, #47b735); color: #08251a; font-size: 13px; font-weight: 900; line-height: 1.05; text-transform: uppercase; box-shadow: 0 3px 0 #27872b; }
.header-affiliate-label { margin-top: 3px; font-size: 9px; font-weight: 800; letter-spacing: .02em; opacity: .9; text-transform: none; }
.header-play:hover { filter: brightness(1.08); }
.language-switches { display: flex; align-items: center; gap: 6px; }
.lang-switch { display: inline-grid; place-items: center; min-width: 34px; min-height: 34px; border: 1px solid #ffffff4d; border-radius: 7px; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .05em; }
.lang-switch:hover { border-color: var(--gold); color: var(--gold); }
.language-menu { position: relative; }
.language-menu summary { display: grid; place-items: center; min-width: 38px; min-height: 34px; padding: 0 8px; border: 1px solid #ffffff4d; border-radius: 7px; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .05em; list-style: none; cursor: pointer; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu[open] summary, .language-menu summary:hover { border-color: var(--gold); color: var(--gold); }
.language-options { position: absolute; z-index: 80; top: calc(100% + 9px); right: 0; display: grid; min-width: 78px; padding: 7px; border: 1px solid #ffffff2e; border-radius: 9px; background: var(--navy); box-shadow: 0 12px 28px #00112666; }
.language-options a { padding: 7px 10px; border-radius: 6px; color: #eaf2fa; font-size: 11px; font-weight: 900; text-align: center; }
.language-options a:hover { background: #ffffff12; color: var(--gold); }
.menu-button { display: none; border: 1px solid #ffffff44; border-radius: 7px; background: transparent; color: #fff; padding: 8px 12px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(126deg, #071b34 0%, #0a3158 62%, #12648a 100%); color: white; padding: 56px 0 78px; }
.hero:after { content: ''; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, transparent 25%, #000); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.08fr; gap: 54px; align-items: center; }
.breadcrumbs { color: #a9c3d8; font-size: 12px; margin: 0 0 22px; }
.hero h1 { margin: 0 0 16px; font-size: clamp(38px, 5vw, 66px); line-height: 1.02; letter-spacing: -.04em; }
.hero-copy > p:not(.breadcrumbs) { max-width: 590px; color: #d3e2ed; font-size: 18px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.hero-badges span { border: 1px solid #ffffff42; border-radius: 999px; padding: 7px 11px; background: #ffffff10; font-size: 12px; font-weight: 700; }
.rating-row { display: flex; align-items: center; gap: 13px; }
.stars { color: transparent; letter-spacing: 2px; background: linear-gradient(90deg, var(--gold) 0 var(--rating-fill, 100%), #6f8193 var(--rating-fill, 100%) 100%); -webkit-background-clip: text; background-clip: text; }
.rating-row strong { font-size: 22px; }
.rating-row small { color: #b8cadc; }
.game-frame { background: linear-gradient(150deg, #d6a32c, #ffe287 45%, #a87117); padding: 9px; border-radius: 17px; box-shadow: 0 25px 60px #00152f99; transform: perspective(1000px) rotateY(-2deg); }
.game-screen { padding: 16px; border-radius: 11px; background: #020a14; }
.game-title { display: flex; justify-content: space-between; align-items: center; color: #f8d777; font-size: 11px; letter-spacing: .14em; font-weight: 800; margin-bottom: 12px; }
.reels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.symbol-art { display: block; aspect-ratio: 1; border-radius: 8px; background-image: url('assets/symbols-sheet.png'); background-size: 300% 200%; box-shadow: inset 0 0 0 1px #ffffff15; }
.art-sun { background-position: 0 0; }
.art-scarab { background-position: 50% 0; }
.art-falcon { background-position: 100% 0; }
.art-sphinx { background-position: 0 100%; }
.art-lotus { background-position: 50% 100%; }
.art-book { background-position: 100% 100%; }
.bor6-page .reels { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.bor6-page .reels .symbol-art:last-child { outline: 2px solid var(--gold); outline-offset: 2px; }
.deluxe-page .reels { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.deluxe-page .reels .symbol-art:last-child { outline: 0; }
.cats-game-frame { background: linear-gradient(150deg, #97701d, #ffe49a 45%, #2d6c86); }
.cats-game-screen { padding: 14px; }
.cats-visual { position: relative; overflow: hidden; aspect-ratio: 3 / 2; border: 1px solid #d9b85d66; border-radius: 9px; background: #071b34; }
.cats-visual:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, #020a14e8); pointer-events: none; }
.cats-visual img { display: block; width: 100%; height: 100%; object-fit: cover; transition: filter .25s ease, transform .25s ease; }
.cats-feature-chips { position: absolute; z-index: 2; left: 12px; right: 12px; bottom: 11px; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.cats-feature-chips span { padding: 5px 8px; border: 1px solid #ffd97866; border-radius: 999px; background: #071b34d9; color: #ffe69d; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.cats-visual.is-spinning img { animation: catTemplePulse .7s ease; }
.bor6-page.cats-page .game-title span:first-child { max-width: 76%; }
@keyframes catTemplePulse { 45% { transform: scale(1.035); filter: brightness(1.2) saturate(1.18); } }
.slot-cluster-page .hero h1 { font-size: clamp(34px, 4.4vw, 58px); }
.cluster-game-frame { background: linear-gradient(150deg, #97701d, #ffe49a 45%, #22587a); }
.slot-book-of-books .cluster-game-frame { background: linear-gradient(150deg, #27483d, #d2b46c 48%, #152b35); }
.slot-book-of-shadows .cluster-game-frame { background: linear-gradient(150deg, #3f266a, #a083cf 48%, #121126); }
.cluster-game-screen { padding: 14px; }
.cluster-visual { position: relative; overflow: hidden; aspect-ratio: 3 / 2; border: 1px solid #d9b85d66; border-radius: 9px; background: #071b34; }
.cluster-visual:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, #020a14ed); pointer-events: none; }
.cluster-visual img { display: block; width: 100%; height: 100%; object-fit: cover; transition: filter .25s ease, transform .25s ease; }
.cluster-feature-chips { position: absolute; z-index: 2; left: 12px; right: 12px; bottom: 11px; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.cluster-feature-chips span { padding: 5px 8px; border: 1px solid #ffd97866; border-radius: 999px; background: #071b34dc; color: #ffe69d; font-size: 8px; font-weight: 900; letter-spacing: .055em; text-align: center; }
.cluster-visual.is-spinning img { animation: clusterBookPulse .7s ease; }
.slot-cluster-page .game-title span:first-child { max-width: 72%; }
@keyframes clusterBookPulse { 45% { transform: scale(1.04); filter: brightness(1.22) saturate(1.16); } }
.bor6-page .game-title span:first-child { max-width: 72%; }
.reels.is-spinning .symbol-art { animation: reelSpin .64s ease; }
@keyframes reelSpin { 45% { transform: translateY(10px) scale(.93); filter: blur(5px) saturate(.4); } }
.demo-button, .cta-button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 8px; background: linear-gradient(#68d84f, #48b934); color: #08251a; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; box-shadow: 0 4px 0 #27872b; }
.demo-button { width: 100%; margin-top: 13px; padding: 13px; }
.cta-button { padding: 12px 22px; }
.cta-button:hover, .demo-button:hover { filter: brightness(1.07); }
.age-note { color: #c3d4e2; font-size: 12px; text-align: center; margin: 13px 0 0; }

.offers-section { position: relative; z-index: 2; margin-top: -42px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.offer-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.offer-head { padding: 15px 18px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.casino-logo { font-size: 18px; font-weight: 900; color: var(--navy); }
.casino-rating { font-size: 12px; color: var(--muted); }
.casino-rating b { color: var(--orange); font-size: 16px; }
.offer-body { padding: 17px 18px; }
.offer-label { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); font-weight: 800; }
.offer-bonus { margin: 5px 0 10px; min-height: 49px; font-size: 18px; font-weight: 900; line-height: 1.35; color: var(--navy); }
.offer-terms { margin: 0 0 14px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.offer-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.offer-footer small { color: var(--muted); font-size: 10px; }
.casino-details { display: grid; gap: 14px; margin-top: 24px; }
.casino-detail { padding: 18px 20px; border: 1px solid var(--line); border-radius: 10px; background: #f8fafc; }
.casino-detail h3 { margin-top: 0; }
.casino-offers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.casino-card { display: flex; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: #f8fafc; }
.casino-card h3 { margin-top: 0; }
.casino-card button { margin-top: auto; padding: 10px 14px; border: 0; border-radius: 7px; background: #dbe5eb; color: var(--muted); font-weight: 800; }
.casino-card .terms { margin-top: 12px; color: var(--muted); font-size: 11px; }
.hero-panel { padding: 22px; border: 1px solid #d8c99b; border-radius: 12px; background: linear-gradient(135deg, #fff9e9, #f4f8fb); }
.hero-panel h2 { font-size: clamp(24px, 3vw, 32px); }
.hero-panel button { margin: 4px 8px 12px 0; padding: 11px 15px; border: 0; border-radius: 7px; background: var(--navy); color: #fff; font-weight: 800; }
.hero-panel .secondary-button { background: var(--blue); }
.anchor-target { display: block; scroll-margin-top: 110px; }

.popular { padding: 55px 0 36px; }
.section-kicker { color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 8px; }
.section-title { margin: 0 0 22px; color: var(--navy); font-size: clamp(29px, 3.8vw, 44px); line-height: 1.16; letter-spacing: -.025em; }
.popular-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.slider-buttons { display: flex; gap: 8px; }
.slider-buttons button { width: 37px; height: 37px; border: 1px solid var(--line); background: white; border-radius: 50%; color: var(--navy); }
.slot-row { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(195px, 1fr); gap: 14px; overflow: hidden; scroll-behavior: smooth; }
.slot-card { min-height: 122px; border-radius: 12px; padding: 17px; display: flex; flex-direction: column; justify-content: end; color: white; background: linear-gradient(150deg, #183a61, #071b34); box-shadow: inset 0 0 0 1px #ffffff1d; }
.slot-card:nth-child(2n) { background: linear-gradient(150deg, #a44a2c, #5e1d2b); }
.slot-card:nth-child(3n) { background: linear-gradient(150deg, #176964, #073d47); }
.slot-card strong { font-size: 16px; }
.slot-card small { color: #d8e3eb; }

.main-layout { display: grid; grid-template-columns: minmax(0, 820px) 300px; gap: 34px; align-items: start; padding: 30px 0 75px; }
.article { min-width: 0; }
.content-block { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 4vw, 42px); margin-bottom: 22px; box-shadow: 0 5px 20px rgba(21, 52, 78, .05); }
.content-block p { margin: 0 0 17px; }
.content-block p:last-child { margin-bottom: 0; }
.content-block h2 { margin: 0 0 20px; color: var(--navy); font-size: clamp(27px, 3.5vw, 38px); line-height: 1.2; letter-spacing: -.025em; }
.content-block h3 { margin: 28px 0 10px; color: var(--navy-2); font-size: 23px; line-height: 1.25; }
.content-block h4 { margin: 23px 0 9px; color: var(--navy-2); font-size: 19px; }
.content-block ul { padding-left: 21px; }
.content-block li { margin: 7px 0; }
.lead { font-size: 19px; color: #314862; }
.note { border-left: 4px solid var(--blue); background: var(--sky); padding: 15px 18px; border-radius: 0 8px 8px 0; color: #244965; font-size: 14px; }
.affiliate-cta { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; margin: 0 0 22px; padding: 32px 34px; border-radius: var(--radius); background: linear-gradient(120deg, #071b34, #0f4e79); color: white; box-shadow: var(--shadow); }
.affiliate-cta:after { content: ''; position: absolute; right: -60px; top: -90px; width: 240px; height: 240px; border-radius: 50%; border: 40px solid #ffffff0a; pointer-events: none; }
.affiliate-cta-copy { position: relative; z-index: 1; }
.affiliate-label { display: inline-block; margin-bottom: 7px; color: #f8d777; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.affiliate-cta h2 { margin: 0 0 8px; font-size: clamp(25px, 3.5vw, 36px); line-height: 1.12; }
.affiliate-cta p { margin: 0 0 8px; color: #d7e5ef; }
.affiliate-cta small { display: block; max-width: 650px; color: #9fb7ca; font-size: 10px; line-height: 1.5; }
.affiliate-button { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 190px; padding: 15px 22px; border-radius: 9px; background: linear-gradient(#71dc58, #46b735); color: #09261a; font-weight: 900; text-transform: uppercase; box-shadow: 0 4px 0 #27872b; }
.affiliate-button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.sidebar { position: sticky; top: 94px; display: grid; gap: 18px; }
.side-card { background: white; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(21, 52, 78, .06); }
.side-card h3 { margin: 0; padding: 15px 17px; background: var(--navy); color: white; font-size: 16px; }
.toc { list-style: none; padding: 10px 17px 15px; margin: 0; }
.toc li { border-bottom: 1px solid #edf1f4; }
.toc li:last-child { border: 0; }
.toc a { display: block; padding: 8px 0; color: #496178; font-size: 13px; }
.toc a:hover { color: var(--blue); }
.quick-facts { padding: 15px 17px; }
.quick-facts div { display: flex; justify-content: space-between; gap: 15px; padding: 8px 0; border-bottom: 1px solid #edf1f4; font-size: 13px; }
.quick-facts div:last-child { border: 0; }
.quick-facts span { color: var(--muted); }

.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.metric-card { position: relative; overflow: hidden; min-height: 250px; padding: 23px; border-radius: 12px; background: #eef7fd; border: 1px solid #cfe4f2; }
.metric-card:nth-child(2) { background: #fff6e6; border-color: #f6ddb0; }
.metric-card:nth-child(3) { background: #eef9eb; border-color: #cce9c5; }
.metric-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: white; font-size: 25px; box-shadow: 0 6px 16px #163e5a17; }
.metric-card h3 { margin: 16px 0 8px; font-size: 18px; }
.metric-card p { color: #4c637a; font-size: 13px; line-height: 1.55; }
.metric-value { display: block; color: var(--navy); font-size: 28px; font-weight: 900; }

.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.spec-table { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.spec-table h3 { margin: 0; padding: 13px 15px; background: var(--navy-2); color: white; font-size: 15px; }
.spec-table dl { margin: 0; }
.spec-table div { display: grid; grid-template-columns: 1fr; padding: 10px 14px; border-bottom: 1px solid #edf1f4; }
.spec-table div:last-child { border: 0; }
.spec-table dt { color: var(--muted); font-size: 11px; }
.spec-table dd { margin: 1px 0 0; font-weight: 800; font-size: 13px; }
.spec-table > p, .spec-table > ul { margin: 12px 14px; font-size: 12px; }

.bor6-overview { border-top: 5px solid var(--gold); }
.bor6-features { border-top: 5px solid var(--blue); }
.bor6-comparison { border-top: 5px solid var(--orange); }
.bor6-symbols { border-top: 5px solid #9a6bc1; }
.bor6-verdict { border-top: 5px solid var(--green); }
.bor6-page .breadcrumbs a { color: #d5e6f2; text-decoration: underline; text-underline-offset: 3px; }

.contents-panel { padding: 0; }
.contents-toggle { width: 100%; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; border: 0; background: white; color: var(--navy); font-size: 19px; font-weight: 900; text-align: left; }
.contents-list { columns: 2; column-gap: 28px; padding: 0 38px 20px; margin: 0; }
.contents-list[hidden] { display: none; }
.contents-list li { break-inside: avoid; margin: 7px 0; color: #48647e; font-size: 13px; }

.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pros-box, .cons-box { padding: 23px; border-radius: 11px; }
.pros-box { background: #eff9ed; border: 1px solid #cce8c7; }
.cons-box { background: #fff1f1; border: 1px solid #f2c7c9; }
.pros-box h3, .cons-box h3 { margin-top: 0; }
.pros-box li::marker { color: var(--green-dark); }
.cons-box li::marker { color: var(--red); }

.developer-card { display: grid; grid-template-columns: 170px 1fr; gap: 25px; background: linear-gradient(135deg, var(--navy), #164c78); color: white; }
.developer-card h2, .developer-card h3 { color: white; }
.dev-badge { min-height: 160px; display: grid; place-items: center; align-content: center; gap: 7px; border: 1px solid #ffffff30; border-radius: 12px; background: #ffffff0b; text-align: center; }
.dev-badge strong { font-size: 20px; }
.dev-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 17px; }
.dev-stats div { padding: 11px; background: #ffffff10; border-radius: 8px; text-align: center; }
.dev-stats b { display: block; font-size: 23px; color: #9ce58c; }
.award-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 15px; }
.award-list div { padding: 10px; background: #ffffff10; border-radius: 8px; font-size: 11px; }

.responsible { display: grid; grid-template-columns: 92px 1fr; gap: 25px; border: 1px solid #f0c465; background: #fff9e9; }
.responsible h2 { color: #5d3e00; }
.age-seal { width: 80px; height: 80px; display: grid; place-items: center; border: 4px solid #e2a925; border-radius: 50%; font-weight: 900; font-size: 25px; color: #7a5000; }

.symbol-section { padding: 0; overflow: hidden; }
.symbol-header { padding: clamp(24px, 4vw, 42px); }
.symbol-card { display: grid; grid-template-columns: 190px 1fr; border-top: 1px solid var(--line); }
.symbol-visual { padding: 24px; background: #071b34; display: grid; align-content: start; gap: 10px; }
.symbol-visual .symbol-art { width: 100%; }
.letter-symbol { aspect-ratio: 1; display: grid; place-items: center; border-radius: 9px; color: #f8db80; font-family: Georgia, serif; font-size: 70px; font-weight: 800; background: radial-gradient(circle at 50% 30%, #205c79, #071b34 72%); border: 5px solid #bf8730; }
.symbol-copy { padding: 27px 30px; }
.symbol-copy h3 { margin-top: 0; }
.payouts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 16px; }
.payouts div { border: 1px solid var(--line); border-radius: 7px; padding: 8px; text-align: center; background: #f8fafb; }
.payouts b, .payouts small { display: block; }
.payouts b { color: var(--blue); }
.payouts small { color: var(--muted); font-size: 10px; }

.data-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; }
.data-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 13px; }
.data-table th { padding: 13px 12px; background: var(--navy); color: white; text-align: left; }
.data-table td { padding: 12px; border-bottom: 1px solid var(--line); }
.data-table tr:nth-child(even) td { background: #f6f9fb; }

.verdict { border-top: 5px solid var(--green); }
.verdict-score { float: right; width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 25px; font-weight: 900; margin: 0 0 15px 20px; }
.newsletter { background: linear-gradient(135deg, var(--blue), var(--navy)); color: white; }
.newsletter h2, .newsletter p { color: white; }
.subscribe-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.subscribe-form input, .review-form input, .review-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; background: white; padding: 13px 14px; color: var(--ink); }

.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.related-card { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.related-card h3 { margin: 0; padding: 14px 15px; background: #eff5f8; font-size: 17px; }
.related-card p { margin: 0; padding: 12px 15px 0; color: var(--muted); font-size: 12px; }
.related-card dl { margin: 0; padding: 10px 15px; }
.related-card div { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; font-size: 12px; }
.related-card dt { color: var(--muted); }
.related-card dd { margin: 0; font-weight: 800; }

.author-card { display: grid; grid-template-columns: 100px 1fr; gap: 22px; align-items: center; }
.avatar { width: 96px; height: 96px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 31px; font-weight: 900; }
.editor-note { margin-top: 22px; padding: 20px; background: var(--sky); border-radius: 10px; font-size: 14px; }

.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; color: var(--navy); font-weight: 800; cursor: pointer; }
.faq summary:after { content: '+'; color: var(--blue); font-size: 21px; }
.faq details[open] summary:after { content: '−'; }
.faq details p { padding: 0 25px 17px 0; color: #4e6478; }
.review-disclosure { padding: 13px 16px; border-radius: 8px; background: #fff8e6; border: 1px solid #efd69a; color: #6b5015; font-size: 12px; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 24px 0 34px; }
.reader-review { padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: #f9fbfc; }
.review-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 7px; }
.review-head strong, .review-head small { display: block; }
.review-head strong { color: var(--navy); }
.review-head small, .review-head time { color: var(--muted); font-size: 10px; }
.review-stars { display: block; color: var(--gold); letter-spacing: 1px; font-size: 14px; }
.reader-review p { margin-top: 8px; color: #4e6478; font-size: 13px; line-height: 1.55; }
.review-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.review-form textarea { min-height: 130px; grid-column: 1 / -1; resize: vertical; }
.review-form button { width: max-content; }
.form-message { grid-column: 1 / -1; color: var(--green-dark); font-weight: 700; font-size: 13px; min-height: 20px; }

.site-footer { background: var(--navy); color: #aabfd1; padding: 50px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 45px; }
.site-footer .brand { color: white; margin-bottom: 15px; }
.footer-logo-wrap { position: relative; display: block; width: 260px; height: 115px; overflow: hidden; }
.footer-logo-wrap img { position: absolute; left: 50%; top: 50%; width: 260px; height: 260px; max-width: none; transform: translate(-50%, -50%); object-fit: contain; }
.site-footer h3 { color: white; font-size: 14px; margin: 0 0 12px; }
.footer-links { display: grid; gap: 7px; font-size: 13px; }
.legal-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.legal-badges span { padding: 7px 9px; border: 1px solid #ffffff2a; border-radius: 6px; color: #d6e2ec; font-size: 11px; }
.copyright { margin-top: 32px; padding-top: 20px; border-top: 1px solid #ffffff1b; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; }

@media (max-width: 1020px) {
  .main-nav { gap: 12px; }
  .main-nav a { font-size: 11px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .main-layout { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  .metric-grid, .spec-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: auto; }
  .slot-nav-menu summary { font-size: 11px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { gap: 10px; }
  .brand-logo-wrap { width: 150px; height: 68px; }
  .brand-logo-wrap img { width: 150px; height: 150px; }
  .header-actions { gap: 8px; }
  .header-play { min-width: 72px; padding: 9px 13px; }
  .lang-switch { min-width: 32px; min-height: 32px; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; max-height: calc(100vh - 72px); overflow: auto; flex-direction: column; align-items: flex-start; padding: 20px; background: var(--navy); border-top: 1px solid #ffffff22; }
  .main-nav.open { display: flex; }
  .slot-nav-menu { width: 100%; }
  .slot-nav-menu summary { padding: 5px 0; }
  .slot-nav-options { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; max-height: none; margin-top: 8px; border-color: #ffffff17; box-shadow: none; background: #ffffff08; }
  .hero { padding-top: 38px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p:not(.breadcrumbs) { margin-inline: auto; }
  .hero-badges, .rating-row { justify-content: center; }
  .game-frame { max-width: 570px; margin-inline: auto; transform: none; }
  .offer-grid { grid-template-columns: 1fr; }
  .casino-offers { grid-template-columns: 1fr; }
  .ro-page .offer-grid, .bg-page .offer-grid { grid-template-columns: 1fr; max-width: none; }
  .offers-section { margin-top: -35px; }
  .affiliate-cta { grid-template-columns: 1fr; }
  .affiliate-button { width: max-content; }
  .pros-cons, .related-grid { grid-template-columns: 1fr; }
  .developer-card, .responsible, .author-card { grid-template-columns: 1fr; }
  .dev-badge { max-width: 210px; }
  .symbol-card { grid-template-columns: 145px 1fr; }
  .payouts { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .header-inner { min-height: 64px; }
  .brand-logo-wrap { width: 116px; height: 64px; }
  .brand-logo-wrap img { width: 116px; height: 116px; }
  .header-play { min-width: 58px; padding: 8px 10px; font-size: 11px; }
  .lang-switch { min-width: 28px; min-height: 28px; font-size: 10px; }
  .menu-button { padding: 7px 9px; font-size: 12px; }
  .hero h1 { font-size: 39px; }
  .slot-cluster-page .hero h1 { font-size: 36px; }
  .cluster-feature-chips span { font-size: 7px; }
  .slot-nav-options { grid-template-columns: 1fr; }
  .reels { gap: 5px; }
  .content-block { padding: 22px 18px; }
  .affiliate-cta { padding: 25px 20px; }
  .affiliate-button { width: 100%; }
  .contents-list { columns: 1; }
  .symbol-card { grid-template-columns: 1fr; }
  .symbol-visual .symbol-art, .letter-symbol { max-width: 180px; }
  .review-grid, .review-form { grid-template-columns: 1fr; }
  .review-form textarea { grid-column: auto; }
  .award-list { grid-template-columns: 1fr; }
  .copyright { flex-direction: column; }
}

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