/* Casino lobby homepage — olymp-csn style */

body.home-page {
  background: #0b154b;
}

body.home-page .header {
  background: rgba(11, 21, 75, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.home-page .nav a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
}

.header-auth {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 0.82rem;
  white-space: nowrap;
  transition: border-color 0.2s, background 0.2s;
}

.btn-login:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.btn-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2ecc71 0%, #1a9c52 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(46, 204, 113, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-register:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(46, 204, 113, 0.35);
}

.home-main {
  padding-bottom: 40px;
}

/* Promo banner */
.promo-banner {
  position: relative;
  margin: 16px 0 20px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 180px;
  background: linear-gradient(135deg, #1a2878 0%, #0f1a5c 50%, #2a1050 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.promo-slides {
  position: relative;
  min-height: 180px;
}

.promo-slide {
  display: none;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  min-height: 180px;
}

.promo-slide.active {
  display: grid;
}

.promo-content h2 {
  margin: 0 0 8px;
  padding: 0;
  border: none;
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
}

.promo-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 8px;
}

.promo-content p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  max-width: 420px;
}

.promo-amount {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 16px;
}

.promo-visual {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5rem;
  filter: drop-shadow(0 8px 24px rgba(247, 182, 54, 0.3));
}

.promo-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.promo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}

.promo-dot.active {
  background: var(--gold);
  transform: scale(1.15);
}

/* Lobby toolbar */
.lobby-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.lobby-search {
  flex: 1;
  min-width: 200px;
  position: relative;
}

.lobby-search input {
  width: 100%;
  padding: 12px 16px 12px 42px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: var(--font);
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
}

.lobby-search input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.lobby-search input:focus {
  border-color: rgba(247, 182, 54, 0.5);
}

.lobby-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  opacity: 0.45;
  pointer-events: none;
}

.lobby-providers-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s;
}

.lobby-providers-btn:hover {
  border-color: rgba(247, 182, 54, 0.4);
}

/* Category pills */
.category-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 16px;
  scrollbar-width: none;
}

.category-scroll::-webkit-scrollbar {
  display: none;
}

.category-pill {
  flex-shrink: 0;
  padding: 10px 18px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.category-pill:hover {
  border-color: rgba(247, 182, 54, 0.35);
  color: #fff;
}

.category-pill.active {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dim) 100%);
  border-color: transparent;
  color: var(--blue-dark);
}

/* Provider chips */
.provider-panel {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.provider-panel.open {
  display: flex;
}

.provider-chip {
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.provider-chip:hover,
.provider-chip.active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(247, 182, 54, 0.08);
}

/* Games grid */
.games-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 14px;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 12px;
  margin-bottom: 32px;
}

.game-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: var(--dark-3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  aspect-ratio: 3 / 4;
}

.game-card:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 182, 54, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.game-card > a:not(.game-btn) {
  display: block;
  height: 100%;
  color: inherit;
}

.game-card img,
.game-card .game-thumb {
  width: 100%;
  height: 72%;
  object-fit: cover;
  display: block;
}

.game-card .game-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

.game-info {
  padding: 10px 10px 12px;
  height: 28%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(10, 14, 26, 0.95);
}

.game-name {
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.game-provider {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.game-card.hidden {
  display: none !important;
}

.games-empty {
  display: none;
  text-align: center;
  padding: 48px 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.95rem;
}

.games-empty.visible {
  display: block;
}

.load-more-wrap {
  text-align: center;
  margin: 8px 0 40px;
}

.btn-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 10px;
  border: 1px solid rgba(247, 182, 54, 0.4);
  background: transparent;
  color: var(--gold);
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-load-more:hover {
  background: rgba(247, 182, 54, 0.1);
  border-color: var(--gold);
}

/* Compressed SEO block */
.seo-compact {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-compact h2 {
  font-size: 1.35rem;
  margin-top: 0;
  border-bottom-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.seo-compact > p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 720px;
}

.seo-compact .seo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0;
}

.seo-compact .seo-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px;
}

.seo-compact .seo-card h3 {
  font-size: 0.95rem;
  margin: 0 0 8px;
  color: var(--gold);
}

.seo-compact .seo-card p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.55;
}

.seo-compact .faq-list {
  margin-top: 8px;
}

.seo-compact .author-block {
  margin-top: 32px;
}

body.home-page .footer {
  margin-top: 32px;
  background: #080f35;
}

/* Welcome modal */
.welcome-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(5, 8, 25, 0.75);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.welcome-modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.welcome-modal {
  position: relative;
  width: 100%;
  max-width: 380px;
  background: linear-gradient(180deg, #152060 0%, #0b154b 100%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 28px 28px;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  transform: scale(0.92);
  transition: transform 0.3s;
}

.welcome-modal-overlay.open .welcome-modal {
  transform: scale(1);
}

.welcome-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.2s;
}

.welcome-modal-close:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.welcome-modal-visual {
  font-size: 4rem;
  margin-bottom: 16px;
  filter: drop-shadow(0 8px 20px rgba(247, 182, 54, 0.25));
}

.welcome-modal-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.welcome-modal-offer {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1.15;
  margin-bottom: 24px;
}

.welcome-modal .btn-primary {
  width: 100%;
  font-size: 1.05rem;
  padding: 16px;
}

/* Promo banner — image slides */
.promo-banner--images {
  min-height: 0;
  width: 100%;
  aspect-ratio: 21 / 7;
  max-height: 320px;
  background: #0f1a5c;
}

.promo-banner--images .promo-slides {
  min-height: 0;
  height: 100%;
  position: relative;
}

.promo-slide--image {
  display: none !important;
  padding: 0;
  min-height: 0;
  height: 100%;
  position: absolute;
  inset: 0;
  grid-template-columns: unset;
}

.promo-slide--image.active {
  display: block !important;
  position: relative;
}

.promo-slide--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.promo-slide-link {
  display: block;
  height: 100%;
  position: relative;
}

.promo-slide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 24px 32px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  z-index: 2;
  pointer-events: none;
}

.promo-slide-title {
  display: block;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  font-weight: 800;
  color: #fff;
  margin: 4px 0;
}

.promo-slide-sub {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
}

.promo-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}

.promo-arrow:hover {
  background: rgba(0, 0, 0, 0.65);
  border-color: rgba(247, 182, 54, 0.5);
}

.promo-arrow--prev { left: 10px; }
.promo-arrow--next { right: 10px; }

.promo-banner--images .promo-dots {
  bottom: 10px;
  z-index: 5;
}

/* Providers logo strip */
.providers-strip-wrap {
  margin: 0 0 20px;
  width: 100%;
}

.providers-strip {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.providers-strip::-webkit-scrollbar {
  display: none;
}

.provider-logo {
  flex-shrink: 0;
  width: 72px;
  height: 36px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, background 0.2s;
}

.provider-logo:hover {
  border-color: rgba(247, 182, 54, 0.4);
  background: rgba(255, 255, 255, 0.1);
}

.provider-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(1.1);
}

/* Landscape game cards (360×240 assets) */
.game-card--wide {
  aspect-ratio: 3 / 2;
}

.game-card--wide > img,
.game-card--wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Play / Demo hover overlay */
.game-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.2s;
}

.game-card:hover .game-hover,
.game-card:focus-within .game-hover {
  opacity: 1;
}

.game-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: auto;
  width: auto;
  min-width: 64px;
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.78rem;
  text-decoration: none;
  transition: transform 0.15s;
}

.game-btn:hover {
  transform: scale(1.05);
}

.game-btn--play {
  background: linear-gradient(135deg, var(--gold), var(--gold-dim));
  color: var(--blue-dark);
}

.game-btn--demo {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.game-btn--demo:hover {
  color: #fff;
}

.game-card--wide .game-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  padding: 24px 10px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}

.game-card--wide .game-name {
  font-size: 0.72rem;
}

.game-card--wide .game-provider {
  font-size: 0.62rem;
}

/* Horizontal game rows */
.games-row-section {
  margin-bottom: 28px;
  width: 100%;
  overflow: hidden;
}

.games-row-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 12px;
}

.games-row-header h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.games-row-header a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold);
  white-space: nowrap;
}

.games-row-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.row-arrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s, opacity 0.2s;
}

.row-arrow:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.65);
  border-color: rgba(247, 182, 54, 0.5);
}

.row-arrow:disabled {
  opacity: 0.25;
  cursor: default;
}

.games-row {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none;
}

.games-row.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.games-row.is-dragging * {
  pointer-events: none;
}

.games-row::-webkit-scrollbar {
  display: none;
}

.games-row .game-card {
  flex: 0 0 200px;
  width: 200px;
  min-width: 200px;
  scroll-snap-align: start;
}

.games-row .game-card--wide {
  flex: 0 0 200px;
  width: 200px;
  min-width: 200px;
}

/* Promotions block */
.promo-section {
  margin: 40px 0 32px;
}

.promo-section > h2 {
  margin: 0 0 16px;
  padding: 0;
  border: none;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.promo-filters {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 16px;
  scrollbar-width: none;
}

.promo-filters::-webkit-scrollbar {
  display: none;
}

.promo-filter {
  flex-shrink: 0;
  padding: 9px 16px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.promo-filter.active {
  background: linear-gradient(135deg, var(--gold), var(--gold-dim));
  border-color: transparent;
  color: var(--blue-dark);
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}

.promo-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, #1a2878 0%, #121e50 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, transform 0.2s;
}

.promo-card:hover {
  border-color: rgba(247, 182, 54, 0.35);
  transform: translateY(-2px);
}

.promo-card.hidden {
  display: none !important;
}

.btn-load-more {
  text-decoration: none;
}

.promo-card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e05a4a;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

.promo-card-tag {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin-bottom: 8px;
}

.promo-card h3 {
  margin: 0 0 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.promo-card p {
  margin: 0 0 14px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.45;
  flex: 1;
}

.promo-card-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 8px 16px;
  border-radius: 8px;
  background: rgba(247, 182, 54, 0.15);
  border: 1px solid rgba(247, 182, 54, 0.35);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  transition: background 0.2s;
}

.promo-card-btn:hover {
  background: rgba(247, 182, 54, 0.25);
  color: var(--gold-light);
}

.promo-card--sport { background: linear-gradient(145deg, #0d3d2a 0%, #121e50 100%); }
.promo-card--bonus { background: linear-gradient(145deg, #3d2a0d 0%, #121e50 100%); }
.promo-card--hot { background: linear-gradient(145deg, #3d0d2a 0%, #121e50 100%); }

@media (max-width: 768px) {
  .promo-banner--images {
    aspect-ratio: 16 / 9;
    max-height: 220px;
  }

  .provider-logo {
    width: 64px;
    height: 32px;
  }

  .games-row .game-card--wide {
    flex: 0 0 160px;
    width: 160px;
  }

  .row-arrow {
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
  }

  .promo-grid {
    grid-template-columns: 1fr;
  }

  .header-auth .btn-login {
    display: none;
  }

  .header-auth .btn-register {
    padding: 8px 14px;
    font-size: 0.78rem;
  }

  body.home-page .hamburger {
    display: flex;
  }

  body.home-page .geo-switcher {
    display: none;
  }

  .games-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
  }

  .seo-compact .seo-grid {
    grid-template-columns: 1fr;
  }

  body.home-page .nav {
    display: none;
  }
}

@media (max-width: 480px) {
  .games-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
