/* A compact game dossier: key information first, optional media below. */
.ge-game-detail { background: #0b0e25; }
.ge-game-detail :is(a, button, summary, [tabindex]):focus-visible { outline: 3px solid var(--ge-cyan); outline-offset: 3px; }
.ge-game-detail [id] { scroll-margin-top: 24px; }
.ge-game-detail .ge-game-hero { padding: 24px 0 0; background: radial-gradient(ellipse at 90% 10%, #241b43 0, transparent 55%), #0b0e25; }
.ge-game-detail .ge-breadcrumb { margin-bottom: 22px; font-size: .73rem; }
.ge-game-profile { display: grid; grid-template-columns: 230px minmax(0, 1fr); grid-template-rows: auto 1fr; gap: 0 32px; align-items: start; }
.ge-game-profile .ge-game-cover-panel { grid-column: 1; grid-row: 1 / span 2; width: 100%; max-width: none; margin: 0; border-radius: 14px; box-shadow: 0 14px 35px rgb(0 0 0 / 25%); }
.ge-game-profile .ge-game-intro { grid-column: 2; padding: 0; min-width: 0; }
.ge-game-detail .ge-game-intro h1 { margin: 0 0 14px; font-size: clamp(2rem, 3.8vw, 3.4rem); line-height: 1.12; letter-spacing: -.035em; overflow-wrap: anywhere; text-wrap: balance; }
.ge-game-detail .ge-eyebrow { margin-bottom: 8px; font-size: .66rem; }
.ge-game-detail .ge-release-kicker { gap: 8px 12px; margin: 0 0 14px; }
.ge-game-detail .ge-release-kicker time { font-size: .8rem; }
.ge-game-detail .ge-release-state { padding: 5px 9px; font-size: .65rem; }
.ge-game-detail .ge-game-subtitle { margin: 0 0 16px; max-width: 55rem; font-size: .94rem; line-height: 1.55; }
.ge-game-profile-extras { grid-column: 2; min-width: 0; }
.ge-game-taxonomy { display: grid; gap: 11px; }
.ge-game-taxonomy > div { display: grid; grid-template-columns: 84px minmax(0, 1fr); align-items: baseline; gap: 8px; }
.ge-taxonomy-label { display: inline-flex; align-items: center; gap: 7px; color: #aeb5d3; font-size: .7rem; font-weight: 600; }
.ge-taxonomy-label i { width: 14px; color: #80dded; text-align: center; }
.ge-game-tag-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.ge-game-tag-list li { margin: 0; min-width: 0; }
.ge-game-tag-list a { display: inline-flex; align-items: center; min-height: 36px; padding: 7px 10px; border: 1px solid #2d3553; border-radius: 7px; background: #151c37; color: #dce3f7; font-size: .72rem; line-height: 1.35; overflow-wrap: anywhere; }
.ge-game-tag-list a:hover { color: #fff; border-color: #668aab; background: #242b50; }
.ge-platform-tags a { background: #191832; border-color: #383052; }
.ge-platform-unlisted { margin: 0; color: #aeb5d3; font-size: .78rem; }
.ge-game-detail .ge-game-actions { gap: 8px; margin: 18px 0 0; }
.ge-game-detail .ge-game-actions .ge-button { padding: 11px 14px; border-radius: 8px; font-size: .77rem; min-height: 44px; }
.ge-game-detail .ge-game-actions .ge-button-primary { background: #6a4bec; box-shadow: none; }
.ge-game-section-nav { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 26px; padding: 16px 0; border-top: 1px solid var(--ge-line); border-bottom: 1px solid var(--ge-line); }
.ge-game-section-nav a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 14px; border-radius: 8px; background: #171c37; color: #dce0f1; font-size: .78rem; white-space: nowrap; }
.ge-game-section-nav a:hover { background: #242b50; color: #fff; }
.ge-game-section-nav a i { color: #80dded; }
.ge-game-section-nav a span { padding: 1px 6px; border-radius: 5px; background: #2a3354; color: #d8def2; font-size: .68rem; }
.ge-game-detail :is(.ge-game-overview, .ge-game-media, .ge-related-games) { padding: 30px 0; background: #0b0e25; }
.ge-game-overview-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 32px; }
.ge-game-detail .ge-game-summary { min-width: 0; border-top: 0; padding: 0; }
.ge-game-detail .ge-game-summary h2, .ge-game-detail .ge-section-heading h2 { font-size: clamp(1.4rem, 2.2vw, 1.85rem); line-height: 1.25; letter-spacing: -.025em; }
.ge-game-detail .ge-game-summary > div { color: #c3cbe0; font-size: .93rem; line-height: 1.8; overflow-wrap: anywhere; }
.ge-game-detail .ge-game-summary > div :is(h2, h3, h4, h5, h6) { margin: 1.3em 0 .65em; font-size: 1.14rem; line-height: 1.35; color: #f7f8ff; }
.ge-game-detail .ge-game-summary > div > :first-child { margin-top: 0; }
.ge-game-summary-pending { color: #aeb5d3; font-size: .88rem; line-height: 1.7; }
.ge-game-info-panel { padding: 20px; border: 1px solid #2b3150; border-radius: 12px; background: #11162e; }
.ge-game-info-panel > h2 { margin: 0 0 18px; color: #f7f8ff; font-size: 1.05rem; }
.ge-game-detail .ge-game-facts { grid-template-columns: 1fr; gap: 16px; margin: 0 0 18px; }
.ge-game-detail .ge-game-facts > div { padding: 0; border: 0; border-radius: 0; background: none; }
.ge-game-detail .ge-game-facts dt { font-size: .64rem; }
.ge-game-detail .ge-game-facts dd { font-size: .83rem; overflow-wrap: anywhere; }
.ge-game-info-panel > h3 { margin: 0; padding-top: 17px; border-top: 1px solid var(--ge-line); color: #f0f2fa; font-size: .78rem; }
.ge-game-info-panel .ge-store-links { gap: 6px; margin-top: 12px; }
.ge-game-info-panel .ge-store-links a { min-height: 44px; padding: 9px; font-size: .72rem; }
.ge-store-note { margin: 12px 0 0; color: #9aa5c5; font-size: .68rem; line-height: 1.65; }
.ge-game-detail :is(.ge-game-media, .ge-related-games) { border-top: 1px solid var(--ge-line); }
.ge-game-detail .ge-section-heading { align-items: end; gap: 16px; margin-bottom: 20px; }
.ge-game-detail .ge-section-heading > a { font-size: .76rem; }
.ge-media-hint { margin: 0; color: #aeb5d3; font-size: .74rem; }
.ge-media-panel-heading { display: none; margin: 0 0 14px; color: #f7f8ff; font-size: 1.1rem; }
.ge-game-detail .tab-navigation { gap: 8px; }
.ge-game-detail .tab-navigation button { min-height: 44px; margin: 0; padding: 10px 13px; font-size: .78rem; border-radius: 8px; text-transform: none; }
.ge-game-detail .tab-navigation button::after { display: none; }
.ge-game-detail .tab-content .tab-pane { margin-top: 14px; }
.ge-game-detail .ge-media-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ge-game-detail .ge-media-grid > a { position: relative; }
.ge-game-detail .ge-media-grid > :is(a, div) { border-radius: 10px; }
.ge-media-expand { position: absolute; right: 9px; bottom: 9px; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgb(255 255 255 / 30%); border-radius: 7px; background: rgb(6 10 25 / 80%); color: #fff; font-size: .75rem; }
.ge-media-more { margin-top: 14px; }
.ge-media-more > summary { width: fit-content; min-height: 44px; padding: 11px 14px; border: 1px solid var(--ge-line); border-radius: 8px; color: #d3ddf2; background: #171c37; font-size: .78rem; cursor: pointer; }
.ge-media-more[open] > summary { margin-bottom: 14px; }
.ge-game-detail .ge-related-grid { gap: 12px; }
.ge-game-detail .ge-related-card { display: grid; grid-template-columns: 82px minmax(0, 1fr); align-items: center; gap: 0; border-radius: 10px; box-shadow: none; }
.ge-game-detail .ge-related-cover { margin: 10px 0 10px 10px; border-radius: 7px; aspect-ratio: 3 / 4; }
.ge-game-detail .ge-related-card > div { min-width: 0; padding: 12px; }
.ge-game-detail .ge-related-card h3 { margin-bottom: 5px; font-size: .82rem; line-height: 1.4; }
.ge-game-detail .ge-related-card time { font-size: .65rem; }
.ge-game-detail .ge-related-card p { font-size: .62rem; line-height: 1.5; }
.ge-game-detail .ge-related-cover .ge-game-cover-placeholder { font-size: 1.8rem; }
@media (max-width: 1199.98px) {
    .ge-game-detail .ge-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
    .ge-game-profile { grid-template-columns: 180px minmax(0, 1fr); gap: 0 24px; }
    .ge-game-overview-grid { grid-template-columns: minmax(0, 1fr) 250px; gap: 24px; }
    .ge-game-taxonomy > div { grid-template-columns: 1fr; gap: 6px; }
    .ge-game-detail .ge-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
    .ge-game-detail .ge-game-hero { padding-top: 16px; }
    .ge-game-detail .ge-breadcrumb { margin-bottom: 17px; gap: 7px; font-size: .66rem; }
    .ge-game-profile { grid-template-columns: 100px minmax(0, 1fr); grid-template-rows: auto auto; gap: 18px 16px; }
    .ge-game-profile .ge-game-cover-panel { grid-row: 1; border-radius: 10px; }
    .ge-game-profile .ge-game-cover-placeholder { font-size: 2rem; }
    .ge-game-profile .ge-game-intro { align-self: center; }
    .ge-game-detail .ge-game-intro h1 { margin-bottom: 9px; font-size: clamp(1.35rem, 5.5vw, 2rem); line-height: 1.16; text-wrap: pretty; }
    .ge-game-intro .ge-eyebrow { font-size: .55rem; gap: 6px; }
    .ge-game-detail .ge-release-kicker { margin-bottom: 0; gap: 6px; }
    .ge-game-detail .ge-release-kicker time { font-size: .66rem; }
    .ge-game-detail .ge-release-state { padding: 4px 7px; font-size: .57rem; }
    .ge-game-detail .ge-game-subtitle { margin: 9px 0 0; font-size: .72rem; line-height: 1.5; }
    .ge-game-profile-extras { grid-column: 1 / -1; }
    .ge-game-taxonomy { gap: 11px; }
    .ge-game-taxonomy > div { grid-template-columns: 1fr; gap: 6px; }
    .ge-taxonomy-label { font-size: .66rem; }
    .ge-game-tag-list { gap: 6px; }
    .ge-game-tag-list a { min-height: 40px; padding: 9px 10px; font-size: .68rem; }
    .ge-game-detail .ge-game-actions { margin-top: 16px; }
    .ge-game-detail .ge-game-actions .ge-button { flex: 0 1 auto; padding: 10px 12px; font-size: .7rem; }
    .ge-game-section-nav { flex-wrap: nowrap; overflow-x: auto; gap: 6px; margin-top: 20px; padding: 12px 2px; scrollbar-width: thin; scrollbar-color: #404967 transparent; }
    .ge-game-section-nav a { flex: 0 0 auto; gap: 6px; padding: 10px 11px; font-size: .69rem; }
    .ge-game-overview-grid { grid-template-columns: 1fr; gap: 22px; }
    .ge-game-detail :is(.ge-game-overview, .ge-game-media, .ge-related-games) { padding: 24px 0; }
    .ge-game-detail .ge-game-summary > div { font-size: .87rem; line-height: 1.8; }
    .ge-game-info-panel { padding: 17px; }
    .ge-game-detail .ge-game-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .ge-game-detail .ge-section-heading { align-items: start; flex-wrap: wrap; gap: 9px; margin-bottom: 16px; }
    .ge-media-hint { font-size: .67rem; }
    .ge-game-detail .tab-navigation { gap: 6px; flex-wrap: wrap; }
    .ge-game-detail .tab-navigation button { padding: 10px 11px; gap: 6px; font-size: .69rem; }
    .ge-game-detail .ge-media-grid { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 82%; gap: 10px; overflow-x: auto; padding: 2px 2px 12px; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: #404967 transparent; }
    .ge-game-detail .ge-media-grid > :is(a, div) { scroll-snap-align: start; }
    .ge-game-detail .ge-related-grid { grid-template-columns: 1fr; gap: 9px; }
    .ge-game-detail .ge-related-card { grid-template-columns: 70px minmax(0, 1fr); }
    .ge-game-detail .ge-related-card > div { padding: 12px 14px; }
    .ge-game-detail .ge-related-card h3 { font-size: .9rem; }
    .ge-game-detail .ge-related-card time, .ge-game-detail .ge-related-card p { font-size: .66rem; }
}
@media (prefers-reduced-motion: reduce) {
    .ge-game-detail *, .ge-game-detail *::before { scroll-behavior: auto !important; transition: none !important; }
}
