body.game-theme {
    margin: 0;
    min-height: 100vh;
    color: #f2f6ff;
    font-family: "Trebuchet MS", Arial, sans-serif;
    background:
        radial-gradient(circle at 50% 0, rgba(255, 24, 72, 0.08), transparent 22%),
        linear-gradient(180deg, rgba(8, 12, 23, 0.74), rgba(8, 12, 23, 0.94)),
        linear-gradient(135deg, #101827 0%, #0b1020 38%, #09111d 100%);
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.game-shell {
    position: relative;
    overflow: hidden;
}

.game-shell::before,
.game-shell::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.game-shell::before {
    background:
        radial-gradient(circle at 15% 12%, rgba(255, 255, 255, 0.05), transparent 16%),
        radial-gradient(circle at 85% 18%, rgba(255, 24, 72, 0.08), transparent 18%),
        linear-gradient(115deg, transparent 0 12%, rgba(255, 255, 255, 0.018) 12% 17%, transparent 17% 100%),
        linear-gradient(65deg, transparent 0 72%, rgba(255, 255, 255, 0.015) 72% 79%, transparent 79% 100%);
}

.game-shell::after {
    background:
        radial-gradient(circle at 50% 100%, rgba(10, 170, 255, 0.08), transparent 20%),
        linear-gradient(180deg, transparent 0 88%, rgba(255, 105, 45, 0.08) 88% 100%);
}

.game-page {
    position: relative;
    z-index: 1;
    width: calc(100% - 24px);
    max-width: var(--game-page-max-width, 1480px);
    margin: 0 auto;
}

.game-header {
    position: relative;
    z-index: 30;
    padding-top: 10px;
    background: linear-gradient(180deg, rgba(4, 6, 12, 0.92), rgba(4, 6, 12, 0.72));
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.game-header-bar {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 68px;
}

.game-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 220px;
}

.game-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    background:
        radial-gradient(circle at 35% 35%, #fff 0 8%, transparent 9%),
        conic-gradient(from 220deg, transparent 0 40%, var(--game-accent, #ff1848) 40% 68%, transparent 68% 100%),
        #11192a;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.game-brand-mark.has-image {
    width: auto;
    max-width: 160px;
    height: 28px;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.game-brand-mark img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.game-brand-copy strong,
.game-brand-copy small {
    display: block;
    line-height: 1.1;
}

.game-brand-copy strong {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.game-brand-copy small {
    color: #8d97b5;
    font-size: 10px;
    letter-spacing: 0.04em;
}

.game-nav {
    margin-left: auto;
}

.game-nav ul {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.game-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    transition: color 0.2s ease, transform 0.2s ease;
}

.game-nav a:hover {
    color: var(--game-accent, #ff1848);
    transform: translateY(-1px);
}

.game-nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.game-nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: #fff;
}

.game-main {
    padding: 14px 0 40px;
}

.game-hero {
    margin-bottom: 18px;
}

.game-hero-grid {
    display: grid;
    gap: 12px;
}

.game-showcase-slider {
    position: relative;
    height: 218px;
    background: rgba(13, 20, 35, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.game-showcase-slider .carousel-inner,
.game-showcase-slider .carousel-item {
    height: 100%;
}

.game-showcase {
    display: grid;
    grid-template-columns: minmax(0, 2.3fr) minmax(240px, 0.9fr);
    height: 100%;
}

.game-showcase.has-split-media {
    grid-template-columns: 1.15fr 1.15fr 0.9fr;
}

.game-showcase-stage,
.game-showcase-copy {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.game-showcase-stage-secondary {
    border-left: 1px solid rgba(255, 255, 255, 0.04);
}

.game-showcase-stage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.game-showcase-copy {
    padding: 14px 16px;
    background:
        linear-gradient(180deg, rgba(17, 21, 36, 0.96), rgba(10, 15, 28, 0.96)),
        linear-gradient(135deg, rgba(255, 24, 72, 0.06), transparent);
}

.game-kicker,
.game-list-tag,
.game-badge,
.game-pill {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 0 8px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.game-kicker,
.game-badge,
.game-pill {
    background: var(--game-accent, #ff1848);
    color: #fff;
}

.game-showcase-copy h1 {
    margin: 10px 0 10px;
    font-size: 16px;
    line-height: 1.35;
    text-transform: uppercase;
}

.game-showcase-copy p {
    margin: 0;
    color: #aeb8d3;
    font-size: 11px;
    line-height: 1.7;
}

.game-showcase-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    margin-top: 12px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.game-showcase-indicators {
    justify-content: flex-end;
    gap: 5px;
    margin: 0;
    right: 12px;
    bottom: 10px;
    left: auto;
}

.game-showcase-indicators [data-bs-target] {
    width: 18px;
    height: 4px;
    margin: 0;
    border: 0;
    background-color: rgba(255, 255, 255, 0.35);
    opacity: 1;
}

.game-showcase-indicators .active {
    background-color: var(--game-accent, #ff1848);
}

.game-showcase-control {
    top: auto;
    bottom: 10px;
    width: 36px;
    opacity: 1;
}

.game-showcase-control.carousel-control-prev {
    left: auto;
    right: 62px;
}

.game-showcase-control.carousel-control-next {
    right: 16px;
}

.game-showcase-control .carousel-control-prev-icon,
.game-showcase-control .carousel-control-next-icon {
    width: 18px;
    height: 18px;
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    background-size: 9px 9px;
}

.game-platforms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.game-platform-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 16px;
    font-size: 17px;
    background: rgba(36, 43, 61, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.game-platform-icon {
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.game-platform-icon i {
    font-size: 18px;
    line-height: 1;
}

.game-platform-card strong,
.game-platform-card small {
    display: block;
    text-transform: uppercase;
}

.game-platform-card strong {
    font-size: 17px;
    letter-spacing: 0.08em;
}

.game-platform-card small {
    color: var(--game-accent, #ff1848);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.game-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(230px, 0.85fr);
    gap: 16px;
}

.game-primary,
.game-sidebar {
    min-width: 0;
}

.game-section + .game-section,
.game-widget + .game-widget,
.game-widget-boxes + .game-widget-boxes {
    margin-top: 18px;
}

.game-section-head,
.game-widget h3 {
    position: relative;
    margin-bottom: 12px;
}

.game-section-head::before,
.game-widget h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.game-section-head h2,
.game-widget h3 {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0;
    padding-right: 12px;
    background: #0a1221;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.game-section-head h2 {
    color: var(--game-accent, #ff1848);
}

.game-widget {
    padding: 12px;
    background: rgba(29, 36, 54, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.game-widget h3 {
    color: #ffffff;
    font-size: 11px;
}

.game-news-list,
.game-mini-list,
.game-match-list {
    display: grid;
    gap: 10px;
}

.game-list-card,
.game-mini-card {
    display: grid;
    gap: 10px;
    grid-template-columns: 72px minmax(0, 1fr);
}

.game-list-card {
    padding: 8px;
    background: rgba(28, 35, 53, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.game-list-card.is-active {
    border-color: rgba(255, 24, 72, 0.6);
}

.game-list-thumb,
.game-mini-thumb {
    min-height: 58px;
}

.game-list-copy h3,
.game-feature-copy h3,
.game-news-card h3,
.game-match-copy h3,
.game-shop-card h3,
.game-mini-card strong {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
}

.game-list-copy p,
.game-feature-copy p,
.game-news-card p,
.game-match-copy p,
.game-shop-card p,
.game-mini-card small,
.game-footer-card p {
    margin: 6px 0 0;
    color: #96a3c2;
    font-size: 10px;
    line-height: 1.6;
}

.game-list-tag {
    padding: 0;
    min-height: auto;
    color: var(--game-accent, #ff1848);
    background: transparent;
}

.game-feature-panel,
.game-panel,
.game-match-panel,
.game-match-card,
.game-footer-card {
    background: rgba(29, 36, 54, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.game-feature-image {
    height: 190px;
}

.game-feature-copy,
.game-panel,
.game-news-card,
.game-shop-card,
.game-footer-card {
    padding: 12px;
}

.game-article-box-panel {
    margin-bottom: 12px;
}

.game-card-row,
.game-gallery-grid,
.game-shop-grid {
    display: grid;
    gap: 12px;
}

.game-card-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.game-news-card,
.game-shop-card {
    position: relative;
    background: rgba(19, 25, 40, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.game-card-image,
.game-shop-image {
    height: 92px;
    margin: 10px 0;
}

.game-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.game-news-card a,
.game-match-copy a,
.game-shop-card a,
.game-footer-card button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    margin-top: 10px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 0;
}

.game-breadcrumbs {
    margin-bottom: 12px;
    font-size: 11px;
}

.game-panel-body img {
    max-width: 100%;
    height: auto;
}

.game-match-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
    gap: 12px;
    padding: 12px;
}

.game-match-copy {
    padding: 8px 4px;
}

.game-match-video,
.game-sidebar-video {
    position: relative;
    min-height: 150px;
}

.game-video-embed {
    position: relative;
    overflow: hidden;
    min-height: 150px;
    background: #090f1c;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.game-video-embed::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.game-video-embed iframe,
.game-video-embed video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    background: #000;
}

.game-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.08);
}

.game-play-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid var(--game-accent, #ff1848);
}

.game-match-card {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    padding: 14px;
}

.game-match-card strong {
    font-size: 12px;
    text-transform: uppercase;
}

.game-match-card strong:last-child {
    text-align: right;
}

.game-match-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 24px;
    padding: 0 8px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 10px;
    font-weight: 700;
}

.game-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.game-gallery-tile {
    min-height: 118px;
}

.game-shop-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.game-search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.game-search input,
.game-footer-card input,
.game-footer-card textarea {
    width: 100%;
    padding: 8px 10px;
    color: #f2f6ff;
    background: rgba(10, 16, 29, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.08);
    outline: none;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-appearance: none;
    appearance: none;
}

.game-search button {
    min-width: 42px;
    padding: 0 10px;
    color: #fff;
    background: var(--game-accent, #ff1848);
    border: 0;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.game-social-grid,
.game-sidebar-gallery,
.game-footer-icons {
    display: grid;
    gap: 8px;
}

.game-social-grid {
    grid-template-columns: repeat(3, 1fr);
}

.game-social-grid a,
.game-footer-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.game-social-grid a:hover,
.game-footer-icons a:hover {
    transform: translateY(-2px);
    background: rgba(255, 24, 72, 0.2);
    color: #ffffff;
}

.game-sidebar-video {
    min-height: 140px;
}

.game-video-embed {
    min-height: 140px;
}

.game-sidebar-gallery {
    grid-template-columns: repeat(2, 1fr);
}

.game-sidebar-shot {
    display: block;
    min-height: 78px;
}

.game-widget-content > *:first-child {
    margin-top: 0;
}

.game-widget-content > *:last-child {
    margin-bottom: 0;
}

.game-footer {
    padding: 22px 0 12px;
    background: linear-gradient(180deg, rgba(7, 11, 20, 0.4), rgba(4, 7, 13, 0.96));
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.game-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 18px;
}

.game-footer-card h3 {
    margin: 0 0 12px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.game-footer-card textarea {
    margin-top: 10px;
    resize: vertical;
}

.game-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #8e9bb8;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.game-footer-icons {
    grid-template-columns: repeat(6, 24px);
}

.game-article-shell {
    padding: 14px;
    background: rgba(18, 24, 39, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.game-article-hero {
    margin-bottom: 16px;
    padding: 14px;
    background:
        linear-gradient(135deg, rgba(255, 24, 72, 0.12), transparent 45%),
        linear-gradient(180deg, rgba(22, 28, 45, 0.96), rgba(11, 16, 29, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.game-article-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 0 8px;
    background: var(--game-accent, #ff1848);
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.game-article-hero h1 {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
}

.game-article-hero p {
    margin: 0;
    color: #9aa7c6;
    font-size: 12px;
}

.game-article-body h1:first-child,
.game-article-body h2:first-child,
.game-article-body h3:first-child {
    margin-top: 0;
}

.game-article-body .article_image {
    max-width: 100%;
    height: auto;
}

.game-article-list {
    display: grid;
    gap: 18px;
}

.game-article-card,
.game-article-detail {
    overflow: hidden;
    background: rgba(14, 20, 33, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.game-article-media {
    margin: 0;
    background: #0d1424;
}

.game-article-media .article_image {
    display: block;
    width: 100%;
    max-height: 340px;
    object-fit: cover;
}

.game-article-media-large .article_image {
    max-height: 460px;
}

.game-article-card-body {
    padding: 16px;
}

.game-article-teaser {
    margin: 0 0 8px;
    color: var(--game-accent, #ff1848);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.game-article-card h2,
.game-article-detail h1 {
    line-height: 1.25;
}

.game-article-card h2 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
}

.game-article-card h2 a,
.game-article-detail h1 a {
    color: #f4f7ff;
}

.game-article-card h2 a:hover,
.game-article-detail h1 a:hover {
    color: var(--game-accent, #ff1848);
}

.game-article-copy {
    margin-top: 14px;
    color: #d7def0;
}

.game-article-copy p:last-child {
    margin-bottom: 0;
}

.game-article-readmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    margin-top: 14px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.game-article-meta,
.game-article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 14px;
    color: #95a0ba;
    font-size: 11px;
}

.game-article-meta span,
.game-article-tags {
    line-height: 1.6;
}

.game-article-meta i,
.game-article-tags i {
    color: var(--game-accent, #ff1848);
    margin-right: 4px;
}

.game-article-pagination {
    margin-top: 18px;
    text-align: right;
}

.game-article-empty {
    padding: 18px;
    background: rgba(14, 20, 33, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.game-article-comments {
    padding: 0 16px 16px;
}

.game-article-box-list {
    display: grid;
    gap: 10px;
}

.game-article-box-card {
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
    background: rgba(14, 20, 33, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.game-article-box-media {
    display: block;
    min-height: 88px;
    overflow: hidden;
    background: #0a1221;
}

.game-article-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.game-article-box-content h3 {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    text-transform: uppercase;
}

.game-article-box-content h3 a {
    color: #f4f7ff;
}

.game-article-box-content h3 a:hover {
    color: var(--game-accent, #ff1848);
}

.game-article-box-content p {
    margin: 6px 0 0;
    color: #96a3c2;
    font-size: 11px;
    line-height: 1.5;
}

.game-article-box-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 8px;
    color: #95a0ba;
    font-size: 10px;
}

.game-article-box-meta a {
    color: inherit;
}

.game-archive-box {
    padding: 2px 0;
}

.game-archive-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.game-archive-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #dbe4f8;
    font-size: 12px;
    line-height: 1.3;
}

.game-archive-list li a:hover {
    border-color: rgba(255, 24, 72, 0.45);
    color: #ffffff;
}

.game-archive-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    min-height: 22px;
    padding: 0 6px;
    background: rgba(255, 255, 255, 0.09);
    color: #f4f7ff;
    font-size: 11px;
    font-weight: 700;
}

.game-newsbox {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(320px, 1fr);
    background: rgba(14, 20, 33, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.game-newsbox-list {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.game-newsbox-item {
    width: 100%;
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 12px;
    padding: 10px;
    text-align: left;
    color: #f4f7ff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.game-newsbox-item:last-child {
    border-bottom: 0;
}

.game-newsbox-item.is-active {
    background: var(--game-accent, #ff1848);
}

.game-newsbox-item-thumb {
    min-height: 82px;
    overflow: hidden;
    background: #0a1221;
}

.game-newsbox-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.game-newsbox-item-content strong {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
}

.game-newsbox-item-content small {
    display: block;
    margin-top: 6px;
    color: #c8d2ea;
    font-size: 12px;
    line-height: 1.4;
}

.game-newsbox-item-content em {
    display: block;
    margin-top: 8px;
    color: #d8e1f6;
    font-size: 11px;
    font-style: normal;
}

.game-newsbox-preview {
    display: grid;
    grid-template-rows: 260px auto;
    min-height: 100%;
}

.game-newsbox-preview-media {
    display: block;
    overflow: hidden;
    background: #0a1221;
}

.game-newsbox-preview-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.game-newsbox-preview-body {
    padding: 16px;
}

.game-newsbox-preview-body h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}

.game-newsbox-preview-body h3 a {
    color: #f4f7ff;
}

.game-newsbox-preview-body h3 a:hover {
    color: var(--game-accent, #ff1848);
}

.game-newsbox-preview-body p {
    margin: 12px 0 0;
    color: #a3b0cd;
    font-size: 17px;
    line-height: 1.6;
}

.game-newsbox-preview-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    color: #95a0ba;
    font-size: 16px;
}

.game-newsbox-preview-meta a {
    color: var(--game-accent, #ff1848);
    font-weight: 700;
    text-transform: uppercase;
}

.game-login-box {
    display: grid;
    gap: 10px;
}

.game-login-greeting {
    margin: 0;
    color: #d9e1f5;
    font-size: 12px;
}

.game-login-field {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.game-login-field span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9fb0d6;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.game-login-field input {
    width: 100%;
    border: 0;
    padding: 0 10px;
    color: #f2f6ff;
    background: transparent;
    outline: none;
}

.game-login-check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #c7d2eb;
    font-size: 12px;
}

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

.game-login-actions .providers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
    color: #dce5fa;
    background: rgba(255, 255, 255, 0.05);
}

.game-login-links {
    display: grid;
    gap: 6px;
}

.game-login-links a {
    color: #d9e2f8;
    font-size: 12px;
}

.game-login-links a:hover {
    color: var(--game-accent, #ff1848);
}

.game-forum-box {
    display: grid;
    gap: 8px;
}

.game-forum-item {
    padding: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.game-forum-title {
    display: block;
    color: #f4f7ff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.game-forum-item small {
    display: block;
    margin-top: 4px;
    color: #95a2c1;
    font-size: 10px;
}

.game-forum-item small a {
    color: inherit;
}

.game-forum-archive-list {
    gap: 10px;
}

.game-forum-archive-list li {
    display: block;
}

.game-forum-archive-list li > a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    row-gap: 5px;
}

.game-forum-archive-list li .game-forum-archive-meta {
    grid-column: 1 / -1;
    display: block;
    margin-top: 0;
    color: #95a2c1;
    font-size: 10px;
    line-height: 1.4;
}

.game-forum-archive-list li .game-forum-archive-meta a {
    color: inherit;
}

.game-keywords-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: center;
}

.game-keywords-box a {
    color: #dce5fa;
    line-height: 1.2;
    text-transform: uppercase;
}

.game-keywords-box a:hover {
    color: var(--game-accent, #ff1848);
}

.game-vote-empty {
    margin: 0;
    color: #aab6d2;
    font-size: 12px;
}

.game-vote-box {
    display: grid;
    gap: 12px;
}

.game-vote-poll {
    margin: 0;
    padding: 10px;
    background: rgba(13, 20, 34, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.game-vote-question {
    margin: 0 0 10px;
    color: #f3f7ff;
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
}

.game-vote-options {
    display: grid;
    gap: 8px;
}

.game-vote-option {
    padding: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.game-vote-choice {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #d7def1;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
}

.game-vote-choice input {
    margin: 0;
    accent-color: var(--game-accent, #ff1848);
}

.game-vote-result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #cfd8ee;
    font-size: 11px;
    line-height: 1.4;
}

.game-vote-result-head strong {
    color: #f5f8ff;
    font-size: 11px;
}

.game-vote-progress {
    height: 6px;
    margin-top: 6px;
    background: rgba(255, 255, 255, 0.08);
}

.game-vote-progress-bar {
    height: 100%;
    background: var(--game-accent, #ff1848);
}

.game-vote-actions {
    margin-top: 10px;
}

.game-vote-actions .save-button {
    min-height: 28px;
    padding: 0 12px;
    border: 0;
    background: var(--game-accent, #ff1848);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.game-pictureofx-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.game-pictureofx-item {
    overflow: hidden;
    background: #0a1221;
    border: 0;
    transition: box-shadow 0.25s ease;
}

.game-pictureofx-media {
    display: block;
    height: 130px;
    overflow: hidden;
    background: #0a1221;
    line-height: 0;
}

.game-pictureofx-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.04);
}

.game-pictureofx-item:hover .game-pictureofx-media img {
    transform: scale(1.04);
}

.game-pictureofx-item:hover {
    box-shadow:
        0 0 0 1px rgba(255, 24, 72, 0.45),
        0 0 18px rgba(255, 24, 72, 0.35);
}

@media (max-width: 767.98px) {
    .game-article-card h2,
    .game-article-detail h1,
    .game-article-hero h1 {
        font-size: 20px;
    }

    .game-article-card-body,
    .game-article-comments,
    .game-article-shell,
    .game-article-hero {
        padding: 12px;
    }

    .game-article-media .article_image,
    .game-article-media-large .article_image {
        max-height: 240px;
    }

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

    .game-article-box-media {
        min-height: 140px;
    }

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

    .game-newsbox-list {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .game-newsbox-preview {
        grid-template-rows: 180px auto;
    }

    .game-newsbox-preview-body h3 {
        font-size: 20px;
    }

    .game-newsbox-preview-body p {
        font-size: 14px;
    }

    .game-newsbox-preview-meta {
        font-size: 12px;
    }

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

    .game-pictureofx-item:nth-child(n + 2) {
        display: none;
    }
}

.game-art-a { background: linear-gradient(135deg, #002955, #0f6fb6 58%, #49c7ff), radial-gradient(circle at 60% 30%, rgba(255, 255, 255, 0.2), transparent 20%); }
.game-art-b { background: linear-gradient(135deg, #4c0430, #8c1148 55%, #c62a74), linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent); }
.game-art-c { background: linear-gradient(135deg, #232534, #464d6d); }
.game-art-d { background: linear-gradient(135deg, #26455f, #4ca9dd); }
.game-art-e { background: linear-gradient(135deg, #563d18, #c48739); }
.game-art-f { background: linear-gradient(135deg, #0b1c43, #163878 45%, #274d96), radial-gradient(circle at 80% 25%, rgba(255, 215, 120, 0.18), transparent 18%); }
.game-art-g { background: linear-gradient(135deg, #4d0f5d, #8b2bbf); }
.game-art-h { background: linear-gradient(135deg, #37545d, #8eb3b6); }
.game-art-i { background: linear-gradient(135deg, #54361d, #a56f32); }
.game-art-j { background: linear-gradient(135deg, #8f340a, #1a4ea7 58%, #04162d); }
.game-art-k { background: linear-gradient(135deg, #304451, #aeb7be); }
.game-art-l { background: linear-gradient(135deg, #334756, #7da1c0); }
.game-art-m { background: linear-gradient(135deg, #204a45, #45a394); }
.game-art-n { background: linear-gradient(135deg, #445c66, #b9c3cc); }
.game-art-o { background: linear-gradient(135deg, #1e4277, #f39c3f); }
.game-art-p { background: linear-gradient(135deg, #35425a, #8ab0dc); }
.game-art-q { background: linear-gradient(135deg, #1d466d, #4d7caa); }
.game-art-r { background: linear-gradient(135deg, #6a2f10, #c26936); }
.game-art-s { background: linear-gradient(135deg, #2b313e, #7c879a); }
.game-art-t { background: linear-gradient(135deg, #4b3a1a, #ae8a47 48%, #322111); }
.game-art-u { background: linear-gradient(135deg, #0b1c43, #274d96); }
.game-art-v { background: linear-gradient(135deg, #4d0f5d, #8b2bbf); }
.game-art-w { background: linear-gradient(135deg, #37545d, #8eb3b6); }
.game-art-x { background: linear-gradient(135deg, #304451, #aeb7be); }
.game-art-y { background: linear-gradient(135deg, #204a45, #45a394); }
.game-art-z { background: linear-gradient(135deg, #1e4277, #f39c3f); }

@media (max-width: 991.98px) {
    .game-content-grid,
    .game-match-panel,
    .game-footer-grid {
        grid-template-columns: 1fr;
    }

    .game-card-row,
    .game-shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .game-nav-toggle {
        display: inline-block;
    }

    .game-nav {
        position: absolute;
        top: calc(100% + 8px);
        left: 12px;
        right: 12px;
        display: none;
        z-index: 40;
        margin-left: 0;
        padding: 10px;
        background: #0a101d;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    }

    .game-nav.is-open {
        display: block;
    }

    .game-nav ul {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 767.98px) {
    .game-showcase,
    .game-showcase.has-split-media,
    .game-platforms,
    .game-card-row,
    .game-gallery-grid,
    .game-shop-grid {
        grid-template-columns: 1fr;
    }

    .game-showcase-stage,
    .game-showcase-copy {
        min-height: 0;
    }

    .game-showcase-slider {
        height: 420px;
    }

    .game-search input,
    .game-footer-card input,
    .game-footer-card textarea {
        font-size: 16px;
    }

    .game-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
