:root {
  --dh-ink: #0a1020;
  --dh-muted: #667085;
  --dh-line: #e6eaf0;
  --dh-canvas: #f5f7fb;
  --dh-card: #ffffff;
  --dh-night: #080d1c;
  --dh-night-2: #10172c;
  --dh-night-3: #171f38;
  --dh-mint: #42e8c3;
  --dh-mint-dark: #12a889;
  --dh-violet: #8b5cf6;
  --dh-pink: #ef5da8;
  --dh-yellow: #f8c451;
  --dh-radius: 20px;
  --dh-radius-sm: 13px;
  --dh-shadow: 0 18px 50px rgba(16, 24, 40, 0.09);
  --dh-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --dh-display: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body {
  margin: 0;
  color: var(--dh-ink);
  background: var(--dh-canvas);
  font-family: var(--dh-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.is-modal-open, body.is-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text { 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; left: 100px; top: -100px; z-index: 9999; padding: 10px 16px; background: #fff; border-radius: 8px; box-shadow: var(--dh-shadow); }
.skip-link:focus { top: 12px; }

.site-shell { margin-left: 82px; min-height: 100vh; }
.site-main { min-height: 70vh; }
.site-rail {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 100;
  width: 82px;
  color: #fff;
  background: linear-gradient(180deg, #080d1c 0%, #0c1225 100%);
  border-right: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  transition: width .25s ease, box-shadow .25s ease;
}
.site-rail:hover { width: 240px; box-shadow: 16px 0 42px rgba(3,7,18,.25); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-weight: 900; letter-spacing: -.04em; }
.brand__mark { position: relative; flex: 0 0 auto; display: grid; grid-template-columns: repeat(2, 9px); gap: 3px; width: 22px; height: 22px; transform: rotate(-8deg); }
.brand__mark i { display: block; border-radius: 3px; background: var(--dh-mint); box-shadow: 0 0 18px rgba(66,232,195,.35); }
.brand__mark i:nth-child(2), .brand__mark i:nth-child(3) { background: var(--dh-violet); }
.brand__text { white-space: nowrap; font-family: var(--dh-display); font-size: 17px; }
.brand__image { display: block; width: auto; max-width: 175px; height: 34px; object-fit: contain; object-position: left center; }
.brand--rail .brand__image { max-width: 170px; }
.brand--rail { height: 84px; width: 240px; padding-left: 29px; border-bottom: 1px solid rgba(255,255,255,.07); }
.brand--rail .brand__text { opacity: 0; transform: translateX(-4px); transition: .2s ease; }
.site-rail:hover .brand--rail .brand__text { opacity: 1; transform: none; }
.rail-nav { padding: 22px 12px; display: flex; flex-direction: column; gap: 7px; }
.rail-nav__item { position: relative; display: flex; align-items: center; width: 216px; min-height: 50px; padding: 0 17px; gap: 18px; color: rgba(255,255,255,.58); border-radius: 13px; transition: .2s ease; }
.rail-nav__item:hover, .rail-nav__item:focus { color: #fff; background: rgba(255,255,255,.08); }
.rail-nav__item.is-active { color: var(--dh-mint); background: rgba(66,232,195,.1); }
.rail-nav__icon { display: grid; place-items: center; flex: 0 0 24px; }
.rail-nav__icon svg { width: 21px; height: 21px; }
.rail-nav__label { white-space: nowrap; font-size: 13px; font-weight: 750; opacity: 0; transform: translateX(-4px); transition: .2s ease; }
.site-rail:hover .rail-nav__label { opacity: 1; transform: none; }
.rail-status { position: absolute; left: 28px; bottom: 25px; display: flex; align-items: center; gap: 12px; width: 180px; color: rgba(255,255,255,.5); font-size: 11px; font-weight: 700; white-space: nowrap; }
.rail-status__dot { width: 9px; height: 9px; flex: 0 0 auto; background: var(--dh-mint); border-radius: 50%; box-shadow: 0 0 0 5px rgba(66,232,195,.1), 0 0 18px rgba(66,232,195,.6); }
.rail-status__text { opacity: 0; transition: .2s ease; }
.site-rail:hover .rail-status__text { opacity: 1; }
.mobile-header, .mobile-drawer, .mobile-bottom-nav { display: none; }

.hero { position: relative; overflow: hidden; color: #fff; background: #080d1c; padding: 92px 0 76px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 20% 20%, rgba(139,92,246,.12), transparent 34%), linear-gradient(100deg, transparent 50%, rgba(66,232,195,.035)); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; z-index: -1; }
.hero__glow--one { width: 310px; height: 310px; right: 8%; top: 3%; background: rgba(139,92,246,.19); }
.hero__glow--two { width: 240px; height: 240px; left: 30%; bottom: -26%; background: rgba(66,232,195,.13); }
.hero__grid { display: grid; grid-template-columns: 1.05fr .85fr; align-items: center; gap: clamp(50px, 7vw, 100px); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--dh-mint); font-size: 11px; line-height: 1; font-weight: 850; letter-spacing: .18em; }
.eyebrow i { width: 7px; height: 7px; background: currentColor; border-radius: 50%; box-shadow: 0 0 0 5px rgba(66,232,195,.09); }
.eyebrow--dark { color: var(--dh-mint-dark); }
.hero h1 { max-width: 680px; margin: 20px 0 20px; font-family: var(--dh-display); font-size: clamp(42px, 5.25vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, var(--dh-mint), #a78bfa 70%); -webkit-background-clip: text; background-clip: text; }
.hero__content > p { max-width: 650px; margin: 0 0 30px; color: rgba(255,255,255,.63); font-size: 16px; line-height: 1.75; }
.hero-search { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; max-width: 640px; padding: 7px 7px 7px 18px; background: rgba(255,255,255,.085); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; box-shadow: 0 20px 60px rgba(0,0,0,.25); backdrop-filter: blur(16px); }
.hero-search > span { display: grid; color: rgba(255,255,255,.45); }
.hero-search input { min-width: 0; height: 46px; color: #fff; background: transparent; border: 0; outline: 0; }
.hero-search input::placeholder { color: rgba(255,255,255,.38); }
.hero-search button, .button--primary { height: 46px; padding: 0 23px; color: #07120f; font-size: 13px; font-weight: 850; background: linear-gradient(135deg, #66f2d4, #34d6b5); border: 0; border-radius: 10px; box-shadow: 0 10px 28px rgba(66,232,195,.18); transition: transform .2s ease, box-shadow .2s ease; }
.hero-search button:hover, .button--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(66,232,195,.28); }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 22px; color: rgba(255,255,255,.5); font-size: 11px; font-weight: 700; }
.hero__trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero__trust svg { width: 15px; height: 15px; color: var(--dh-mint); }

.hero-discovery { position: relative; width: min(100%, 440px); justify-self: end; padding: 16px; border-radius: 22px; background: linear-gradient(160deg, rgba(25,34,61,.95), rgba(12,18,37,.96)); border: 1px solid rgba(255,255,255,.11); box-shadow: 0 35px 100px rgba(0,0,0,.42); transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); }
.hero-discovery::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(145deg, rgba(66,232,195,.35), transparent 35%, rgba(139,92,246,.28)); }
.hero-discovery__top, .hero-discovery__label, .hero-discovery__foot { display: flex; align-items: center; justify-content: space-between; }
.hero-discovery__top { padding: 1px 2px 14px; }
.hero-discovery__top > span { display: flex; gap: 5px; }
.hero-discovery__top > span i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.2); }
.hero-discovery__top > span i:first-child { background: var(--dh-pink); }
.hero-discovery__top small { color: rgba(255,255,255,.35); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.hero-discovery__top b { color: var(--dh-mint); font-size: 8px; letter-spacing: .14em; }
.hero-discovery__search { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; height: 48px; padding: 0 13px; color: rgba(255,255,255,.37); font-size: 11px; background: rgba(2,6,17,.42); border: 1px solid rgba(255,255,255,.08); border-radius: 11px; }
.hero-discovery__search svg { width: 15px; }
.hero-discovery__search kbd { padding: 3px 6px; color: rgba(255,255,255,.4); font: 8px var(--dh-font); border: 1px solid rgba(255,255,255,.11); border-radius: 5px; }
.hero-discovery__label { padding: 17px 3px 10px; }
.hero-discovery__label span { color: #fff; font-size: 11px; font-weight: 800; }
.hero-discovery__label small { color: rgba(255,255,255,.34); font-size: 8px; }
.mini-games { display: grid; gap: 7px; }
.mini-game { display: grid; grid-template-columns: 46px 1fr 30px; gap: 11px; align-items: center; padding: 8px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.065); border-radius: 12px; }
.mini-game > span { display: grid; place-items: center; width: 46px; height: 42px; color: #fff; font: 900 18px var(--dh-display); border-radius: 8px; box-shadow: inset 0 0 20px rgba(255,255,255,.12); }
.mini-game--gold > span { background: linear-gradient(135deg, #f6c453, #9a5512); }
.mini-game--rose > span { background: linear-gradient(135deg, #ff71b8, #7c3aed); }
.mini-game--cyan > span { background: linear-gradient(135deg, #29d3db, #0f6f89); }
.mini-game div { display: grid; }
.mini-game b { font-size: 10px; }
.mini-game small { color: rgba(255,255,255,.35); font-size: 8px; }
.mini-game > i { display: grid; place-items: center; width: 28px; height: 28px; color: #07120f; background: var(--dh-mint); border-radius: 50%; }
.mini-game > i svg { width: 11px; fill: currentColor; stroke: none; }
.hero-discovery__foot { padding: 15px 3px 1px; color: rgba(255,255,255,.32); font-size: 8px; }
.hero-discovery__foot span { display: flex; align-items: center; gap: 6px; }
.hero-discovery__foot span i { width: 6px; height: 6px; background: var(--dh-mint); border-radius: 50%; box-shadow: 0 0 10px var(--dh-mint); }
.hero-discovery__foot strong { color: rgba(255,255,255,.42); letter-spacing: .12em; }

.benefits { position: relative; z-index: 3; margin-top: -1px; color: #fff; background: var(--dh-night-2); border-top: 1px solid rgba(255,255,255,.065); border-bottom: 1px solid rgba(255,255,255,.065); }
.benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit { display: flex; align-items: center; gap: 13px; min-height: 96px; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.07); }
.benefit:last-child { border-right: 0; }
.benefit > span { display: grid; place-items: center; width: 39px; height: 39px; flex: 0 0 auto; color: var(--dh-mint); background: rgba(66,232,195,.08); border: 1px solid rgba(66,232,195,.14); border-radius: 11px; }
.benefit svg { width: 18px; height: 18px; }
.benefit div { display: grid; line-height: 1.3; }
.benefit strong { font-size: 12px; }
.benefit small { margin-top: 5px; color: rgba(255,255,255,.37); font-size: 9px; }

.catalog-section { padding: 86px 0 92px; background: var(--dh-canvas); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 33px; }
.section-heading h2 { margin: 11px 0 5px; font: 800 clamp(30px, 3.3vw, 46px)/1.08 var(--dh-display); letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--dh-muted); font-size: 14px; }
.catalog-count { display: flex; align-items: center; gap: 11px; min-width: 150px; padding: 10px 14px; background: #fff; border: 1px solid var(--dh-line); border-radius: 12px; box-shadow: 0 6px 18px rgba(16,24,40,.04); }
.catalog-count strong { font: 800 22px var(--dh-display); color: var(--dh-violet); }
.catalog-count span { color: var(--dh-muted); font-size: 9px; line-height: 1.25; }
.catalog-toolbar { display: grid; grid-template-columns: 1fr 220px 195px; gap: 10px; padding: 10px; background: #fff; border: 1px solid var(--dh-line); border-radius: 16px; box-shadow: 0 12px 34px rgba(16,24,40,.055); }
.catalog-search, .catalog-select { position: relative; display: flex; align-items: center; min-width: 0; height: 50px; color: #8b94a7; background: #f7f8fb; border: 1px solid #eef1f5; border-radius: 11px; }
.catalog-search > span { display: grid; margin-left: 16px; }
.catalog-search svg { width: 17px; }
.catalog-search input { width: 100%; height: 100%; min-width: 0; padding: 0 15px; color: var(--dh-ink); background: transparent; border: 0; outline: 0; font-size: 13px; }
.catalog-select select { width: 100%; height: 100%; padding: 0 40px 0 15px; color: #3c4558; background: transparent; border: 0; appearance: none; outline: 0; font-size: 12px; font-weight: 700; }
.catalog-select > svg { position: absolute; right: 14px; width: 15px; pointer-events: none; }
.provider-row { display: flex; gap: 9px; padding: 22px 2px 25px; overflow-x: auto; scrollbar-width: none; }
.provider-row::-webkit-scrollbar { display: none; }
.provider-chip { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 8px; height: 38px; padding: 0 13px 0 7px; color: #687187; background: transparent; border: 1px solid #dfe4eb; border-radius: 10px; font-size: 10px; font-weight: 750; transition: .2s ease; }
.provider-chip > span { display: grid; place-items: center; width: 24px; height: 24px; color: #5b6478; font: 800 10px var(--dh-display); background: #edf0f5; border-radius: 7px; }
.provider-chip:hover, .provider-chip.is-active { color: #fff; background: var(--dh-night-2); border-color: var(--dh-night-2); transform: translateY(-1px); }
.provider-chip.is-active > span { color: #07120f; background: var(--dh-mint); }
.provider-chip__all svg { width: 12px; height: 12px; }

.game-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px 14px; }
.game-grid__item { min-width: 0; }
.game-grid__item.is-collapsed { display: none; }
.game-grid__item.is-filtered { display: none !important; }
.game-card { height: 100%; overflow: hidden; background: #fff; border: 1px solid #e7eaf0; border-radius: 15px; box-shadow: 0 5px 16px rgba(20,28,45,.045); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.game-card:hover { transform: translateY(-5px); border-color: rgba(139,92,246,.26); box-shadow: 0 18px 35px rgba(24,32,51,.12); }
.game-card__art { position: relative; aspect-ratio: 1.34/1; overflow: hidden; color: #fff; background-position: center; background-size: cover; isolation: isolate; }
.game-card__art::before { content: ""; position: absolute; inset: 0; z-index: -3; background: var(--art-bg, linear-gradient(135deg, #6d28d9, #181041)); }
.game-card__art::after { content: ""; position: absolute; inset: auto -20% -55% 20%; z-index: -2; height: 90%; background: rgba(255,255,255,.25); filter: blur(30px); transform: rotate(-12deg); }
.game-card__art--has-image::before { display: none; }
.game-card__art--has-image::after { background: linear-gradient(to top, rgba(5,8,18,.48), transparent 55%); inset: 0; height: auto; filter: none; transform: none; }
.game-card__art--gold { --art-bg: radial-gradient(circle at 25% 25%, #fff2a4 0 3%, transparent 4%), linear-gradient(145deg, #6b3509, #f5b62e 53%, #6d2d08); }
.game-card__art--rose { --art-bg: radial-gradient(circle at 75% 25%, #ffd1ea, transparent 18%), linear-gradient(135deg, #49157d, #ef5da8 62%, #712785); }
.game-card__art--red { --art-bg: radial-gradient(circle at 27% 25%, #ffda83, transparent 17%), linear-gradient(140deg, #6d0713, #db2637 58%, #52101d); }
.game-card__art--emerald { --art-bg: radial-gradient(circle at 75% 20%, #f9d56e, transparent 18%), linear-gradient(135deg, #073b30, #15956f 58%, #052923); }
.game-card__art--indigo { --art-bg: radial-gradient(circle at 25% 20%, #e1eaff, transparent 15%), linear-gradient(145deg, #10194d, #3c59c7 60%, #09102c); }
.game-card__art--cyan { --art-bg: radial-gradient(circle at 70% 28%, #fff99c, transparent 13%), linear-gradient(135deg, #074f62, #22bdc8 58%, #053240); }
.game-card__art--steel { --art-bg: radial-gradient(circle at 30% 25%, #d4e3ef, transparent 12%), linear-gradient(135deg, #162330, #60788d 60%, #111923); }
.game-card__art--violet { --art-bg: radial-gradient(circle at 70% 25%, #fcf2a4, transparent 12%), linear-gradient(145deg, #1d0a40, #7246b9 60%, #16072f); }
.game-card__art--lime { --art-bg: radial-gradient(circle at 25% 25%, #fff5a1, transparent 15%), linear-gradient(135deg, #344b0e, #8bbb2f 58%, #263708); }
.game-card__art--ocean { --art-bg: radial-gradient(circle at 65% 25%, #c1f7ff, transparent 13%), linear-gradient(135deg, #062f52, #0b87b9 58%, #032139); }
.game-card__art--candy { --art-bg: radial-gradient(circle at 25% 25%, #fff3aa, transparent 13%), linear-gradient(135deg, #673086, #ff6fa8 58%, #4c1f6b); }
.game-card__art--sand { --art-bg: radial-gradient(circle at 70% 25%, #fff4b4, transparent 14%), linear-gradient(135deg, #55350d, #c69135 58%, #382208); }
.game-card__art--space { --art-bg: radial-gradient(circle at 28% 25%, #53f6de, transparent 10%), linear-gradient(135deg, #090d37, #4b2ea0 56%, #081b36); }
.game-card__art--earth { --art-bg: radial-gradient(circle at 70% 25%, #f5df7e, transparent 13%), linear-gradient(135deg, #382516, #8e5f32 58%, #24160d); }
.game-card__art--moon { --art-bg: radial-gradient(circle at 70% 22%, #f4f0d0 0 8%, transparent 9%), linear-gradient(135deg, #101444, #5f4bb0 58%, #111032); }
.game-card__art--tiger { --art-bg: radial-gradient(circle at 25% 25%, #ffe6a0, transparent 13%), linear-gradient(135deg, #52210a, #ec7b20 58%, #2d1207); }
.game-card__art--cyber { --art-bg: radial-gradient(circle at 70% 25%, #4dfff0, transparent 12%), linear-gradient(135deg, #11082d, #7b1fe0 58%, #071c2c); }
.game-card__art--koi { --art-bg: radial-gradient(circle at 28% 25%, #ffe879, transparent 12%), linear-gradient(135deg, #48232a, #e75661 58%, #17254b); }
.game-card__shape { position: absolute; inset: 0; z-index: -1; opacity: .6; }
.game-card__shape i { position: absolute; display: block; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.game-card__shape i:nth-child(1) { width: 90px; height: 90px; right: -28px; top: -24px; }
.game-card__shape i:nth-child(2) { width: 55px; height: 55px; left: -14px; bottom: -18px; }
.game-card__shape i:nth-child(3) { width: 28px; height: 28px; right: 24%; bottom: 17%; background: rgba(255,255,255,.08); }
.game-card__monogram { position: absolute; top: 43%; left: 50%; transform: translate(-50%,-50%); color: rgba(255,255,255,.24); font: 950 74px/1 var(--dh-display); text-shadow: 0 10px 30px rgba(0,0,0,.18); }
.game-card__art-title { position: absolute; inset: auto 10px 10px; color: #fff; font: 900 11px/1.15 var(--dh-display); text-align: center; text-transform: uppercase; letter-spacing: .04em; text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.game-card__badge { position: absolute; top: 8px; left: 8px; z-index: 2; padding: 4px 7px; color: #07120f; font-size: 7px; line-height: 1; font-weight: 950; letter-spacing: .08em; background: var(--dh-mint); border-radius: 5px; box-shadow: 0 4px 13px rgba(0,0,0,.14); }
.game-card__favorite { position: absolute; top: 7px; right: 7px; z-index: 2; display: grid; place-items: center; width: 29px; height: 29px; color: #fff; background: rgba(4,8,20,.38); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; backdrop-filter: blur(8px); opacity: 0; transition: .2s ease; }
.game-card:hover .game-card__favorite, .game-card__favorite.is-favorite { opacity: 1; }
.game-card__favorite.is-favorite { color: #ff77b8; }
.game-card__favorite.is-favorite svg { fill: currentColor; }
.game-card__favorite svg { width: 13px; height: 13px; }
.game-card__overlay { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(7,11,25,.58); backdrop-filter: blur(2px); opacity: 0; transition: .22s ease; }
.game-card:hover .game-card__overlay, .game-card:focus-within .game-card__overlay { opacity: 1; }
.game-card__play { display: inline-flex; flex-direction: column; align-items: center; gap: 7px; color: #fff; font-size: 8px; font-weight: 850; background: transparent; border: 0; transform: translateY(8px); transition: .2s ease; }
.game-card:hover .game-card__play, .game-card:focus-within .game-card__play { transform: none; }
.game-card__play svg { display: block; width: 43px; height: 43px; padding: 13px; color: #07120f; fill: currentColor; stroke: none; background: var(--dh-mint); border-radius: 50%; box-shadow: 0 10px 25px rgba(66,232,195,.32); }
.game-card__body { display: flex; align-items: flex-start; justify-content: space-between; gap: 6px; padding: 11px 10px 8px; }
.game-card__body > div { min-width: 0; }
.game-card__body h3 { margin: 0; overflow: hidden; color: #141a2a; font-size: 10px; line-height: 1.25; font-weight: 850; white-space: nowrap; text-overflow: ellipsis; }
.game-card__body p { margin: 3px 0 0; overflow: hidden; color: #9299a8; font-size: 8px; line-height: 1.2; white-space: nowrap; text-overflow: ellipsis; }
.game-card__tag { flex: 0 0 auto; max-width: 62px; padding: 4px 5px; overflow: hidden; color: #6d5b9b; font-size: 6px; line-height: 1; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; background: #f2edff; border-radius: 4px; }
.game-card__meta { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0 10px 10px; padding-top: 7px; border-top: 1px solid #f0f2f5; }
.game-card__meta span { display: grid; color: #596174; font-size: 7px; line-height: 1.2; font-weight: 800; }
.game-card__meta span + span { padding-left: 7px; border-left: 1px solid #eef0f4; }
.game-card__meta small { margin-bottom: 2px; color: #a1a7b4; font-size: 6px; font-weight: 600; }
.catalog-actions { display: flex; justify-content: center; padding-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 22px; border-radius: 11px; }
.button--outline { color: #30384a; font-size: 11px; font-weight: 800; background: #fff; border: 1px solid #dfe4eb; box-shadow: 0 8px 20px rgba(16,24,40,.04); }
.button--outline:hover { color: #fff; background: var(--dh-night-2); border-color: var(--dh-night-2); }
.button--outline svg { width: 14px; }
.catalog-empty { padding: 60px 20px; text-align: center; background: #fff; border: 1px dashed #d6dce5; border-radius: 16px; }
.catalog-empty > span { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 14px; color: var(--dh-violet); background: #f2edff; border-radius: 50%; }
.catalog-empty h3 { margin: 0 0 4px; font-size: 17px; }
.catalog-empty p { margin: 0; color: var(--dh-muted); font-size: 12px; }

.content-section { padding: 90px 0; background: #fff; border-top: 1px solid var(--dh-line); }
.content-layout { display: grid; grid-template-columns: 215px minmax(0, 810px); justify-content: space-between; gap: 70px; }
.content-toc { position: sticky; top: 30px; align-self: start; display: flex; flex-direction: column; gap: 4px; padding: 18px; background: #f7f9fc; border: 1px solid #e8ecf2; border-radius: 15px; }
.content-toc > span { margin: 2px 8px 9px; color: #a0a7b4; font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.content-toc > a { padding: 8px 10px; color: #70798d; font-size: 10px; font-weight: 700; border-radius: 8px; }
.content-toc > a:hover, .content-toc > a.is-active { color: #5635b5; background: #ede8ff; }
.content-toc__note { display: flex; gap: 10px; margin-top: 12px; padding: 12px; color: #688072; background: #eaf9f4; border-radius: 10px; }
.content-toc__note span { display: grid; flex: 0 0 auto; }
.content-toc__note svg { width: 16px; color: var(--dh-mint-dark); }
.content-toc__note p { margin: 0; font-size: 8px; line-height: 1.5; }
.guide-content { min-width: 0; }
.guide-content header { scroll-margin-top: 30px; }
.guide-content h2 { margin: 0 0 15px; color: #11182a; font: 800 clamp(26px, 3vw, 40px)/1.15 var(--dh-display); letter-spacing: -.04em; }
.guide-content header h2 { margin-top: 13px; }
.guide-content .lead { margin: 0; color: #5d6679; font-size: 16px; line-height: 1.8; }
.guide-content > section { padding-top: 55px; scroll-margin-top: 20px; }
.guide-content > section h2 { font-size: clamp(23px, 2.3vw, 31px); }
.guide-content > section > p { color: #606a7d; font-size: 14px; line-height: 1.85; }
.answer-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.answer-cards > div { padding: 19px; background: #f8fafc; border: 1px solid #e9edf2; border-radius: 13px; }
.answer-cards span { display: grid; place-items: center; width: 35px; height: 35px; margin-bottom: 15px; color: #5c39c3; background: #eee9ff; border-radius: 9px; }
.answer-cards svg { width: 17px; }
.answer-cards strong { display: block; margin-bottom: 6px; font-size: 12px; }
.answer-cards p { margin: 0; color: #778094; font-size: 10px; line-height: 1.6; }
.info-table { overflow: hidden; margin-top: 22px; border: 1px solid #e5e9ef; border-radius: 14px; }
.info-table > div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 15px 18px; border-bottom: 1px solid #edf0f3; }
.info-table > div:last-child { border-bottom: 0; }
.info-table > div:nth-child(odd) { background: #f9fafc; }
.info-table strong { font-size: 11px; }
.info-table span { color: #697286; font-size: 11px; }
.faq-list { overflow: hidden; border: 1px solid #e5e9ef; border-radius: 15px; }
.faq-list details { border-bottom: 1px solid #e9edf2; }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 20px; color: #252d3f; font-size: 12px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 16px; color: #8a93a5; transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list details p { margin: -3px 20px 19px; color: #697286; font-size: 12px; line-height: 1.75; }

.site-footer { padding: 72px 0 0; color: rgba(255,255,255,.55); background: var(--dh-night); }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1.25fr 1.35fr; gap: 50px; }
.brand--footer { margin-bottom: 18px; }
.site-footer__brand p { max-width: 390px; margin: 0; font-size: 11px; line-height: 1.75; }
.site-footer h2 { margin: 0 0 16px; color: #fff; font: 800 11px var(--dh-font); }
.site-footer__grid > div:not(:first-child) > a { display: block; margin: 8px 0; font-size: 10px; }
.site-footer__grid a:hover { color: var(--dh-mint); }
.site-footer__notice { padding: 17px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 13px; }
.age-chip { display: grid; place-items: center; width: 35px; height: 35px; margin-bottom: 11px; color: #fff; font-size: 10px; font-weight: 900; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.site-footer__notice p { margin: 0; font-size: 9px; line-height: 1.6; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding: 21px 0; font-size: 9px; border-top: 1px solid rgba(255,255,255,.07); }

.demo-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: .22s ease; }
.demo-modal.is-open { visibility: visible; opacity: 1; }
.demo-modal__backdrop { position: absolute; inset: 0; background: rgba(3,6,15,.8); backdrop-filter: blur(7px); }
.demo-modal__panel { position: relative; width: min(430px, 100%); padding: 42px; color: #fff; text-align: center; background: linear-gradient(145deg, #171f38, #0c1224); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; box-shadow: 0 35px 90px rgba(0,0,0,.45); transform: translateY(12px) scale(.97); transition: .22s ease; }
.demo-modal.is-open .demo-modal__panel { transform: none; }
.demo-modal__close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 32px; height: 32px; color: rgba(255,255,255,.6); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 9px; }
.demo-modal__close svg { width: 15px; }
.demo-modal__icon { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 22px; color: #07120f; background: var(--dh-mint); border-radius: 50%; box-shadow: 0 15px 45px rgba(66,232,195,.25); }
.demo-modal__icon svg { width: 26px; fill: currentColor; stroke: none; }
.demo-modal h2 { margin: 12px 0 12px; font: 800 25px/1.2 var(--dh-display); }
.demo-modal p { margin: 0 0 25px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.75; }

.page-hero { padding: 76px 0 54px; color: #fff; background: radial-gradient(circle at 80% 0, rgba(139,92,246,.18), transparent 28%), var(--dh-night); }
.page-hero h1 { margin: 12px 0 9px; font: 850 clamp(35px,5vw,58px)/1.05 var(--dh-display); letter-spacing: -.05em; }
.page-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.58); }
.page-hero--catalog { padding-top: 45px; }
.demohub-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; }
.demohub-breadcrumbs a { color: var(--dh-mint); }
.demohub-breadcrumbs .rank-math-breadcrumb p { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; max-width: none; margin: 0; }
.landing-metrics { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.landing-metrics span { display: inline-flex; align-items: center; min-height: 38px; padding: 0 13px; color: rgba(255,255,255,.65); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 9px; font-size: 10px; }
.landing-metrics strong { margin-right: 5px; color: var(--dh-mint); font-size: 15px; }
.catalog-section--landing { padding-top: 45px; }
.landing-game-grid { margin-top: 26px; }
.catalog-pagination { margin-top: 42px; }
.catalog-pagination .page-numbers { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.catalog-pagination a, .catalog-pagination span { display: grid; place-items: center; min-width: 38px; min-height: 38px; padding: 0 11px; color: #566077; background: #fff; border: 1px solid var(--dh-line); border-radius: 9px; font-size: 10px; font-weight: 800; }
.catalog-pagination .current { color: #07120f; background: var(--dh-mint); border-color: var(--dh-mint); }
.landing-copy { padding: 0 0 85px; }
.landing-copy .entry-card { max-width: none; }
.provider-directory { padding: 55px 0 90px; }
.provider-directory__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.provider-directory__card { display: grid; grid-template-columns: 58px minmax(0,1fr) 28px; align-items: center; gap: 14px; min-height: 126px; padding: 19px; color: var(--dh-ink); background: #fff; border: 1px solid var(--dh-line); border-radius: 16px; box-shadow: var(--dh-shadow); transition: .2s ease; }
.provider-directory__card:hover { border-color: #a98bf2; transform: translateY(-3px); box-shadow: 0 20px 45px rgba(26,34,53,.12); }
.provider-directory__logo { display: grid; place-items: center; width: 58px; height: 58px; color: #fff; background: linear-gradient(145deg,#11183a,#7346d0); border-radius: 16px; font: 900 23px/1 var(--dh-display); }
.provider-directory__copy { display: grid; min-width: 0; }
.provider-directory__copy strong { font: 850 16px/1.2 var(--dh-display); }
.provider-directory__copy small { margin-top: 4px; color: #7651c4; font-size: 9px; font-weight: 800; }
.provider-directory__copy em { margin-top: 9px; color: var(--dh-muted); font-size: 10px; line-height: 1.45; font-style: normal; }
.provider-directory__arrow { display: grid; place-items: center; width: 28px; height: 28px; color: #7651c4; background: #f2edff; border-radius: 8px; }
.provider-directory__arrow svg { width: 13px; }
.provider-directory__content { max-width: none; margin-top: 25px; }
.guide-page { padding-top: 60px; }
.guide-content--page { padding: 38px; background: #fff; border: 1px solid var(--dh-line); border-radius: 18px; box-shadow: var(--dh-shadow); }
.guide-content--page > h2 { padding-top: 45px; scroll-margin-top: 25px; }
.guide-content--page > h2:first-child { padding-top: 0; }
.guide-content--page > p, .guide-content--page > ol { color: #606a7d; font-size: 14px; line-height: 1.85; }
.guide-content--page .faq-list { margin-top: 20px; }
.game-card__body p a { color: inherit; }
.game-card__body p a:hover { color: var(--dh-violet); }
.page-content { padding: 70px 0 90px; }
.entry-card { max-width: 850px; padding: 40px; background: #fff; border: 1px solid var(--dh-line); border-radius: 18px; box-shadow: var(--dh-shadow); }
.entry-card h2, .entry-card h3 { font-family: var(--dh-display); letter-spacing: -.03em; }
.entry-card p { color: #596275; }
.post-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.post-card { padding: 22px; background: #fff; border: 1px solid var(--dh-line); border-radius: 15px; }
.post-card h2 { margin: 5px 0 9px; font: 800 19px/1.25 var(--dh-display); }
.post-card p { color: var(--dh-muted); font-size: 12px; }
.post-card a { color: var(--dh-violet); font-size: 11px; font-weight: 800; }
.game-single { padding: 65px 0 90px; }
.game-single__head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; margin-bottom: 28px; }
.game-single__head h1 { margin: 9px 0 5px; font: 850 clamp(34px,4vw,54px)/1.05 var(--dh-display); letter-spacing: -.05em; }
.game-single__head p { margin: 0; color: var(--dh-muted); }
.game-stage { position: relative; overflow: hidden; background: #070b16; border: 1px solid #1e2942; border-radius: 20px; box-shadow: 0 30px 70px rgba(10,16,32,.22); }
.game-stage__bar { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; height: 54px; padding: 0 12px 0 18px; color: rgba(255,255,255,.6); background: #11182b; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 10px; }
.game-stage__title { overflow: hidden; padding-right: 12px; text-overflow: ellipsis; white-space: nowrap; }
.game-stage__actions { display: flex; align-items: center; gap: 7px; }
.game-stage__mode { margin-right: 4px; white-space: nowrap; }
.game-stage__control { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; color: rgba(255,255,255,.76); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 9px; transition: .18s ease; }
.game-stage__control:hover { color: #07120f; background: var(--dh-mint); border-color: var(--dh-mint); }
.game-stage__control:disabled { opacity: .35; cursor: not-allowed; }
.game-stage__control svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.game-stage__control span { display: grid; place-items: center; }
.game-stage__control span[hidden] { display: none; }
.game-stage iframe { display: block; width: 100%; height: min(72vh, 760px); background: #000; border: 0; opacity: 0; transition: opacity .28s ease; }
.game-stage.is-playing iframe { opacity: 1; }
.game-stage__start { position: absolute; z-index: 2; inset: 54px 0 0; display: grid; place-items: center; min-height: 520px; padding: 30px; overflow: hidden; color: #fff; text-align: center; background: radial-gradient(circle at 50% 38%, rgba(66,232,195,.2), transparent 25%), linear-gradient(145deg, rgba(8,13,28,.87), rgba(15,22,44,.96)), var(--game-poster, none) center/cover no-repeat; }
.game-stage__start::before { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(8,13,28,.9), rgba(8,13,28,.55), rgba(8,13,28,.9)); backdrop-filter: blur(5px); }
.game-stage__start-content { position: relative; z-index: 1; width: min(420px, 100%); }
.game-stage__ready { display: inline-block; margin-bottom: 11px; color: var(--dh-mint); font-size: 9px; font-weight: 850; letter-spacing: .2em; }
.game-stage__start h2 { margin: 0 0 8px; font: 850 clamp(27px,4vw,42px)/1.08 var(--dh-display); letter-spacing: -.04em; }
.game-stage__start p { margin: 0 0 24px; color: rgba(255,255,255,.62); font-size: 12px; }
.game-stage__play { display: inline-flex; align-items: center; gap: 11px; min-height: 50px; padding: 8px 20px 8px 8px; color: #07120f; background: var(--dh-mint); border: 0; border-radius: 999px; box-shadow: 0 16px 42px rgba(66,232,195,.26); font-size: 11px; font-weight: 850; transition: .18s ease; }
.game-stage__play:hover { transform: translateY(-2px); box-shadow: 0 19px 48px rgba(66,232,195,.36); }
.game-stage__play span { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: #0d1528; border-radius: 50%; }
.game-stage__play svg { width: 14px; fill: currentColor; stroke: none; }
.game-stage.is-playing .game-stage__start { display: none; }
.game-stage:fullscreen, .game-stage:-webkit-full-screen { width: 100vw; height: 100vh; height: 100svh; border: 0; border-radius: 0; }
.game-stage:fullscreen iframe, .game-stage:-webkit-full-screen iframe { height: calc(100vh - 54px); height: calc(100svh - 54px); }
.game-stage__empty { display: grid; place-items: center; min-height: 520px; padding: 30px; color: rgba(255,255,255,.55); text-align: center; }
.game-stage__empty span { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 18px; color: #07120f; background: var(--dh-mint); border-radius: 50%; }
.game-stage__empty h2 { margin: 0 0 7px; color: #fff; }
.game-info-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 22px; margin-top: 25px; }
.game-info-grid > * { padding: 28px; background: #fff; border: 1px solid var(--dh-line); border-radius: 16px; }

@media (max-width: 1180px) {
  .game-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .hero__grid { gap: 45px; }
  .content-layout { grid-template-columns: 195px minmax(0,1fr); gap: 45px; }
}

@media (max-width: 980px) {
  .site-rail { display: none; }
  .site-shell { margin-left: 0; padding-top: 68px; }
  .mobile-header { position: fixed; inset: 0 0 auto; z-index: 200; display: flex; align-items: center; justify-content: space-between; height: 68px; padding: 0 24px; color: #fff; background: rgba(8,13,28,.96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
  .mobile-menu-toggle { display: grid; place-items: center; width: 40px; height: 40px; color: #fff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 11px; }
  .mobile-menu-toggle svg { width: 19px; }
  .icon-close { display: none; }
  .mobile-menu-toggle[aria-expanded="true"] .icon-menu { display: none; }
  .mobile-menu-toggle[aria-expanded="true"] .icon-close { display: grid; }
  .mobile-drawer { position: fixed; inset: 68px 0 0; z-index: 190; display: block; padding: 20px 24px 100px; visibility: hidden; color: #fff; background: rgba(8,13,28,.985); opacity: 0; transform: translateY(-8px); transition: .22s ease; }
  .mobile-drawer.is-open { visibility: visible; opacity: 1; transform: none; }
  .mobile-drawer nav { display: grid; gap: 8px; }
  .mobile-drawer a { display: flex; align-items: center; gap: 14px; padding: 14px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 750; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; }
  .mobile-drawer a.is-active { color: var(--dh-mint); border-color: rgba(66,232,195,.25); background: rgba(66,232,195,.08); }
  .mobile-drawer a span { display: grid; color: var(--dh-mint); }
  .mobile-bottom-nav { display: none; }
  .hero { padding: 72px 0 65px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { text-align: center; }
  .hero__content > p, .hero-search { margin-left: auto; margin-right: auto; }
  .hero__trust { justify-content: center; }
  .hero-discovery { justify-self: center; transform: none; }
  .benefits__grid { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.07); }
  .catalog-toolbar { grid-template-columns: 1fr 190px; }
  .catalog-toolbar > :last-child { display: none; }
  .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .content-layout { grid-template-columns: 1fr; }
  .content-toc { position: static; display: none; }
  .site-footer__grid { grid-template-columns: 2fr 1fr 1.2fr; }
  .site-footer__notice { display: none; }
  .provider-directory__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 66px; }
  .container { width: min(100% - 30px, 620px); }
  .site-shell { padding-top: 62px; }
  .mobile-header { height: 62px; padding: 0 15px; }
  .mobile-drawer { top: 62px; }
  .mobile-bottom-nav { position: fixed; inset: auto 0 0; z-index: 300; display: grid; grid-template-columns: repeat(5, 1fr); height: 66px; padding: 7px 7px max(7px, env(safe-area-inset-bottom)); color: #7d8598; background: rgba(255,255,255,.96); border-top: 1px solid #e5e9ef; box-shadow: 0 -10px 30px rgba(20,28,45,.08); backdrop-filter: blur(16px); }
  .mobile-bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; font-size: 8px; font-weight: 750; }
  .mobile-bottom-nav a > span { display: grid; }
  .mobile-bottom-nav svg { width: 18px; height: 18px; }
  .mobile-bottom-nav a.is-active { color: #5f3bc0; }
  .mobile-bottom-nav__play { position: relative; color: var(--dh-ink) !important; }
  .mobile-bottom-nav__play > span { display: grid; place-items: center; width: 44px; height: 44px; margin-top: -25px; color: #07120f; background: var(--dh-mint); border: 5px solid var(--dh-canvas); border-radius: 50%; box-shadow: 0 8px 22px rgba(37,195,163,.25); }
  .hero { padding: 55px 0 50px; }
  .hero__grid { gap: 38px; }
  .hero h1 { margin: 16px 0; font-size: clamp(37px, 12vw, 54px); }
  .hero__content > p { font-size: 14px; }
  .hero-search { grid-template-columns: auto 1fr; padding-right: 14px; }
  .hero-search button { grid-column: 1 / -1; width: 100%; }
  .hero__trust { gap: 9px 15px; }
  .hero-discovery { width: 100%; padding: 13px; }
  .benefits__grid { grid-template-columns: repeat(2,1fr); }
  .benefit { min-height: 85px; padding: 15px 12px; gap: 10px; }
  .benefit > span { width: 34px; height: 34px; }
  .benefit strong { font-size: 10px; }
  .benefit small { font-size: 8px; }
  .catalog-section { padding: 61px 0 66px; }
  .section-heading { align-items: flex-start; margin-bottom: 25px; }
  .section-heading h2 { font-size: 34px; }
  .section-heading p { font-size: 12px; }
  .catalog-count { display: none; }
  .catalog-toolbar { grid-template-columns: 1fr; padding: 8px; }
  .catalog-toolbar .catalog-select { display: flex; }
  .catalog-toolbar > :last-child { display: none; }
  .provider-row { margin-inline: -15px; padding: 17px 15px 21px; }
  .game-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px 10px; }
  .game-card { border-radius: 13px; }
  .game-card__favorite { opacity: 1; }
  .game-card__body h3 { font-size: 10px; }
  .game-card__meta { display: none; }
  .game-card__tag { display: none; }
  .game-card__body { padding-bottom: 11px; }
  .content-section { padding: 62px 0; }
  .guide-content .lead { font-size: 14px; }
  .answer-cards { grid-template-columns: 1fr; }
  .answer-cards > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; }
  .answer-cards span { grid-row: span 2; margin: 0; }
  .answer-cards p { grid-column: 2; }
  .guide-content > section { padding-top: 45px; }
  .info-table > div { grid-template-columns: 1fr; gap: 4px; }
  .faq-list summary { padding: 16px; }
  .faq-list details p { margin: -2px 16px 17px; }
  .site-footer { padding-top: 55px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .site-footer__brand { grid-column: 1/-1; }
  .site-footer__bottom { flex-direction: column; margin-top: 38px; padding-bottom: 25px; }
  .demo-modal__panel { padding: 38px 24px 28px; }
  .page-hero { padding: 55px 0 42px; }
  .page-content { padding: 48px 0 70px; }
  .entry-card { padding: 25px; }
  .page-hero--catalog { padding-top: 32px; }
  .demohub-breadcrumbs { margin-bottom: 22px; }
  .landing-metrics { margin-top: 18px; }
  .provider-directory { padding: 38px 0 70px; }
  .provider-directory__grid { grid-template-columns: 1fr; }
  .provider-directory__card { min-height: 112px; padding: 15px; }
  .guide-content--page { padding: 25px; }
  .post-list { grid-template-columns: 1fr; }
  .game-single { padding: 45px 0 70px; }
  .game-single__head { grid-template-columns: 1fr; }
  .game-stage__bar { padding-left: 14px; }
  .game-stage__mode { display: none; }
  .game-stage iframe { height: clamp(520px, calc(100svh - 170px), 760px); }
  .game-stage__start { min-height: 520px; padding: 22px; }
  .game-stage__empty { min-height: 420px; }
  .game-info-grid { grid-template-columns: 1fr; }
}

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