:root {
    color-scheme: dark;
    --bg: #090a0c;
    --panel: #121317;
    --panel-raised: #191a1f;
    --line: #2b2b2f;
    --gold: #ffe489;
    --gold-deep: #b79639;
    --text: #f6f6f8;
    --muted: #a6a6af;
    --rail: 214px;
    --bar: 68px;
    --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font: 16px/1.65 Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button, select { cursor: pointer; }
button { color: inherit; }
button:disabled { opacity: .38; cursor: default; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 4px;
}
img { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; flex-shrink: 0; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.18; }
.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;
}
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 200; background: var(--gold); color: #16120a; padding: 10px 18px; }
.skip-link:focus { top: 10px; }
.icon { width: 21px; height: 21px; }
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding: 11px 20px;
    border: 1px solid var(--gold);
    border-radius: 9px;
    background: var(--gold);
    color: #18150c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    transition: background .18s, border-color .18s, transform .18s;
}
.button:hover { background: #fff0b9; border-color: #fff0b9; }
.button:active { transform: translateY(1px); }
.button-ghost { color: var(--gold); background: #201e17; border-color: #665732; }
.button-ghost:hover { color: #fff5ce; background: #332c19; border-color: var(--gold); }
.button-small { min-height: 38px; padding: 9px 17px; }
.button-small svg { display: none; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 7px; border: 1px solid var(--line); border-radius: 9px; background: var(--panel-raised); }
.icon-button:hover { border-color: var(--gold-deep); }

/* Fixed shell retains the proportions of the source lobby. */
.topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: var(--rail);
    z-index: 40;
    height: var(--bar);
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid #222327;
    background: #0f1013;
}
.topnav { display: flex; align-items: center; align-self: stretch; gap: 25px; font-size: 13px; color: #c5c5cc; }
.topnav a { display: flex; align-items: center; border-bottom: 2px solid transparent; }
.topnav a:hover { color: var(--gold); border-color: var(--gold); }
.header-actions { display: flex; gap: 10px; flex-shrink: 0; }
.topbar-mobile { display: none; }
.sidebar {
    width: var(--rail);
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 55;
    display: flex;
    flex-direction: column;
    background: #111216;
    border-right: 1px solid #23242a;
    overflow-y: auto;
    scrollbar-width: thin;
}
.sidebar-brand { display: flex; align-items: center; justify-content: center; height: 83px; min-height: 83px; border-bottom: 1px solid #2e2b22; }
.brand-logo { width: 158px; height: auto; object-fit: contain; }
.product-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; background: #24221c; border-radius: 9px; margin: 17px 12px 11px; padding: 3px; text-align: center; font-size: 13px; font-weight: 700; }
.product-switch a { padding: 4px 8px; border-radius: 6px; }
.product-switch .active { background: var(--gold); color: #17130a; }
.switch-link svg { display: none; }
.side-nav { padding: 2px 12px 12px; }
.side-nav a { display: flex; align-items: center; gap: 10px; padding: 10px 10px; margin-bottom: 3px; color: var(--muted); border: 1px solid transparent; border-radius: 7px; font-size: 13px; line-height: 1.4; }
.side-nav a:hover { color: var(--text); background: #1d1d22; }
.side-nav a.selected { color: var(--gold); border-color: #806727; background: #282418; }
.side-nav a.section-divider { margin-top: 13px; }
.side-nav .icon { width: 17px; height: 17px; color: #8e8e92; }
.side-nav .selected .icon { color: var(--gold); }
.new-pill { background: #ffe489; color: #18140b; font: 700 10px/1.4 Arial, sans-serif; padding: 2px 5px; border-radius: 4px; margin-left: auto; }
.sidebar-bottom { margin-top: auto; padding: 8px 13px 18px; }
.sidebar-promo { width: 100%; padding: 11px 8px; }
.locale { display: flex; align-items: center; gap: 7px; color: #c6c6cb; font-size: 12px; margin-top: 16px; }
.ru-flag { width: 23px; height: 16px; border-radius: 3px; background: linear-gradient(#fff 0 33%, #2260bc 33% 66%, #bd202c 66%); }
.age { margin-left: auto; border: 1px solid #57585b; border-radius: 50%; width: 30px; height: 30px; display: grid; place-items: center; font-size: 11px; }
.drawer-close, .menu-scrim { display: none; }
.site-main { margin-left: var(--rail); padding-top: var(--bar); }
.page-shell { width: 100%; max-width: 1596px; margin: 0 auto; padding: 18px 20px 0; }

/* Fully clickable hero banners; no nested links or modal intercepts. */
.hero-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 12px; }
.hero-main { position: relative; display: block; min-width: 0; aspect-ratio: 2.01; border: 1px solid #524635; border-radius: 23px; overflow: hidden; background: #15120f; isolation: isolate; }
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; z-index: -2; }
.hero-main::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8, 8, 9, .9) 0%, rgba(8, 8, 9, .44) 47%, transparent 75%); }
.hero-copy { width: 64%; height: 100%; padding: clamp(18px, 2.25vw, 36px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow { margin: 0 0 10px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-copy h1 { font-size: clamp(29px, 3.05vw, 51px); margin-bottom: 13px; letter-spacing: -.05em; }
.hero-offer { font-weight: 800; font-size: clamp(28px, 3.2vw, 53px); line-height: 1.1; color: var(--gold); margin-bottom: 14px; letter-spacing: -.03em; }
.hero-offer span { display: block; font-size: clamp(16px, 1.55vw, 25px); color: var(--text); margin-top: 6px; letter-spacing: 0; }
.hero-code { font-size: 12px; color: #d0d0d5; margin-bottom: 19px; }
.hero-code strong { letter-spacing: .03em; font-size: 13px; margin-left: 3px; color: #fff; }
.hero-button { min-height: 41px; padding: 10px 16px; font-size: 13px; }
.hero-main:hover, .side-banner:hover { border-color: var(--gold); }
.hero-main:hover .hero-button { background: #fff1bb; }
.hero-side { display: grid; grid-template-rows: 1fr 1fr; gap: 12px; min-width: 0; }
.side-banner { display: block; position: relative; overflow: hidden; border: 1px solid #3b3630; border-radius: 13px; min-width: 0; background: #151310; }
.side-banner > img { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; }
.welcome-banner > img { object-fit: contain; }
.cashback-banner > div { position: relative; height: 100%; width: 67%; padding: 16px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.cashback-banner p { color: #e6e4df; font-size: clamp(12px, 1.25vw, 19px); line-height: 1.15; font-weight: 700; max-width: 165px; margin-bottom: 7px; }
.cashback-banner strong { color: var(--gold); font-size: clamp(25px, 2.35vw, 38px); line-height: 1.1; }
.cashback-banner span { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; font-size: 11px; }
.cashback-banner svg { width: 14px; height: 14px; }
.brand-strip { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 14px 2px 8px; }
.brand-strip p { margin: 0; font-size: 14px; }
.brand-strip p strong { color: #ececec; }
.brand-strip p span { color: var(--muted); font-size: 12px; margin-left: 14px; }
.inline-code { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; color: var(--gold); }
.inline-code .icon-button { width: 30px; height: 30px; padding: 5px; }
.inline-code svg { width: 17px; height: 17px; }

/* Catalog and fixed-ratio artwork. */
.catalog { margin: 10px 0 30px; }
.catalog-tools { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; }
.game-tabs { display: flex; align-items: center; flex-shrink: 0; border: 1px solid #2a282b; border-radius: 11px; padding: 3px; gap: 3px; background: #131317; }
.game-tabs a { display: flex; align-items: center; gap: 6px; padding: 10px 11px; white-space: nowrap; border: 1px solid transparent; border-radius: 8px; font-size: 12px; }
.game-tabs a.active { color: var(--gold); border-color: #78652d; background: #322a12; }
.game-tabs a:hover { background: #24242a; }
.game-tabs .icon { height: 16px; width: 16px; }
.game-search { display: flex; align-items: center; flex: 1 1 150px; min-width: 90px; position: relative; }
.game-search > .icon { position: absolute; left: 10px; color: var(--muted); width: 16px; height: 16px; }
.game-search input { width: 100%; min-width: 0; border: 1px solid #25262b; background: #191a1f; border-radius: 9px; padding: 11px 8px 11px 33px; height: 44px; color: var(--text); font-size: 12px; }
.game-provider { min-width: 0; flex: 0 1 177px; }
.game-provider select { width: 100%; height: 44px; color: #d6d6da; background: #191a1f; border: 1px solid #25262b; border-radius: 9px; padding: 9px; font-size: 12px; }
.search-submit { min-height: 44px; background: #25231c; border: 1px solid #625537; border-radius: 8px; color: var(--gold); padding: 7px 10px; font-size: 12px; }
.js .search-submit { display: none; }
.game-group { margin: 0 0 23px; min-width: 0; }
.shelf-heading, .section-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 13px; }
.shelf-heading h2 { display: flex; align-items: center; gap: 7px; margin: 0; font-size: 16px; }
.shelf-heading h2 .icon { color: var(--gold); width: 17px; height: 17px; }
.shelf-tools { display: flex; align-items: center; gap: 5px; }
.all-link { display: inline-flex; align-items: center; gap: 5px; color: #aaaab2; font-size: 11px; margin-right: 5px; }
.all-link svg { display: none; }
.shelf-tools button { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid #2a2b31; border-radius: 50%; font-size: 21px; line-height: 1; background: #18191e; }
.game-shelf { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 84px) / 7); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
.game-shelf::-webkit-scrollbar { display: none; }
.game-card { min-width: 0; scroll-snap-align: start; }
.game-card > a { display: block; }
.game-art { position: relative; overflow: hidden; border-radius: 11px; aspect-ratio: 300 / 404; background: #18191f; border: 1px solid #25252b; }
.game-art > img { width: 100%; height: 100%; object-fit: cover; }
.game-hover { position: absolute; inset: 0; display: flex; gap: 10px; flex-direction: column; align-items: center; justify-content: center; background: rgba(7, 8, 10, .67); opacity: 0; transition: opacity .16s; font-size: 12px; color: #fff; font-weight: 700; }
.game-hover b { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #20180a; font-size: 14px; padding-left: 2px; }
.game-card a:hover .game-hover, .game-card a:focus-visible .game-hover { opacity: 1; }
.game-card h3 { margin: 8px 0 2px; font-size: 11px; line-height: 1.3; font-weight: 600; color: #e5e5e9; overflow-wrap: anywhere; }
.game-card p { margin: 0; color: #898992; font-size: 10px; line-height: 1.45; }
.games-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 22px 14px; }
.search-meta { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 15px; color: var(--muted); font-size: 13px; }
.search-meta button { padding: 0; background: none; border: 0; color: var(--gold); }
.empty-search { padding: 35px 20px; border: 1px solid var(--line); text-align: center; border-radius: 12px; color: var(--muted); }

/* Original provider assets have a fixed frame and never stretch. */
.provider-section { margin: 36px 0 38px; }
.section-heading h2 { font-size: 20px; margin: 0; }
.section-heading > a { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--muted); }
.provider-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.provider-grid a { display: grid; place-items: center; min-width: 0; height: 81px; background: #18191e; border: 1px solid #222329; border-radius: 10px; overflow: hidden; }
.provider-grid a:hover { border-color: #756133; }
.provider-grid img { width: 138px; height: 76px; object-fit: contain; }

/* Every article block uses the same outer rail. Text width is independent. */
.home-content, .article-content { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.content-panel { width: 100%; min-width: 0; padding: 27px 30px; border: 1px solid #302e29; background: #131419; border-radius: 15px; }
.content-panel h2 { font-size: clamp(21px, 1.9vw, 29px); margin-bottom: 17px; letter-spacing: -.03em; }
.prose { max-width: 102ch; color: #c5c5ce; font-size: 15px; line-height: 1.75; }
.prose p { margin-bottom: 15px; }
.prose p:last-child { margin-bottom: 0; }
.panel-action { margin-top: 21px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: #8c8d97; font-size: 12px; margin: 7px 0 27px; }
.breadcrumbs a { color: #d6d5d0; }
.page-intro { padding: 0 0 29px; }
.page-intro h1 { font-size: clamp(30px, 3.35vw, 49px); letter-spacing: -.04em; margin: 0 0 20px; max-width: 100%; }
.page-intro > p:not(.eyebrow) { max-width: 88ch; font-size: 16px; color: #c1c2cb; margin-bottom: 20px; }
.fact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 23px 0 0; gap: 10px; }
.fact-grid > div { border: 1px solid #393329; padding: 15px; background: #1c1b19; border-radius: 10px; }
.fact-grid dt { font-size: 11px; color: #aaa9a1; }
.fact-grid dd { margin: 5px 0 0; font-size: 17px; font-weight: 700; color: var(--gold); overflow-wrap: anywhere; }
.mirrors-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 21px; }
.mirrors-grid a { display: flex; align-items: center; gap: 8px; font-size: 13px; padding: 12px; border: 1px solid #3c3727; border-radius: 8px; background: #1d1c18; overflow-wrap: anywhere; }
.mirrors-grid a:hover { border-color: var(--gold); }
.address-icon { color: var(--gold); }
.section-links, .related-pages { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 23px; color: var(--gold); font-size: 13px; }
.section-links a { display: inline-flex; align-items: center; gap: 8px; }
.related-pages { padding: 24px 0; margin-top: 0; }
.related-pages a { border-bottom: 1px solid #60522b; }
.table-wrap { margin: 24px 0 0; border: 1px solid #36322b; border-radius: 11px; overflow: hidden; }
.data-table { width: 100%; border-collapse: collapse; text-align: left; font-size: 14px; }
.data-table thead { background: #29271f; color: #eee6cc; }
.data-table th, .data-table td { padding: 14px 17px; border-bottom: 1px solid #303033; vertical-align: top; }
.data-table tbody tr:nth-child(even) { background: #1a1b20; }
.data-table tbody th { font-weight: 500; }
.data-table tbody tr:last-child th, .data-table tbody tr:last-child td { border-bottom: 0; }
.data-table small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.promo-card { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 20px; border: 1px solid #746032; border-radius: 13px; padding: 24px; margin-top: 22px; background: linear-gradient(115deg, #35301d, #1c1c1e 80%); }
.promo-value { display: flex; flex-direction: column; line-height: 1.3; }
.promo-value span { font-size: 12px; color: #c8c3b1; }
.promo-value strong { font-size: 33px; color: var(--gold); margin: 6px 0; }
.promo-code-box { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.promo-code-box code { font: 700 22px/1.3 Arial, sans-serif; color: #fff0b7; letter-spacing: .06em; }
.copy-button { display: flex; align-items: center; gap: 6px; border: 0; padding: 4px 0; background: transparent; color: #b2b2bb; font-size: 12px; }
.copy-button .icon { width: 15px; height: 15px; }
.promo-conditions { grid-column: 1 / -1; margin: 0; color: #c7c4b8; font-size: 13px; }
.calculator { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 13px; align-items: end; margin-top: 22px; padding: 21px; border-radius: 11px; background: #1b1c21; border: 1px solid #3e3725; }
.calculator label { display: flex; min-width: 0; flex-direction: column; gap: 7px; font-size: 12px; color: #c7c7ce; }
.calculator input, .calculator select { min-width: 0; width: 100%; height: 44px; border: 1px solid #41414b; padding: 8px 11px; border-radius: 7px; background: #111217; color: #fff; }
.calculator output { grid-column: 1 / -1; font-size: 14px; color: var(--gold); min-height: 23px; }
.calculator output.error { color: #ffbfa6; }
.telegram-contact { display: flex; align-items: center; gap: 13px; background: #13232c; border: 1px solid #325c6e; padding: 17px 20px; margin-top: 24px; border-radius: 10px; width: fit-content; color: #b4edff; font-weight: 700; }
.company-list { margin: 22px 0 0; }
.company-list > div { display: grid; grid-template-columns: 180px minmax(0, 1fr); border-top: 1px solid #353535; padding: 13px 0; gap: 16px; }
.company-list dt { color: #aaaab3; }
.company-list dd { margin: 0; overflow-wrap: anywhere; }
.faq-section { margin: 15px 0; }
.faq-section h2 { font-size: 27px; margin-bottom: 19px; }
.faq-section details { border-bottom: 1px solid #303038; }
.faq-section summary { cursor: pointer; list-style: none; font-weight: 600; font-size: 15px; padding: 18px 3px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary span { color: var(--gold); font-size: 24px; }
.faq-section details[open] summary span { transform: rotate(45deg); }
.faq-section details p { color: #b7b7c2; font-size: 14px; padding: 0 3px 15px; max-width: 95ch; }
.review { margin: 20px 0 0; border-left: 2px solid var(--gold); padding: 10px 20px; }
.review footer { font-size: 12px; color: var(--muted); }
.not-found { padding: 90px 15px; }

.site-footer { max-width: 1596px; margin: 40px auto 0; padding: 27px 20px 22px; border-top: 1px solid #2c2b27; }
.footer-top { display: flex; align-items: center; gap: 28px; margin-bottom: 25px; }
.footer-top .brand-logo { width: 125px; }
.footer-top p { margin: 0; color: #9999a3; font-size: 12px; line-height: 1.65; }
.footer-age { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #8f8259; border-radius: 50%; color: #cab775; font-size: 13px; margin-left: auto; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 10px 21px; font-size: 12px; margin-bottom: 20px; color: #c6c6ce; }
.site-footer nav a:hover { color: var(--gold); }
.footer-note { color: #777983; font-size: 11px; max-width: 105ch; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 14px; color: #80838c; font-size: 11px; }
.footer-bottom a { display: flex; align-items: center; gap: 8px; color: #aaaeb8; }
.footer-bottom .icon { width: 15px; height: 15px; }
.mobile-bar { display: none; }
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 150; background: var(--gold); color: #19150a; border-radius: 8px; padding: 12px 22px; font-size: 13px; box-shadow: 0 5px 30px #0008; }

@media (min-width: 1700px) {
    .hero-copy { padding: 40px; }
    .hero-copy h1 { font-size: 55px; }
    .hero-offer { font-size: 58px; }
}
@media (max-width: 1260px) {
    :root { --rail: 194px; }
    .topnav { gap: 17px; }
    .hero-copy { width: 70%; padding: 20px; }
    .hero-copy h1 { font-size: 33px; }
    .hero-offer { font-size: 34px; }
    .hero-offer span { font-size: 17px; }
    .hero-code { margin-bottom: 13px; }
    .catalog-tools { flex-wrap: wrap; }
    .game-tabs { flex: 1 0 auto; }
    .game-search { flex-basis: 140px; }
    .game-provider { flex-basis: 140px; }
    .game-shelf { grid-auto-columns: calc((100% - 70px) / 6); }
    .games-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .mirrors-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1080px) {
    :root { --rail: 0px; --bar: 64px; }
    .sidebar { width: 260px; transform: translateX(-100%); transition: transform .2s; visibility: hidden; }
    body.menu-open .sidebar { transform: translateX(0); visibility: visible; }
    body.menu-open { overflow: hidden; }
    .menu-scrim { display: block; position: fixed; inset: 0; background: #000a; z-index: 50; }
    .sidebar-brand { justify-content: space-between; padding: 10px 13px; }
    .drawer-close { display: flex; }
    .topbar-mobile { display: flex; align-items: center; gap: 13px; }
    .header-brand .brand-logo { width: 118px; }
    .topnav { display: none; }
    .hero-copy { width: 67%; }
    .hero-copy h1 { font-size: 37px; }
    .hero-offer { font-size: 42px; }
    .hero-grid { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
    .game-tabs { flex-grow: 0; }
    .game-shelf { grid-auto-columns: calc((100% - 70px) / 6); }
}
@media (max-width: 760px) {
    .topbar { padding: 0 14px; }
    .page-shell { padding: 14px 14px 0; }
    .hero-grid { display: block; }
    .hero-main { aspect-ratio: 2.0; border-radius: 16px; }
    .hero-copy { padding: 22px; }
    .hero-copy h1 { font-size: 41px; }
    .hero-offer { font-size: 43px; }
    .hero-offer span { font-size: 20px; }
    .hero-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 10px; margin-top: 10px; }
    .side-banner { aspect-ratio: 2.01; }
    .cashback-banner > div { padding: 13px; }
    .cashback-banner p { font-size: 13px; margin-bottom: 3px; }
    .cashback-banner strong { font-size: 27px; }
    .cashback-banner span { margin-top: 5px; font-size: 10px; }
    .brand-strip { padding-top: 13px; }
    .brand-strip p span { display: block; margin: 3px 0 0; }
    .catalog-tools { gap: 8px; }
    .game-tabs { flex: 1 0 100%; justify-content: space-between; }
    .game-tabs a { flex: 1; justify-content: center; padding: 9px 8px; }
    .game-search { flex: 1 1 120px; }
    .game-provider { flex: 0 1 175px; }
    .game-shelf { grid-auto-columns: calc((100% - 42px) / 4); }
    .games-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .provider-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .provider-grid a { height: 70px; }
    .provider-grid img { height: 63px; width: 112px; }
    .content-panel { padding: 23px; }
    .content-panel h2 { font-size: 24px; }
    .prose { font-size: 14px; }
    .fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mirrors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .promo-card { grid-template-columns: 1fr 1fr; padding: 20px; gap: 16px; }
    .promo-card > .button { grid-column: 1 / -1; }
    .calculator { grid-template-columns: 1fr 1fr; padding: 17px; }
    .calculator .button, .calculator output { grid-column: 1 / -1; }
    .page-intro h1 { font-size: 35px; }
    .page-intro > p:not(.eyebrow) { font-size: 15px; }
    .mobile-bar { position: fixed; display: grid; grid-template-columns: 1fr 1.25fr; gap: 9px; inset: auto 0 0; background: #121317f5; backdrop-filter: blur(10px); border-top: 1px solid #353126; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); z-index: 45; }
    .mobile-bar .button { font-size: 13px; min-height: 42px; padding: 9px; }
    .site-footer { padding: 25px 14px 95px; }
    .toast { bottom: 85px; max-width: calc(100% - 24px); white-space: nowrap; }
}
@media (max-width: 480px) {
    .topbar { padding: 0 10px; gap: 7px; }
    .topbar-mobile { gap: 6px; min-width: 0; }
    .header-brand .brand-logo { width: 99px; }
    .menu-toggle { width: 31px; height: 34px; padding: 5px; }
    .header-actions { gap: 6px; }
    .button-small { font-size: 11px; min-height: 35px; padding: 8px 10px; border-radius: 7px; }
    .page-shell { padding: 11px 10px 0; }
    .hero-main { min-height: 279px; aspect-ratio: auto; }
    .hero-background { object-position: 70% center; }
    .hero-main::after { background: linear-gradient(90deg, rgba(8, 8, 9, .94), rgba(8, 8, 9, .52) 52%, rgba(8, 8, 9, .04)); }
    .hero-copy { width: 73%; padding: 20px 16px; min-height: 279px; }
    .hero-copy .eyebrow { font-size: 9px; letter-spacing: .02em; margin-bottom: 12px; }
    .hero-copy h1 { font-size: 33px; margin-bottom: 14px; white-space: nowrap; }
    .hero-offer { font-size: 38px; margin-bottom: 14px; }
    .hero-offer span { font-size: 18px; }
    .hero-code { font-size: 11px; margin-bottom: 15px; }
    .hero-code strong { font-size: 12px; margin-left: 2px; }
    .hero-button { font-size: 12px; min-height: 40px; padding: 9px 12px; gap: 8px; }
    .hero-side { gap: 8px; }
    .side-banner { border-radius: 9px; min-height: 0; }
    .cashback-banner > div { padding: 8px; width: 70%; }
    .cashback-banner p { font-size: 11px; }
    .cashback-banner strong { font-size: 23px; }
    .cashback-banner span { display: none; }
    .brand-strip p { font-size: 13px; }
    .brand-strip p span { font-size: 10px; }
    .inline-code { font-size: 10px; gap: 3px; }
    .inline-code .icon-button { width: 26px; height: 27px; }
    .catalog { margin-top: 8px; }
    .game-tabs a { font-size: 10px; padding: 10px 6px; gap: 4px; }
    .game-tabs .icon { width: 14px; height: 14px; }
    .game-provider { flex-basis: 145px; }
    .game-search input { font-size: 12px; }
    .game-shelf { grid-auto-columns: calc((100% - 18px) / 3); gap: 9px; }
    .games-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 9px; }
    .game-card h3 { font-size: 10px; }
    .game-card p { font-size: 9px; }
    .game-art { border-radius: 9px; }
    .shelf-heading h2 { font-size: 15px; }
    .shelf-tools button { width: 27px; height: 27px; }
    .section-heading { align-items: flex-start; }
    .section-heading h2 { font-size: 19px; }
    .section-heading > a { font-size: 10px; max-width: 110px; }
    .provider-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
    .provider-grid a { height: 62px; }
    .provider-grid img { width: 100%; height: 59px; }
    .provider-section { margin: 26px 0; }
    .content-panel { padding: 21px 16px; border-radius: 12px; }
    .content-panel h2 { font-size: 23px; line-height: 1.2; }
    .home-content, .article-content { gap: 13px; }
    .fact-grid { gap: 8px; }
    .fact-grid > div { padding: 12px; }
    .fact-grid dd { font-size: 16px; }
    .mirrors-grid { gap: 7px; }
    .mirrors-grid a { font-size: 11px; padding: 10px 7px; gap: 5px; }
    .table-wrap { border: 0; border-radius: 0; }
    .data-table { display: block; }
    .data-table thead { display: none; }
    .data-table tbody { display: grid; gap: 9px; }
    .data-table tr { display: block; border: 1px solid #3b372b; padding: 12px; border-radius: 9px; background: #1b1b1e; }
    .data-table td, .data-table tbody th { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 12px; padding: 6px 0; border: 0; font-size: 12px; }
    .data-table tbody th { display: block; font-size: 14px; font-weight: 700; color: #f4e4ad; padding-top: 0; margin-bottom: 6px; }
    .data-table td::before { content: attr(data-label); color: #a6a6b0; }
    .data-table small { font-weight: 400; }
    .promo-card { padding: 18px 14px; gap: 13px; }
    .promo-code-box code { font-size: 17px; letter-spacing: .025em; }
    .promo-value strong { font-size: 28px; }
    .promo-value span { font-size: 11px; }
    .copy-button { font-size: 11px; }
    .calculator { display: flex; flex-direction: column; align-items: stretch; gap: 13px; }
    .company-list > div { grid-template-columns: 1fr; gap: 4px; font-size: 14px; }
    .company-list dt { font-size: 12px; }
    .page-intro h1 { font-size: 32px; }
    .breadcrumbs { margin: 7px 0 21px; font-size: 11px; }
    .page-intro { padding-bottom: 23px; }
    .footer-top { flex-wrap: wrap; gap: 16px; }
    .footer-top .brand-logo { width: 100px; }
    .footer-top p { font-size: 10px; }
    .footer-age { width: 32px; height: 32px; }
    .site-footer nav { font-size: 11px; gap: 10px 17px; }
    .footer-bottom { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Long service headings must not force a horizontal viewport on 320px phones. */
.page-intro h1 { overflow-wrap: anywhere; }
@media (max-width: 360px) {
    .page-intro h1 { font-size: 28px; }
}

.game-card .game-description { margin-top: 6px; color: var(--text); line-height: 1.45; overflow-wrap: anywhere; }
