/* Content-only layout: navigation and other templates retain their styles. */
.gz-home-content { min-width: 0; --home-accent: #fff; letter-spacing: 0; }
.gz-home-content a { text-decoration: none; }
.gz-home-content a:focus-visible { outline: 3px solid var(--home-accent); outline-offset: 3px; }
.gz-home-featured { display: grid; grid-template-columns: 2.65fr repeat(3, 1fr); gap: 12px; margin-bottom: 22px; }
.gz-home-feature { position: relative; display: block; min-width: 0; height: 290px; overflow: hidden; border-radius: 8px; background: var(--gz-bg-card, #171c2b); isolation: isolate; }
.gz-home-feature > picture { position: absolute; inset: 0; }
.gz-home-feature img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; transition: transform .2s ease; }
.gz-home-feature::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.8)); z-index: 0; }
.gz-home-feature.is-lead::after { inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.62), transparent); }
.gz-home-feature-copy { position: absolute; inset: auto 14px 16px; color: #fff; z-index: 1; }
.gz-home-feature-copy strong { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; font-size: 16px; line-height: 1.15; text-transform: uppercase; overflow-wrap: anywhere; padding-right: 26px; }
.gz-home-feature.is-lead .gz-home-feature-copy { inset: 24px; display: flex; align-items: flex-start; flex-direction: column; }
.gz-home-feature.is-lead strong { font-size: 36px; max-width: 90%; padding: 0; }
.gz-home-feature-copy small { font-size: 15px; margin-top: 10px; font-weight: 800; }
.gz-home-play { display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px; background: #171c2b; color: #fff; border-radius: 24px; font-size: 13px; font-weight: 900; margin-top: auto; }
.gz-home-play > span { color: var(--home-accent); }
.gz-home-play-dot { position: absolute; right: 0; bottom: 0; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--home-accent); background: #171c2b; font-size: 10px; }
.gz-home-row { margin-bottom: 24px; min-width: 0; }
.gz-home-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.gz-home-heading h2 { font-size: 18px; line-height: 1.35; margin: 0; overflow-wrap: anywhere; }
.gz-home-heading h2::before { content: ''; display: inline-block; width: 6px; height: 6px; background: var(--home-accent); margin-right: 8px; transform: rotate(45deg); vertical-align: middle; }
.gz-home-heading > a { flex-shrink: 0; color: var(--home-accent); font-size: 12px; font-weight: 800; padding-block: 6px; }
.gz-home-games { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 84px) / 8); gap: 12px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scrollbar-width: none; cursor: grab; }
.gz-home-games::-webkit-scrollbar { display: none; width: 0; height: 0; }
.gz-home-rail { position: relative; min-width: 0; }
.gz-home-arrow { position: absolute; top: calc(50% - 12px); transform: translateY(-50%); z-index: 2; width: 40px; height: 40px; padding: 0; border: 1px solid #697080; border-radius: 50%; background: #171c2b; color: #fff; font-size: 23px; cursor: pointer; opacity: 0; visibility: hidden; transition: opacity .15s ease; }
.gz-home-arrow-prev { left: 4px; }
.gz-home-arrow-next { right: 4px; }
.gz-home-row:hover .gz-home-arrow:not(:disabled), .gz-home-row:focus-within .gz-home-arrow:not(:disabled) { opacity: 1; visibility: visible; }
.gz-home-arrow[hidden] { display: none; }
.gz-home-arrow:focus-visible, .gz-home-games:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
@media (hover: none) {
  .gz-home-arrow:not(:disabled) { opacity: 1; visibility: visible; }
}
.gz-home-games.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.gz-home-games > a { scroll-snap-align: start; -webkit-user-drag: none; }
.gz-home-game { min-width: 0; display: block; }
.gz-home-cover { display: block; position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 8px; background: var(--gz-bg-card, #171c2b); }
.gz-home-cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .2s ease; }
.gz-home-cover picture { display: block; width: 100%; height: 100%; }
.gz-home-game-title { display: block; text-align: center; font-size: 11px; font-weight: 800; line-height: 1.4; margin-top: 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gz-home-categories { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 10px; }
.gz-home-categories a { min-width: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; padding: 16px 8px; border-radius: 8px; background: var(--gz-bg-card, #171c2b); font-size: 11px; font-weight: 800; text-align: center; overflow-wrap: anywhere; }
.gz-home-categories img, .gz-home-categories picture { width: 32px; height: 32px; object-fit: contain; }
.gamezone-front .gz-home-content .gz-hero { display: block; content-visibility: visible; margin: 0 0 24px; padding: 22px; border-radius: 0; border: 0; box-shadow: none; background: var(--gz-bg-card, #171c2b); }
.gz-home-content .gz-kicker { letter-spacing: 0; }
.gz-home-content .gz-hero h1 { font-size: 20px; line-height: 1.4; }
.gz-home-content .gz-hero-description { font-size: 14px; line-height: 1.65; }
.gz-home-content .gz-hero-actions, .gz-home-content .gz-hero-stats { display: none; }
@media (hover: hover) {
  .gz-home-feature:hover img, .gz-home-game:hover img { transform: scale(1.035); }
  .gz-home-game:hover .gz-home-game-title { color: var(--home-accent); }
}
@media (max-width: 1100px) {
  .gz-home-feature { height: 240px; }
  .gz-home-feature.is-lead strong { font-size: 28px; }
  .gz-home-feature-copy strong { font-size: 13px; }
  .gz-home-categories { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .gz-home-featured { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .gz-home-feature.is-lead { grid-column: 1 / -1; height: 220px; }
  .gz-home-feature { height: 145px; }
  .gz-home-feature-copy { inset: auto 8px 10px; }
  .gz-home-feature-copy strong { font-size: 11px; padding: 0 0 28px; }
  .gz-home-feature.is-lead .gz-home-feature-copy { inset: 20px; }
  .gz-home-feature.is-lead strong { font-size: 28px; }
  .gz-home-feature-copy small { font-size: 13px; }
  .gz-home-play-dot { right: auto; left: 0; width: 22px; height: 22px; }
  .gz-home-games { grid-auto-columns: calc((100% - 16px) / 3); gap: 8px; }
  .gz-home-heading h2 { font-size: 16px; }
  .gz-home-categories { gap: 8px; }
  .gz-home-categories a { padding: 12px 4px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .gz-home-content img, .gz-home-arrow { transition: none; }
}
