:root {
  color-scheme: dark;
  --night: #0c101d;
  --deep: #10192c;
  --panel: #132648;
  --panel-raised: #1a3157;
  --line: #263a5b;
  --ink: #f0f2f7;
  --muted: #9ba7ca;
  --green: #35bd52;
  --green-dark: #14782d;
  --gold: #ffc633;
  --gold-soft: #dbc17d;
  --page-width: 1320px;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; min-width: 320px; background: var(--night); color: var(--ink); font-size: 15px; line-height: 1.5; }
body, button, input, select { font-family: Arial, "Helvetica Neue", sans-serif; }
button, a, select { -webkit-tap-highlight-color: transparent; }
button, select { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-size: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-flip { transform: rotate(180deg); }
.page-width { width: min(var(--page-width), calc(100% - 48px)); margin-inline: auto; }

.top-promo { min-height: 39px; border-bottom: 1px solid rgb(255 198 51 / 35%); background: #182641; color: var(--gold-soft); }
.top-promo__inner { width: min(var(--page-width), calc(100% - 48px)); min-height: 38px; margin-inline: auto; display: flex; align-items: center; justify-content: center; gap: 14px; font-size: 13px; }
.top-promo__label, .top-promo__offer, .top-promo__link { display: inline-flex; align-items: center; gap: 7px; }
.top-promo__label { color: var(--gold); font-weight: 800; }
.top-promo__label .icon { width: 16px; height: 16px; fill: currentColor; }
.top-promo__offer { color: #fff; font-weight: 700; }
.top-promo__link { color: #c3d1ed; font-size: 12px; }
.top-promo__link .icon { width: 14px; height: 14px; }

.main-header { position: sticky; top: 0; z-index: 20; background: rgb(19 38 72 / 97%); box-shadow: 0 4px 14px rgb(0 0 0 / 24%); backdrop-filter: blur(8px); }
.header-row { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.brand { min-width: 176px; display: inline-flex; align-items: center; gap: 8px; }
.brand img { width: 62px; height: 58px; object-fit: contain; }
.brand__text { display: flex; flex-direction: column; color: #f4d676; font-size: 15px; line-height: 1.05; }
.brand__text b { color: var(--gold); font-size: 23px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { min-height: 42px; display: inline-flex; align-items: center; color: #d5def0; font-size: 14px; font-weight: 700; }
.main-nav a:hover { color: #fff; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.header-bonus { display: flex; flex-direction: column; align-items: flex-end; color: var(--gold); line-height: 1.25; }
.header-bonus b { font-size: 14px; }
.header-bonus small { color: #c6cfe1; font-size: 12px; }
.button { min-height: 42px; padding: 0 18px; border: 1px solid transparent; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.2; white-space: nowrap; transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-green { background: var(--green-dark); border-color: var(--green); }
.button-green:hover { background: #22963e; }
.button-outline { border-color: var(--green); color: #d6e4d9; background: transparent; }
.button-outline:hover { background: rgb(53 189 82 / 13%); }
.button-gold { background: linear-gradient(110deg, #e5a600, #ffd65b); color: #171b25; box-shadow: 0 7px 17px rgb(0 0 0 / 22%); }
.button-gold:hover { background: #ffdc77; }
.menu-toggle { display: none !important; }

.hero { height: clamp(340px, 34vw, 438px); position: relative; isolation: isolate; overflow: hidden; background: #102244 url("lev/hero-background.webp") center / cover no-repeat; }
.hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgb(12 16 29 / 72%) 0%, rgb(12 16 29 / 24%) 49%, rgb(12 16 29 / 7%) 100%); }
.hero-content { width: min(49%, 610px); position: absolute; z-index: 3; top: 50%; left: clamp(28px, 7vw, 88px); transform: translateY(-48%); }
.hero-kicker { margin: 0 0 8px; color: #f4f2e8; font-size: 15px; font-weight: 900; text-transform: uppercase; }
.hero-title { max-width: 540px; margin: 0 0 20px; color: var(--gold-soft); font-size: clamp(34px, 4vw, 55px); font-weight: 900; line-height: 1.06; }
.hero-title strong { color: #fff1b2; }
.hero-action { min-width: 165px; min-height: 46px; }
.hero-action .icon { width: 17px; height: 17px; }
.hero-art { width: min(47%, 560px); max-height: 92%; position: absolute; z-index: 2; right: 7%; bottom: 0; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 12px 22px rgb(0 0 0 / 25%)); }
.hero-controls { position: absolute; z-index: 5; inset: 0 14px; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.icon-button { width: 40px; height: 40px; padding: 0; border: 1px solid rgb(205 220 245 / 35%); border-radius: 6px; display: inline-grid; place-items: center; background: rgb(5 13 30 / 56%); color: #e4ecfb; cursor: pointer; transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
.icon-button:hover { border-color: var(--green); background: #17305a; color: #fff; }
.hero-controls .icon-button { pointer-events: auto; }
.hero-dots { position: absolute; left: 50%; bottom: 16px; display: flex; gap: 8px; transform: translateX(-50%); pointer-events: auto; }
.hero-dot { width: 10px; height: 10px; padding: 0; border: 1px solid #8899b9; border-radius: 50%; background: #21395f; cursor: pointer; }
.hero-dot.is-active { border-color: var(--green); background: var(--green); box-shadow: 0 0 0 3px rgb(53 189 82 / 18%); }
.hero-counter { position: absolute; right: 20px; bottom: 12px; z-index: 4; margin: 0; display: flex; align-items: center; gap: 6px; color: #d5def0; font-size: 12px; }
.hero-counter .icon { width: 15px; height: 15px; color: var(--gold); }

.lobby { padding-top: 34px; }
.section-topline, .section-title-row, .catalog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.section-eyebrow { margin: 0 0 4px; color: var(--green); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.section-topline h1, .section-title-row h2 { margin: 0; font-size: 24px; line-height: 1.2; }
.lobby-tools { display: flex; align-items: center; gap: 8px; }
.search-field { width: 260px; min-height: 42px; padding: 0 8px 0 12px; border: 1px solid #3c5276; border-radius: 6px; align-items: center; gap: 8px; background: #080e1a; }
.search-field[hidden], .provider-select[hidden], .empty-state[hidden] { display: none; }
.search-field:not([hidden]) { display: flex; }
.search-field .icon { width: 17px; height: 17px; color: var(--muted); }
.search-field input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: #fff; font-size: 14px; }
.search-field input::placeholder { color: #8995b2; }
.search-close { width: 28px; height: 28px; border: 0; background: transparent; }
.search-close .icon { color: #d1d8e6; }
.provider-select { min-height: 42px; padding: 0 30px 0 10px; border: 1px solid #3c5276; border-radius: 6px; background: #0b1425; font-size: 13px; }
.provider-select:not([hidden]) { display: block; }
.favorites-filter[aria-pressed="true"] { border-color: var(--green); background: var(--green-dark); color: #fff; }
.favorites-filter .icon { fill: transparent; }
.favorites-filter[aria-pressed="true"] .icon { fill: currentColor; }
.category-rail { margin: 22px 0 20px; padding: 0 0 5px; display: flex; align-items: center; gap: 8px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #324969 transparent; }
.category-chip { min-height: 38px; padding: 0 13px; border: 1px solid #273b5c; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: #131f35; color: #bdc9df; cursor: pointer; font-size: 12px; font-weight: 700; white-space: nowrap; }
.category-chip:hover { border-color: #5d789f; color: #fff; }
.category-chip.is-active { border-color: var(--green); background: #143923; color: #eaffed; }
.category-chip .icon { width: 15px; height: 15px; }
.chip-chevron { width: 13px !important; height: 13px !important; }
.catalog-heading { margin-bottom: 13px; align-items: center; }
.catalog-heading h2 { margin: 0; font-size: 18px; }
.catalog-count { color: #aebbd3; font-size: 12px; }
.catalog-count b { color: var(--green); }
.game-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.game-card { min-width: 0; position: relative; overflow: hidden; border: 1px solid #203554; border-radius: 6px; background: #101b2e; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.game-card:hover { z-index: 1; transform: translateY(-2px); border-color: #486b97; box-shadow: 0 10px 22px rgb(0 0 0 / 25%); }
.game-card[hidden] { display: none; }
.game-cover { aspect-ratio: 380 / 270; position: relative; display: block; overflow: hidden; background: #17233b; }
.game-cover::after { position: absolute; inset: auto 0 0; height: 42%; content: ""; background: linear-gradient(transparent, rgb(0 0 0 / 52%)); opacity: 0; transition: opacity .18s ease; }
.game-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.game-card:hover .game-cover img { transform: scale(1.04); }
.game-card:hover .game-cover::after { opacity: 1; }
.game-play { padding: 8px 13px; border: 1px solid rgb(255 255 255 / 40%); border-radius: 5px; position: absolute; z-index: 2; top: 50%; left: 50%; background: rgb(13 25 44 / 82%); color: #fff; font-size: 12px; font-weight: 800; opacity: 0; transform: translate(-50%, -40%); transition: opacity .18s ease, transform .18s ease; }
.game-card:hover .game-play { opacity: 1; transform: translate(-50%, -50%); }
.game-favorite { width: 32px; height: 32px; padding: 0; border: 1px solid rgb(255 255 255 / 18%); border-radius: 5px; position: absolute; z-index: 3; top: 7px; right: 7px; display: grid; place-items: center; background: rgb(9 15 27 / 75%); color: #e5eaf2; cursor: pointer; }
.game-favorite .icon { width: 17px; height: 17px; }
.game-favorite[aria-pressed="true"] { border-color: var(--gold); color: var(--gold); }
.game-favorite[aria-pressed="true"] .icon { fill: currentColor; }
.game-meta { min-height: 48px; padding: 6px 9px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.game-meta h3 { min-width: 0; margin: 0; color: #e5e9f2; font-size: 13px; line-height: 1.3; }
.game-meta img { width: 58px; max-height: 18px; flex: 0 0 58px; object-fit: contain; opacity: .74; }
.game-badge { margin-left: 4px; padding: 1px 4px; border-radius: 3px; background: #153b24; color: #75d889; font-size: 12px; }
.empty-state { padding: 28px 12px; color: #bbc6db; text-align: center; }
.catalog-footer { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.catalog-footer .button { min-height: 38px; }
.catalog-footer .icon { width: 16px; height: 16px; }
.catalog-footer span { color: #8394b2; font-size: 12px; line-height: 1.35; text-align: right; }
.catalog-footer span b { color: var(--gold); font-size: 13px; }

.winners-section { margin-top: 26px; padding: 24px 0 27px; border-top: 1px solid #1c2a40; border-bottom: 1px solid #1c2a40; background: #0f1726; }
.section-title-row { margin-bottom: 15px; align-items: center; }
.section-title-row h2 { font-size: 21px; }
.live-indicator { display: inline-flex; align-items: center; gap: 8px; color: #aebbd3; font-size: 12px; }
.live-indicator i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgb(53 189 82 / 13%); }
.winner-window { overflow: hidden; }
.winner-track { width: max-content; display: flex; gap: 10px; }
.winner-item { width: 206px; min-height: 69px; padding: 8px; border: 1px solid #263753; border-radius: 5px; display: grid; grid-template-columns: 50px minmax(45px, 1fr) auto; align-items: center; gap: 9px; background: #131f33; }
.winner-item img { width: 50px; height: 48px; border-radius: 4px; object-fit: cover; }
.winner-item span { min-width: 0; display: flex; flex-direction: column; line-height: 1.35; }
.winner-item span b { overflow: hidden; color: #edf2fb; font-size: 12px; text-overflow: ellipsis; }
.winner-item span small { color: #8f9fba; font-size: 12px; }
.winner-item strong { color: var(--gold); font-size: 12px; white-space: nowrap; }

.activities { padding-top: 26px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.activity-card { min-height: 212px; position: relative; isolation: isolate; overflow: hidden; border: 1px solid #2a4064; border-radius: 6px; background: #152847; }
.activity-card::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgb(7 13 25 / 90%) 0%, rgb(9 17 31 / 62%) 57%, rgb(9 17 31 / 14%) 100%); }
.activity-image { width: 100%; height: 100%; position: absolute; z-index: -2; inset: 0; object-fit: cover; opacity: .83; }
.activity-card--show .activity-image { object-position: 70% 30%; }
.activity-card--lottery .activity-image { object-position: 50% 50%; }
.activity-copy { padding: 21px; position: relative; z-index: 1; display: flex; align-items: flex-start; flex-direction: column; }
.activity-tag { color: var(--gold); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.activity-copy h2 { max-width: 270px; min-height: 50px; margin: 8px 0 14px; font-size: 19px; line-height: 1.2; }
.activity-copy .button { min-height: 37px; padding-inline: 12px; }
.activity-copy .icon { width: 16px; height: 16px; }
.activity-visual--trophy { width: 58%; height: 100%; position: absolute; z-index: -2; top: 0; right: -4%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; color: var(--gold); background: radial-gradient(ellipse at 65% 45%, #735b1b 0%, #273456 42%, #172745 72%); }
.activity-visual--trophy::before, .activity-visual--trophy::after { width: 75%; height: 1px; position: absolute; content: ""; background: linear-gradient(90deg, transparent, rgb(255 198 51 / 60%), transparent); }
.activity-visual--trophy::before { top: 30px; transform: rotate(-17deg); }
.activity-visual--trophy::after { bottom: 32px; transform: rotate(17deg); }
.activity-visual--trophy .icon { width: 76px; height: 76px; filter: drop-shadow(0 5px 12px rgb(0 0 0 / 30%)); stroke-width: 1.2; }
.activity-visual--trophy span { color: #ffe49a; font-size: 12px; font-weight: 900; line-height: 1.15; text-align: center; }

.trust-band { margin-top: 28px; border-top: 1px solid #243756; border-bottom: 1px solid #243756; background: #101a2b; }
.trust-band__inner { min-height: 82px; display: flex; align-items: center; gap: 24px; }
.trust-caption { min-width: 192px; display: flex; align-items: center; gap: 10px; }
.trust-caption .icon { width: 27px; height: 27px; color: var(--green); }
.trust-caption span { display: flex; flex-direction: column; line-height: 1.3; }
.trust-caption b { font-size: 12px; }
.trust-caption small { color: #92a1bd; font-size: 12px; }
.trust-logos { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; overflow-x: auto; }
.trust-logos img { width: 48px; height: 31px; flex: 0 0 48px; object-fit: contain; opacity: .77; }

.info-page { padding-top: 39px; padding-bottom: 48px; }
.info-intro { max-width: 920px; margin: 0 auto 27px; }
.info-intro h1 { margin: 5px 0 14px; font-size: 30px; line-height: 1.2; }
.info-intro p, .info-section p, .info-section li { color: #bdc7da; font-size: 14px; line-height: 1.7; }
.info-intro p { margin: 0; }
.info-layout { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 205px minmax(0, 1fr); gap: 24px; align-items: start; }
.info-index { padding: 15px 13px; border-left: 2px solid #284267; position: sticky; top: 94px; display: flex; flex-direction: column; gap: 10px; }
.info-index b { margin-bottom: 3px; color: #e9edf5; font-size: 13px; }
.info-index a { color: #9eafca; font-size: 12px; line-height: 1.35; }
.info-index a:hover { color: var(--gold); }
.info-content { min-width: 0; }
.info-section { padding: 0 0 25px; margin-bottom: 25px; border-bottom: 1px solid #24334b; scroll-margin-top: 98px; }
.info-section h2 { margin: 0 0 11px; color: #f0f2f7; font-size: 21px; line-height: 1.25; }
.info-section p { margin: 0 0 12px; }
.info-section ul, .info-section ol { margin: 8px 0 15px; padding-left: 23px; }
.info-section li { padding: 2px 0; }
.table-scroll { margin: 14px 0 16px; overflow-x: auto; border: 1px solid #2c4160; border-radius: 5px; }
.info-section table { width: 100%; border-collapse: collapse; font-size: 12px; line-height: 1.45; }
.info-section th, .info-section td { min-width: 118px; padding: 10px 12px; border-right: 1px solid #253853; border-bottom: 1px solid #253853; text-align: left; vertical-align: top; }
.info-section th { background: #192b49; color: #f3d277; font-weight: 800; }
.info-section td { color: #c0cbdf; }
.info-section tr:last-child td { border-bottom: 0; }
.info-section th:last-child, .info-section td:last-child { border-right: 0; }
.faq-section details { border-top: 1px solid #263a57; }
.faq-section details:last-child { border-bottom: 1px solid #263a57; }
.faq-section summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #e5eaf4; cursor: pointer; font-size: 14px; font-weight: 700; list-style: none; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary .icon { width: 17px; height: 17px; color: var(--green); transition: transform .18s ease; }
.faq-section details[open] summary .icon { transform: rotate(180deg); }
.faq-section details p { padding: 0 28px 14px 0; }

.site-footer { background: #08101d; }
.footer-main { padding-top: 32px; padding-bottom: 30px; display: grid; grid-template-columns: 215px 1fr; gap: 36px; }
.brand--footer { min-width: auto; align-self: start; }
.brand--footer img { width: 56px; height: 54px; }
.brand--footer .brand__text { color: #aab8d0; font-size: 12px; }
.brand--footer .brand__text b { font-size: 20px; }
.footer-groups { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.footer-groups div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-groups h2 { margin: 0 0 3px; color: #e7eaf1; font-size: 13px; }
.footer-groups a { color: #8c9bb5; font-size: 12px; }
.footer-groups a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid #1d2b40; }
.footer-bottom .page-width { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #8998b2; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom span { color: var(--gold-soft); }

@media (max-width: 1050px) {
  .page-width { width: min(var(--page-width), calc(100% - 36px)); }
  .header-row { gap: 14px; }
  .brand { min-width: 148px; }
  .main-nav { gap: 16px; }
  .header-bonus { display: none; }
  .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .activity-card { min-height: 195px; }
  .activity-copy { padding: 16px; }
  .trust-band__inner { gap: 15px; }
  .trust-caption { min-width: 172px; }
  .trust-logos { gap: 14px; }
}

@media (max-width: 680px) {
  body { font-size: 14px; }
  .page-width, .top-promo__inner { width: calc(100% - 24px); }
  .top-promo__inner { min-height: 36px; gap: 8px; font-size: 12px; }
  .top-promo__label { display: none; }
  .top-promo__offer { text-align: center; }
  .top-promo__link { font-size: 12px; white-space: nowrap; }
  .header-row { min-height: 62px; gap: 10px; }
  .menu-toggle { width: 36px; height: 36px; display: inline-grid !important; flex: 0 0 36px; }
  .menu-toggle .icon { width: 19px; height: 19px; }
  .brand { min-width: 0; gap: 5px; }
  .brand img { width: 43px; height: 42px; }
  .brand__text { font-size: 12px; }
  .brand__text b { font-size: 19px; }
  .main-nav { padding: 8px 12px; border: 1px solid #2a3d5b; border-radius: 5px; position: absolute; top: calc(100% + 5px); left: 12px; right: 12px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: #111d31; box-shadow: 0 10px 24px rgb(0 0 0 / 35%); }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: 42px; border-bottom: 1px solid #253650; }
  .main-nav a:last-child { border-bottom: 0; }
  .header-actions { gap: 7px; }
  .header-actions .button { min-height: 36px; padding: 0 10px; font-size: 12px; }
  .header-actions .button-outline { display: none; }
  .hero { width: 100%; height: 360px; }
  .hero::before { background: linear-gradient(90deg, rgb(12 16 29 / 82%), rgb(12 16 29 / 45%) 62%, rgb(12 16 29 / 14%)); }
  .hero-content { width: 66%; top: 43%; left: 25px; }
  .hero-kicker { margin-bottom: 7px; font-size: 12px; }
  .hero-title { margin-bottom: 14px; font-size: 34px; }
  .hero-action { min-width: 142px; min-height: 42px; }
  .hero-art { width: 68%; max-height: 63%; right: -2%; bottom: 0; opacity: .88; }
  .hero-controls { inset-inline: 6px; align-items: flex-end; padding-bottom: 46px; }
  .hero-controls .icon-button { width: 34px; height: 34px; }
  .hero-controls .icon { width: 17px; height: 17px; }
  .hero-dots { bottom: -28px; }
  .hero-counter { right: 8px; bottom: 8px; max-width: 66%; font-size: 12px; }
  .hero-counter .icon { width: 14px; height: 14px; }
  .lobby { padding-top: 26px; }
  .section-topline { align-items: flex-start; }
  .section-topline h1 { font-size: 21px; }
  .section-eyebrow { font-size: 12px; }
  .lobby-tools { gap: 5px; }
  .lobby-tools > .icon-button { width: 35px; height: 35px; }
  .lobby-tools > .icon-button .icon { width: 17px; height: 17px; }
  .search-field { width: min(230px, calc(100vw - 48px)); min-height: 38px; position: absolute; z-index: 6; top: 100%; right: 0; box-shadow: 0 6px 16px rgb(0 0 0 / 30%); }
  .section-topline { position: relative; }
  .provider-select { max-width: 180px; min-height: 36px; position: absolute; z-index: 6; top: calc(100% + 5px); right: 0; box-shadow: 0 6px 16px rgb(0 0 0 / 30%); }
  .category-rail { margin: 16px -12px 17px; padding: 0 12px 5px; gap: 6px; }
  .category-chip { min-height: 35px; padding-inline: 10px; font-size: 12px; }
  .catalog-heading h2 { font-size: 16px; }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .game-card { border-radius: 5px; }
  .game-meta { min-height: 48px; padding: 6px; align-items: flex-start; flex-direction: column; gap: 4px; }
  .game-meta h3 { width: 100%; font-size: 12px; }
  .game-meta img { max-width: 58px; height: 13px; }
  .game-favorite { width: 30px; height: 30px; top: 6px; right: 6px; }
  .game-play { display: none; }
  .catalog-footer { min-height: 67px; }
  .catalog-footer .button { min-height: 36px; padding-inline: 12px; }
  .winners-section { margin-top: 18px; padding-block: 19px; }
  .section-title-row h2 { font-size: 19px; }
  .winner-item { width: 190px; grid-template-columns: 44px minmax(40px, 1fr) auto; gap: 7px; }
  .winner-item img { width: 44px; height: 44px; }
  .winner-item strong { font-size: 12px; }
  .activities { padding-top: 18px; grid-template-columns: 1fr; gap: 10px; }
  .activity-card { min-height: 175px; }
  .activity-copy { padding: 17px; }
  .activity-copy h2 { max-width: 230px; min-height: 0; font-size: 18px; }
  .activity-visual--trophy { width: 57%; }
  .activity-visual--trophy .icon { width: 61px; height: 61px; }
  .trust-band { margin-top: 21px; }
  .trust-band__inner { min-height: 70px; align-items: flex-start; flex-direction: column; gap: 9px; padding-block: 13px; }
  .trust-caption { min-width: 0; }
  .trust-caption .icon { width: 22px; height: 22px; }
  .trust-caption span { flex-direction: row; align-items: baseline; gap: 8px; }
  .trust-logos { width: 100%; padding-bottom: 2px; justify-content: flex-start; }
  .trust-logos img { width: 43px; height: 27px; flex-basis: 43px; }
  .info-page { padding-top: 29px; padding-bottom: 32px; }
  .info-intro { margin-bottom: 19px; }
  .info-intro h1 { font-size: 24px; }
  .info-intro p, .info-section p, .info-section li { font-size: 14px; }
  .info-layout { display: block; }
  .info-index { margin-bottom: 19px; padding: 11px 0 11px 11px; position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 14px; }
  .info-index b { grid-column: 1 / -1; }
  .info-section { padding-bottom: 20px; margin-bottom: 20px; scroll-margin-top: 74px; }
  .info-section h2 { font-size: 19px; }
  .info-section th, .info-section td { min-width: 116px; padding: 9px; }
  .footer-main { padding-block: 23px; grid-template-columns: 1fr; gap: 22px; }
  .brand--footer { min-width: 0; }
  .footer-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px 14px; }
  .footer-bottom .page-width { min-height: 62px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}

@media (max-width: 360px) {
  .header-row { gap: 7px; }
  .brand img { width: 37px; height: 37px; }
  .brand__text b { font-size: 17px; }
  .header-actions .button-green { padding-inline: 8px; }
  .hero-content { left: 20px; }
  .hero-title { font-size: 31px; }
  .section-topline h1 { font-size: 19px; }
  .lobby-tools > .icon-button { width: 32px; height: 32px; }
  .info-index { grid-template-columns: 1fr 1fr; }
}

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