:root {
  --ink: #f5f6ef;
  --muted: #92968d;
  --black: #0b0c10;
  --panel: #14161b;
  --panel-2: #1b1e24;
  --line: #2a2e35;
  --lime: #c8ff2f;
  --orange: #ff6847;
  --cyan: #45dff5;
  --display: "Black Ops One", "PingFang SC", sans-serif;
  --body: "Chakra Petch", "PingFang SC", sans-serif;
  --page: min(1480px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--black); color: var(--ink); font-family: var(--body); }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .16; background-image: radial-gradient(rgba(255,255,255,.32) .65px, transparent .65px); background-size: 6px 6px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
[hidden] { display: none !important; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.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; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(11,12,16,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-main { width: var(--page); height: 78px; margin: auto; display: grid; grid-template-columns: auto 1fr minmax(300px, 440px); align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-size: 21px; letter-spacing: -.045em; white-space: nowrap; }
.brand > span:last-child > span { color: var(--lime); }
.brand-mark { width: 36px; height: 36px; position: relative; display: inline-block; transform: rotate(-8deg); }
.brand-mark i { width: 17px; height: 17px; position: absolute; border: 3px solid var(--ink); background: var(--orange); }
.brand-mark i:nth-child(1) { left: 0; top: 9px; }
.brand-mark i:nth-child(2) { right: 0; top: 0; background: var(--lime); }
.brand-mark i:nth-child(3) { right: 0; bottom: 0; background: var(--cyan); }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a, .desktop-nav button { padding: 8px 0; border: 0; background: transparent; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .04em; cursor: pointer; }
.desktop-nav a:hover, .desktop-nav button:hover, .desktop-nav .active { color: var(--ink); }
.desktop-nav .active { position: relative; }
.desktop-nav .active::after { content: ""; height: 3px; position: absolute; left: 0; right: 0; bottom: -20px; background: var(--lime); transform: skewX(-20deg); }
.header-tools { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.search-box { height: 44px; padding: 0 13px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; background: var(--panel); border: 1px solid var(--line); transition: border-color .18s, background .18s; }
.search-box:focus-within { border-color: var(--lime); background: #181b20; }
.search-box svg { width: 18px; color: var(--muted); }
.search-box input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; }
.search-box input::placeholder { color: #686d66; }
.search-box kbd { padding: 3px 6px; border: 1px solid var(--line); background: var(--black); color: var(--muted); font-size: 9px; }
.favorite-filter { min-width: 50px; height: 44px; padding: 0 10px; display: flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--line); background: var(--panel); cursor: pointer; }
.favorite-filter svg { width: 18px; }
.favorite-filter span { font-size: 10px; }
.favorite-filter:hover, .favorite-filter.active { color: var(--orange); border-color: var(--orange); }
.favorite-filter.active svg { fill: currentColor; }
.category-strip { width: var(--page); height: 43px; margin: auto; display: flex; align-items: center; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.category-strip::-webkit-scrollbar { display: none; }
.category-strip button { flex: 0 0 auto; padding: 6px 14px; border: 0; background: transparent; color: #777c75; font-size: 10px; font-weight: 700; cursor: pointer; }
.category-strip button:first-child { padding-left: 0; }
.category-strip button:hover { color: var(--ink); }
.category-strip button.active { padding-inline: 15px; background: var(--lime); color: #10120d; transform: skewX(-8deg); }

.home-view, .game-view { width: var(--page); margin: 0 auto; }
.hero-shell { padding: 28px 0 20px; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(320px, .75fr); gap: 14px; }
.hero-feature { min-height: 470px; position: relative; overflow: hidden; display: flex; align-items: flex-end; isolation: isolate; background: linear-gradient(122deg, var(--cover-base), color-mix(in srgb, var(--cover-base) 50%, #050608)); border: 1px solid color-mix(in srgb, var(--cover-accent) 22%, var(--line)); }
.hero-feature::before { content: ""; width: 54%; aspect-ratio: 1; position: absolute; right: -4%; top: -17%; z-index: -1; border: 2px solid color-mix(in srgb, var(--cover-accent) 35%, transparent); border-radius: 50%; box-shadow: 0 0 0 38px color-mix(in srgb, var(--cover-accent) 7%, transparent), 0 0 0 90px color-mix(in srgb, var(--cover-accent) 4%, transparent); }
.hero-feature::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0,0,0,.78) 0 34%, rgba(0,0,0,.18) 75%), linear-gradient(0deg, rgba(0,0,0,.72), transparent 72%); pointer-events: none; }
.hero-art { width: 100%; height: 100%; position: absolute; right: 0; top: 0; display: grid; place-items: center; transform: none; }
.hero-art > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.hero-art:not(.image-failed) > span, .hero-art:not(.image-failed) > i { opacity: 0; }
.hero-art.image-failed > img { display: none; }
.hero-art span { position: relative; z-index: 2; color: var(--cover-base); font-family: var(--display); font-size: clamp(110px, 15vw, 220px); letter-spacing: -.11em; text-shadow: 7px 7px 0 var(--cover-accent), 13px 13px 0 rgba(0,0,0,.33); }
.hero-art i { width: 72%; aspect-ratio: 1; position: absolute; border-radius: 29% 71% 63% 37% / 45% 35% 65% 55%; background: var(--cover-third); box-shadow: -30px 24px 0 var(--cover-accent); opacity: .9; transform: rotate(17deg); }
.hero-copy { width: min(570px, 62%); padding: clamp(32px, 5vw, 72px); position: relative; z-index: 2; }
.eyebrow, .hero-copy > span { color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.hero-copy h1 { max-width: 550px; margin: 12px 0 13px; font-family: var(--display); font-size: clamp(44px, 6vw, 82px); line-height: .92; letter-spacing: -.055em; text-wrap: balance; }
.hero-copy p { max-width: 450px; margin: 0; color: rgba(245,246,239,.67); font-size: 13px; line-height: 1.7; }
.hero-meta { margin: 25px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-meta span { padding: 6px 9px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); color: #d5d7cf; font-size: 9px; }
.hero-copy button { height: 50px; padding: 0 20px 0 7px; display: inline-flex; align-items: center; gap: 12px; border: 0; background: var(--lime); color: #0d1009; font-weight: 700; font-size: 13px; cursor: pointer; box-shadow: 6px 6px 0 rgba(0,0,0,.3); transition: transform .18s, box-shadow .18s; }
.hero-copy button i { width: 36px; height: 36px; display: grid; place-items: center; background: #0d1009; color: var(--lime); font-style: normal; }
.hero-copy button:hover { transform: translate(-2px,-2px); box-shadow: 9px 9px 0 rgba(0,0,0,.32); }
.hero-side { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; }
.side-feature { min-height: 220px; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--cover-base), color-mix(in srgb, var(--cover-base) 58%, #020305)); border: 1px solid var(--line); }
.side-cover { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.side-feature:not(.image-failed)::before { opacity: 0; }
.side-feature:not(.image-failed) button > b { opacity: 0; }
.side-feature.image-failed .side-cover { display: none; }
.side-feature::before { content: ""; width: 180px; height: 180px; position: absolute; right: -48px; bottom: -60px; border-radius: 50%; background: var(--cover-accent); opacity: .75; box-shadow: -44px -44px 0 color-mix(in srgb, var(--cover-third) 65%, transparent); }
.side-feature button { width: 100%; height: 100%; min-height: inherit; padding: 26px; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; text-align: left; border: 0; background: transparent; cursor: pointer; }
.side-number { color: rgba(255,255,255,.35); font-size: 10px; }
.side-feature button > b { grid-row: 1 / 3; grid-column: 2; align-self: center; color: var(--cover-base); font-family: var(--display); font-size: 74px; text-shadow: 4px 4px 0 var(--cover-third); transform: rotate(5deg); }
.side-feature div { align-self: end; display: flex; flex-direction: column; gap: 5px; }
.side-feature small { color: var(--cover-accent); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.side-feature strong { max-width: 210px; font-family: var(--display); font-size: 23px; line-height: 1; }
.side-feature em { color: rgba(255,255,255,.55); font-size: 9px; font-style: normal; }
.side-feature button > i { position: absolute; right: 16px; top: 16px; font-style: normal; }

.ticker { min-height: 76px; margin-bottom: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--panel); }
.ticker > div { padding: 15px 22px; display: grid; grid-template-columns: auto 1fr; column-gap: 13px; align-items: center; border-right: 1px solid var(--line); }
.ticker > div:last-child { border-right: 0; }
.ticker span { grid-row: 1 / 3; color: var(--lime); font-family: var(--display); font-size: 25px; }
.ticker strong { font-size: 11px; }
.ticker small { color: var(--muted); font-size: 9px; }

.catalog-section { scroll-margin-top: 130px; padding-bottom: 88px; }
.section-heading { margin-bottom: 26px; display: flex; align-items: flex-end; justify-content: space-between; }
.section-heading p, .about-band > div p, .source-panel > p, .title-row p, .mini-heading p { margin: 0 0 7px; color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.section-heading h1 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4.3vw, 62px); letter-spacing: -.04em; }
.result-count { display: flex; align-items: baseline; gap: 6px; color: var(--muted); }
.result-count b { color: var(--ink); font-family: var(--display); font-size: 30px; }
.result-count span { font-size: 10px; }
.game-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px 12px; }
.game-card { min-width: 0; position: relative; animation: card-in .48s both; }
.game-card:nth-child(2) { animation-delay: .035s; }.game-card:nth-child(3) { animation-delay: .07s; }.game-card:nth-child(4) { animation-delay: .105s; }.game-card:nth-child(5) { animation-delay: .14s; }
@keyframes card-in { from { opacity: 0; transform: translateY(14px); } }
.card-link { width: 100%; padding: 0; display: block; text-align: left; border: 0; background: transparent; cursor: pointer; }
.cover-art { aspect-ratio: 1.28; position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 75% 25%, var(--cover-third), transparent 28%), linear-gradient(135deg, var(--cover-base), color-mix(in srgb, var(--cover-base) 55%, #030406)); border: 1px solid var(--line); transition: transform .2s, border-color .2s; }
.cover-art > img { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 1; object-fit: cover; object-position: center; transition: transform .25s ease; }
.cover-art:not(.image-failed)::before, .cover-art:not(.image-failed) > i, .cover-art:not(.image-failed) > b { opacity: 0; }
.cover-art.image-failed > img { display: none; }
.cover-art::before { content: ""; width: 60%; aspect-ratio: 1; position: absolute; background: var(--cover-accent); transform: rotate(28deg); box-shadow: 30px 30px 0 color-mix(in srgb, var(--cover-third) 35%, transparent); opacity: .82; }
.cover-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.42), transparent 55%), repeating-linear-gradient(90deg, transparent 0 14px, rgba(255,255,255,.025) 15px); }
.cover-art > i { width: 72px; height: 72px; position: absolute; z-index: 1; border: 2px solid rgba(0,0,0,.25); border-radius: 50%; }
.cover-art > b { position: relative; z-index: 2; color: var(--cover-base); font-family: var(--display); font-size: clamp(44px, 4.6vw, 70px); text-shadow: 4px 4px 0 var(--cover-third); transform: rotate(-5deg); }
.cover-art > em { padding: 5px 7px; position: absolute; left: 8px; top: 8px; z-index: 3; background: rgba(8,9,12,.76); color: white; font-size: 8px; font-style: normal; font-weight: 700; backdrop-filter: blur(6px); }
.cover-play { width: 37px; height: 37px; position: absolute; right: 9px; bottom: 9px; z-index: 3; display: grid; place-items: center; background: var(--lime); color: #0b0d08; font-size: 10px; opacity: 0; transform: translateY(8px); transition: opacity .2s, transform .2s; }
.game-card:hover .cover-art { transform: translateY(-5px); border-color: color-mix(in srgb, var(--cover-accent) 60%, var(--line)); }
.game-card:hover .cover-art > img { transform: scale(1.035); }
.game-card:hover .cover-play { opacity: 1; transform: translateY(0); }
.card-info { padding: 11px 2px 0; display: flex; flex-direction: column; gap: 5px; }
.card-info strong { overflow: hidden; color: var(--ink); font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.card-info small { color: var(--muted); font-size: 9px; }
.card-favorite { width: 30px; height: 30px; padding: 0; position: absolute; right: 7px; top: 7px; z-index: 5; display: grid; place-items: center; border: 0; background: rgba(10,11,14,.72); color: white; cursor: pointer; opacity: 0; transition: opacity .18s, color .18s; }
.game-card:hover .card-favorite, .card-favorite.active { opacity: 1; }
.card-favorite.active { color: var(--orange); }
.card-favorite.active svg { fill: currentColor; }
.card-favorite svg { width: 16px; }
.empty-state { padding: 80px 20px; text-align: center; border: 1px dashed var(--line); background: var(--panel); }
.empty-state > span { width: 58px; height: 58px; margin: auto; display: grid; place-items: center; background: var(--lime); color: var(--black); font-family: var(--display); font-size: 31px; transform: rotate(-5deg); }
.empty-state h2 { margin: 20px 0 5px; font-family: var(--display); }
.empty-state p { margin: 0 0 20px; color: var(--muted); font-size: 11px; }
.empty-state button { padding: 10px 16px; border: 1px solid var(--line); background: transparent; cursor: pointer; }

.about-band { min-height: 280px; margin-bottom: 70px; padding: 54px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 50px; background: var(--lime); color: #12150d; }
.about-band::after { content: "BLOCKDECK"; position: absolute; right: -25px; bottom: -36px; color: rgba(0,0,0,.055); font-family: var(--display); font-size: 120px; pointer-events: none; }
.about-band > div p { color: #46581a; }
.about-band h2 { margin: 0; font-family: var(--display); font-size: clamp(34px, 4vw, 56px); line-height: 1; letter-spacing: -.04em; }
.about-band > p { position: relative; z-index: 1; font-size: 12px; line-height: 1.8; }
.about-band > a { padding: 14px 17px; position: relative; z-index: 1; border: 2px solid #12150d; font-size: 11px; font-weight: 700; white-space: nowrap; }
.about-band > a:hover { background: #12150d; color: var(--lime); }

.game-view { padding: 24px 0 80px; }
.game-page-head { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 9px; }
.breadcrumbs a:hover { color: var(--lime); }
.breadcrumbs b { color: var(--ink); }
.back-button { display: inline-flex; align-items: center; gap: 4px; border: 0; background: transparent; color: var(--muted); font-size: 10px; cursor: pointer; }
.back-button:hover { color: var(--ink); }
.back-button svg { width: 17px; }
.play-layout { display: grid; grid-template-columns: minmax(620px, 1fr) 300px; gap: 14px; }
.player-column { min-width: 0; }
.game-stage { min-height: 600px; height: calc(100vh - 214px); max-height: 780px; position: relative; overflow: hidden; isolation: isolate; background: var(--cover-base); border: 1px solid var(--line); }
.stage-art { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; background: radial-gradient(circle at 72% 28%, var(--cover-third), transparent 24%), linear-gradient(130deg, var(--cover-base), color-mix(in srgb, var(--cover-base) 52%, #040507)); transition: opacity .25s, transform .25s; }
.stage-art > img { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 0; object-fit: cover; object-position: center; }
.stage-art:not(.image-failed)::before, .stage-art:not(.image-failed) .stage-code { opacity: 0; }
.stage-art.image-failed > img { display: none; }
.stage-art::before { content: ""; width: min(45vw, 580px); aspect-ratio: 1; position: absolute; border-radius: 44% 56% 28% 72% / 57% 28% 72% 43%; background: var(--cover-accent); opacity: .78; transform: rotate(18deg); box-shadow: 45px 40px 0 color-mix(in srgb, var(--cover-third) 35%, transparent); }
.stage-art::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(0,0,0,.82), rgba(0,0,0,.05) 75%), repeating-linear-gradient(0deg, transparent 0 4px, rgba(255,255,255,.018) 5px); }
.stage-art.hidden { opacity: 0; transform: scale(1.02); pointer-events: none; }
.stage-code { position: relative; z-index: 1; color: var(--cover-base); font-family: var(--display); font-size: clamp(130px, 22vw, 310px); line-height: 1; letter-spacing: -.12em; text-shadow: 8px 8px 0 var(--cover-third), 15px 15px 0 rgba(0,0,0,.28); transform: rotate(-5deg); }
.stage-copy { position: absolute; left: 40px; bottom: 36px; z-index: 3; }
.stage-copy p { margin: 0 0 6px; color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.stage-copy h1 { margin: 0 0 5px; font-family: var(--display); font-size: clamp(35px, 4.3vw, 66px); letter-spacing: -.045em; }
.stage-copy span { color: rgba(255,255,255,.65); font-size: 11px; }
.play-button { min-width: 172px; height: 54px; padding: 0 18px 0 7px; position: absolute; right: 34px; bottom: 35px; z-index: 4; display: flex; align-items: center; gap: 11px; border: 0; background: var(--lime); color: #0b0d08; font-size: 13px; font-weight: 700; cursor: pointer; box-shadow: 7px 7px 0 rgba(0,0,0,.3); }
.play-button i { width: 40px; height: 40px; display: grid; place-items: center; background: #0b0d08; color: var(--lime); font-style: normal; }
.play-button:hover { transform: translate(-2px,-2px); }
.game-stage iframe { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 1; border: 0; background: white; opacity: 0; pointer-events: none; }
.game-stage iframe.active { z-index: 3; opacity: 1; pointer-events: auto; }
.frame-loader { position: absolute; inset: 0; z-index: 5; display: grid; place-content: center; justify-items: center; gap: 8px; background: rgba(9,10,13,.95); }
.loader-bars { height: 45px; display: flex; align-items: flex-end; gap: 5px; }
.loader-bars i { width: 8px; height: 14px; background: var(--lime); animation: loader .7s ease-in-out infinite alternate; }
.loader-bars i:nth-child(2) { height: 30px; animation-delay: .12s; background: var(--cyan); }
.loader-bars i:nth-child(3) { height: 22px; animation-delay: .24s; background: var(--orange); }
.loader-bars i:nth-child(4) { height: 38px; animation-delay: .36s; }
@keyframes loader { to { height: 44px; } }
.frame-loader strong { margin-top: 10px; font-size: 13px; }
.frame-loader small { color: var(--muted); font-size: 9px; }
.player-toolbar { min-height: 68px; padding: 9px 12px 9px 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--panel); border: 1px solid var(--line); border-top: 0; }
.now-playing { min-width: 0; display: flex; align-items: center; gap: 11px; }
.now-playing > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; background: var(--cover-accent); color: var(--cover-base); font-family: var(--display); font-size: 15px; }
.now-playing div { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.now-playing strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.now-playing small { color: var(--muted); font-size: 9px; }
.toolbar-actions { display: flex; gap: 4px; }
.toolbar-actions button { width: 40px; height: 40px; padding: 0; display: grid; place-items: center; border: 1px solid transparent; background: transparent; color: var(--muted); cursor: pointer; }
.toolbar-actions button:hover { border-color: var(--line); background: var(--panel-2); color: var(--ink); }
.toolbar-actions button.active { color: var(--orange); }
.toolbar-actions button.active svg { fill: currentColor; }
.toolbar-actions svg { width: 18px; }
.game-aside { display: flex; flex-direction: column; gap: 14px; }
.ad-slot { min-height: 300px; padding: 15px; position: relative; display: grid; place-content: center; justify-items: center; gap: 8px; border: 1px dashed #393e46; background: repeating-linear-gradient(135deg, var(--panel) 0 9px, #17191f 9px 10px); color: #565c55; }
.ad-slot span { position: absolute; align-self: start; justify-self: start; font-size: 8px; letter-spacing: .13em; }
.ad-slot b { font-family: var(--display); font-size: 27px; }
.ad-slot small { font-size: 9px; }
.source-panel { padding: 24px; background: var(--panel); border: 1px solid var(--line); }
.source-panel > strong { display: block; font-size: 13px; line-height: 1.45; word-break: break-word; }
.source-panel > span { margin: 14px 0 21px; display: flex; align-items: center; gap: 7px; color: #91c84b; font-size: 9px; }
.source-panel > span i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(145,200,75,.1); }
.source-panel a { padding-top: 16px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; }
.source-panel a:hover { color: var(--lime); }
.source-panel a b { font-size: 17px; }

.game-details { padding-top: 24px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; }
.description-panel, .related-panel { padding: clamp(25px, 3.5vw, 48px); background: var(--panel); border: 1px solid var(--line); }
.title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.title-row h2, .mini-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(32px, 4vw, 54px); letter-spacing: -.045em; }
.rating-pill { padding: 8px 11px; background: #252015; color: #ffc740; font-size: 11px; white-space: nowrap; }
.article-lead { max-width: 820px; margin: 21px 0 29px; color: #b9bdb4; font-size: 14px; line-height: 1.8; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.detail-grid div { padding: 17px; display: flex; flex-direction: column; gap: 7px; border-right: 1px solid var(--line); }
.detail-grid div:last-child { border-right: 0; }
.detail-grid span { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.detail-grid strong { font-size: 11px; }
.description-panel > h3 { margin: 34px 0 9px; font-size: 15px; }
.description-panel > p:not(.article-lead) { color: var(--muted); font-size: 11px; line-height: 1.8; }
.rights-note { margin-top: 28px; padding: 16px 18px; display: grid; grid-template-columns: 90px 1fr; gap: 15px; background: #101217; border-left: 3px solid var(--orange); }
.rights-note b { font-size: 10px; }
.rights-note p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.65; }
.related-panel { padding: 27px 23px; }
.mini-heading h2 { font-size: 26px; }
.related-panel #relatedGames { margin-top: 22px; display: grid; gap: 18px; }
.compact-card .cover-art { aspect-ratio: 1.8; }
.compact-card .cover-art > b { font-size: 47px; }
.compact-card .card-favorite { display: none; }

.site-footer { width: var(--page); min-height: 130px; margin: auto; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 25px; border-top: 1px solid var(--line); }
.site-footer p { margin: 0; color: var(--muted); font-size: 9px; text-align: center; }
.site-footer p a { color: var(--muted); text-decoration: none; }
.site-footer p a:hover { color: var(--lime); }
.site-footer p:last-child { text-align: right; }
.footer-brand { font-size: 16px; }
.footer-brand .brand-mark { transform: rotate(-8deg) scale(.8); transform-origin: left center; }
.mobile-nav { display: none; }
.toast { padding: 11px 17px; position: fixed; left: 50%; bottom: 24px; z-index: 100; background: var(--lime); color: #0c0f08; font-size: 10px; font-weight: 700; box-shadow: 6px 6px 0 rgba(0,0,0,.45); opacity: 0; transform: translate(-50%, 12px); pointer-events: none; transition: opacity .18s, transform .18s; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

/* 1Games-inspired shell: compact top bar, fixed icon rail, dense game mosaic. */
.side-dock { width: 58px; position: fixed; inset: 0 auto 0 0; z-index: 70; display: flex; flex-direction: column; align-items: center; background: #11131b; border-right: 1px solid #2b2e3b; box-shadow: 8px 0 24px rgba(0,0,0,.15); }
.dock-toggle { width: 58px; height: 59px; padding: 0; display: grid; place-content: center; gap: 4px; border: 0; border-bottom: 1px solid #2b2e3b; background: #171925; cursor: pointer; }
.dock-toggle span { width: 20px; height: 2px; display: block; background: #f1f2ec; border-radius: 3px; }
.dock-home { width: 58px; height: 49px; display: grid; place-items: center; color: var(--orange); border-left: 3px solid var(--orange); background: #191b27; }
.dock-home svg { width: 21px; fill: color-mix(in srgb, var(--orange) 22%, transparent); }
.side-dock .category-strip { width: 58px; height: auto; margin: 0; padding: 4px 0 12px; display: flex; flex: 1; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; overflow-x: hidden; }
.side-dock .category-strip button, .side-dock .category-strip button:first-child { width: 58px; height: 44px; padding: 0; position: relative; display: grid; place-items: center; flex: 0 0 44px; border: 0; background: transparent; color: #8a8e9a; transform: none; cursor: pointer; }
.side-dock .category-strip button span { font-size: 18px; line-height: 1; transition: transform .18s, color .18s; }
.side-dock .category-strip button small { padding: 5px 8px; position: absolute; left: 52px; z-index: 10; border-radius: 4px; background: #272a38; color: white; font-size: 9px; white-space: nowrap; opacity: 0; pointer-events: none; transform: translateX(-5px); transition: opacity .15s, transform .15s; }
.side-dock .category-strip button:hover span { color: var(--lime); transform: scale(1.13); }
.side-dock .category-strip button:hover small { opacity: 1; transform: translateX(0); }
.side-dock .category-strip button.active { color: var(--lime); background: #1b1e29; box-shadow: inset 3px 0 0 var(--lime); }
.side-dock .category-strip button:nth-child(3n+2) { color: #ff9669; }
.side-dock .category-strip button:nth-child(3n+3) { color: #62d7ee; }

.site-header { width: calc(100% - 58px); margin-left: 58px; }
.header-main { width: 100%; height: 59px; margin: 0; padding: 0 18px; grid-template-columns: auto 1fr minmax(310px, 410px); gap: 30px; background: #1b1d2a; }
.brand { font-size: 19px; }
.brand-mark { width: 31px; height: 31px; }
.brand-mark i { width: 15px; height: 15px; border-width: 2px; }
.desktop-nav { justify-content: flex-end; gap: 25px; }
.desktop-nav a, .desktop-nav button { font-size: 11px; }
.desktop-nav .active::after { bottom: -14px; }
.search-box, .favorite-filter { height: 37px; background: #11131b; }

.home-view, .game-view { width: auto; margin-left: 70px; margin-right: 12px; }
.hero-shell { min-height: 366px; padding: 10px 0 12px; display: grid; grid-template-columns: minmax(270px, 2fr) minmax(580px, 4fr); gap: 10px; }
.hero-feature { min-height: 356px; }
.hero-feature::before { width: 86%; right: -22%; top: -8%; }
.hero-art { width: 100%; height: 78%; right: 0; top: 0; }
.hero-art span { font-size: clamp(90px, 10vw, 150px); }
.hero-copy { width: 100%; padding: 18px; background: linear-gradient(0deg, rgba(20,22,31,.98), rgba(20,22,31,.86) 78%, transparent); }
.hero-copy h1 { max-width: calc(100% - 60px); margin: 7px 0 5px; font-family: var(--body); font-size: 17px; line-height: 1.1; letter-spacing: 0; }
.hero-copy p { max-width: calc(100% - 50px); overflow: hidden; display: -webkit-box; color: #8f93a0; font-size: 10px; line-height: 1.45; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.hero-meta { margin: 8px 0 0; }
.hero-meta span { padding: 3px 6px; font-size: 8px; }
.hero-meta span:nth-child(n+2) { display: none; }
.hero-copy button { width: 43px; min-width: 43px; height: 43px; padding: 0; position: absolute; right: 15px; bottom: 18px; justify-content: center; border-radius: 50%; background: var(--orange); box-shadow: none; font-size: 0; }
.hero-copy button i { width: auto; height: auto; background: transparent; color: white; font-size: 12px; }
.hero-side { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 10px; }
.side-feature { min-height: 0; }
.side-feature:nth-child(3) { grid-column: 2 / 4; grid-row: 1 / 3; }
.side-feature button { min-height: 0; padding: 12px; }
.side-feature button > b { font-size: clamp(40px, 5vw, 72px); }
.side-feature div { padding: 7px 8px; position: absolute; left: 0; right: 0; bottom: 0; background: rgba(27,29,42,.94); }
.side-feature small { display: none; }
.side-feature strong { max-width: calc(100% - 5px); overflow: hidden; font-family: var(--body); font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.side-feature em { font-size: 8px; }
.side-feature:nth-child(3) strong { font-size: 16px; }
.side-feature:nth-child(3) em { font-size: 9px; }
.side-feature:nth-child(3) button > b { font-size: clamp(78px, 10vw, 150px); }
.side-feature button > i { right: 9px; top: 7px; font-size: 11px; }
.side-number { font-size: 8px; }

.catalog-section { padding: 16px 0 70px; scroll-margin-top: 72px; }
.section-heading { margin-bottom: 15px; }
.section-heading h1 { font-family: var(--body); font-size: 21px; letter-spacing: 0; }
.section-heading p { display: none; }
.result-count b { font-family: var(--body); font-size: 18px; }
.game-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.cover-art { aspect-ratio: 1.48; }
.card-info { min-height: 48px; padding: 9px 10px; background: #1b1d2a; border: 1px solid #2a2d3b; border-top: 0; }
.card-info strong { font-size: 11px; font-weight: 500; }
.card-info small { font-size: 8px; }
.game-card:hover .cover-art { transform: none; border-color: var(--cover-accent); }
.about-band { min-height: 220px; margin-bottom: 40px; padding: 38px; background: #1b1d2a; color: var(--ink); border: 1px solid #2a2d3b; }
.about-band > div p { color: var(--lime); }
.about-band h2 { font-family: var(--body); font-size: 32px; }
.about-band::after { color: rgba(255,255,255,.025); }
.about-band > a { border-color: var(--lime); color: var(--lime); }
.about-band > a:hover { background: var(--lime); color: #11131b; }
.site-footer { width: auto; margin-left: 70px; margin-right: 12px; }

.game-view { padding-top: 10px; }
.game-page-head { min-height: 38px; }
.game-stage { height: calc(100vh - 176px); min-height: 560px; }
.game-details { padding-top: 12px; }
.description-panel, .related-panel, .source-panel { background: #171923; }
.ad-slot { background: repeating-linear-gradient(135deg, #171923 0 9px, #1a1c27 9px 10px); }

body.theater-open { overflow: hidden; }
body.theater-open .site-header, body.theater-open .side-dock, body.theater-open .site-footer, body.theater-open .game-page-head, body.theater-open .game-aside, body.theater-open .game-details, body.theater-open .mobile-nav { display: none; }
body.theater-open .game-view { width: 100%; padding: 0; }
body.theater-open .play-layout { display: block; }
body.theater-open .game-stage { height: calc(100vh - 68px); max-height: none; border: 0; }
body.theater-open .player-toolbar { height: 68px; border-inline: 0; border-bottom: 0; }

@media (max-width: 1180px) {
  :root { --page: min(100% - 32px, 1180px); }
  .header-main { grid-template-columns: auto 1fr minmax(280px, 360px); gap: 25px; }
  .desktop-nav { gap: 18px; }
  .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hero-copy { width: 66%; padding: 45px; }
  .play-layout { grid-template-columns: minmax(540px, 1fr) 260px; }
}

@media (max-width: 900px) {
  .header-main { height: 70px; grid-template-columns: auto 1fr; }
  .desktop-nav { display: none; }
  .header-tools { justify-self: end; width: min(100%, 390px); }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-feature { min-height: 440px; }
  .hero-side { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ticker { grid-template-columns: 1fr 1fr; }
  .ticker > div:nth-child(2) { border-right: 0; }
  .ticker > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-band { grid-template-columns: 1fr 1fr; }
  .about-band > a { justify-self: start; }
  .play-layout { grid-template-columns: 1fr; }
  .game-aside { display: grid; grid-template-columns: 1fr 1fr; }
  .ad-slot { min-height: 210px; }
  .game-details { grid-template-columns: 1fr; }
  .related-panel #relatedGames { grid-template-columns: repeat(3, 1fr); }
  .game-stage { min-height: 520px; height: 67vh; }
}

@media (max-width: 620px) {
  :root { --page: calc(100% - 24px); }
  body { padding-bottom: 64px; }
  .site-header { position: relative; }
  .header-main { height: auto; padding: 14px 0 11px; grid-template-columns: 1fr auto; gap: 12px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 31px; height: 31px; }
  .brand-mark i { width: 15px; height: 15px; border-width: 2px; }
  .header-tools { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .search-box { height: 42px; }
  .category-strip { height: 45px; }
  .hero-shell { padding-top: 12px; }
  .hero-feature { min-height: 420px; }
  .hero-feature::before { width: 90%; right: -35%; }
  .hero-art { width: 64%; height: 58%; right: -4%; top: 2%; }
  .hero-art span { font-size: 115px; }
  .hero-copy { width: 100%; padding: 24px; }
  .hero-copy h1 { max-width: 300px; font-size: 48px; }
  .hero-copy p { max-width: 88%; font-size: 11px; }
  .hero-meta { margin: 16px 0; }
  .hero-side { grid-template-columns: 1fr; }
  .side-feature { min-height: 180px; }
  .ticker { margin-bottom: 50px; }
  .ticker > div { padding: 13px; }
  .ticker span { font-size: 20px; }
  .ticker small { display: none; }
  .section-heading h1 { font-size: 40px; }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 9px; }
  .cover-art { aspect-ratio: 1.15; }
  .cover-art > b { font-size: 47px; }
  .cover-play { display: none; }
  .card-favorite { opacity: 1; }
  .about-band { padding: 31px 24px; grid-template-columns: 1fr; gap: 22px; }
  .about-band h2 { font-size: 39px; }
  .game-view { width: 100%; padding-top: 0; }
  .game-page-head { width: calc(100% - 24px); margin: auto; min-height: 50px; }
  .breadcrumbs { max-width: 65%; overflow: hidden; flex-wrap: nowrap; white-space: nowrap; }
  .game-stage { min-height: 390px; height: 58vh; border-inline: 0; }
  .stage-art::before { width: 105vw; }
  .stage-code { font-size: 150px; }
  .stage-copy { left: 18px; bottom: 88px; }
  .stage-copy h1 { max-width: 300px; font-size: 36px; }
  .stage-copy span { display: block; max-width: 280px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .play-button { left: 18px; right: auto; bottom: 22px; height: 50px; }
  .player-toolbar { padding-left: 9px; }
  .now-playing small { display: none; }
  .toolbar-actions button { width: 34px; height: 36px; }
  #shareGame, #theaterMode { display: none; }
  .game-aside { padding: 12px; grid-template-columns: 1fr; }
  .ad-slot { display: none; }
  .game-details { padding: 0 12px; }
  .description-panel, .related-panel { padding: 25px 18px; }
  .title-row h2 { font-size: 35px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .detail-grid div:last-child { border-bottom: 0; }
  .rights-note { grid-template-columns: 1fr; }
  .related-panel #relatedGames { grid-template-columns: 1fr; }
  .compact-card .cover-art { aspect-ratio: 1.75; }
  .site-footer { min-height: 180px; grid-template-columns: 1fr; justify-items: center; padding: 30px 0; }
  .site-footer p:last-child { text-align: center; }
  .mobile-nav { height: 62px; padding: 0 20px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: repeat(3,1fr); background: rgba(15,16,21,.97); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-nav a, .mobile-nav button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border: 0; background: transparent; color: var(--muted); font-size: 8px; }
  .mobile-nav svg { width: 19px; }
  .mobile-nav a:hover, .mobile-nav button:hover { color: var(--lime); }
  .toast { bottom: 78px; }
  body.theater-open { padding-bottom: 0; }
}

@media (max-width: 900px) {
  .side-dock { display: none; }
  .site-header { width: 100%; margin-left: 0; }
  .header-main { width: calc(100% - 24px); margin: auto; }
  .home-view, .game-view { width: auto; margin-left: 12px; margin-right: 12px; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-feature { min-height: 360px; }
  .hero-side { min-height: 340px; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }
  .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .site-footer { width: auto; margin-left: 12px; margin-right: 12px; }
}

@media (max-width: 620px) {
  .header-main { width: calc(100% - 24px); }
  .hero-feature { min-height: 340px; }
  .hero-art { width: 100%; height: 72%; right: 0; top: 0; }
  .hero-art span { font-size: 100px; }
  .hero-copy { padding: 16px; }
  .hero-copy h1 { max-width: calc(100% - 55px); font-size: 17px; }
  .hero-copy p { max-width: calc(100% - 55px); font-size: 9px; }
  .hero-meta { margin: 6px 0 0; }
  .hero-side { min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
  .side-feature, .side-feature:nth-child(3) { min-height: 155px; grid-column: auto; grid-row: auto; }
  .side-feature:nth-child(3) { grid-column: 1 / 3; min-height: 210px; }
  .side-feature:nth-child(3) button > b { font-size: 82px; }
  .side-feature strong, .side-feature:nth-child(3) strong { font-size: 10px; }
  .section-heading h1 { font-size: 21px; }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 8px; }
  .cover-art { aspect-ratio: 1.42; }
  .about-band h2 { font-size: 30px; }
  .site-footer { margin-inline: 12px; }
}

/* Blockdeck 2.0 — content-dense arcade layout inspired by the information hierarchy of 1Games. */
:root {
  --ink: #f6f6f8;
  --muted: #9296a6;
  --black: #0d0f14;
  --panel: #1b1e2a;
  --panel-2: #232635;
  --line: #2c3040;
  --lime: #ff8a3d;
  --orange: #ff713b;
  --cyan: #5ccfe6;
  --display: "Nunito", "PingFang SC", sans-serif;
  --body: "Nunito", "PingFang SC", sans-serif;
}

body { background: var(--black); font-weight: 600; }
body::before { display: none; }

.side-dock {
  width: 60px;
  background: #13151e;
  border-color: #292c39;
  box-shadow: none;
}
.dock-toggle {
  width: 60px;
  height: 61px;
  background: #1b1e2a;
  border-color: #2a2d3b;
}
.dock-toggle span { width: 18px; background: #d9dbe3; }
.dock-home {
  width: 60px;
  height: 48px;
  color: var(--orange);
  background: #1a1d28;
  border-left: 0;
  box-shadow: inset 3px 0 0 var(--orange);
}
.side-dock .category-strip { width: 60px; padding-top: 2px; }
.side-dock .category-strip button,
.side-dock .category-strip button:first-child {
  width: 60px;
  height: 46px;
  flex-basis: 46px;
  color: #9aa0b0;
}
.side-dock .category-strip button span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  filter: saturate(.88);
}
.side-dock .category-strip button small { left: 54px; background: #292d3d; }
.side-dock .category-strip button:hover span { color: #fff; }
.side-dock .category-strip button.active {
  color: #fff;
  background: #202331;
  box-shadow: inset 3px 0 0 var(--orange);
}
.side-dock .category-strip button:nth-child(3n+2) { color: #72d8f0; }
.side-dock .category-strip button:nth-child(3n+3) { color: #f2c75c; }

.site-header {
  width: calc(100% - 60px);
  margin-left: 60px;
  background: #1b1e2a;
  border-color: #292d3b;
  backdrop-filter: none;
}
.header-main {
  width: 100%;
  height: 61px;
  padding: 0 16px;
  grid-template-columns: auto 1fr minmax(300px, 420px);
  gap: 28px;
  background: transparent;
}
.brand {
  gap: 9px;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.brand > span:last-child > span { color: var(--orange); }
.brand-mark { width: 30px; height: 30px; }
.brand-mark i { width: 14px; height: 14px; border-width: 2px; border-color: #fff; }
.brand-mark i:nth-child(1) { background: #ff7b47; }
.brand-mark i:nth-child(2) { background: #e8ee58; }
.brand-mark i:nth-child(3) { background: #51ccdb; }
.desktop-nav { justify-content: flex-end; gap: 25px; }
.desktop-nav a,
.desktop-nav button { color: #9ca0af; font-size: 10px; font-weight: 800; }
.desktop-nav .active::after { bottom: -15px; height: 3px; background: var(--orange); transform: none; }
.header-tools { grid-template-columns: 1fr auto; gap: 7px; }
.search-box,
.favorite-filter {
  height: 36px;
  background: #11131a;
  border-color: #2b2f3e;
  border-radius: 3px;
}
.search-box:focus-within { border-color: var(--orange); background: #12151d; }
.search-box input { font-size: 11px; }
.search-box kbd { background: #1c1f29; border-color: #303443; border-radius: 2px; }
.favorite-filter:hover,
.favorite-filter.active { color: var(--orange); border-color: #4a3540; }

.home-view,
.game-view { width: auto; margin-left: 72px; margin-right: 12px; }

.featured-section { padding: 10px 0 8px; scroll-margin-top: 72px; }
.featured-mosaic {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: clamp(124px, 10.8vw, 168px);
  grid-auto-flow: dense;
  gap: 10px;
}
.mosaic-card {
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #2b2e3c;
  border-radius: 5px;
  background: var(--panel);
  animation: card-in .36s both;
}
.mosaic-card:nth-child(2) { animation-delay: .025s; }
.mosaic-card:nth-child(3) { animation-delay: .05s; }
.mosaic-card:nth-child(4) { animation-delay: .075s; }
.mosaic-card:nth-child(5) { animation-delay: .1s; }
.mosaic-feature { grid-column: span 2; grid-row: span 2; }
.mosaic-card > button {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.mosaic-media {
  position: absolute;
  inset: 0 0 42px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--cover-base), color-mix(in srgb, var(--cover-base) 55%, #06070a));
}
.mosaic-feature .mosaic-media { bottom: 73px; }
.mosaic-media > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .28s ease;
}
.mosaic-card:hover .mosaic-media > img { transform: scale(1.045); }
.mosaic-media:not(.image-failed) > i,
.mosaic-media:not(.image-failed) > b { opacity: 0; }
.mosaic-media.image-failed > img { display: none; }
.mosaic-media > i {
  width: 56%;
  aspect-ratio: 1;
  position: absolute;
  background: var(--cover-accent);
  transform: rotate(24deg);
  box-shadow: 23px 23px 0 color-mix(in srgb, var(--cover-third) 55%, transparent);
}
.mosaic-media > b {
  z-index: 1;
  color: #fff;
  font-size: clamp(34px, 4vw, 70px);
  font-weight: 900;
  letter-spacing: -.09em;
  text-shadow: 4px 4px 0 rgba(0,0,0,.35);
}
.mosaic-info {
  height: 42px;
  padding: 7px 9px;
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  background: #202330;
  border-top: 1px solid rgba(255,255,255,.035);
}
.mosaic-info strong {
  overflow: hidden;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mosaic-info small { color: #8f93a1; font-size: 8px; font-weight: 600; }
.mosaic-info em { display: none; }
.mosaic-feature .mosaic-info {
  height: 73px;
  padding: 9px 58px 10px 12px;
  gap: 2px;
}
.mosaic-feature .mosaic-info strong { font-size: 14px; }
.mosaic-feature .mosaic-info em {
  overflow: hidden;
  display: -webkit-box;
  color: #8f93a2;
  font-size: 8.5px;
  font-style: normal;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mosaic-feature .mosaic-info > i {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 11px;
  bottom: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-size: 10px;
  font-style: normal;
  box-shadow: 0 6px 14px rgba(0,0,0,.28);
}
.mosaic-label,
.cover-art > em {
  padding: 4px 7px;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 3;
  border-radius: 2px;
  background: rgba(14,16,22,.86);
  color: #fff;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .03em;
}
.mosaic-card:nth-child(3n+1) .mosaic-label { background: #f06736; }
.mosaic-card:nth-child(3n+2) .mosaic-label { background: #3ba36f; }
.rating-chip {
  padding: 3px 5px;
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 4;
  border-radius: 3px;
  background: rgba(13,15,20,.82);
  color: #f6d75b;
  font-size: 7px;
  font-weight: 800;
  backdrop-filter: blur(5px);
}

.game-shelf-section { padding: 24px 0 4px; scroll-margin-top: 72px; }
.shelf-heading,
.section-heading {
  min-height: 37px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.shelf-heading h1,
.shelf-heading h2,
.section-heading h2 {
  margin: 0;
  font-family: var(--body);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -.02em;
}
.shelf-tools { display: flex; align-items: center; gap: 5px; }
.shelf-tools > span { margin-right: 6px; color: #707583; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.shelf-tools button {
  width: 27px;
  height: 27px;
  padding: 0 0 2px;
  display: grid;
  place-items: center;
  border: 1px solid #303442;
  border-radius: 3px;
  background: #1a1d28;
  color: #aeb1bd;
  font-size: 20px;
  cursor: pointer;
}
.shelf-tools button:hover { color: #fff; border-color: #555b6e; }
.game-shelf {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 50px) / 6);
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}
.game-shelf::-webkit-scrollbar { display: none; }
.shelf-card { scroll-snap-align: start; }

.catalog-section { padding: 31px 0 58px; scroll-margin-top: 72px; }
.section-heading { margin-bottom: 10px; }
.section-heading p { margin-bottom: 2px; color: #707583; font-size: 7px; letter-spacing: .12em; }
.result-count b { font-family: var(--body); font-size: 17px; }
.result-count span { font-size: 9px; }
.game-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.game-card { animation-duration: .36s; }
.cover-art {
  aspect-ratio: 1.52;
  border-color: #2b2e3c;
  border-radius: 5px 5px 0 0;
}
.cover-art::after { background: linear-gradient(0deg, rgba(0,0,0,.28), transparent 55%); }
.cover-art > b { font-family: var(--body); font-weight: 900; }
.cover-art .rating-chip { display: block; }
.cover-play {
  width: 34px;
  height: 34px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  background: var(--orange);
  color: white;
}
.card-info {
  min-height: 48px;
  padding: 8px 10px;
  gap: 1px;
  background: #202330;
  border: 1px solid #2b2e3c;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.card-info strong { font-size: 11px; font-weight: 800; }
.card-info small { color: #8e92a0; font-size: 8px; }
.card-favorite { border-radius: 3px; }
.game-card:hover .cover-art { border-color: #454a5c; }

.about-band {
  min-height: 205px;
  margin-bottom: 34px;
  padding: 38px 42px;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 44px;
  border: 1px solid #2b2f3e;
  border-radius: 5px;
  background: #1b1e2a;
  color: var(--ink);
}
.about-band > div p { color: var(--orange); }
.about-band h2 { font-family: var(--body); font-size: 31px; font-weight: 900; line-height: 1.05; }
.about-band > p { color: #a1a5b2; font-size: 10px; }
.about-band > a { border: 1px solid var(--orange); border-radius: 3px; color: #ff9b62; }
.about-band > a:hover { background: var(--orange); color: white; }
.about-band::after { font-family: var(--body); font-weight: 900; }

.site-footer { width: auto; margin-left: 72px; margin-right: 12px; }
.empty-state > span,
.toast { background: var(--orange); color: white; border-radius: 3px; box-shadow: 0 8px 24px rgba(0,0,0,.35); }

/* Keep the game page in the same restrained dark visual system. */
.game-page-head { min-height: 42px; }
.game-stage,
.player-toolbar,
.description-panel,
.related-panel,
.source-panel { border-color: #2b2f3e; border-radius: 4px; }
.player-toolbar { border-radius: 0 0 4px 4px; }
.stage-copy h1,
.title-row h2,
.mini-heading h2 { font-family: var(--body); font-weight: 900; letter-spacing: -.025em; }
.play-button { background: var(--orange); color: white; border-radius: 4px; box-shadow: 0 8px 24px rgba(0,0,0,.32); }
.play-button i { background: rgba(0,0,0,.22); color: white; border-radius: 3px; }

@media (max-width: 1180px) {
  .header-main { grid-template-columns: auto 1fr minmax(270px, 350px); gap: 18px; }
  .featured-mosaic { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 142px; }
  .game-shelf { grid-auto-columns: calc((100% - 30px) / 4); }
  .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .side-dock { display: none; }
  .site-header { width: 100%; margin-left: 0; }
  .header-main { width: calc(100% - 24px); height: 61px; margin: auto; padding: 0; grid-template-columns: auto 1fr; }
  .header-tools { width: min(100%, 390px); justify-self: end; }
  .home-view,
  .game-view,
  .site-footer { width: auto; margin-left: 12px; margin-right: 12px; }
  .featured-mosaic { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 132px; }
  .game-shelf { grid-auto-columns: calc((100% - 20px) / 3); }
  .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .about-band { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .site-header { position: sticky; }
  .header-main {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px 0;
    grid-template-columns: 1fr auto;
    gap: 9px;
  }
  .brand { font-size: 17px; }
  .header-tools { grid-column: 1 / -1; width: 100%; }
  .search-box { height: 38px; }
  .featured-section { padding-top: 8px; }
  .featured-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 118px; gap: 7px; }
  .mosaic-feature { grid-column: span 2; grid-row: span 2; }
  .mosaic-card:nth-child(n+9) { display: none; }
  .mosaic-media { bottom: 39px; }
  .mosaic-feature .mosaic-media { bottom: 67px; }
  .mosaic-info { height: 39px; padding: 6px 8px; }
  .mosaic-feature .mosaic-info { height: 67px; }
  .mosaic-feature .mosaic-info strong { font-size: 13px; }
  .mosaic-feature .mosaic-info em { font-size: 8px; }
  .game-shelf-section { padding-top: 20px; }
  .shelf-heading h1,
  .shelf-heading h2,
  .section-heading h2 { font-size: 17px; }
  .shelf-tools > span { display: none; }
  .game-shelf { grid-auto-columns: 68vw; gap: 8px; }
  .catalog-section { padding-top: 26px; }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 7px; }
  .cover-art { aspect-ratio: 1.45; }
  .card-info { min-height: 45px; padding: 7px 8px; }
  .about-band { padding: 28px 24px; grid-template-columns: 1fr; gap: 20px; }
  .about-band h2 { font-size: 28px; }
  .mobile-nav { background: rgba(22,24,34,.97); border-color: #303442; }
  .mobile-nav a:hover,
  .mobile-nav button:hover { color: var(--orange); }
}

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