.gv-games { min-height: 70vh; background: radial-gradient(circle at 82% 5%, rgba(255,106,0,.09), transparent 28%), var(--gv-bg); }
.gv-games-container { width: min(calc(100% - 48px), 1240px); margin-inline: auto; }
.gv-games-hero { padding: 64px 0 58px; border-bottom: 1px solid var(--gv-border); background: linear-gradient(125deg, rgba(15,21,25,.98), rgba(8,13,16,.92)); }
.gv-games-hero .gv-breadcrumbs { position: static; display: flex; align-items: center; gap: 8px; margin: 0; color: var(--gv-muted); font-size: 12px; }
.gv-games-hero .gv-breadcrumbs a { color: #d8dcdf; text-decoration: none; }
.gv-games-eyebrow { margin: 35px 0 8px; color: var(--gv-primary); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gv-games-hero h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(36px, 5vw, 62px); line-height: 1; letter-spacing: -.045em; }
.gv-games-hero h1 + p { max-width: 700px; margin: 18px 0 0; color: #b8bec3; font-size: 16px; line-height: 1.65; }
.gv-games-body { padding-block: 30px 70px; }
.gv-games-filterbar { min-height: 72px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--gv-border); border-radius: 10px; background: #0d1215; }
.gv-games-filterbar nav { display: flex; gap: 5px; }
.gv-games-filterbar nav a { min-height: 42px; padding: 0 18px; display: grid; place-items: center; border-radius: 7px; color: #c8cdd1; font-size: 13px; font-weight: 750; text-decoration: none; }
.gv-games-filterbar nav a:hover, .gv-games-filterbar nav a.is-active { background: #1a2024; color: #fff; box-shadow: inset 0 -2px var(--gv-primary); }
.gv-games-filterbar form { display: flex; align-items: end; gap: 8px; }
.gv-games-filterbar label span { display: block; margin-bottom: 4px; color: #929aa0; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gv-games-filterbar select { min-width: 190px; height: 42px; padding: 0 34px 0 12px; border: 1px solid #2b3339; border-radius: 7px; background: #11171b; color: #fff; }
.gv-games-filterbar button { height: 42px; padding: 0 17px; border: 0; border-radius: 7px; background: var(--gv-primary); color: #fff; font-weight: 800; cursor: pointer; }
.gv-games-results { margin: 30px 0 16px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.gv-games-results p { margin: 0 0 4px; color: var(--gv-primary); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gv-games-results h2 { margin: 0; color: #fff; font-size: 25px; }
.gv-games-results > span { color: #8e969c; font-size: 12px; }
.gv-games-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.gv-games-card { min-width: 0; overflow: hidden; border: 1px solid var(--gv-border); border-radius: 10px; background: linear-gradient(145deg, #11171b, #0b1013); transition: transform .18s ease, border-color .18s ease; }
.gv-games-card:hover { border-color: #3a4248; transform: translateY(-3px); }
.gv-games-card__image { aspect-ratio: 16 / 10; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #26333d, #5b3025); color: rgba(255,255,255,.82); font-size: 56px; font-weight: 900; text-decoration: none; }
.gv-games-card__image.has-image { background-image: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.55)), var(--gv-game-cover); background-position: center; background-size: cover; }
.gv-games-card__image.has-image span { display: none; }
.gv-games-card__body { padding: 15px 16px 17px; }
.gv-games-card__body > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #929aa0; font-size: 10px; }
.gv-games-card__body > div > span { color: var(--gv-primary); font-weight: 750; }
.gv-games-card h2 { margin: 9px 0 7px; font-size: 18px; line-height: 1.2; }
.gv-games-card h2 a { color: #fff; text-decoration: none; }
.gv-games-card p { min-height: 51px; margin: 0; color: #aeb4b8; font-size: 12px; line-height: 1.45; }
.gv-games-card small { min-height: 17px; margin-top: 10px; display: block; overflow: hidden; color: #858d93; text-overflow: ellipsis; white-space: nowrap; }
.gv-games-card__cta { margin-top: 13px; padding-top: 12px; display: block; border-top: 1px solid #1c2429; color: #eceeef; font-size: 11px; font-weight: 800; text-decoration: none; }
.gv-games-card__cta:hover { color: var(--gv-primary); }
.gv-games-empty { padding: 70px 25px; border: 1px solid var(--gv-border); border-radius: 10px; background: #0d1215; text-align: center; }
.gv-games-empty h2 { margin: 0 0 8px; color: #fff; }
.gv-games-empty p { color: var(--gv-muted); }
.gv-games-empty a { color: var(--gv-primary); font-weight: 800; }
@media (max-width: 1000px) { .gv-games-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) {
  .gv-games-container { width: min(calc(100% - 28px), 1240px); }
  .gv-games-hero { padding: 42px 0 38px; }
  .gv-games-eyebrow { margin-top: 24px; }
  .gv-games-hero h1 { font-size: 38px; }
  .gv-games-filterbar { align-items: stretch; flex-direction: column; }
  .gv-games-filterbar nav { display: grid; grid-template-columns: repeat(3, 1fr); }
  .gv-games-filterbar nav a { padding-inline: 8px; }
  .gv-games-filterbar form { align-items: end; }
  .gv-games-filterbar label { flex: 1; }
  .gv-games-filterbar select { width: 100%; min-width: 0; }
  .gv-games-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
}
@media (max-width: 480px) {
  .gv-games-hero h1 { font-size: 32px; }
  .gv-games-hero h1 + p { font-size: 14px; }
  .gv-games-grid { grid-template-columns: 1fr; }
  .gv-games-card p { min-height: 0; }
}
