:root {
  color-scheme: dark;
  --bg: #181722;
  --surface: #242332;
  --surface-high: #2c2b3e;
  --border: #3c3a50;
  --text: #f8f7fc;
  --muted: #b9b7ca;
  --red: #fa1c4f;
  --red-hover: #ff3c66;
  --cyan: #5fd6eb;
  --gold: #f6cc7d;
  --radius: 12px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button, select, summary { cursor: pointer; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { vertical-align: middle; }
img { max-width: 100%; }
button { border: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
p { margin: 0 0 18px; }
h1, h2, h3 { line-height: 1.16; letter-spacing: -.035em; margin: 0 0 18px; }
h1 { font-size: clamp(30px, 3.6vw, 48px); }
h2 { font-size: clamp(24px, 2.1vw, 32px); }
.container { max-width: 1328px; padding-inline: 32px; margin-inline: auto; }
.icon { width: 20px; height: 20px; flex: 0 0 20px; }
.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: 100; padding: 12px 20px; color: #fff; background: #3c3964; }
.skip-link:focus { top: 12px; }
.eyebrow { display: block; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; line-height: 1.5; margin-bottom: 10px; }
.cyan { color: var(--cyan); }
.lead { font-size: 17px; color: #cbc9da; line-height: 1.75; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 20px; padding: 11px 21px; border: 1px solid transparent; border-radius: 6px; font-size: 13px; font-weight: 700; line-height: 1.4; white-space: nowrap; transition: background .18s, border-color .18s, transform .18s; }
.button.primary { background: var(--red); color: #fff; border-color: #ff416a; box-shadow: 0 4px 18px #e8113d18; }
.button.primary:hover { background: var(--red-hover); transform: translateY(-1px); }
.button.secondary { background: var(--surface-high); border-color: #4d4a66; }
.button.secondary:hover { background: #39364f; border-color: #767089; }
.text-link { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: none; font-size: 13px; font-weight: 700; color: var(--muted); }
.text-link:hover { color: #fff; }
.site-header { background: #252435; border-bottom: 1px solid #494157; position: sticky; top: 0; z-index: 30; }
.header-inner { display: flex; align-items: center; gap: 34px; height: 78px; }
.brand { flex: 0 0 auto; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.brand img { width: 166px; height: auto; }
.brand span { font-size: 8px; line-height: 1; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.desktop-nav { display: flex; align-items: stretch; height: 100%; gap: 28px; margin-left: 26px; }
.desktop-nav a { display: flex; align-items: center; border-bottom: 2px solid transparent; padding-top: 2px; font-size: 13px; font-weight: 700; color: #c6c3d6; }
.desktop-nav a:hover, .desktop-nav [aria-current] { color: #fff; border-color: var(--red); }
.header-actions { display: flex; gap: 10px; align-items: center; margin-left: auto; }
.header-login { background: #353349; border-color: #514d67; padding-inline: 26px; }
.header-login:hover { background: #45415d; }
.header-register .icon, .header-login .icon { display: none; }
.menu-toggle { display: none; width: 42px; height: 42px; background: #353349; border-radius: 6px; align-items: center; justify-content: center; }
.mobile-navigation { padding-block: 10px 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.mobile-navigation a { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-top: 1px solid var(--border); font-size: 14px; }
.hero { position: relative; overflow: hidden; background: #10252f; }
.hero-art { position: absolute; inset: 0; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #10141fe8 2%, #131928e0 27%, #0c132552 48%, #0c132500 64%), linear-gradient(0deg,#14142170,transparent 45%); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; min-height: 318px; display: flex; align-items: center; padding-block: 35px; }
.hero-copy { max-width: 425px; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { max-width: 400px; font-size: 41px; font-weight: 800; line-height: 1.05; margin-bottom: 15px; }
.hero p { color: #e0e3ed; font-size: 15px; line-height: 1.6; margin-bottom: 23px; }
.hero .button { padding-inline: 26px; min-height: 47px; }
.category-bar { background: #242334; border-block: 1px solid #39364c; }
.category-inner { display: grid; grid-template-columns: repeat(5,1fr); }
.category { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid #38354c; font-weight: 700; font-size: 14px; transition: background .18s; }
.category:first-child { border-left: 1px solid #38354c; }
.category:hover { background: #322f47; }
.category-slots { color: #70dff3; }
.category-live { color: #ffb47c; }
.category-sport { color: #ca9bff; }
.category-crash { color: #8bdd90; }
.category-trophy { color: #f5d675; }
.bonus-strip { margin-top: 25px; padding: 17px 22px; border: 1px solid #49415e; border-radius: var(--radius); background: linear-gradient(110deg, #302841, #262332 55%, #292334); display: grid; grid-template-columns: 1.12fr repeat(3,1fr) 1.15fr; align-items: center; gap: 18px; box-shadow: 0 4px 20px #0000000a; }
.bonus-strip-heading { display: flex; gap: 14px; align-items: center; color: #d2c9e3; font-size: 12px; line-height: 1.5; }
.bonus-strip-heading > .icon { width: 30px; height: 30px; flex-basis: 30px; color: var(--gold); }
.bonus-strip-heading b { color: #fff; font-size: 14px; }
.bonus-strip > a:not(.bonus-details) { padding-left: 24px; border-left: 1px solid #50435f; display: flex; flex-direction: column; line-height: 1.4; gap: 2px; }
.bonus-strip strong { font-size: 25px; line-height: 1.05; color: var(--gold); letter-spacing: -.045em; }
.bonus-strip strong span { font-size: 17px; }
.bonus-strip a > span { font-size: 11px; color: #d2c9df; }
.bonus-strip a:hover strong { color: #ffe8b3; }
.bonus-details { display: flex; gap: 16px; justify-content: end; align-items: center; font-size: 12px; color: #fff; font-weight: 700; }
.bonus-details .icon { width: 34px; height: 34px; padding: 7px; border: 1px solid #63536f; flex-basis: 34px; border-radius: 50%; }
.section-space { margin-top: 38px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.section-heading .eyebrow { margin-bottom: 6px; }
.section-heading h2 { margin-bottom: 0; font-size: 27px; }
.catalog-controls { display: flex; align-items: center; gap: 14px; }
.provider-select { flex: 0 1 225px; }
.provider-select select { width: 100%; min-height: 44px; color: #e6e3ef; background: #292737; border: 1px solid #444057; border-radius: 6px; padding: 9px 35px 9px 14px; font-size: 12px; }
.collection-tabs { display: flex; gap: 5px; }
.collection-tabs button, .review-filters button { border-radius: 6px; padding: 11px 15px; min-height: 44px; white-space: nowrap; background: #272534; border: 1px solid #383448; font-size: 12px; color: #c8c4d8; font-weight: 700; }
.collection-tabs button.active, .review-filters button.active { background: #4b315d; color: #fff; border-color: #795392; }
.collection-tabs button:hover, .review-filters button:hover { border-color: #8e79a1; }
.search-box { position: relative; flex: 1; margin-left: auto; min-width: 170px; }
.search-box input { width: 100%; min-height: 44px; border: 1px solid #494459; color: #fff; background: #201e2c; border-radius: 6px; padding: 10px 12px 10px 42px; font-size: 12px; }
.search-box input::placeholder { color: #aaa4bf; }
.search-box > .icon { position: absolute; left: 13px; top: 12px; color: #a7a0ba; }
.catalog-meta { display: flex; justify-content: space-between; gap: 15px; font-size: 11px; line-height: 1.5; color: #b0aabf; margin: 14px 0; }
.catalog-meta p { margin: 0; }
.catalog-meta > span { flex-shrink: 0; }
.game-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }
.game-card { display: block; position: relative; aspect-ratio: 1; overflow: hidden; isolation: isolate; border-radius: 10px; border: 1px solid #51445e; background: #292636; }
.game-card > img { display: block; height: 100%; width: 100%; object-fit: cover; transition: transform .25s; }
.game-provider { position: absolute; left: 9px; top: 9px; max-width: calc(100% - 18px); padding: 3px 7px; background: #15141de6; border: 1px solid #ffffff1a; color: #fff; border-radius: 4px; font-size: 9px; line-height: 1.4; }
.game-title { position: absolute; inset: auto 0 0; background: linear-gradient(0deg,#101019f5 25%,#101019bd 60%,transparent); padding: 38px 10px 12px; line-height: 1.2; font-size: 12px; font-weight: 700; text-align: center; text-shadow: 0 1px 3px #000; }
.game-hover { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; background: #151321bf; opacity: 0; transition: opacity .18s; }
.game-hover > span { display: flex; width: 50px; height: 50px; background: var(--red); border-radius: 50%; align-items: center; justify-content: center; }
.game-hover b { font-size: 12px; }
.game-card:hover .game-hover, .game-card:focus-visible .game-hover { opacity: 1; }
.game-card:hover > img { transform: scale(1.045); }
.catalog-bottom { display: flex; justify-content: center; gap: 20px; margin-top: 23px; }
.empty-message { text-align: center; padding: 35px 20px; background: #242230; border-radius: var(--radius); color: var(--muted); }
.quick-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; margin: 42px 0; }
.quick-links > a { display: flex; gap: 12px; padding: 20px 17px; align-items: center; border: 1px solid #3e384f; background: linear-gradient(120deg,#292535,#24222f); border-radius: 10px; }
.quick-links > a > .icon:first-child { color: #c1a9df; width: 26px; height: 26px; flex-basis: 26px; }
.quick-links > a > .icon:last-child { width: 15px; flex-basis: 15px; color: #9c93ad; margin-left: auto; }
.quick-links b { font-size: 12px; line-height: 1.3; display: block; margin-bottom: 5px; }
.quick-links small { display: block; color: #b0aabd; font-size: 10px; line-height: 1.5; }
.quick-links > a:hover { border-color: #86719d; }
.home-editorial { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 65px; border-top: 1px solid #393346; padding-top: 38px; margin-bottom: 64px; }
.editorial-body, .article-content { min-width: 0; }
.editorial-aside { height: fit-content; padding: 25px; border: 1px solid #453b56; background: linear-gradient(160deg,#342c43,#24222f 65%); border-radius: var(--radius); }
.editorial-aside h2 { font-size: 24px; }
.editorial-aside > a { display: flex; justify-content: space-between; gap: 15px; font-size: 13px; line-height: 1.5; padding-block: 16px; border-bottom: 1px solid #494052; }
.editorial-aside > a:hover { color: var(--cyan); }
.aside-note { color: #beb3cf; font-size: 12px; margin-top: 28px; }
.aside-note .icon { color: var(--gold); margin-bottom: 14px; }
.aside-note p { margin-bottom: 10px; }
.aside-note a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.text-section { margin: 0 0 36px; }
.text-section h2 { margin-top: 30px; font-size: 25px; }
.text-section p, .text-section li { color: #c3bed2; }
.text-section ul, .text-section ol { padding-left: 22px; margin: 18px 0 24px; }
.text-section li { padding-left: 5px; margin-block: 9px; }
.text-section li::marker { color: var(--cyan); font-weight: 700; }
.related-links { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 18px 0; }
.related-links a { color: var(--cyan); display: inline-flex; align-items: center; gap: 8px; font-size: 13px; }
.related-links a:hover { color: #b4f2ff; text-decoration: underline; text-underline-offset: 3px; }
.related-links .icon { width: 15px; height: 15px; flex-basis: 15px; }
.faq h2 { margin-bottom: 24px; }
.faq details { padding: 0; border-top: 1px solid #443b52; }
.faq details:last-child { border-bottom: 1px solid #443b52; }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 15px; font-weight: 700; line-height: 1.5; padding-block: 20px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 24px; font-weight: 400; color: var(--cyan); line-height: 1; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { font-size: 14px; color: #c3bed2; padding-right: 30px; margin-bottom: 22px; }
.inner-page { padding-top: 24px; padding-bottom: 14px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; font-size: 11px; color: #c1b9ce; margin-bottom: 30px; }
.breadcrumbs a { color: var(--cyan); }
.page-heading { max-width: 990px; margin-bottom: 30px; }
.page-heading h1 { margin-bottom: 20px; }
.page-heading .lead { max-width: 900px; }
.inner-page > .category-bar .container { padding: 0; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 55px; margin: 34px 0 45px; align-items: start; }
.article-content > .text-section:first-child h2 { margin-top: 0; }
.article-aside { border-radius: var(--radius); overflow: hidden; border: 1px solid #433b52; background: #24212e; }
.article-aside nav { padding: 24px; display: flex; flex-direction: column; }
.article-aside nav > a { font-size: 12px; padding-block: 12px; line-height: 1.5; color: #cac1d8; border-bottom: 1px solid #3e354c; }
.article-aside nav > a:last-child { border-bottom: 0; }
.article-aside nav > a:hover { color: var(--cyan); }
.aside-cta { border-top: 1px solid #44374f; padding: 25px 24px; background: linear-gradient(120deg,#302436,#292233); }
.aside-cta p { font-size: 12px; color: #c4b6d0; margin: 18px 0; }
.aside-cta .button { width: 100%; gap: 12px; }
.table-scroll { overflow: auto; width: 100%; max-width: 100%; margin: 24px 0; border: 1px solid #41394e; border-radius: 10px; }
table { border-collapse: collapse; width: 100%; text-align: left; font-size: 13px; line-height: 1.55; }
th, td { padding: 14px 16px; border-bottom: 1px solid #3b3447; min-width: 112px; vertical-align: middle; }
thead th { background: #302939; font-size: 11px; font-weight: 700; color: #d6c8e3; }
tbody th { font-weight: 600; color: #e9e4f0; }
td { color: #c4bcd1; }
tbody tr:nth-child(even) { background: #23202d; }
tbody tr:last-child th, tbody tr:last-child td { border: 0; }
.payment-table .method { display: flex; gap: 12px; align-items: center; }
.method img { flex: 0 0 24px; width: 24px; height: 24px; object-fit: contain; }
.method small { display: block; font-size: 11px; color: #a79db9; font-weight: 400; margin-top: 3px; }
.payment-table td { white-space: nowrap; }
.fact-notice { display: flex; align-items: start; gap: 15px; padding: 20px; border: 1px solid #3f4e61; background: #212a35; border-radius: 10px; margin: 0 0 28px; }
.fact-notice > .icon { color: var(--cyan); margin-top: 3px; }
.fact-notice p { margin: 0; font-size: 13px; line-height: 1.7; color: #c2cddd; }
.fact-notice b { display: block; color: #f3f6ff; margin-bottom: 3px; }
.payment-section h2 { font-size: 24px; margin-top: 28px; }
.data-disclosure { background: #25212f; border: 1px solid #453750; border-radius: 9px; margin: 15px 0 28px; padding: 16px; }
.data-disclosure summary { font-size: 13px; font-weight: 700; }
.data-disclosure summary span { display: block; font-size: 11px; color: #b2a4c2; font-weight: 400; padding-top: 4px; }
.data-disclosure .table-scroll { margin-bottom: 0; }
.fine-print { font-size: 12px; color: #b5a9c2; line-height: 1.7; }
.review-summary { display: flex; justify-content: space-between; gap: 40px; padding: 28px 32px; border: 1px solid #52415b; border-radius: 12px; background: linear-gradient(110deg,#302638,#282331); }
.review-summary > div:first-child { max-width: 710px; }
.review-summary h2 { font-size: 27px; }
.review-summary p { font-size: 13px; color: #bfb4cd; margin: 0; }
.review-score { flex: 0 0 180px; padding-left: 30px; border-left: 1px solid #55405f; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.review-score strong { font-size: 42px; line-height: 1.2; color: var(--gold); letter-spacing: -.04em; }
.review-score strong small { font-size: 20px; font-weight: 400; color: #aa97ba; }
.review-score > span { font-size: 11px; line-height: 1.5; color: #b6a6c7; margin-top: 8px; }
.review-filters { display: flex; gap: 8px; flex-wrap: wrap; margin: 24px 0; }
.review-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; align-items: start; }
.review-card { background: #25212e; border: 1px solid #413549; border-radius: 10px; padding: 22px; }
.review-card-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-bottom: 16px; }
.review-card-top b { font-size: 14px; overflow-wrap: anywhere; }
.review-rating { display: inline-flex; align-items: center; gap: 4px; color: var(--gold); font-size: 15px; font-weight: 700; white-space: nowrap; }
.review-rating .icon { width: 13px; height: 13px; flex-basis: 13px; fill: var(--gold); stroke-width: 1; margin-right: 3px; }
.review-rating small { color: #b8a6c7; font-size: 11px; font-weight: 400; }
.review-card > p { font-size: 13px; line-height: 1.7; color: #ccc0d7; }
.review-topic { display: inline-block; font-size: 10px; color: #c8afd9; padding: 3px 9px; background: #392d42; border-radius: 4px; }
.site-footer { background: #14121c; border-top: 1px solid #38303f; padding: 34px 0 20px; margin-top: 36px; }
.footer-top { display: flex; align-items: center; gap: 40px; padding-bottom: 26px; border-bottom: 1px solid #342b3b; }
.provider-names { display: flex; align-items: center; justify-content: center; gap: 30px; color: #f0edf8; flex: 1; font-size: 11px; letter-spacing: .02em; font-weight: 800; }
.age-badge { border: 1px solid #6d5b78; border-radius: 50%; width: 43px; height: 43px; display: flex; justify-content: center; align-items: center; flex: 0 0 43px; color: #c9b6d7; font-size: 14px; font-weight: 700; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 24px; padding-block: 23px; font-size: 12px; color: #c9bfd3; }
.footer-links a:hover { color: var(--cyan); }
.footer-notice { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; color: #a99aB6; font-size: 11px; line-height: 1.7; }
.footer-notice a { color: #d1c0df; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { border-top: 1px solid #342b3b; padding-top: 17px; display: flex; justify-content: space-between; gap: 18px; font-size: 10px; color: #a99ab6; }
@media (min-width: 1800px) {
  .hero-art img { object-position: center; }
  .hero-inner { min-height: 340px; }
}
@media (max-width: 1100px) {
  .desktop-nav { gap: 18px; margin-left: 0; }
  .header-inner { gap: 22px; }
  .brand img { width: 154px; }
  .game-grid { gap: 12px; }
  .catalog-controls { flex-wrap: wrap; gap: 12px; }
  .provider-select { flex: 0 0 200px; }
  .search-box { flex: 1 0 210px; }
  .collection-tabs button { padding-inline: 12px; }
  .quick-links { grid-template-columns: 1fr 1fr; }
  .bonus-strip { grid-template-columns: 1fr repeat(3,1fr); padding-inline: 18px; gap: 12px; }
  .bonus-strip .bonus-details { display: none; }
  .bonus-strip > a:not(.bonus-details) { padding-left: 18px; }
  .home-editorial { gap: 35px; grid-template-columns: minmax(0,1fr) 250px; }
  .article-layout { gap: 30px; grid-template-columns: minmax(0,1fr) 240px; }
  .article-aside nav, .aside-cta { padding: 20px; }
  .provider-names { gap: 18px; font-size: 10px; }
}
@media (max-width: 900px) {
  .container { padding-inline: 24px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .header-inner { height: 70px; }
  .game-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .hero-art img { object-position: 62% center; }
  .hero h1 { font-size: 36px; }
  .category { gap: 8px; font-size: 12px; }
  .category img { width: 24px; height: 24px; }
  .catalog-controls .search-box { flex-basis: 100%; }
  .provider-select { flex: 1; }
  .collection-tabs { flex: 1; justify-content: end; }
  .home-editorial { grid-template-columns: minmax(0,1fr); }
  .editorial-aside { display: none; }
  .article-layout { grid-template-columns: minmax(0,1fr); }
  .article-aside { display: grid; grid-template-columns: 1fr 1fr; }
  .article-aside nav { display: none; }
  .aside-cta { grid-column: 1/-1; display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 24px; border: 0; }
  .aside-cta p { margin: 0; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .provider-names { display: none; }
  .footer-top .age-badge { margin-left: auto; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 82px; }
  .container { padding-inline: 18px; }
  .brand img { width: 135px; }
  .brand span { font-size: 7px; letter-spacing: .08em; }
  .header-inner { gap: 10px; height: 67px; }
  .header-actions { gap: 7px; }
  .header-register { font-size: 11px; padding: 10px 12px; min-height: 39px; }
  .header-login { display: none; }
  .menu-toggle { width: 36px; height: 39px; }
  .mobile-navigation { grid-template-columns: 1fr 1fr; gap: 0 18px; }
  .mobile-navigation a { font-size: 12px; }
  .mobile-navigation .icon { width: 14px; flex-basis: 14px; }
  .hero-inner { min-height: 295px; padding-block: 31px; align-items: end; }
  .hero-copy { max-width: 320px; }
  .hero h1 { font-size: 34px; max-width: 290px; margin-bottom: 13px; }
  .hero .eyebrow { font-size: 9px; }
  .hero p { font-size: 13px; margin-bottom: 19px; }
  .hero::after { background: linear-gradient(90deg,#131823e8 4%,#121722c9 39%,#0c132522 92%), linear-gradient(0deg,#15141d80,transparent 80%); }
  .hero-art img { object-position: 40% center; }
  .hero .button { min-height: 44px; font-size: 12px; padding-inline: 20px; }
  .category-inner { padding-inline: 0; overflow: auto; grid-template-columns: repeat(5,minmax(95px,1fr)); scrollbar-width: none; }
  .category-inner::-webkit-scrollbar { display: none; }
  .category { min-height: 66px; flex-direction: column; gap: 5px; font-size: 10px; border-right: 0; }
  .category:first-child { border-left: 0; }
  .category img { width: 23px; height: 23px; }
  .bonus-strip { grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 18px; padding: 15px 4px; gap: 0; border-radius: 9px; }
  .bonus-strip-heading { display: none; }
  .bonus-strip > a:not(.bonus-details) { border: 0; padding-inline: 8px; text-align: center; gap: 5px; }
  .bonus-strip > a:nth-child(3) { border-inline: 1px solid #544360; }
  .bonus-strip strong { font-size: 24px; }
  .bonus-strip strong span { font-size: 15px; }
  .bonus-strip a > span { font-size: 9px; }
  .section-space { margin-top: 28px; }
  .section-heading { gap: 15px; margin-bottom: 16px; }
  .section-heading h2 { font-size: 23px; }
  .section-heading .eyebrow { font-size: 9px; }
  .section-heading > .text-link { font-size: 11px; gap: 5px; white-space: nowrap; }
  .section-heading .text-link .icon { width: 14px; flex-basis: 14px; }
  .catalog-controls { display: grid; grid-template-columns: minmax(0,1fr); gap: 10px; }
  .provider-select { display: block; }
  .provider-select select { min-height: 42px; }
  .collection-tabs { display: grid; grid-template-columns: .8fr 1fr 1.5fr; gap: 6px; }
  .collection-tabs button { padding: 8px 6px; font-size: 10px; min-height: 38px; }
  .search-box { margin: 0; min-width: 0; }
  .catalog-meta { font-size: 10px; margin: 12px 0; gap: 10px; }
  .game-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
  .game-card { border-radius: 8px; }
  .game-provider { left: 6px; top: 6px; font-size: 7px; padding: 3px 5px; max-width: calc(100% - 12px); }
  .game-title { padding: 28px 7px 9px; font-size: 10px; }
  .catalog-bottom { margin-top: 18px; }
  .quick-links { margin: 30px 0; gap: 10px; }
  .quick-links > a { padding: 17px 13px; gap: 10px; }
  .quick-links > a > .icon:first-child { width: 22px; height: 22px; flex-basis: 22px; }
  .quick-links > a > .icon:last-child { display: none; }
  .quick-links small { font-size: 9px; }
  .quick-links b { font-size: 11px; }
  .home-editorial { padding-top: 27px; margin-bottom: 35px; }
  .lead { font-size: 15px; }
  .text-section { margin-bottom: 28px; font-size: 14px; }
  .text-section h2 { font-size: 23px; margin-top: 27px; }
  .faq h2 { font-size: 25px; }
  .faq summary { font-size: 14px; padding-block: 18px; }
  .faq details p { padding-right: 0; font-size: 13px; }
  .inner-page { padding-top: 20px; }
  .breadcrumbs { margin-bottom: 24px; font-size: 10px; gap: 8px; }
  .page-heading h1 { font-size: 32px; }
  .page-heading { margin-bottom: 24px; }
  .article-layout { margin-top: 28px; gap: 20px; }
  .aside-cta { display: block; }
  .aside-cta p { margin: 17px 0; }
  .aside-cta .button { width: auto; }
  .table-scroll { margin: 20px 0; }
  th, td { padding: 12px; font-size: 12px; min-width: 110px; }
  .payment-table .method { gap: 8px; }
  .payment-table th:first-child { min-width: 175px; }
  .fact-notice { gap: 10px; padding: 16px; }
  .fact-notice p { font-size: 12px; }
  .payment-section h2 { font-size: 23px; }
  .data-disclosure { padding: 14px; }
  .data-disclosure summary { font-size: 12px; }
  .review-summary { padding: 22px; gap: 20px; }
  .review-summary h2 { font-size: 24px; }
  .review-summary p { font-size: 12px; }
  .review-score { flex-basis: 100px; padding-left: 18px; }
  .review-score strong { font-size: 30px; }
  .review-score strong small { font-size: 14px; }
  .review-score > span { font-size: 10px; }
  .review-filters { gap: 6px; }
  .review-filters button { padding: 9px 12px; min-height: 37px; font-size: 11px; }
  .review-card { padding: 18px; }
  .review-grid { gap: 12px; }
  .footer-notice { grid-template-columns: 1fr; gap: 0; font-size: 10px; }
  .footer-links { gap: 10px 20px; font-size: 11px; }
  .footer-bottom { font-size: 9px; }
}
@media (max-width: 480px) {
  .container { padding-inline: 16px; }
  .game-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .game-provider { font-size: 8px; }
  .game-title { font-size: 11px; padding: 34px 8px 11px; }
  .section-heading h2 { font-size: 22px; }
  .section-heading > .text-link { display: none; }
  .review-summary { display: block; }
  .review-score { border-left: 0; border-top: 1px solid #55405f; margin-top: 20px; padding: 15px 0 0; flex-direction: row; gap: 18px; text-align: left; justify-content: start; }
  .review-score > span { margin: 0; }
  .review-grid { grid-template-columns: 1fr; }
}
@media (max-width: 360px) {
  .brand img { width: 114px; }
  .brand span { font-size: 6px; }
  .header-register { font-size: 10px; padding-inline: 9px; }
  .hero h1 { font-size: 31px; }
  .quick-links { grid-template-columns: 1fr; }
  .quick-links small { font-size: 10px; }
  .quick-links > a > .icon:last-child { display: inline-block; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* V2: access-first homepage and separate, clearly labelled offers. */
:root { --red: #dd1645; --red-hover: #ee2053; }
.desktop-nav { gap: 22px; margin-left: 14px; }
.brand img { width: 150px; }
.hero-v2 { background: #171521; }
.hero-v2 .hero-art { opacity: .8; }
.hero-v2::after { background: linear-gradient(90deg,#181522fa 6%,#181522e8 34%,#18152280 61%,#18152225 100%),linear-gradient(0deg,#18172280,transparent 65%); }
.hero-v2 .hero-inner { display: flex; min-height: 338px; padding-block: 34px; }
.hero-v2 .hero-copy { width: 100%; max-width: 530px; min-width: 0; }
.hero-v2 h1 { max-width: 530px; font-size: clamp(38px,4.2vw,54px); line-height: 1.08; margin-bottom: 14px; }
.hero-v2 .hero-copy > p { font-size: 15px; max-width: 440px; color: #d3ccdf; margin-bottom: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button { min-height: 48px; padding-inline: 25px; }
.section-cta-early { margin: 16px 0 22px; }
.section-cta .button { white-space: normal; text-align: center; }

.action-hub { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin-top: 22px; background: var(--border); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.action-hub > a { display: flex; align-items: center; gap: 12px; background: #252332; padding: 20px 16px; }
.action-hub > a:hover { background: #322a40; }
.action-hub > a > .icon:first-child { color: #f0a7bc; width: 23px; height: 23px; flex-basis: 23px; }
.action-hub span { min-width: 0; }
.action-hub b { display: block; font-size: 12px; line-height: 1.4; }
.action-hub small { display: block; font-size: 10px; color: #beb4c9; margin-top: 4px; }
.action-hub > a > .icon:last-child { width: 13px; height: 13px; flex-basis: 13px; margin-left: auto; color: #9a8ca8; }
.home-access { margin-block: 32px; padding-bottom: 28px; border-bottom: 1px solid var(--border); }
.home-access .text-section { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 8px 40px; margin: 0; }
.home-access h2 { grid-column: 1/-1; margin: 0 0 10px; font-size: 28px; }
.home-access p { font-size: 14px; margin-bottom: 10px; }
.home-access .related-links { margin: 6px 0 0; flex-wrap: wrap; }
.home-access .related-links a { font-size: 12px; }
.home-access .section-cta { margin-top: 6px; display: flex; justify-content: flex-end; align-items: center; }
.section-cta { margin-top: 20px; }
.offers-heading { margin-top: 0; }
.offer-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-block: 20px 34px; }
.offer-card { display: flex; flex-direction: column; padding: 22px; border: 1px solid #534158; border-radius: 12px; background: linear-gradient(140deg,#332637,#242330); min-width: 0; }
.offer-card:hover { border-color: #ba758e; }
.offer-deposit { background: linear-gradient(140deg,#33312e,#242330); border-color: #5b5040; }
.offer-code { background: linear-gradient(140deg,#28323e,#242330); border-color: #405763; }
.offer-kicker { display: flex; align-items: center; gap: 8px; color: #d7c1d2; text-transform: uppercase; letter-spacing: .07em; font-size: 9px; font-weight: 700; margin-bottom: 15px; }
.offer-kicker .icon { width: 16px; height: 16px; flex-basis: 16px; }
.offer-card strong { font-size: 42px; color: #f8b9cc; line-height: 1.1; letter-spacing: -.04em; margin-bottom: 8px; }
.offer-deposit strong { color: #f5d599; }
.offer-code strong { color: #9ad9e8; }
.offer-card strong span { font-size: 20px; font-weight: 500; letter-spacing: -.02em; }
.offer-card > b { font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.offer-card p { font-size: 12px; color: #c2b9ce; line-height: 1.6; margin-bottom: 17px; }
.offer-link { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; margin-top: auto; color: #f4e7ef; }
.offer-link .icon { width: 16px; height: 16px; flex-basis: 16px; }
.home-v2 .home-editorial { margin-top: 35px; }
.article-content, .editorial-body { min-width: 0; }
.text-section p, .text-section li, .faq p { overflow-wrap: break-word; }
@media (max-width: 1120px) {
  .desktop-nav { gap: 16px; margin-left: 0; }
  
  .action-hub { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  
  .hero-v2 h1 { font-size: 39px; }
  .hero-v2 .hero-copy > p { font-size: 13px; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { font-size: 12px; padding-inline: 15px; gap: 8px; }
  .offer-card { padding: 18px; }
  .offer-card strong { font-size: 36px; }
  .offer-card strong span { font-size: 15px; }
}
@media (max-width: 700px) {
  .brand img { width: 128px; }
  .hero-v2 .hero-inner { min-height: 0; padding-block: 26px 24px; }
  .hero-v2 .hero-copy { max-width: none; }
  .hero-v2 h1 { max-width: none; font-size: clamp(30px,7.5vw,38px); margin-bottom: 13px; }
  .hero-v2 .hero-copy > p { font-size: 14px; line-height: 1.6; margin-bottom: 18px; }
  .hero-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .hero-actions .button { font-size: 12px; padding-inline: 10px; gap: 8px; min-height: 46px; }
  .action-hub { margin-top: 18px; }
  .action-hub > a { padding: 15px 11px; gap: 8px; }
  .action-hub b { font-size: 11px; }
  .action-hub small { font-size: 9px; }
  .action-hub > a > .icon:last-child { display: none; }
  .action-hub > a > .icon:first-child { width: 18px; height: 18px; flex-basis: 18px; }
  .home-access { margin-block: 26px; padding-bottom: 24px; }
  .home-access .text-section { display: block; }
  .home-access h2 { font-size: 23px; margin-bottom: 14px; }
  .home-access p { font-size: 13px; margin-bottom: 14px; }
  .home-access .section-cta { justify-content: flex-start; margin-top: 18px; }
  .offer-grid { grid-template-columns: minmax(0,1fr); gap: 10px; margin-block: 16px 26px; }
  .offer-card { display: grid; grid-template-columns: minmax(0,1fr) auto; column-gap: 16px; padding: 18px; }
  .offer-kicker { margin-bottom: 9px; grid-column: 1/-1; }
  .offer-card strong { grid-column: 2; grid-row: 2/4; font-size: 34px; align-self: center; margin: 0; text-align: right; }
  .offer-card strong span { display: block; font-size: 11px; margin-top: 4px; }
  .offer-deposit strong span { display: inline; font-size: 24px; }
  .offer-card > b { font-size: 12px; margin-bottom: 5px; grid-column: 1; }
  .offer-card p { font-size: 11px; margin: 0; grid-column: 1; }
  .offer-link { grid-column: 1/-1; margin-top: 12px; font-size: 11px; }
}
@media (max-width: 360px) {
  .brand img { width: 114px; }
  .hero-actions .button { font-size: 10px; gap: 5px; }
  .hero-actions .icon { width: 15px; height: 15px; flex-basis: 15px; }
  .offer-card { column-gap: 12px; padding: 16px; }
}

@media (max-width: 700px) {
  .hero-v2::after { background: linear-gradient(90deg,#181522ed,#1815229e),linear-gradient(0deg,#181722a6,transparent); }
  .section-cta-early .button { width: 100%; max-width: 360px; min-height: 46px; }
}

/* Compact connection/account details; no promotional block in the hero. */
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; margin-top: 19px; }
.hero-trust a { display: inline-flex; align-items: center; gap: 7px; min-height: 28px; color: #c4bdce; font-size: 11px; line-height: 1.5; }
.hero-trust .icon { width: 16px; height: 16px; flex-basis: 16px; color: #66d8e9; }
.hero-trust a:hover { color: #fff; }
@media (max-width: 360px) { .hero-trust { gap: 6px 16px; } }
