:root {
  color-scheme: dark;
  --bg: #0b0d12;
  --surface: #12161e;
  --surface-raised: #181e28;
  --surface-soft: #202733;
  --text: #f6f7fb;
  --muted: #a9b2c2;
  --muted-strong: #c8cfda;
  --line: #2c3543;
  --primary: #b8f238;
  --primary-strong: #d1ff68;
  --on-primary: #172000;
  --cyan: #46dbe8;
  --violet: #9b87f5;
  --warning: #ffcf58;
  --danger: #ff6f7d;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow: 0 22px 70px rgb(0 0 0 / 28%);
  --shell: 1220px;
  --focus: 0 0 0 3px #0b0d12, 0 0 0 6px #b8f238;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100dvh;
  background-color: var(--bg);
  background-image:
    linear-gradient(180deg, rgb(5 8 16 / 55%) 0, rgb(7 10 17 / 74%) 36rem, var(--bg) 66rem),
    linear-gradient(90deg, rgb(4 7 15 / 52%) 0, rgb(4 7 15 / 20%) 58%, rgb(4 7 15 / 38%) 100%),
    url("images/universo-juegos.1451c5002d3d.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover, cover, max(1200px, 100vw) auto;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button,
a,
select {
  touch-action: manipulation;
}

:focus-visible {
  border-radius: 4px;
  outline: none;
  box-shadow: var(--focus);
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  background: var(--primary);
  color: var(--on-primary);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 180ms ease-out;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  background: rgb(11 13 18 / 88%);
  backdrop-filter: blur(16px);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-inner {
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgb(184 242 56 / 35%);
  border-radius: 14px;
  background: rgb(184 242 56 / 10%);
  color: var(--primary);
}

.brand-mark svg {
  width: 27px;
  height: 27px;
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand strong {
  font-size: 1.05rem;
}

.brand small {
  margin-top: 4px;
  color: var(--primary);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .2em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 8px;
  padding: 9px 14px;
  border-radius: var(--radius-sm);
  color: var(--muted-strong);
  font-size: .92rem;
  font-weight: 700;
  transition: color 180ms ease, background-color 180ms ease;
}

.main-nav a:hover {
  background: var(--surface-raised);
  color: var(--text);
}

.main-nav a[aria-current="page"] {
  background: rgb(184 242 56 / 12%);
  color: var(--primary);
}

.catalog-intro {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.catalog-intro::after {
  position: absolute;
  right: -8vw;
  bottom: -180px;
  width: 480px;
  height: 480px;
  border: 1px solid rgb(184 242 56 / 16%);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgb(184 242 56 / 2%), 0 0 0 140px rgb(70 219 232 / 2%);
  content: "";
  pointer-events: none;
}

.intro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, .8fr);
  align-items: end;
  gap: 64px;
  padding-block: 72px 64px;
}

.kicker {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.1;
  text-wrap: balance;
}

.catalog-intro h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 6vw, 5.3rem);
  letter-spacing: -.055em;
}

.catalog-intro h1 span {
  color: var(--primary);
}

.intro-copy {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.portal-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.portal-switcher a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgb(18 22 30 / 72%);
  color: var(--muted-strong);
  font-weight: 800;
}

.portal-switcher a:hover,
.portal-switcher a.active {
  border-color: var(--primary);
  background: var(--primary);
  color: #0b0e12;
}

.catalog-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgb(18 22 30 / 76%);
  box-shadow: var(--shadow);
}

.catalog-stats div {
  min-width: 0;
  padding: 20px 18px;
}

.catalog-stats div + div {
  border-left: 1px solid var(--line);
}

.catalog-stats dt {
  overflow: hidden;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 900;
  letter-spacing: -.04em;
  text-overflow: ellipsis;
}

.catalog-stats dd {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.3;
}

.catalog-tools {
  padding-block: 48px 16px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-heading.compact {
  margin-bottom: 18px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  letter-spacing: -.035em;
}

.section-heading p:not(.kicker) {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--muted);
}

.result-count {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: .85rem;
  font-variant-numeric: tabular-nums;
}

.filter-form {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(175px, .32fr) minmax(180px, .34fr) auto;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.search-field {
  position: relative;
}

.search-field svg {
  position: absolute;
  top: 50%;
  left: 16px;
  color: var(--muted);
  transform: translateY(-50%);
  pointer-events: none;
}

.filter-form input,
.filter-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  outline: none;
  background: var(--surface-raised);
  color: var(--text);
}

.filter-form input {
  padding: 10px 16px 10px 48px;
}

.filter-form select {
  padding: 10px 38px 10px 14px;
  cursor: pointer;
}

.filter-form input::placeholder {
  color: #778294;
}

.filter-form input:focus,
.filter-form select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgb(184 242 56 / 15%);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 850;
  line-height: 1.2;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--primary);
  color: var(--on-primary);
}

.button-primary:hover {
  background: var(--primary-strong);
}

.button-secondary {
  border-color: var(--line);
  background: var(--surface-raised);
  color: var(--text);
}

.button-secondary:hover {
  border-color: #49576b;
  background: var(--surface-soft);
}

.platform-tabs {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  padding-block: 18px 8px;
  scrollbar-width: thin;
}

.platform-tab {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted-strong);
  font-size: .9rem;
  font-weight: 750;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.platform-tab span {
  display: grid;
  min-width: 24px;
  height: 24px;
  padding-inline: 6px;
  place-items: center;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: .72rem;
}

.platform-tab:hover,
.platform-tab.active {
  border-color: rgb(184 242 56 / 55%);
  background: rgb(184 242 56 / 9%);
  color: var(--primary-strong);
}

.platform-tab.active span {
  background: var(--primary);
  color: var(--on-primary);
}

.catalog-sections {
  padding-bottom: 96px;
}

.platform-section {
  padding-top: 64px;
}

.platform-section + .platform-section {
  margin-top: 72px;
  border-top: 1px solid var(--line);
}

.section-title-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.section-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgb(70 219 232 / 28%);
  border-radius: 18px;
  background: rgb(70 219 232 / 8%);
  color: var(--cyan);
}

.section-icon svg {
  width: 30px;
  height: 30px;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.game-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.game-card:hover {
  border-color: #465368;
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.game-cover {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid var(--line);
  background: var(--surface-raised);
}

.game-cover img,
.detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.game-card:hover .game-cover img {
  transform: scale(1.035);
}

.cover-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background:
    linear-gradient(135deg, rgb(184 242 56 / 9%), rgb(70 219 232 / 7%)),
    repeating-linear-gradient(135deg, transparent 0 24px, rgb(255 255 255 / 2%) 24px 25px);
  color: #59677a;
}

.cover-placeholder svg {
  width: 76px;
  height: 76px;
}

.featured-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 999px;
  background: rgb(11 13 18 / 88%);
  color: var(--warning);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.featured-badge.static {
  position: static;
}

.game-card-body {
  padding: 20px;
}

.card-eyebrow,
.card-meta,
.detail-labels,
.metrics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}

.card-eyebrow {
  justify-content: space-between;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 750;
}

.platform-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.platform-label svg {
  width: 17px;
  height: 17px;
}

.game-card h3 {
  margin: 14px 0 9px;
  font-size: 1.38rem;
  letter-spacing: -.025em;
}

.game-card h3 a:hover {
  color: var(--primary);
}

.game-card-body > p {
  display: -webkit-box;
  overflow: hidden;
  min-height: 3.1em;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: .94rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-meta {
  padding-block: 13px;
  border-block: 1px solid var(--line);
  color: var(--muted);
  font-size: .78rem;
}

.card-meta span,
.metrics span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.card-meta svg,
.metrics svg {
  width: 16px;
  height: 16px;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--primary);
  font-size: .9rem;
  font-weight: 850;
}

.text-link svg {
  width: 17px;
  transition: transform 180ms ease;
}

.text-link:hover svg {
  transform: translateX(4px);
}

.empty-state {
  display: grid;
  min-height: 440px;
  place-items: center;
  align-content: center;
  padding-block: 80px;
  text-align: center;
}

.empty-state > svg {
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
  color: var(--primary);
}

.empty-state h1,
.empty-state h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.empty-state p {
  margin-bottom: 24px;
  color: var(--muted);
}

.detail-shell {
  padding-block: 28px 96px;
}

.breadcrumbs {
  display: flex;
  overflow: hidden;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: .82rem;
  white-space: nowrap;
}

.breadcrumbs a:hover {
  color: var(--primary);
}

.breadcrumbs span:last-child {
  overflow: hidden;
  color: var(--muted-strong);
  text-overflow: ellipsis;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.detail-cover {
  min-height: 510px;
  border-right: 1px solid var(--line);
  background: var(--surface-raised);
}

.detail-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
}

.detail-summary h1 {
  margin: 20px 0 16px;
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  letter-spacing: -.055em;
}

.detail-lead {
  margin-bottom: 26px;
  color: var(--muted-strong);
  font-size: 1.08rem;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.quick-facts dt,
.tech-card dt {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.quick-facts dd {
  margin: 3px 0 0;
  font-size: .92rem;
  font-weight: 750;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: start;
  gap: 54px;
  margin-top: 72px;
}

.web-player-block { overflow: hidden; }

.web-player-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.web-player-heading h2 { margin: 0; }

.web-player-frame {
  display: block;
  width: 100%;
  height: min(76vh, 820px);
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: #05070a;
}

.content-block + .content-block {
  margin-top: 64px;
  padding-top: 56px;
  border-top: 1px solid var(--line);
}

.content-block h2,
.tech-card h2,
.related-section h2 {
  margin-bottom: 22px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -.035em;
}

.long-copy {
  max-width: 72ch;
  color: var(--muted-strong);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.feature-list li span {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  margin-top: .5em;
  border: 2px solid var(--bg);
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 2px var(--primary);
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.screenshot-grid a {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.screenshot-grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 220ms ease;
}

.screenshot-grid a:hover img {
  transform: scale(1.03);
}

.screenshot-grid span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgb(11 13 18 / 82%);
  color: var(--text);
  font-size: .75rem;
  backdrop-filter: blur(8px);
}

.tech-card {
  position: sticky;
  top: 104px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.tech-card h2 {
  font-size: 1.65rem;
}

.tech-card dl {
  margin: 0;
}

.tech-card dl div {
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  gap: 14px;
  padding-block: 13px;
  border-top: 1px solid var(--line);
}

.tech-card dd {
  overflow-wrap: anywhere;
  margin: 0;
  color: var(--muted-strong);
  font-size: .85rem;
}

.controls {
  margin-top: 18px;
  padding: 16px;
  border-radius: var(--radius-sm);
  background: var(--surface-raised);
  color: var(--muted);
  font-size: .84rem;
}

.controls strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
}

.controls p:last-child {
  margin-bottom: 0;
}

.metrics {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .76rem;
  font-variant-numeric: tabular-nums;
}

.external-links {
  display: grid;
  gap: 7px;
  margin-top: 18px;
}

.external-links a {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border-radius: 9px;
  color: var(--cyan);
  font-size: .85rem;
  font-weight: 750;
}

.external-links a:hover {
  background: rgb(70 219 232 / 8%);
}

.related-section {
  margin-top: 88px;
  padding-top: 72px;
  border-top: 1px solid var(--line);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #090b0f;
}

.footer-inner {
  min-height: 150px;
  color: var(--muted);
  font-size: .85rem;
}

.footer-inner strong {
  color: var(--text);
}

.footer-inner p {
  margin: 3px 0 0;
}

@media (max-width: 1024px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .catalog-stats {
    max-width: 520px;
  }

  .filter-form {
    grid-template-columns: 1fr 1fr;
  }

  .search-field {
    grid-column: 1 / -1;
  }

  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-hero {
    grid-template-columns: 1fr;
  }

  .detail-cover {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .detail-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 30px;
  }
}

@media (max-width: 760px) {
  body {
    background-image:
      linear-gradient(180deg, rgb(5 8 16 / 59%) 0, rgb(7 10 17 / 79%) 35rem, var(--bg) 68rem),
      linear-gradient(90deg, rgb(4 7 15 / 42%), rgb(4 7 15 / 48%)),
      url("images/universo-juegos-movil.cee26a57a1af.webp");
    background-size: cover, cover, 100% auto;
  }

  .web-player-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .web-player-frame {
    height: 72vh;
    min-height: 460px;
  }

  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .header-inner {
    min-height: 68px;
  }

  .main-nav a:last-child {
    display: none;
  }

  .main-nav {
    gap: 2px;
  }

  .main-nav a {
    padding-inline: 8px;
    font-size: .78rem;
  }

  .catalog-intro::after {
    opacity: .45;
  }

  .intro-grid {
    padding-block: 48px 42px;
  }

  .catalog-intro h1 {
    font-size: clamp(2.55rem, 14vw, 4.2rem);
  }

  .catalog-stats div {
    padding: 15px 10px;
  }

  .catalog-tools {
    padding-top: 38px;
  }

  .section-heading {
    align-items: flex-start;
  }

  .section-heading > .result-count {
    display: none;
  }

  .filter-form {
    grid-template-columns: 1fr;
  }

  .search-field {
    grid-column: auto;
  }

  .platform-section {
    padding-top: 46px;
  }

  .platform-section + .platform-section {
    margin-top: 54px;
  }

  .section-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  .game-grid {
    grid-template-columns: 1fr;
  }

  .detail-shell {
    padding-top: 18px;
  }

  .detail-hero {
    border-radius: var(--radius-md);
  }

  .detail-cover {
    aspect-ratio: 4 / 3;
  }

  .detail-summary {
    padding: 26px 20px 30px;
  }

  .detail-summary h1 {
    font-size: clamp(2.4rem, 13vw, 4rem);
  }

  .detail-actions {
    display: grid;
  }

  .detail-layout {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .tech-card {
    position: static;
    grid-row: 1;
  }

  .feature-list,
  .screenshot-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
  }
}

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