/* Composition : plus de place aux jeux, moins de surfaces vides. */
.splash-quest { display: flex; align-items: center; gap: 17px; margin-top: 27px; }
.pixel-icon { display: block; width: 19px; height: 19px; fill: currentColor; shape-rendering: crispEdges; }
.quest-lives { display: flex; gap: 5px; color: #fa8aac; }
.quest-heart { opacity: .15; animation: life-ready 220ms ease-out 650ms forwards; }
.heart-1 { animation-delay: 1000ms; }.heart-2 { animation-delay: 1350ms; }
.quest-coin { color: #ffe18b; animation: coin-ready 450ms ease-out 1600ms both; }
.quest-route { height: 2px; width: 29px; border-top: 2px dotted #5b7968; }
.quest-flag { color: #00ffaa; animation: flag-ready 300ms ease-out 2200ms both; }
@keyframes life-ready { from { opacity: .15; scale: .8; } to { opacity: 1; scale: 1; } }
@keyframes coin-ready { from { opacity: 0; transform: translateY(7px) rotateY(180deg); } to { opacity: 1; transform: none; } }
@keyframes flag-ready { from { opacity: .15; transform: translateY(4px); } to { opacity: 1; transform: none; } }
:root { --sidebar: 190px; --depth: 0 10px 28px #0003, inset 0 1px #ffffff06; --radius: 12px; }
body { background: radial-gradient(ellipse at 65% 0, #17312655, transparent 55%), var(--paper); }
.sidebar { padding: 20px 14px; background: linear-gradient(160deg, #1c2820, var(--shell) 45%); }
.nav-caption { margin-top: 34px; }
.topin { height: 60px; }
.page-heading, .calendar-tools, .status-wrap, main, footer, .topin { max-width: 1680px; padding-inline: 24px; }
.page-heading { padding-top: 19px; padding-bottom: 17px; align-items: center; }
.page-heading h1 { font-size: 30px; letter-spacing: -1px; margin-bottom: 4px; }
.page-eyebrow { display: none; }
.page-description { font-size: 11px; }
.calendar-tools { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 10px; padding-bottom: 18px; }
.filter-controls { justify-content: flex-end; gap: 5px; }
.field select { font-size: 11px; max-width: 150px; }
.clear-filters { display: flex; align-items: center; justify-content: center; gap: 3px; height: 36px; padding: 6px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); background: var(--surface); font-size: 10px; }
.clear-filters .icon { width: 14px; height: 14px; }
.clear-filters:disabled { opacity: .35; }
.f { height: 36px; min-width: 46px; padding: 5px 7px; }
.pl { width: 46px; height: 23px; padding: 3px 5px; justify-content: center; flex-shrink: 0; }
.platform-logo, .f .platform-logo { width: 34px; height: 15px; }
.logo-pc, .f .logo-pc { width: 29px; height: 15px; }
.pl.pc .platform-label, .f.pc .platform-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.pls { gap: 4px; }
.platform-overflow { position: relative; flex-shrink: 0; z-index: 4; font-size: 10px; }
.platform-overflow summary { list-style: none; min-width: 28px; min-height: 24px; padding: 4px; border: 1px solid var(--line-strong); border-radius: 4px; text-align: center; cursor: pointer; color: var(--muted); }
.platform-overflow summary::-webkit-details-marker { display: none; }
.platform-overflow > div { position: absolute; right: 0; top: calc(100% + 5px); display: flex; gap: 5px; padding: 8px; border: 1px solid var(--line-strong); border-radius: 7px; background: var(--shell); box-shadow: 0 8px 24px #0007; }
.platform-overflow[open] summary { border-color: var(--accent); color: var(--accent); }

/* À la une : image de fond, jaquette entière et compteur dans la fiche. */
.spotlight { grid-template-columns: minmax(0,1fr) 280px; gap: 16px; margin-bottom: 24px; align-items: stretch; }
.hero-carousel { min-width: 0; border: 1px solid #456656; border-radius: var(--radius); background: #121c18; box-shadow: 0 16px 40px #0004; overflow: hidden; }
.hero { border: 0; border-radius: 0; padding: 24px; min-height: 304px; height: 304px; grid-template-columns: minmax(0,1fr) 164px; gap: 20px; background: #17281f; }
.hero::before { display: none; }
.hero-backdrop, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-backdrop { object-fit: cover; opacity: .66; object-position: center 38%; }
.hero-backdrop.from-cover { filter: blur(12px); opacity: .48; transform: scale(1.08); }
.hero-shade { background: linear-gradient(90deg, #081510f5 0%, #0a1b14c9 48%, #07140e26), linear-gradient(0deg, #07140fbb, transparent 60%); }
.hero-copy { align-self: center; }
.hero .kicker { margin-bottom: 11px; font-size: 9px; color: #bce9d3; }
.hero h2 { font-size: clamp(24px,2.6vw,36px); margin-bottom: 12px; max-width: 26ch; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero-summary { font-size: 11px; color: #c0d2c8; line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 10px 0; max-width: 54ch; }
.hero-art-link { width: 164px; z-index: 1; }
.heroArt { max-height: 238px; width: 100%; object-fit: contain; border-radius: 6px; box-shadow: 0 15px 25px #0009, 0 0 0 1px #ffffff1f; }
.hero-release { display: flex; align-items: center; gap: 13px; margin: 12px 0; }
.heroMeta { margin: 0; font-size: 11px; color: #f0f6ed; }
.heroMeta small { display: block; color: #a9bcb1; font-size: 10px; margin-top: 3px; }
.release-counter { display: flex; align-items: baseline; gap: 5px; padding: 8px 11px; border: 1px solid #ffffff1a; border-radius: 8px; white-space: nowrap; }
.release-counter strong { font-size: 28px; line-height: 1; letter-spacing: -1px; font-variant-numeric: tabular-nums; }
.release-counter span { font-size: 10px; }
.release-counter:is(.now,.tomorrow) strong { font-size: 20px; }
.heroActions { flex-wrap: nowrap; }
.hero-follow { flex-shrink: 0; }
.carousel-controls { min-height: 43px; display: flex; align-items: center; gap: 8px; padding: 2px 15px; background: #0d1712; border-top: 1px solid #a7e6c91c; color: #abc3b5; }
[data-carousel-position] { font: 11px ui-monospace, monospace; font-variant-numeric: tabular-nums; }
.carousel-dots { display: flex; gap: 3px; margin-right: auto; }
.carousel-dots button { border: 0; background: none; padding: 12px 4px; }
.carousel-dots span { display: block; width: 13px; height: 3px; border-radius: 3px; background: #486255; transition: width 200ms ease-out, background 200ms ease-out; }
.carousel-dots [aria-pressed="true"] span { width: 27px; background: #00ffaa; }
.carousel-arrow { width: 32px; height: 32px; display: grid; place-items: center; background: #203229; color: #d9ece1; border: 1px solid #3c5548; border-radius: 6px; }
.carousel-arrow .icon { width: 14px; height: 14px; }
[data-carousel-step="-1"] .icon { rotate: 180deg; }
.carousel-pause { border: 0; background: none; color: #adc3b6; padding: 8px 4px; font-size: 10px; }
.hero:not([hidden]) .hero-copy { animation: content-in 240ms ease-out; }
.week-panel { padding: 16px; background: linear-gradient(155deg, var(--surface-raised), var(--surface) 65%); box-shadow: var(--depth); border-radius: var(--radius); }
.week-panel ul { margin: 7px 0; }
.week-game { padding: 10px 0; grid-template-columns: 35px minmax(0,1fr) 26px; gap: 9px; }
.week-game strong { font-size: 12px; }
.week-game small { font-size: 9px; }
.week-panel .text-action { font-size: 10px; }

/* Une échelle de luminosité cohérente, avec un libellé lisible sans la couleur. */
.cd, .art .cd, .release-counter { background: #223d36; color: #c9ddd5; border-color: #627f7144; }
:is(.cd,.release-counter).distant { background: #223d36; color: #c9ddd5; }
:is(.cd,.release-counter).month { background: #3b6357; color: #f0faf5; }
:is(.cd,.release-counter).soon, .art .cd.soon { background: #b9dcbd; color: #142b19; }
:is(.cd,.release-counter).tomorrow { background: #ffe8a3; color: #392a0b; border: 1px solid #fff0bb; box-shadow: 0 0 0 2px #ffe8a326, 0 3px 14px #f3c76133; font-weight: 800; }
:is(.cd,.release-counter).now, .art .cd.now { background: #c9ffe8; color: #093627; border-color: #e4fff3; }
:is(.cd,.release-counter).past { background: #26322e; color: #a9bcb3; }
.art .cd { border-radius: 6px; font-size: 10px; padding: 5px 7px; }

/* Des hauteurs identiques pour lire horizontalement les cartes. */
.results-header { margin-bottom: 14px; }
.grid { grid-template-columns: repeat(auto-fill,minmax(166px,1fr)); gap: 17px 14px; align-items: stretch; }
.card { background: linear-gradient(155deg, var(--surface), var(--shell)); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--depth); }
.art { border-radius: 9px 9px 0 0; aspect-ratio: 3/4; }
.card .body { padding: 11px 10px; }
.card .when { height: 17px; margin-bottom: 4px; display: flex; gap: 4px; align-items: center; font-size: 9px; white-space: nowrap; overflow: hidden; }
.card .when .tag { font-size: 7px; padding: 1px 3px; margin: 0 0 0 auto; }
.card h4 { height: 38px; line-height: 19px; margin-bottom: 8px; font-size: 13px; }
.card h4 a { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card .pls { flex-wrap: nowrap; height: 24px; }
.card .meta { display: flex; align-items: center; gap: 3px; height: 22px; margin-top: 6px; overflow: hidden; white-space: nowrap; }
.card .genre-badge { flex-shrink: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; display: block; margin: 0; font-size: 8px; padding: 2px 4px; }
.card .foot { height: 23px; margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line); gap: 5px; }
.card .ytb { font-size: 9px; white-space: nowrap; }.card .want { font-size: 8px; white-space: nowrap; }
.card:has(.platform-overflow[open]) { z-index: 8; }
.month-grid { padding-top: 16px; }
.month h2 { margin-top: 23px; }
.weekly-brief { margin-bottom: 25px; }
.weekly-heading { margin-bottom: 8px; }
.weekly-heading h2 { font-size: 18px; }
.weekly-brief > .lede { font-size: 10px; margin-bottom: 12px; }
.weekly-selection { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.weekly-card { grid-template-columns: 52px minmax(0,1fr); padding: 12px; gap: 10px; border-radius: 9px; box-shadow: var(--depth); }
.weekly-cover { width: 52px; min-height: 70px; }
.weekly-info h3 { font-size: 12px; line-height: 16px; height: 32px; margin-bottom: 5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.weekly-date { font-size: 9px; margin-bottom: 6px; }
.weekly-description { display: none; }
.weekly-meta { margin: 0; gap: 4px; }
.weekly-meta > .genre-badge { display: none; }
.weekly-actions { gap: 5px; padding-top: 8px; }
.weekly-actions .btn { min-height: 30px; padding: 4px 6px; font-size: 9px; }
.weekly-actions .btn .icon { display: none; }
.weekly-follow { width: 30px; height: 30px; padding: 6px; }
.compact .card { border-radius: 0; background: none; box-shadow: none; border-inline: 0; border-top: 0; }
.compact .art { border-radius: 5px; }
.compact .card .body { padding: 0; }
.compact .card h4 { height: auto; }
.compact .card .foot { height: auto; border: 0; padding: 0; }
.compact .card .meta { display: none; }

/* Le fil présente des images et réserve un espace permanent aux jeux suivis. */
.news-layout { display: grid; grid-template-columns: minmax(0,1fr) 255px; gap: 20px; align-items: start; }
.news-heading { gap: 8px; padding-bottom: 12px; }
.news-heading h2 { font-size: 17px; }
.news-filters .tog, #readNews { font-size: 10px; padding: 6px 8px; }
.news-filters .icon { width: 13px; height: 13px; }
[data-followed-total] { font-size: 9px; padding: 1px 4px; border-radius: 3px; background: #7cae8422; }
.news-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin: 12px 0; }
.news-toolbar { flex-wrap: wrap; }
.news-toolbar select { width: 186px; max-width: 100%; }
.news-total { margin: 0; }
.news ul { align-items: stretch; gap: 16px; }
.news-card { border-radius: 10px; box-shadow: var(--depth); }
.news-card.is-followed { border-color: #73956c88; }
.news-link { display: flex; flex-direction: column; padding: 0 16px 14px; }
.news-picture { position: relative; display: grid; place-items: center; aspect-ratio: 16/9; margin: 0 -16px 14px; overflow: hidden; background: radial-gradient(at top right, #487c6155, transparent), #182b23; }
.news-picture img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.news-picture.cover img { object-fit: contain; padding: 8px; }
.news-picture > small { position: absolute; bottom: 5px; right: 7px; padding: 2px 5px; font-size: 8px; color: #e0ede6; background: #0b171acb; border-radius: 3px; max-width: 90%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news-picture > .icon { width: 38px; height: 38px; color: #89b9a1; }
.news-picture.no-picture, .news-picture.image-unavailable { aspect-ratio: auto; min-height: 76px; }
.news-picture.no-picture > .icon { width: 26px; height: 26px; }
.followed-news-label { position: absolute; left: 9px; top: 9px; display: flex; align-items: center; gap: 5px; padding: 5px 7px; background: #eddfae; color: #302913; border-radius: 5px; font-size: 9px; font-weight: 700; }
.followed-news-label .icon { width: 12px; height: 12px; fill: currentColor; }
.news-reading { margin-bottom: 6px; }
.nt { font-size: 17px; line-height: 1.35; letter-spacing: -.3px; }
.nr { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 11px; line-height: 1.7; }
.nm { margin-top: auto; padding-top: 13px; font-size: 9px; }
.news-games { padding: 0 16px 12px; }
.news-game { font-size: 9px; }
.news-read-button { padding: 9px 16px; }
.followed-panel { position: sticky; top: calc(var(--header-height) + 16px); padding: 17px; background: linear-gradient(155deg, var(--surface-raised), var(--surface) 70%); border: 1px solid var(--line-strong); border-radius: 12px; box-shadow: var(--depth); }
.followed-panel-title { display: flex; gap: 8px; align-items: center; }
.followed-panel-title .icon { width: 18px; height: 18px; color: var(--gold); }
.followed-panel h2 { font-size: 14px; margin: 0; }
.followed-panel > p { color: var(--muted); font-size: 11px; margin: 7px 0 15px; }
.followed-all, .followed-game { width: 100%; text-align: left; color: var(--ink); border: 1px solid transparent; background: none; border-radius: 6px; }
.followed-all { display: flex; justify-content: space-between; gap: 8px; padding: 9px; font-size: 10px; }
.followed-all[aria-pressed="true"], .followed-game[aria-pressed="true"] { background: var(--accent-soft); border-color: var(--accent); }
.followed-game { display: flex; gap: 8px; align-items: center; padding: 9px 6px; margin-top: 7px; }
.followed-game img { width: 33px; height: 44px; object-fit: contain; border-radius: 3px; }
.followed-game span { min-width: 0; flex: 1; }
.followed-game strong { font-size: 11px; display: block; }
.followed-game small { display: block; font-size: 9px; margin-top: 3px; color: var(--muted); }
.followed-game > .icon { width: 13px; height: 13px; }

/* Une fiche large : présentation en haut, contenu et repères côte à côte. */
.game-detail { width: min(1040px,100%); padding-inline: 26px; background: radial-gradient(ellipse at top right, #19392a66, transparent 50%), var(--paper); border-left: 1px solid var(--line-strong); }
.detail-hero { display: grid; grid-template-columns: 148px minmax(0,1fr); gap: 25px; padding: 12px 0 22px; border-bottom: 1px solid var(--line); align-items: center; }
.detail-art { width: 148px; max-width: 100%; margin: 0; max-height: 210px; }
.game-detail h2 { font-size: 32px; }
.detail-intro .detail-actions { margin: 15px 0 0; gap: 7px; }
.detail-igdb { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; color: var(--muted); text-decoration: none; padding: 6px; }
.detail-igdb .icon { width: 12px; height: 12px; }
.detail-columns { display: grid; grid-template-columns: minmax(0,1fr) 260px; gap: 24px; padding-top: 18px; }
.detail-main, .detail-sidebar { min-width: 0; }
.game-detail h3 { margin: 0 0 10px; font-size: 14px; }
.detail-main > section + section { margin-top: 22px; }
.detail-summary { font-size: 12px; line-height: 1.8; margin-bottom: 0; }
.detail-sidebar > section { margin: 0 0 14px; padding: 16px; border: 1px solid var(--line); background: var(--surface); border-radius: 10px; }
.detail-facts > div { grid-template-columns: 1fr; gap: 3px; padding: 9px 0; font-size: 11px; }
.detail-facts > div:last-child { border: 0; }
.detail-facts dt { font-size: 10px; }
.game-ratings { margin: 10px 0; gap: 6px; }
.game-rating { padding: 9px; }
.rating-value { font-size: 25px; }
.game-rating > small { font-size: 9px; }
.media-gallery { grid-auto-columns: 68%; }
.detail-news ul { gap: 12px; }
.detail-news .news-picture { aspect-ratio: 2.6; }
.detail-news .news-link { padding-bottom: 10px; }
.detail-news .nt { font-size: 14px; }
.detail-news .nr { -webkit-line-clamp: 2; }

[data-theme="light"] { --depth: 0 5px 18px #1b36260b, inset 0 1px #fff; }
[data-theme="light"] body { background: var(--paper); }
[data-theme="light"] .sidebar { background: var(--shell); }
@media (hover:hover) and (pointer:fine) {
  .card:hover { border-color: var(--line-strong); box-shadow: 0 14px 30px #0003; }
  .clear-filters:not(:disabled):hover { color: var(--accent); border-color: var(--accent); }
  .carousel-arrow:hover { background: #355b48; }
  .followed-game:hover, .followed-all:hover { background: var(--accent-soft); }
  .platform-overflow summary:hover { color: var(--accent); }
}
@media (max-width:1250px) {
  .calendar-tools { grid-template-columns: 1fr auto; }
  .filter-controls { grid-row: 2; grid-column: 1/-1; justify-content: flex-start; }
  .clear-filters { grid-column: 2; grid-row: 1; }
  .spotlight { grid-template-columns: minmax(0,1fr) 240px; }
  .hero { grid-template-columns: minmax(0,1fr) 130px; padding: 18px; gap: 14px; }
  .hero-art-link { width: 130px; }
  .hero h2 { font-size: 27px; }
  .weekly-selection { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .weekly-card { grid-template-columns: 62px minmax(0,1fr); }
  .weekly-cover { width: 62px; }
  .weekly-info h3 { height: auto; }
  .news-layout { grid-template-columns: minmax(0,1fr) 230px; gap: 15px; }
}
@media (max-width:960px) {
  .sidebar .brand { top: 12px; }
  .page-heading { padding-top: 16px; }
  .grid { grid-template-columns: repeat(auto-fill,minmax(155px,1fr)); }
}
@media (max-width:760px) {
  .spotlight { grid-template-columns: minmax(0,1fr); }
  .week-panel { display: none; }
  .hero { grid-template-columns: minmax(0,1fr) 160px; }
  .hero-art-link { width: 160px; }
  .news-layout { grid-template-columns: minmax(0,1fr); }
  .followed-panel { position: static; grid-row: 1; padding: 12px; }
  .followed-panel > p, .followed-all { display: none; }
  .followed-panel-title { margin-bottom: 8px; }
  .followed-games { display: flex; overflow-x: auto; gap: 8px; }
  .followed-game { flex: 0 0 210px; margin: 0; border-color: var(--line); }
  .followed-panel > .help { display: none; }
  .news ul { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .detail-columns { grid-template-columns: minmax(0,1fr); }
  .detail-sidebar { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .detail-sidebar > section { margin: 0; }
  .detail-sidebar .ratings-section { grid-column: 1/-1; }
  .detail-hero { grid-template-columns: 115px minmax(0,1fr); gap: 17px; }
  .detail-art { width: 115px; }
  .game-detail h2 { font-size: 27px; }
}
@media (max-width:520px) {
  .page-heading, .calendar-tools, .status-wrap, main, footer, .topin { padding-inline: 16px; }
  .topin { height: 104px; padding-top: 54px; }
  .sidebar .brand { top: 12px; left: 16px; }
  .page-heading { padding-block: 15px 13px; }
  .page-heading h1 { font-size: 27px; }
  .page-description { font-size: 10px; }
  .calendar-tools { gap: 8px; padding-bottom: 13px; }
  .filters { min-width: 0; width: auto; gap: 3px; }
  .f { min-width: 39px; padding: 4px 5px; }
  .f .platform-logo { width: 32px; }
  .clear-filters { width: 32px; padding: 4px; }
  .clear-filters span { display: none; }
  .filter-toggle { grid-column: 1/-1; grid-row: 2; min-height: 30px; }
  .filter-controls { grid-row: 3; flex-wrap: wrap; }
  .filter-controls .field { flex: 1 1 28%; }
  .field select { max-width: 100%; font-size: 10px; }
  .hero { grid-template-columns: minmax(0,1fr) 108px; gap: 10px; padding: 17px 15px; min-height: 290px; height: 290px; }
  .hero-art-link { width: 108px; align-self: start; margin-top: 44px; }
  .hero h2 { font-size: 25px; letter-spacing: -.7px; }
  .hero .kicker { font-size: 8px; }
  .hero .pl { width: 37px; height: 21px; }
  .hero-summary { font-size: 10px; margin-block: 8px; }
  .hero-release { gap: 8px; }
  .release-counter { padding: 7px; gap: 3px; }
  .release-counter strong { font-size: 25px; }
  .release-counter span { font-size: 9px; }
  .release-counter:is(.tomorrow,.now) strong { font-size: 17px; }
  .heroMeta { font-size: 9px; }.heroMeta small { display: none; }
  .heroActions .btn.primary { font-size: 10px; padding: 8px; }
  .carousel-controls { padding-inline: 10px; gap: 5px; }
  .weekly-selection { grid-template-columns: minmax(0,1fr); }
  .weekly-card { grid-template-columns: 54px minmax(0,1fr); }
  .weekly-cover { width: 54px; }
  .weekly-info { display: grid; grid-template-columns: minmax(0,1fr) auto; column-gap: 8px; }
  .weekly-info > :not(.weekly-actions) { grid-column: 1; }
  .weekly-actions { grid-column: 2; grid-row: 1 / span 3; padding-top: 0; }
  .weekly-actions .btn { display: none; }
  .weekly-date { margin-bottom: 3px; font-size: 9px; }
  .weekly-info h3 { font-size: 13px; line-height: 17px; margin-bottom: 4px; }
  .weekly-heading p { font-size: 9px; }.weekly-heading h2 { font-size: 17px; }
  .grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 10px; }
  .card .body { padding: 10px 8px; }
  .card .pls { gap: 3px; }
  .card .pl { width: 42px; }
  .card .foot { flex-direction: row; align-items: center; }
  .card .want { display: none; }
  .art .cd { top: 8px; left: 6px; font-size: 9px; }
  .fav { top: 6px; right: 6px; width: 34px; height: 34px; padding: 7px; }
  .news ul { grid-template-columns: minmax(0,1fr); }
  .news-heading { gap: 5px; }
  .news-heading h2 { display: none; }
  .news-filters .tog, #readNews { font-size: 9px; padding: 5px 6px; }
  .news-toolbar { margin-block: 10px; }
  .game-detail { padding-inline: 16px; }
  .detail-hero { grid-template-columns: 90px minmax(0,1fr); gap: 14px; align-items: start; }
  .detail-art { width: 90px; }
  .game-detail h2 { font-size: 24px; }
  .detail-date { font-size: 10px; }
  .detail-actions .btn { font-size: 10px; min-height: 34px; padding: 6px 8px; }
  .detail-intro .pls { gap: 3px; }
  .detail-intro .pl { width: 39px; }
  .detail-sidebar { grid-template-columns: minmax(0,1fr); }
  .media-gallery { grid-auto-columns: 86%; }
}
@media (prefers-reduced-motion: reduce) {
  .quest-heart, .quest-coin, .quest-flag { opacity: 1; animation: none; }
  .hero:not([hidden]) .hero-copy { animation: none; }
  .carousel-dots span { transition: none; }
}
