.game-theme {
    --gf-bg: #0b1016;
    --gf-bg-2: #121820;
    --gf-card: #171e27;
    --gf-card-hover: #1c2530;
    --gf-border: rgba(184, 210, 230, 0.12);
    --gf-lime: #9eff3d;
    --gf-lime-2: #c8ff7a;
    --gf-cyan: #3de6ff;
    --gf-text: #edf3f8;
    --gf-muted: #8c99a8;
    --gf-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    min-height: 100vh;
    background:
        radial-gradient(1200px 420px at 50% -80px, rgba(61, 230, 255, 0.08), transparent 60%),
        linear-gradient(180deg, #0d141c 0%, var(--gf-bg) 180px);
    color: var(--gf-text);
    font-family: "IBM Plex Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}

.game-theme a {
    color: inherit;
    text-decoration: none;
}

.game-theme a:hover {
    color: var(--gf-lime);
}

.game-header {
    position: relative;
    z-index: 40;
    isolation: isolate;
    border-bottom: 1px solid var(--gf-border);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.game-header-art {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11, 16, 22, 0.35) 0%, rgba(11, 16, 22, 0.88) 100%),
        url("/static/img/gamefans/header.jpg") center 42% / cover no-repeat;
    z-index: -1;
}

.game-header-inner {
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
    padding: 18px 0 16px;
}

.game-header-top {
    display: flex;
    align-items: center;
    gap: 18px;
}

.game-brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.game-brand img {
    display: block;
    height: 52px;
    width: auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
}

.game-header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.game-header-link {
    color: var(--gf-muted);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 8px;
}

.game-header-link:hover {
    color: var(--gf-text);
    background: rgba(255, 255, 255, 0.05);
}

.game-highspeed,
.game-theme #warezkorb-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--gf-lime);
    background: transparent;
    color: var(--gf-lime);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.78rem;
    padding: 9px 14px;
    border-radius: 8px;
    width: auto;
    height: auto;
}

.game-highspeed:hover,
.game-theme #warezkorb-link:hover,
.game-theme #warezkorb-link:focus {
    background: var(--gf-lime);
    border-color: var(--gf-lime);
    color: #08110a;
}

.game-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

.game-nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    flex-wrap: wrap;
}

.game-nav-links > a,
.game-nav-dropdown summary {
    color: #d5dee8;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 8px;
}

.game-nav-links > a:hover,
.game-nav-dropdown[open] summary,
.game-nav-dropdown summary:hover {
    background: rgba(158, 255, 61, 0.12);
    color: var(--gf-lime);
}

.game-nav-dropdown {
    position: relative;
    z-index: 50;
}

.game-nav-dropdown summary {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.game-nav-dropdown summary::-webkit-details-marker {
    display: none;
}

.game-nav-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    max-height: 360px;
    overflow: auto;
    background: #151c24;
    border: 1px solid var(--gf-border);
    border-radius: 12px;
    padding: 8px;
    box-shadow: var(--gf-shadow);
    z-index: 60;
}

.game-nav-menu a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    color: var(--gf-text);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.game-nav-menu a:hover {
    background: rgba(158, 255, 61, 0.12);
}

.game-search {
    display: flex;
    margin-left: auto;
    min-width: 280px;
    max-width: 420px;
    flex: 1 1 280px;
}

.game-search .search-autocomplete {
    flex: 1;
}

.game-search input {
    width: 100%;
    height: 42px;
    border: 1px solid rgba(184, 210, 230, 0.16);
    border-right: 0;
    border-radius: 10px 0 0 10px;
    background: rgba(8, 12, 16, 0.72);
    color: var(--gf-text);
    padding: 0 14px;
}

.game-search input:focus {
    outline: none;
    border-color: rgba(158, 255, 61, 0.5);
}

.game-search button {
    width: 46px;
    border: 1px solid rgba(184, 210, 230, 0.16);
    border-left: 0;
    border-radius: 0 10px 10px 0;
    background: rgba(8, 12, 16, 0.72);
    color: var(--gf-text);
}

.game-search button:hover {
    color: var(--gf-lime);
}

.game-cart-dot {
    display: none;
    position: absolute;
    top: -3px;
    right: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4d4d;
    border: 2px solid var(--gf-bg);
}

.game-featured-wrap {
    position: relative;
    z-index: 0;
    width: min(1320px, calc(100% - 32px));
    margin: 18px auto 0;
}

.game-featured-frame {
    position: relative;
}

.game-featured {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 4px 2px 8px;
}

.game-featured::-webkit-scrollbar {
    display: none;
}

.game-featured a {
    flex: 0 0 auto;
}

.game-featured img {
    display: block;
    width: 118px;
    height: 168px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.18s ease, border-color 0.18s ease;
}

.game-featured a:hover img {
    transform: translateY(-4px);
    border-color: rgba(158, 255, 61, 0.55);
}

.game-featured-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 64px;
    border: 0;
    border-radius: 10px;
    background: rgba(12, 16, 22, 0.78);
    color: var(--gf-text);
    z-index: 2;
}

.game-featured-arrow:hover {
    color: var(--gf-lime);
}

.game-featured-arrow-left {
    left: -8px;
}

.game-featured-arrow-right {
    right: -8px;
}

.game-wrap {
    width: min(1320px, calc(100% - 32px));
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.game-sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.game-side-card {
    background: var(--gf-card);
    border: 1px solid var(--gf-border);
    border-radius: 14px;
    overflow: hidden;
}

.game-side-card a,
.game-side-card .game-side-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    color: var(--gf-text);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    font-weight: 600;
    font-size: 0.92rem;
}

.game-side-card a:first-child,
.game-side-card .game-side-item:first-child {
    border-top: 0;
}

.game-side-card a:hover {
    background: rgba(158, 255, 61, 0.08);
    color: var(--gf-lime);
}

.game-side-card i {
    width: 1.1rem;
    text-align: center;
    color: var(--gf-cyan);
}

.game-side-title {
    padding: 12px 14px 6px;
    color: var(--gf-muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.game-main {
    min-width: 0;
}

.game-page-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-end;
    margin-bottom: 16px;
}

.game-kicker {
    color: var(--gf-lime);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.game-page-head h1,
.game-section-head h2 {
    margin: 4px 0 0;
    font-size: 1.55rem;
    font-weight: 800;
}

.game-page-head p {
    margin: 6px 0 0;
    color: var(--gf-muted);
}

.game-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0 14px;
}

.game-section-head h2 {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.game-filter-panel {
    background: var(--gf-card);
    border: 1px solid var(--gf-border);
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 16px;
}

.game-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 6px 0;
}

.game-filter-row > span {
    min-width: 72px;
    color: var(--gf-muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.game-filter-row a {
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--gf-text);
    font-size: 0.84rem;
    font-weight: 650;
}

.game-filter-row a.active,
.game-filter-row a:hover {
    background: rgba(158, 255, 61, 0.16);
    color: var(--gf-lime);
}

.game-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.game-grid:has(.game-entry:only-child) {
    grid-template-columns: minmax(0, 640px);
}

.game-entry {
    background: var(--gf-card);
    border: 1px solid var(--gf-border);
    border-radius: 16px;
    padding: 16px 16px 14px;
    box-shadow: var(--gf-shadow);
    min-width: 0;
    transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.game-entry:hover {
    background: var(--gf-card-hover);
    border-color: rgba(158, 255, 61, 0.28);
    transform: translateY(-2px);
}

.game-entry-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.game-entry-head h2,
.game-entry-head h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--gf-text);
}

.game-entry-date {
    flex: 0 0 auto;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--gf-muted);
    font-size: 0.74rem;
    font-weight: 700;
}

.game-entry-rls {
    margin-top: 4px;
    color: var(--gf-muted);
    font-size: 0.82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-entry-body {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    margin-top: 12px;
    min-height: 128px;
}

.game-entry-cover {
    width: 92px;
    height: 128px;
    object-fit: cover;
    border-radius: 10px;
    background: #0b1016;
}

.game-entry-text {
    margin: 0;
    color: #c5d0db;
    font-size: 0.86rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.game-entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
}

.game-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #d5dee8;
    font-size: 0.76rem;
    font-weight: 700;
}

.game-entry-meta .button-warezkorb {
    margin-left: auto;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    background: rgba(158, 255, 61, 0.14);
    color: var(--gf-lime);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.game-entry-meta .button-warezkorb:hover {
    background: var(--gf-lime);
    color: #08110a;
}

.game-empty,
.game-panel {
    background: var(--gf-card);
    border: 1px solid var(--gf-border);
    border-radius: 16px;
    padding: 22px;
}

.game-empty h2 {
    margin: 0 0 8px;
}

.game-empty p {
    margin: 0;
    color: var(--gf-muted);
}

.game-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 22px 0 8px;
}

.game-pagination a,
.game-pagination span {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--gf-card);
    border: 1px solid var(--gf-border);
    font-weight: 700;
}

.game-pagination .active,
.game-pagination a:hover {
    border-color: var(--gf-lime);
    color: var(--gf-lime);
}

.game-pagination .disabled {
    opacity: 0.45;
    pointer-events: none;
}

.game-alert,
.game-promo {
    display: block;
    background: var(--gf-card);
    border: 1px solid var(--gf-border);
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.game-promo {
    display: flex;
    gap: 12px;
    align-items: baseline;
    flex-wrap: wrap;
    background: linear-gradient(90deg, rgba(158, 255, 61, 0.12), rgba(61, 230, 255, 0.08));
}

.game-promo strong {
    color: var(--gf-lime);
    font-size: 1.2rem;
}

.game-detail {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 20px;
}

.game-detail-cover img {
    width: 100%;
    border-radius: 16px;
    display: block;
    box-shadow: var(--gf-shadow);
}

.game-detail-actions {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.game-detail-actions .btn,
.game-primary,
.game-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border-radius: 10px;
    font-weight: 700;
    border: 0;
}

.game-primary,
.game-theme .btn-wrzkorb,
.game-theme .warezkorb-cta {
    background: var(--gf-lime);
    color: #08110a;
}

.game-secondary,
.game-detail-actions .btn-primary {
    background: rgba(255, 255, 255, 0.08);
    color: var(--gf-text);
}

.game-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 12px 0 16px;
    color: var(--gf-muted);
}

.game-facts a {
    color: var(--gf-cyan);
}

.game-description-text {
    color: #d5dee8;
    line-height: 1.55;
}

.game-theme .nfo {
    background: #0b1016;
    color: #c5d0db;
    border-radius: 12px;
    padding: 12px;
}

.game-stack {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 22px;
}

.game-stack .game-panel,
.game-stack .game-alert,
.game-stack .game-ad {
    margin: 0;
}

.game-ad {
    background: var(--gf-card);
    border: 1px solid var(--gf-border);
    border-radius: 16px;
    padding: 14px;
}

.game-ad img {
    max-width: 100%;
    height: auto;
    display: block;
}

.game-downloads-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gf-border);
}

.game-downloads-head h2 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
}

.game-downloads-head i {
    color: var(--gf-lime);
}

.game-mirror-group {
    background: rgba(8, 12, 16, 0.42);
    border: 1px solid var(--gf-border);
    border-radius: 12px;
    padding: 14px 16px;
}

.game-mirror-group + .game-mirror-group {
    margin-top: 12px;
}

.game-mirror-group--admin {
    border-color: rgba(158, 255, 61, 0.32);
    background: linear-gradient(180deg, rgba(158, 255, 61, 0.08), rgba(8, 12, 16, 0.4));
}

.game-mirror-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.game-mirror-uploader {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 750;
}

.game-mirror-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(158, 255, 61, 0.16);
    color: var(--gf-lime);
    font-size: 0.74rem;
    font-weight: 800;
}

.game-mirror-kind + .game-mirror-kind {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.game-mirror-kind-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    color: var(--gf-muted);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.game-mirror-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.game-mirror-cart,
.game-highspeed-btn,
.game-hoster-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    border: 0;
    border-radius: 10px;
    padding: 0 14px;
    font-weight: 750;
    color: #fff;
    text-decoration: none;
}

.game-mirror-cart {
    width: 40px;
    min-width: 40px;
    padding: 0;
    background: var(--gf-lime);
    color: #08110a;
}

.game-mirror-cart:hover {
    background: var(--gf-lime-2);
    color: #08110a;
}

.game-highspeed-btn {
    background: transparent;
    border: 1px solid var(--gf-lime);
    color: var(--gf-lime);
}

.game-highspeed-btn:hover {
    background: var(--gf-lime);
    color: #08110a;
}

.game-hoster-btn img {
    height: 16px;
    width: auto;
}

.game-mirror-more {
    margin-top: 12px;
}

.game-mirror-more-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--gf-border);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--gf-text);
    font-weight: 750;
}

.game-mirror-more-toggle:hover,
.game-mirror-more-toggle:focus {
    border-color: rgba(158, 255, 61, 0.45);
    color: var(--gf-lime);
}

.game-mirror-more-toggle .bi-chevron-down {
    transition: transform 0.16s ease;
}

.game-mirror-more-toggle[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg);
}

.game-mirror-more .collapse {
    margin-top: 12px;
}

.game-footer {
    width: min(1320px, calc(100% - 32px));
    margin: 28px auto 18px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--gf-muted);
    font-size: 0.85rem;
}

.game-footer a {
    margin-right: 12px;
}

.game-theme .search-suggestions {
    background: #151c24;
    border-color: var(--gf-border);
}

.game-theme .search-suggestions .suggestion-meta {
    color: var(--gf-muted);
}

.game-theme .modal-content {
    background: var(--gf-card);
    color: var(--gf-text);
}

.game-theme .form-check-input:checked {
    background-color: var(--gf-lime);
    border-color: var(--gf-lime);
}

@media (max-width: 1100px) {
    .game-wrap {
        grid-template-columns: 1fr;
    }

    .game-sidebar {
        order: 2;
    }

    .game-grid {
        grid-template-columns: 1fr;
    }

    .game-detail {
        grid-template-columns: 1fr;
    }

    .game-detail-cover {
        max-width: 280px;
    }
}

@media (max-width: 760px) {
    .game-header-top {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .game-header-link {
        display: none;
    }

    .game-highspeed {
        padding: 7px 10px;
        font-size: 0.7rem;
    }

    .game-brand img {
        height: 40px;
    }

    .game-nav {
        flex-wrap: wrap;
    }

    .game-nav-links {
        width: 100%;
    }

    .game-search {
        margin-left: 0;
        max-width: none;
        width: 100%;
        min-width: 0;
    }

    .game-entry-body {
        grid-template-columns: 72px minmax(0, 1fr);
        min-height: 0;
    }

    .game-entry-cover {
        width: 72px;
        height: 100px;
    }

    .game-entry-text {
        -webkit-line-clamp: 4;
    }

    .game-featured img {
        width: 96px;
        height: 136px;
    }
}

.steam-chart-wrap {
    background: var(--gf-card);
    border: 1px solid var(--gf-border);
    border-radius: 16px;
    overflow: auto;
    box-shadow: var(--gf-shadow);
}

.steam-chart {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.steam-chart th,
.steam-chart td {
    padding: 10px 12px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid var(--gf-border);
}

.steam-chart thead th {
    color: var(--gf-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.18);
    position: sticky;
    top: 0;
}

.steam-chart tbody tr:hover {
    background: var(--gf-card-hover);
}

.steam-chart-rank-col {
    width: 48px;
    color: var(--gf-cyan);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.steam-chart-cover-col {
    width: 132px;
    padding-right: 4px;
}

.steam-chart-cover-col img {
    display: block;
    width: 120px;
    height: 45px;
    object-fit: cover;
    border-radius: 6px;
    background: #0b1016;
}

.steam-chart-title {
    font-weight: 750;
    line-height: 1.3;
}

.steam-chart-change {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.steam-chart-change-up {
    color: var(--gf-lime);
}

.steam-chart-change-down {
    color: #ff7a7a;
}

.steam-chart-change-new {
    color: var(--gf-cyan);
}

.steam-chart-change-same {
    color: var(--gf-muted);
}

.steam-chart-weeks-col {
    font-variant-numeric: tabular-nums;
    color: #d5dee8;
}

.steam-chart-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--gf-text);
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.steam-chart-link:hover {
    background: rgba(158, 255, 61, 0.16);
    color: var(--gf-lime);
}

@media (max-width: 760px) {
    .steam-chart {
        min-width: 0;
    }

    .steam-chart thead {
        display: none;
    }

    .steam-chart,
    .steam-chart tbody,
    .steam-chart tr,
    .steam-chart td {
        display: block;
        width: 100%;
    }

    .steam-chart tr {
        display: grid;
        grid-template-columns: 44px 88px minmax(0, 1fr) auto;
        grid-template-areas:
            "rank cover title title"
            "rank cover change weeks"
            "steam steam actions actions";
        gap: 6px 10px;
        padding: 12px;
        border-bottom: 1px solid var(--gf-border);
    }

    .steam-chart td {
        padding: 0;
        border: 0;
    }

    .steam-chart-rank-col { grid-area: rank; }
    .steam-chart-cover-col { grid-area: cover; width: auto; }
    .steam-chart-cover-col img { width: 88px; height: 33px; }
    .steam-chart-game-col { grid-area: title; }
    .steam-chart-change-col { grid-area: change; }
    .steam-chart-weeks-col {
        grid-area: weeks;
        color: var(--gf-muted);
    }
    .steam-chart-weeks-col::before {
        content: "Wochen ";
        text-transform: uppercase;
        font-size: 0.68rem;
        letter-spacing: 0.06em;
    }
    .steam-chart-steam-col { grid-area: steam; }
    .steam-chart-actions-col { grid-area: actions; justify-self: end; }
}
