.game-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin:0 0 1.2rem;padding:.85rem 0;border-block:1px solid var(--border);color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.game-card__stats span{display:grid}.game-card__stats strong{color:var(--text);font-size:1.2rem;line-height:1.1;letter-spacing:-.02em}.stats-section{margin-top:clamp(4rem,8vw,7rem)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--border)}.stat-grid li{min-height:150px;display:flex;flex-direction:column;justify-content:flex-end;padding:1.35rem;background:var(--surface)}.stat-grid strong{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,3.2rem);line-height:1;color:var(--accent)}.stat-grid span{margin-top:.55rem;color:var(--muted);font-size:.86rem}.source-note{margin-top:1.2rem;color:var(--muted);font-size:.86rem}.source-note a{color:var(--accent-2);text-decoration:underline;text-underline-offset:.2em}.gallery{grid-template-columns:repeat(2,1fr)}.gallery img:first-child{grid-column:1/-1}.facts dd{text-align:right}.facts dd,.game-card h3{overflow-wrap:anywhere}@media(max-width:900px){.stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.stat-grid{grid-template-columns:1fr}.stat-grid li{min-height:120px}.game-card__stats{grid-template-columns:1fr 1fr}}
