/**
 * Hesapin V15 - Yakında oyunlar / mega banner görünüm katmanı
 * Yalnızca ana sayfadaki gömülü mega banner, yakinda.php ve yakinda-detay.php için yüklenir.
 */

/* ========================================================================== 
   1) ANA SAYFA — DAHA TEMİZ GÖMÜLÜ MEGA BANNER
   ========================================================================== */
body.hs-home-upcoming-embedded .header {
    border-bottom: 1px solid rgba(125, 148, 190, .10) !important;
    background: rgba(7, 12, 27, .96) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .18) !important;
}

body.hs-home-upcoming-embedded .header-container {
    width: min(1480px, calc(100% - 36px)) !important;
    min-height: 72px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

body.hs-home-upcoming-embedded .logo-img {
    max-height: 54px !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-mega {
    position: relative;
    z-index: 20;
    height: clamp(420px, 31vw, var(--hs-embedded-mega-height, 540px)) !important;
    min-height: 420px;
    border-top: 1px solid rgba(255, 255, 255, .035);
    border-bottom: 1px solid rgba(121, 144, 187, .12);
    background: #030712;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .24);
}

body.hs-home-upcoming-embedded .hs-home-embedded-mega.is-contained {
    width: min(1540px, calc(100% - 34px));
    margin: 14px auto 0;
    overflow: hidden;
    border: 1px solid rgba(125, 148, 190, .13);
    border-radius: 24px;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split.hs-upcoming-split-banner {
    overflow: hidden !important;
    background: #020611 !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split::before {
    background:
        linear-gradient(180deg, rgba(1, 4, 11, .10) 0%, transparent 38%, rgba(1, 4, 11, .48) 100%),
        radial-gradient(circle at 50% 43%, transparent 0 28%, rgba(1, 4, 11, .14) 67%, rgba(1, 4, 11, .31) 100%) !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-half {
    width: 58% !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-half img {
    filter: saturate(.96) contrast(1.02) brightness(.91);
    transition: transform .65s cubic-bezier(.2, .75, .2, 1), filter .32s ease !important;
}

@media (hover:hover) and (pointer:fine) {
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-half:hover img {
        transform: scale(1.018) !important;
        filter: saturate(1.06) contrast(1.03) brightness(.98) !important;
    }
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-game-label {
    top: 22px !important;
    display: flex !important;
    align-items: center;
    gap: 10px !important;
    width: auto;
    max-width: min(260px, 31vw) !important;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 12px;
    background: rgba(3, 7, 16, .58);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
    text-align: left !important;
    text-shadow: none !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-half.is-left .hs-upcoming-split-game-label {
    left: 24px !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-half.is-right .hs-upcoming-split-game-label {
    right: 24px !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-game-label small {
    order: 2;
    flex: 0 0 auto;
    padding: 5px 7px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .07);
    color: #cbd5e1 !important;
    font-size: 8px !important;
    line-height: 1;
    letter-spacing: .03em !important;
    white-space: nowrap;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-game-label strong {
    order: 1;
    min-width: 0;
    overflow: hidden !important;
    color: #fff;
    font-size: clamp(14px, 1.25vw, 19px) !important;
    line-height: 1.05 !important;
    letter-spacing: -.02em !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: unset !important;
}

/* V14'teki görsel/logo kartlarını kesin olarak kapatır. */
body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-logo {
    display: none !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-center-glow {
    opacity: .62;
    width: 40%;
    height: 76%;
    top: 0;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy {
    top: 10% !important;
    width: min(600px, 44%) !important;
    max-height: none !important;
    padding: 8px 14px;
    text-shadow: 0 8px 34px rgba(0, 0, 0, .68) !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy > span {
    color: rgba(255, 255, 255, .86) !important;
    font-size: clamp(9px, .85vw, 13px) !important;
    font-weight: 800 !important;
    letter-spacing: .28em !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy h2 {
    margin: 14px auto 10px !important;
    max-width: 580px;
    color: #fff !important;
    font-size: clamp(42px, 4.55vw, 72px) !important;
    line-height: .91 !important;
    letter-spacing: -.055em !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy p {
    max-width: 520px !important;
    color: rgba(241, 245, 249, .82) !important;
    font-size: clamp(11px, .92vw, 14px) !important;
    line-height: 1.52 !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-cta {
    min-height: 46px !important;
    margin-top: 17px !important;
    padding: 0 21px !important;
    border-radius: 12px !important;
    font-size: 10.5px !important;
    box-shadow: 0 13px 38px rgba(236, 72, 153, .25), inset 0 1px 0 rgba(255, 255, 255, .22) !important;
}

/* Şerit yalnız dolu metinler varsa PHP tarafından oluşturulur. Kolon sayısı da dinamik. */
body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-trust-strip {
    bottom: 16px !important;
    width: min(1120px, calc(100% - 80px)) !important;
    min-height: 54px !important;
    grid-template-columns: repeat(var(--hs-trust-count, 4), minmax(0, 1fr)) !important;
    border-color: rgba(255, 255, 255, .10) !important;
    border-radius: 15px !important;
    background: rgba(2, 7, 16, .72) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .25) !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-trust-strip span {
    min-height: 42px;
    padding: 5px 11px;
    gap: 9px !important;
    color: #dce6f5 !important;
    font-size: 9.5px !important;
    line-height: 1.15;
}

body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-trust-strip i {
    width: 27px !important;
    height: 27px !important;
    color: #d8e2f0 !important;
    background: rgba(255, 255, 255, .035);
}

body.hs-home-upcoming-embedded .hs-home-embedded-discovery {
    z-index: 31;
    padding: 10px 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(104, 130, 177, .10) !important;
    background: #060b17 !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-discovery-inner {
    width: min(1480px, calc(100% - 36px)) !important;
    grid-template-columns: 240px minmax(0, 1fr) !important;
    gap: 10px !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-all-categories,
body.hs-home-upcoming-embedded .hs-home-embedded-search .header-search-form {
    min-height: 50px !important;
    border-radius: 13px !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-all-categories {
    padding: 0 14px !important;
    border-color: rgba(118, 94, 246, .20) !important;
    background: rgba(67, 54, 146, .23) !important;
    box-shadow: none !important;
}

body.hs-home-upcoming-embedded .hs-home-embedded-search .header-search-form {
    border-color: rgba(105, 128, 169, .13) !important;
    background: #050a15 !important;
    box-shadow: none !important;
}

body.hs-home-upcoming-embedded .category-bar {
    margin: 0 !important;
    padding: 7px 0 10px !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(105, 128, 169, .09) !important;
    background: #060b17 !important;
    box-shadow: none !important;
}

body.hs-home-upcoming-embedded .category-bar-container {
    width: min(1320px, calc(100% - 36px)) !important;
    min-height: 52px !important;
    margin: 0 auto !important;
    padding: 5px 7px !important;
    border: 1px solid rgba(105, 128, 169, .11) !important;
    border-radius: 15px !important;
    background: rgba(2, 7, 16, .67) !important;
    box-shadow: none !important;
}

/* ========================================================================== 
   2) YAKINDA LİSTE SAYFASI — DAHA CANLI KARTLAR
   ========================================================================== */
.hs-upcoming-v15-page {
    --upg-card-bg: rgba(7, 13, 25, .92);
    padding: 26px 0 92px !important;
    background:
        radial-gradient(circle at 12% -3%, rgba(168, 85, 247, .13), transparent 28%),
        radial-gradient(circle at 88% 4%, rgba(14, 165, 233, .09), transparent 27%),
        linear-gradient(180deg, #050914 0%, #040811 100%) !important;
}

.hs-upcoming-v15-page .hs-upcoming-shell {
    width: min(1460px, calc(100% - 36px));
    margin-inline: auto;
}

.hs-upcoming-v15-hero {
    min-height: 410px !important;
    padding: clamp(34px, 4.5vw, 66px) !important;
    border-color: rgba(150, 119, 255, .18) !important;
    border-radius: 30px !important;
    background:
        radial-gradient(circle at 15% 25%, rgba(236, 72, 153, .16), transparent 26%),
        radial-gradient(circle at 80% 18%, rgba(56, 189, 248, .09), transparent 27%),
        linear-gradient(132deg, rgba(22, 11, 43, .96), rgba(6, 12, 24, .97) 55%, rgba(4, 23, 29, .92)) !important;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .03) !important;
}

.hs-upcoming-v15-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(110deg, transparent 0 37%, rgba(255, 255, 255, .025) 37.2% 37.5%, transparent 37.7% 100%);
}

.hs-upcoming-v15-hero .hs-upcoming-page-copy h1 {
    max-width: 770px;
    font-size: clamp(44px, 5vw, 76px) !important;
}

.hs-upcoming-v15-hero .hs-upcoming-page-copy h1 em {
    background: linear-gradient(90deg, #fb7185, #e879f9 45%, #818cf8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.hs-upcoming-v15-hero .hs-upcoming-page-copy p {
    max-width: 680px;
    color: #9daabd !important;
    font-size: 14px !important;
}

.hs-upcoming-v15-hero .hs-upcoming-filter button {
    min-height: 43px !important;
    padding: 0 16px !important;
    border-radius: 12px !important;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.hs-upcoming-v15-hero .hs-upcoming-filter button:hover {
    transform: translateY(-1px);
    border-color: rgba(226, 232, 240, .25);
    color: #eef2ff;
}

.hs-upcoming-v15-hero .hs-upcoming-filter button.is-active {
    border-color: rgba(244, 114, 182, .36) !important;
    background: linear-gradient(135deg, rgba(236, 72, 153, .18), rgba(139, 92, 246, .14)) !important;
    color: #fce7f3 !important;
}

.hs-upcoming-v15-hero .hs-upcoming-hero-stack {
    height: 300px !important;
}

.hs-upcoming-v15-hero .hs-upcoming-stack-card {
    border-radius: 24px !important;
    border-color: rgba(255, 255, 255, .13) !important;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .43) !important;
}

.hs-upcoming-v15-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
    margin-top: 28px !important;
}

.hs-upcoming-game-v15 {
    --upg-accent: #a855f7;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(250px, 47%) minmax(0, 1fr);
    min-height: 355px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--upg-accent) 19%, rgba(148,163,184,.14)) !important;
    border-radius: 24px !important;
    background:
        radial-gradient(circle at 0 100%, color-mix(in srgb, var(--upg-accent) 8%, transparent), transparent 32%),
        linear-gradient(145deg, rgba(11, 19, 34, .97), rgba(5, 11, 21, .98)) !important;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .20), inset 0 1px rgba(255, 255, 255, .025) !important;
    transition: transform .28s cubic-bezier(.2, .75, .2, 1), border-color .28s ease, box-shadow .28s ease !important;
}

.hs-upcoming-game-v15::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--upg-accent), transparent);
    opacity: .70;
    pointer-events: none;
}

.hs-upcoming-game-v15:hover {
    transform: translateY(-5px) !important;
    border-color: color-mix(in srgb, var(--upg-accent) 42%, rgba(148,163,184,.16)) !important;
    box-shadow: 0 30px 78px rgba(0, 0, 0, .31), 0 0 34px color-mix(in srgb, var(--upg-accent) 7%, transparent) !important;
}

.hs-upcoming-game-v15.is-accent-pink,
.hs-upcoming-detail-page.is-accent-pink { --upg-accent:#ec4899; }
.hs-upcoming-game-v15.is-accent-blue,
.hs-upcoming-detail-page.is-accent-blue { --upg-accent:#3b82f6; }
.hs-upcoming-game-v15.is-accent-cyan,
.hs-upcoming-detail-page.is-accent-cyan { --upg-accent:#06b6d4; }
.hs-upcoming-game-v15.is-accent-green,
.hs-upcoming-detail-page.is-accent-green { --upg-accent:#22c55e; }
.hs-upcoming-game-v15.is-accent-lime,
.hs-upcoming-detail-page.is-accent-lime { --upg-accent:#84cc16; }
.hs-upcoming-game-v15.is-accent-orange,
.hs-upcoming-detail-page.is-accent-orange { --upg-accent:#f97316; }
.hs-upcoming-game-v15.is-accent-red,
.hs-upcoming-detail-page.is-accent-red { --upg-accent:#ef4444; }
.hs-upcoming-game-v15.is-accent-gold,
.hs-upcoming-detail-page.is-accent-gold { --upg-accent:#eab308; }

.hs-upcoming-v15-media {
    height: 100% !important;
    min-height: 355px;
    border-right: 1px solid rgba(255, 255, 255, .06);
}

.hs-upcoming-v15-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.95) contrast(1.02);
}

.hs-upcoming-v15-media .hs-upcoming-game-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(1, 4, 10, .12), rgba(1, 4, 10, .17) 46%, rgba(1, 4, 10, .88) 100%),
        linear-gradient(90deg, transparent 62%, rgba(5, 11, 21, .42) 100%);
}

.hs-upcoming-v15-media-top {
    position: absolute;
    z-index: 3;
    top: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

.hs-upcoming-v15-media-top > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 29px;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(3, 8, 18, .68);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    color: #eef2ff;
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: .04em;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .2);
}

.hs-upcoming-v15-media-top .hs-upcoming-featured i { color:#fde047; }
.hs-upcoming-v15-media-top .hs-upcoming-video-chip i { color:#fb7185; }

.hs-upcoming-v15-media-copy {
    position: absolute;
    z-index: 3;
    left: 17px;
    right: 17px;
    bottom: 17px;
    display: grid;
    gap: 5px;
}

.hs-upcoming-v15-media-copy small {
    color: color-mix(in srgb, var(--upg-accent) 72%, #fff);
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.hs-upcoming-v15-media-copy strong {
    overflow: hidden;
    color: #fff;
    font-size: clamp(22px, 2vw, 34px);
    line-height: 1;
    letter-spacing: -.04em;
    text-shadow: 0 7px 24px rgba(0, 0, 0, .65);
}

.hs-upcoming-v15-media-copy em {
    color: #d6deea;
    font-size: 10px;
    font-style: normal;
    font-weight: 750;
}

.hs-upcoming-v15-open {
    position: absolute;
    z-index: 4;
    right: 13px;
    bottom: 13px;
    display: none;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 9px;
    background: rgba(3, 7, 16, .74);
    color: #f8fafc;
    font-size: 9px;
    font-weight: 900;
}

.hs-upcoming-v15-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 22px !important;
}

.hs-upcoming-v15-body .hs-upcoming-game-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: #8291a8;
    font-size: 9px;
    font-weight: 800;
}

.hs-upcoming-v15-body .hs-upcoming-game-top span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hs-upcoming-v15-body .hs-upcoming-game-top i { color:var(--upg-accent); }
.hs-upcoming-v15-body .hs-upcoming-game-top em { color:#aab5c6; font-style:normal; text-align:right; }

.hs-upcoming-v15-body h2 {
    margin: 0 0 9px !important;
    font-size: clamp(22px, 1.65vw, 28px) !important;
    line-height: 1.05 !important;
    letter-spacing: -.035em !important;
}

.hs-upcoming-v15-body h2 a { color:#f8fafc; text-decoration:none; }
.hs-upcoming-v15-body h2 a:hover { color:color-mix(in srgb, var(--upg-accent) 68%, #fff); }

.hs-upcoming-v15-body > p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 59px;
    margin: 0 0 17px !important;
    color: #8e9db1 !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
}

.hs-upcoming-v15-countdown,
.hs-upcoming-detail-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}

.hs-upcoming-v15-countdown {
    margin-top: auto;
}

.hs-upcoming-v15-countdown > span {
    min-height: 58px !important;
    display: grid !important;
    place-content: center !important;
    gap: 2px !important;
    padding: 7px 3px !important;
    border: 1px solid rgba(148, 163, 184, .12) !important;
    border-radius: 11px !important;
    background: rgba(255, 255, 255, .025) !important;
    text-align: center;
}

.hs-upcoming-v15-countdown b {
    color: #f8fafc !important;
    font-size: 18px !important;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.hs-upcoming-v15-countdown small {
    color: #728198 !important;
    font-size: 7.5px !important;
    font-weight: 900 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hs-upcoming-v15-countdown > span:last-child {
    border-color: color-mix(in srgb, var(--upg-accent) 24%, transparent) !important;
    background: color-mix(in srgb, var(--upg-accent) 7%, transparent) !important;
}

.hs-upcoming-v15-countdown .is-released,
.hs-upcoming-detail-countdown .is-released {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border: 1px solid rgba(34, 197, 94, .22);
    border-radius: 12px;
    background: rgba(34, 197, 94, .07);
    color: #bbf7d0;
    font-size: 12px;
}

.hs-upcoming-v15-date-note {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 58px;
    margin-top: auto;
    padding: 0 13px;
    border: 1px dashed rgba(148, 163, 184, .18);
    border-radius: 11px;
    color: #9eacbe;
    font-size: 10px;
    font-weight: 800;
}

.hs-upcoming-v15-date-note i { color:var(--upg-accent); }

.hs-upcoming-v15-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px !important;
    margin-top: 13px !important;
}

.hs-upcoming-v15-actions > a,
.hs-upcoming-v15-actions > span {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 13px;
    border-radius: 11px;
    font-size: 9.5px;
    font-weight: 900;
    text-decoration: none;
}

.hs-upcoming-v15-detail-btn {
    border: 1px solid color-mix(in srgb, var(--upg-accent) 27%, rgba(148,163,184,.13));
    background: color-mix(in srgb, var(--upg-accent) 9%, rgba(255,255,255,.02));
    color: #f8fafc;
}

.hs-upcoming-v15-action-btn {
    border: 1px solid rgba(34, 197, 94, .22);
    background: rgba(34, 197, 94, .07);
    color: #bbf7d0;
}

.hs-upcoming-v15-actions > span {
    border: 1px dashed rgba(148, 163, 184, .13);
    color: #728197;
}

.hs-upcoming-filter-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    margin-top: 28px;
    padding: 44px 22px;
    border: 1px dashed rgba(148, 163, 184, .16);
    border-radius: 22px;
    background: rgba(255,255,255,.018);
    color: #8f9db1;
    text-align: center;
}
.hs-upcoming-filter-empty[hidden] { display:none !important; }
.hs-upcoming-filter-empty i { color:#a78bfa; font-size:28px; }
.hs-upcoming-filter-empty strong { color:#eef2ff; font-size:16px; }
.hs-upcoming-filter-empty span { font-size:11px; }

/* ========================================================================== 
   3) YAKINDA DETAY SAYFASI
   ========================================================================== */
.hs-upcoming-detail-page {
    --upg-accent: #a855f7;
    position: relative;
    min-height: 72vh;
    padding-bottom: 92px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 12%, color-mix(in srgb, var(--upg-accent) 8%, transparent), transparent 29%),
        linear-gradient(180deg, #040811 0%, #050914 100%);
}

.hs-upcoming-detail-shell {
    width: min(1380px, calc(100% - 36px));
    margin-inline: auto;
}

.hs-upcoming-detail-hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-bottom: 1px solid rgba(148, 163, 184, .11);
    background: #050913;
    isolation: isolate;
}

.hs-upcoming-detail-hero-bg {
    position: absolute;
    z-index: -3;
    inset: 0;
    background-image: var(--upg-detail-image, linear-gradient(135deg,#12071d,#07111c));
    background-size: cover;
    background-position: center;
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1.01);
}

.hs-upcoming-detail-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 6, 15, .94) 0%, rgba(2, 6, 15, .80) 34%, rgba(2, 6, 15, .43) 60%, rgba(2, 6, 15, .24) 100%),
        linear-gradient(180deg, rgba(2, 6, 15, .30) 0%, transparent 42%, #040811 100%);
}

.hs-upcoming-detail-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: radial-gradient(circle at 23% 42%, color-mix(in srgb, var(--upg-accent) 17%, transparent), transparent 30%);
}

.hs-upcoming-detail-hero-mesh {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .20;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 44px 44px;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%);
    mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.hs-upcoming-detail-hero-inner {
    min-height: 620px;
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 56px;
}

.hs-upcoming-detail-breadcrumb {
    position: relative;
    z-index: 2;
    margin-bottom: auto !important;
    color: #8d9aaf !important;
}

.hs-upcoming-detail-breadcrumb a { color:#b2bfd1 !important; }

.hs-upcoming-detail-copy {
    position: relative;
    z-index: 2;
    width: min(760px, 68%);
    padding-top: 58px;
}

.hs-upcoming-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.hs-upcoming-detail-badges span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 999px;
    background: rgba(5, 10, 21, .52);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: #dce5f2;
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: .03em;
}

.hs-upcoming-detail-badges .is-featured i { color:#fde047; }
.hs-upcoming-detail-badges span:not(.is-featured) i { color:var(--upg-accent); }

.hs-upcoming-detail-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: color-mix(in srgb, var(--upg-accent) 68%, #fff);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .13em;
}

.hs-upcoming-detail-copy h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(52px, 6.2vw, 94px);
    line-height: .88;
    letter-spacing: -.06em;
    font-weight: 950;
    text-wrap: balance;
    text-shadow: 0 12px 50px rgba(0,0,0,.45);
}

.hs-upcoming-detail-summary {
    max-width: 680px;
    margin: 18px 0 0;
    color: #b4bfce;
    font-size: clamp(13px, 1.15vw, 16px);
    line-height: 1.7;
    text-shadow: 0 6px 24px rgba(0,0,0,.52);
}

.hs-upcoming-detail-countdown {
    width: min(580px, 100%);
    margin-top: 22px;
}

.hs-upcoming-detail-countdown > span {
    min-height: 76px;
    display: grid;
    place-content: center;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 14px;
    background: rgba(4, 9, 20, .58);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 36px rgba(0,0,0,.18);
    text-align: center;
}

.hs-upcoming-detail-countdown b {
    color: #fff;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.hs-upcoming-detail-countdown small {
    color: #8796ab;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hs-upcoming-detail-countdown > span:last-child {
    border-color: color-mix(in srgb, var(--upg-accent) 30%, rgba(255,255,255,.11));
    background: color-mix(in srgb, var(--upg-accent) 10%, rgba(4,9,20,.58));
}

.hs-upcoming-detail-date-note {
    width: min(560px, 100%);
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 22px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 14px;
    background: rgba(4, 9, 20, .56);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    color: #dbe4ef;
}

.hs-upcoming-detail-date-note > i { color:var(--upg-accent); font-size:20px; }
.hs-upcoming-detail-date-note span { display:grid; gap:3px; }
.hs-upcoming-detail-date-note b { font-size:12px; }
.hs-upcoming-detail-date-note small { color:#8795aa; font-size:9px; line-height:1.45; }

.hs-upcoming-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.hs-upcoming-detail-actions a,
.hs-upcoming-detail-aside-action {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 17px;
    border-radius: 12px;
    color: #f8fafc;
    font-size: 10.5px;
    font-weight: 950;
    text-decoration: none;
    transition: transform .2s ease, filter .2s ease, border-color .2s ease;
}

.hs-upcoming-detail-actions a:hover,
.hs-upcoming-detail-aside-action:hover { transform:translateY(-2px); filter:brightness(1.06); }

.hs-upcoming-detail-primary,
.hs-upcoming-detail-aside-action {
    border: 1px solid color-mix(in srgb, var(--upg-accent) 45%, rgba(255,255,255,.12));
    background: linear-gradient(135deg, color-mix(in srgb, var(--upg-accent) 86%, #ffffff 0%), color-mix(in srgb, var(--upg-accent) 62%, #111827));
    box-shadow: 0 14px 40px color-mix(in srgb, var(--upg-accent) 18%, transparent);
}

.hs-upcoming-detail-secondary {
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255,255,255,.065);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.hs-upcoming-detail-secondary i { color:#fb7185; }

.hs-upcoming-detail-ghost {
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(3, 8, 18, .38);
    color: #c6d0de !important;
}

.hs-upcoming-detail-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: start;
    gap: 22px;
    margin-top: 28px;
}

.hs-upcoming-detail-main { min-width:0; display:grid; gap:22px; }

.hs-upcoming-detail-panel,
.hs-upcoming-detail-cover-card {
    border: 1px solid rgba(148, 163, 184, .13);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(10, 18, 32, .94), rgba(5, 11, 21, .97));
    box-shadow: 0 22px 62px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.025);
}

.hs-upcoming-detail-panel { padding: clamp(24px, 3vw, 38px); }

.hs-upcoming-detail-section-head {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 24px;
}

.hs-upcoming-detail-section-head > span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid color-mix(in srgb, var(--upg-accent) 30%, transparent);
    border-radius: 13px;
    background: color-mix(in srgb, var(--upg-accent) 8%, transparent);
    color: color-mix(in srgb, var(--upg-accent) 70%, #fff);
}

.hs-upcoming-detail-section-head > div { min-width:0; display:grid; gap:4px; }
.hs-upcoming-detail-section-head small { color:#738399; font-size:8px; font-weight:950; letter-spacing:.12em; }
.hs-upcoming-detail-section-head h2 { margin:0; color:#f8fafc; font-size:clamp(20px,2vw,28px); line-height:1.1; letter-spacing:-.03em; }

.hs-upcoming-detail-description {
    color: #a8b4c5;
    font-size: 13.5px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.hs-upcoming-detail-player {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    background: #01040b;
    aspect-ratio: 16 / 9;
    box-shadow: 0 22px 58px rgba(0,0,0,.34);
}

.hs-upcoming-detail-player video,
.hs-upcoming-detail-player iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    object-fit: contain;
    background: #01040b;
}

.hs-upcoming-detail-video-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 28px;
    color: #e5edf8;
    text-decoration: none;
    text-align: left;
}

.hs-upcoming-detail-video-link > i { color:var(--upg-accent); font-size:28px; }
.hs-upcoming-detail-video-link > span { display:grid; gap:5px; }
.hs-upcoming-detail-video-link b { font-size:14px; }
.hs-upcoming-detail-video-link small { color:#7e8ca2; font-size:10px; }

.hs-upcoming-detail-aside { position:sticky; top:18px; min-width:0; }
.hs-upcoming-detail-cover-card { overflow:hidden; }

.hs-upcoming-detail-cover {
    position: relative;
    min-height: 390px;
    background: #07101b;
}

.hs-upcoming-detail-cover::after {
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:34%;
    pointer-events:none;
    background:linear-gradient(180deg,transparent,rgba(3,8,18,.65));
}

.hs-upcoming-detail-cover img { width:100%; height:100%; min-height:390px; display:block; object-fit:cover; }
.hs-upcoming-detail-cover > span { min-height:390px; display:grid; place-items:center; color:#58667b; font-size:56px; background:radial-gradient(circle at 50% 35%,color-mix(in srgb,var(--upg-accent) 13%,transparent),transparent 38%),#07101b; }

.hs-upcoming-detail-facts { padding: 8px 17px 15px; }
.hs-upcoming-detail-facts > div { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:13px; min-height:57px; border-bottom:1px solid rgba(148,163,184,.09); }
.hs-upcoming-detail-facts > div:last-child { border-bottom:0; }
.hs-upcoming-detail-facts span { display:flex; align-items:center; gap:8px; color:#77869c; font-size:9px; font-weight:800; }
.hs-upcoming-detail-facts span i { width:15px; color:var(--upg-accent); text-align:center; }
.hs-upcoming-detail-facts b { max-width:155px; color:#e8eef7; font-size:10px; text-align:right; overflow-wrap:anywhere; }
.hs-upcoming-detail-aside-action { width:calc(100% - 30px); margin:0 15px 16px; }

.hs-upcoming-related { margin-top:28px; }
.hs-upcoming-related-head { display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:15px; }
.hs-upcoming-related-head > div { display:grid; gap:4px; }
.hs-upcoming-related-head small { color:color-mix(in srgb,var(--upg-accent) 65%,#fff); font-size:8px; font-weight:950; letter-spacing:.12em; }
.hs-upcoming-related-head h2 { margin:0; color:#f8fafc; font-size:clamp(22px,2.2vw,32px); letter-spacing:-.035em; }
.hs-upcoming-related-head > a { display:inline-flex; align-items:center; gap:7px; color:#9aa8ba; font-size:10px; font-weight:850; text-decoration:none; }
.hs-upcoming-related-head > a:hover { color:#f8fafc; }

.hs-upcoming-related-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.hs-upcoming-related-card { position:relative; min-height:220px; overflow:hidden; border:1px solid rgba(148,163,184,.13); border-radius:18px; background:#08101c; color:#fff; text-decoration:none; box-shadow:0 17px 44px rgba(0,0,0,.16); }
.hs-upcoming-related-card img,.hs-upcoming-related-fallback { width:100%; height:100%; min-height:220px; display:block; object-fit:cover; transition:transform .35s ease; }
.hs-upcoming-related-card:hover img { transform:scale(1.035); }
.hs-upcoming-related-fallback { display:grid; place-items:center; color:#58677d; font-size:38px; }
.hs-upcoming-related-shade { position:absolute; inset:0; background:linear-gradient(180deg,rgba(2,6,14,.04),rgba(2,6,14,.86)); }
.hs-upcoming-related-copy { position:absolute; z-index:2; left:16px; right:16px; bottom:15px; display:grid; gap:4px; }
.hs-upcoming-related-copy small { color:color-mix(in srgb,var(--upg-accent) 65%,#fff); font-size:8px; font-weight:900; }
.hs-upcoming-related-copy strong { color:#fff; font-size:21px; line-height:1.02; letter-spacing:-.035em; }
.hs-upcoming-related-copy em { color:#a8b4c5; font-size:9px; font-style:normal; }

.hs-upcoming-detail-empty {
    width:min(760px,100%);
    min-height:480px;
    display:grid;
    place-items:center;
    align-content:center;
    gap:10px;
    margin:50px auto;
    padding:42px;
    border:1px solid rgba(148,163,184,.13);
    border-radius:26px;
    background:linear-gradient(145deg,rgba(12,19,34,.96),rgba(5,11,21,.98));
    color:#8d9bb0;
    text-align:center;
}
.hs-upcoming-detail-empty > span { width:70px; height:70px; display:grid; place-items:center; border:1px solid rgba(167,139,250,.22); border-radius:20px; background:rgba(139,92,246,.06); color:#a78bfa; font-size:30px; }
.hs-upcoming-detail-empty p { margin:5px 0 0; color:#a78bfa; font-size:9px; font-weight:950; letter-spacing:.14em; }
.hs-upcoming-detail-empty h1 { margin:0; color:#f8fafc; font-size:clamp(30px,4vw,50px); letter-spacing:-.045em; }
.hs-upcoming-detail-empty small { max-width:520px; color:#8795aa; font-size:12px; line-height:1.6; }
.hs-upcoming-detail-empty a { min-height:45px; display:inline-flex; align-items:center; gap:8px; margin-top:9px; padding:0 15px; border:1px solid rgba(167,139,250,.25); border-radius:11px; background:rgba(139,92,246,.08); color:#ede9fe; font-size:10px; font-weight:900; text-decoration:none; }

/* ========================================================================== 
   4) RESPONSIVE
   ========================================================================== */
@media (max-width: 1180px) {
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy { width:min(560px,52%) !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy h2 { font-size:clamp(38px,5.25vw,62px) !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-trust-strip { width:calc(100% - 42px) !important; }

    .hs-upcoming-v15-grid { grid-template-columns:1fr !important; }
    .hs-upcoming-game-v15 { grid-template-columns:minmax(290px,42%) minmax(0,1fr); }
    .hs-upcoming-detail-content { grid-template-columns:minmax(0,1fr) 300px; }
}

@media (max-width: 900px) {
    body.hs-home-upcoming-embedded .header-container { width:calc(100% - 20px) !important; min-height:64px !important; }
    body.hs-home-upcoming-embedded .logo-img { max-height:46px !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-mega { height:380px !important; min-height:380px; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-half { width:70% !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-game-label { display:none !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy { top:9% !important; width:84% !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy > span { font-size:8px !important; letter-spacing:.18em !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy h2 { font-size:clamp(35px,8vw,54px) !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy p { max-width:430px !important; font-size:10px !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-trust-strip { bottom:9px !important; width:calc(100% - 18px) !important; grid-template-columns:repeat(2,minmax(0,1fr)) !important; padding:3px; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-trust-strip span { min-height:31px; font-size:7.5px !important; border-right:0 !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-discovery-inner { width:calc(100% - 20px) !important; grid-template-columns:1fr !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-all-categories { display:none !important; }
    body.hs-home-upcoming-embedded .category-bar-container { width:calc(100% - 20px) !important; }

    .hs-upcoming-v15-page .hs-upcoming-shell { width:calc(100% - 22px); }
    .hs-upcoming-v15-hero { grid-template-columns:1fr !important; min-height:auto !important; }
    .hs-upcoming-v15-hero .hs-upcoming-hero-stack { display:none; }
    .hs-upcoming-game-v15 { grid-template-columns:42% minmax(0,1fr); min-height:330px; }
    .hs-upcoming-v15-media { min-height:330px; }

    .hs-upcoming-detail-shell { width:calc(100% - 24px); }
    .hs-upcoming-detail-hero,.hs-upcoming-detail-hero-inner { min-height:570px; }
    .hs-upcoming-detail-copy { width:min(700px,86%); }
    .hs-upcoming-detail-content { grid-template-columns:1fr; }
    .hs-upcoming-detail-aside { position:static; }
    .hs-upcoming-detail-cover-card { display:grid; grid-template-columns:230px minmax(0,1fr); }
    .hs-upcoming-detail-cover,.hs-upcoming-detail-cover img,.hs-upcoming-detail-cover > span { min-height:300px; height:100%; }
    .hs-upcoming-detail-facts { align-self:center; }
    .hs-upcoming-detail-aside-action { grid-column:2; width:calc(100% - 30px); }
}

@media (max-width: 660px) {
    body.hs-home-upcoming-embedded .hs-home-embedded-mega { height:315px !important; min-height:315px; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy { top:8% !important; width:92% !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy h2 { margin-top:9px !important; font-size:clamp(32px,10vw,45px) !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy p { display:none !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-cta { min-height:40px !important; margin-top:10px !important; padding:0 15px !important; font-size:9px !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-trust-strip { display:none !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-discovery { padding:7px 0 !important; }
    body.hs-home-upcoming-embedded .hs-home-embedded-search .header-search-form { min-height:45px !important; }
    body.hs-home-upcoming-embedded .category-bar { padding-top:5px !important; }

    .hs-upcoming-v15-page { padding-top:16px !important; }
    .hs-upcoming-v15-page .hs-upcoming-shell { width:calc(100% - 16px); }
    .hs-upcoming-v15-page .hs-upcoming-breadcrumb { padding-inline:5px; }
    .hs-upcoming-v15-hero { padding:28px 20px !important; border-radius:22px !important; }
    .hs-upcoming-v15-hero .hs-upcoming-page-copy h1 { font-size:clamp(38px,12vw,56px) !important; }
    .hs-upcoming-v15-hero .hs-upcoming-page-copy p { font-size:12px !important; }
    .hs-upcoming-v15-hero .hs-upcoming-filter { gap:6px; }
    .hs-upcoming-v15-hero .hs-upcoming-filter button { min-height:38px !important; padding:0 11px !important; font-size:9px !important; }

    .hs-upcoming-v15-grid { gap:14px !important; }
    .hs-upcoming-game-v15 { display:block; min-height:0; border-radius:20px !important; }
    .hs-upcoming-v15-media { height:310px !important; min-height:310px; border-right:0; border-bottom:1px solid rgba(255,255,255,.06); }
    .hs-upcoming-v15-media-copy strong { font-size:29px; }
    .hs-upcoming-v15-body { padding:18px !important; }
    .hs-upcoming-v15-body h2 { display:none; }
    .hs-upcoming-v15-body > p { min-height:0; -webkit-line-clamp:2; }

    .hs-upcoming-detail-shell { width:calc(100% - 18px); }
    .hs-upcoming-detail-hero,.hs-upcoming-detail-hero-inner { min-height:610px; }
    .hs-upcoming-detail-hero::before { background:linear-gradient(180deg,rgba(2,6,15,.62) 0%,rgba(2,6,15,.54) 35%,#040811 100%); }
    .hs-upcoming-detail-hero-bg { background-position:center; }
    .hs-upcoming-detail-copy { width:100%; padding-top:40px; }
    .hs-upcoming-detail-copy h1 { font-size:clamp(45px,15vw,70px); }
    .hs-upcoming-detail-summary { font-size:12px; }
    .hs-upcoming-detail-countdown { gap:5px; }
    .hs-upcoming-detail-countdown > span { min-height:67px; border-radius:11px; }
    .hs-upcoming-detail-countdown b { font-size:22px; }
    .hs-upcoming-detail-actions { display:grid; grid-template-columns:1fr; }
    .hs-upcoming-detail-actions a { width:100%; }
    .hs-upcoming-detail-content { margin-top:16px; }
    .hs-upcoming-detail-panel { padding:21px 17px; border-radius:18px; }
    .hs-upcoming-detail-section-head { margin-bottom:18px; }
    .hs-upcoming-detail-description { font-size:12.5px; line-height:1.75; }
    .hs-upcoming-detail-cover-card { display:block; }
    .hs-upcoming-detail-cover,.hs-upcoming-detail-cover img,.hs-upcoming-detail-cover > span { min-height:420px; }
    .hs-upcoming-detail-aside-action { width:calc(100% - 30px); }
    .hs-upcoming-related-head { align-items:center; }
    .hs-upcoming-related-grid { grid-template-columns:1fr; }
    .hs-upcoming-related-card,.hs-upcoming-related-card img,.hs-upcoming-related-fallback { min-height:210px; }
    .hs-upcoming-detail-empty { min-height:400px; padding:30px 18px; }
}

@media (max-width: 430px) {
    .hs-upcoming-v15-media { height:265px !important; min-height:265px; }
    .hs-upcoming-v15-countdown b { font-size:16px !important; }
    .hs-upcoming-detail-badges span:nth-child(3) { display:none; }
    .hs-upcoming-detail-countdown > span { min-height:61px; }
    .hs-upcoming-detail-countdown b { font-size:19px; }
    .hs-upcoming-detail-countdown small { font-size:6.8px; }
    .hs-upcoming-detail-cover,.hs-upcoming-detail-cover img,.hs-upcoming-detail-cover > span { min-height:350px; }
}

@media (prefers-reduced-motion: reduce) {
    .hs-upcoming-game-v15,
    .hs-upcoming-v15-media > img,
    .hs-upcoming-detail-actions a,
    .hs-upcoming-related-card img,
    body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-half img {
        transition: none !important;
        animation: none !important;
    }
}

/* ========================================================================== 
   V16.1 — OKUNABİLİRLİK + SEÇİLEBİLİR ANA SAYFA KONUMU + KENAR DOLULUĞU
   ========================================================================== */
body.hs-page-home .hs-upcoming-home-zone{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:clamp(18px,2vw,30px) 0!important;
    background:
        radial-gradient(circle at 8% 50%,rgba(34,211,238,.07),transparent 25%),
        radial-gradient(circle at 92% 50%,rgba(139,92,246,.09),transparent 26%),
        linear-gradient(180deg,rgba(4,9,19,.72),rgba(7,12,24,.42));
}
body.hs-page-home .hs-upcoming-home-zone::before{
    content:"";
    position:absolute;
    z-index:-2;
    inset:-44px -4vw;
    background-image:var(--hs-upcoming-scene-image,none);
    background-size:cover;
    background-position:center;
    filter:blur(34px) saturate(1.22) brightness(.48);
    opacity:.5;
    transform:scale(1.06);
    pointer-events:none;
}
body.hs-page-home .hs-upcoming-home-zone::after{
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;
    background:
        linear-gradient(90deg,rgba(3,7,16,.72),rgba(3,7,16,.12) 17%,rgba(3,7,16,.10) 83%,rgba(3,7,16,.72)),
        linear-gradient(180deg,rgba(4,8,17,.2),rgba(4,8,17,.66));
    pointer-events:none;
}
body.hs-page-home .hs-upcoming-home-shell{
    width:min(1660px,calc(100% - 24px))!important;
    max-width:1660px!important;
    position:relative;
    z-index:2;
}
body.hs-page-home .hs-upcoming-single-banner{
    border-radius:24px!important;
    border-color:rgba(179,198,230,.16)!important;
    background:#040914!important;
    box-shadow:0 28px 82px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.02) inset!important;
}
body.hs-page-home .hs-upcoming-single-banner img{
    width:100%!important;
    height:clamp(360px,31vw,540px)!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center!important;
    filter:saturate(1.06) contrast(1.025)!important;
}
body.hs-page-home .hs-upcoming-single-hover{
    min-height:48px!important;
    padding:0 18px!important;
    font-size:12px!important;
    border-radius:13px!important;
}
body.hs-page-home .hs-upcoming-home-zone .hs-upcoming-split-banner{
    min-height:clamp(500px,34vw,590px)!important;
    border-radius:24px!important;
    border-color:rgba(173,194,228,.15)!important;
    box-shadow:0 30px 86px rgba(0,0,0,.34)!important;
}
body.hs-page-home .hs-upcoming-home-zone .hs-upcoming-split-copy>span{
    font-size:11px!important;
    font-weight:850!important;
    letter-spacing:.18em!important;
}
body.hs-page-home .hs-upcoming-home-zone .hs-upcoming-split-copy h2{
    line-height:.98!important;
    letter-spacing:-.038em!important;
}
body.hs-page-home .hs-upcoming-home-zone .hs-upcoming-split-copy p{
    color:#dbe5f2!important;
    font-size:13px!important;
    line-height:1.62!important;
}
body.hs-page-home .hs-upcoming-home-zone .hs-upcoming-split-cta{font-size:11.5px!important;letter-spacing:.01em}
body.hs-page-home .hs-upcoming-home-zone .hs-upcoming-split-game-label small{font-size:9.5px!important}
body.hs-page-home .hs-upcoming-home-zone .hs-upcoming-split-game-label strong{font-size:clamp(16px,1.25vw,20px)!important}
body.hs-page-home .hs-upcoming-home-zone .hs-upcoming-trust-strip span{font-size:10.5px!important;line-height:1.25!important}
body.hs-page-home .hs-upcoming-home-zone .hs-upcoming-bottom-row a b{font-size:16px!important}
body.hs-page-home .hs-upcoming-home-zone .hs-upcoming-bottom-row a small{font-size:10px!important;line-height:1.45!important}

/* Gömülü modda özellikle büyük ekranlarda boş kenarları azalt, yazıları büyüt. */
body.hs-home-upcoming-embedded .hs-home-embedded-mega.is-contained{
    width:min(1680px,calc(100% - 18px))!important;
    margin-top:9px!important;
}
body.hs-home-upcoming-embedded .header-container,
body.hs-home-upcoming-embedded .hs-home-embedded-discovery-inner,
body.hs-home-upcoming-embedded .category-bar-container{
    width:min(1640px,calc(100% - 24px))!important;
    max-width:1640px!important;
}
body.hs-home-upcoming-embedded .hs-home-embedded-mega.is-mode-single::before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:-34px;
    background-image:var(--hs-upcoming-scene-image,none);
    background-size:cover;
    background-position:center;
    filter:blur(34px) saturate(1.18) brightness(.55);
    opacity:.42;
    transform:scale(1.05);
    pointer-events:none;
}
body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy>span{
    font-size:clamp(10px,.86vw,13px)!important;
    letter-spacing:.19em!important;
}
body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy h2{
    line-height:.96!important;
    letter-spacing:-.042em!important;
}
body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-copy p{
    color:#dce6f2!important;
    font-size:clamp(12px,.9vw,14px)!important;
    line-height:1.62!important;
}
body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-cta{font-size:11.5px!important}
body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-split-game-label small{font-size:9px!important}
body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-trust-strip span{
    font-size:11px!important;
    font-weight:800!important;
    letter-spacing:.005em!important;
}
body.hs-home-upcoming-embedded .hs-home-embedded-split .hs-upcoming-trust-strip i{font-size:12px!important}
body.hs-home-upcoming-embedded .hs-home-embedded-all-categories strong{font-size:11.5px!important;letter-spacing:.01em}
body.hs-home-upcoming-embedded .hs-home-embedded-search .header-search-form input{font-size:14px!important}

/* Yakında listesi: başlıklar daha az sıkışık, açıklamalar daha rahat okunur. */
.hs-upcoming-v15-page{position:relative;isolation:isolate;overflow:hidden}
.hs-upcoming-v15-page::before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;
    background:
        linear-gradient(90deg,rgba(34,211,238,.045),transparent 10%,transparent 90%,rgba(139,92,246,.055)),
        radial-gradient(circle at 3% 44%,rgba(56,189,248,.07),transparent 22%),
        radial-gradient(circle at 97% 64%,rgba(244,114,182,.055),transparent 24%);
    pointer-events:none;
}
.hs-upcoming-v15-page .hs-upcoming-shell{width:min(1620px,calc(100% - 24px))!important;max-width:1620px!important}
.hs-upcoming-v15-hero .hs-upcoming-page-copy h1{line-height:.99!important;letter-spacing:-.038em!important}
.hs-upcoming-v15-hero .hs-upcoming-page-copy p{color:#b0bed0!important;font-size:14px!important;line-height:1.75!important}
.hs-upcoming-v15-page .hs-upcoming-game-v15 .hs-upcoming-v15-platform,
.hs-upcoming-v15-page .hs-upcoming-game-top{font-size:10.5px!important}
.hs-upcoming-v15-page .hs-upcoming-game-v15 h2,
.hs-upcoming-v15-page .hs-upcoming-game-body h2{line-height:1.16!important;letter-spacing:-.025em!important}
.hs-upcoming-v15-page .hs-upcoming-game-v15 p,
.hs-upcoming-v15-page .hs-upcoming-game-body>p{color:#a8b6c8!important;font-size:12px!important;line-height:1.68!important}
.hs-upcoming-v15-page .hs-upcoming-countdown small{font-size:8.5px!important;letter-spacing:.035em}
.hs-upcoming-v15-page .hs-upcoming-countdown b{font-family:"Manrope","Inter",sans-serif!important;font-weight:800}

/* Detay sayfasındaki minik metinleri de okunur seviyeye taşı. */
.hs-upcoming-detail-page .hs-upcoming-detail-shell{width:min(1620px,calc(100% - 24px))!important;max-width:1620px!important}
.hs-upcoming-detail-page .hs-upcoming-detail-copy>span{font-size:10.5px!important;letter-spacing:.12em!important}
.hs-upcoming-detail-page .hs-upcoming-detail-copy h1{line-height:.98!important;letter-spacing:-.04em!important}
.hs-upcoming-detail-page .hs-upcoming-detail-copy p{color:#c0ccdc!important;font-size:13.5px!important;line-height:1.75!important}
.hs-upcoming-detail-page .hs-upcoming-detail-facts span{font-size:10px!important}
.hs-upcoming-detail-page .hs-upcoming-detail-facts b{font-size:11px!important}
.hs-upcoming-detail-page .hs-upcoming-detail-section p{font-size:13px!important;line-height:1.8!important;color:#aebccd!important}
.hs-upcoming-detail-page .hs-upcoming-related-copy small{font-size:9px!important}
.hs-upcoming-detail-page .hs-upcoming-related-copy em{font-size:10px!important}

@media(max-width:900px){
    body.hs-page-home .hs-upcoming-home-shell{width:calc(100% - 16px)!important}
    body.hs-page-home .hs-upcoming-single-banner img{height:clamp(280px,46vw,410px)!important}
    body.hs-home-upcoming-embedded .header-container,
    body.hs-home-upcoming-embedded .hs-home-embedded-discovery-inner,
    body.hs-home-upcoming-embedded .category-bar-container{width:calc(100% - 16px)!important}
}
@media(max-width:660px){
    body.hs-page-home .hs-upcoming-home-zone{padding:10px 0!important}
    body.hs-page-home .hs-upcoming-single-banner{border-radius:16px!important}
    body.hs-page-home .hs-upcoming-single-banner img{height:clamp(220px,54vw,330px)!important}
    body.hs-page-home .hs-upcoming-home-zone .hs-upcoming-split-copy>span{font-size:9px!important}
    body.hs-page-home .hs-upcoming-home-zone .hs-upcoming-split-copy h2{line-height:1!important}
    .hs-upcoming-v15-page .hs-upcoming-shell,
    .hs-upcoming-detail-page .hs-upcoming-detail-shell{width:calc(100% - 14px)!important}
}


/* ========================================================================== 
   V16.2 — ÜST ALAN RENK DEVAMLILIĞI + İKİ OYUN ARASINDAKİ ÇAPRAZ BOŞLUK
   ========================================================================== */

/*
 * Ana sayfada kategori navigasyonu ile hemen altındaki Yakında/Mega alanı
 * artık aynı lacivert-grafit renk ailesinden devam eder. Özellikle
 * "Ana slider üstü" konumunda arada ayrı bir siyah/mavi bant oluşmaz.
 */
body.hs-page-home .category-bar{
    border-bottom-color:rgba(126,151,190,.08)!important;
    background:
        radial-gradient(ellipse 34% 120% at 10% 100%,rgba(34,211,238,.035),transparent 70%),
        radial-gradient(ellipse 32% 120% at 90% 100%,rgba(139,92,246,.045),transparent 72%),
        linear-gradient(180deg,#171827 0%,#141827 48%,#101827 100%)!important;
    box-shadow:0 16px 34px rgba(1,5,13,.08)!important;
}
body.hs-page-home .category-bar-container{
    border-color:rgba(126,151,190,.11)!important;
    background:linear-gradient(180deg,rgba(8,13,25,.82),rgba(6,11,21,.78))!important;
}

/* Kategori çubuğundan gelen tonu banner sahnesine yumuşak şekilde taşı. */
body.hs-page-home .hs-upcoming-home-zone.is-placement-before_hero{
    margin-top:0!important;
    padding-top:clamp(14px,1.35vw,22px)!important;
    background:
        radial-gradient(ellipse 38% 70% at 7% 8%,rgba(34,211,238,.055),transparent 72%),
        radial-gradient(ellipse 36% 74% at 93% 8%,rgba(139,92,246,.065),transparent 74%),
        linear-gradient(180deg,#101827 0%,#0c1422 20%,#08101d 52%,#060c18 100%)!important;
}
body.hs-page-home .hs-upcoming-home-zone.is-placement-before_hero::after{
    background:
        linear-gradient(90deg,rgba(5,10,20,.58),rgba(5,10,20,.08) 16%,rgba(5,10,20,.06) 84%,rgba(5,10,20,.58)),
        linear-gradient(180deg,rgba(16,24,39,.04),rgba(6,12,23,.22) 30%,rgba(4,8,17,.58) 100%)!important;
}

/*
 * Masaüstündeki 58% + 58% iki görselde eski clip-path değerleri yaklaşık
 * %4 genişliğinde boş bir çapraz şerit bırakıyordu. Kenarları hafifçe
 * bindirerek diagonal ayrımı koruyor, aradaki siyah boşluğu tamamen kapatıyoruz.
 */
@media (min-width:801px){
    body.hs-page-home .hs-upcoming-split-banner .hs-upcoming-split-half.is-left{
        -webkit-clip-path:polygon(0 0,97% 0,78% 100%,0 100%)!important;
        clip-path:polygon(0 0,97% 0,78% 100%,0 100%)!important;
    }
    body.hs-page-home .hs-upcoming-split-banner .hs-upcoming-split-half.is-right{
        -webkit-clip-path:polygon(22% 0,100% 0,100% 100%,3% 100%)!important;
        clip-path:polygon(22% 0,100% 0,100% 100%,3% 100%)!important;
    }
    body.hs-page-home .hs-upcoming-split-banner{
        background:#07101c!important;
    }
    body.hs-page-home .hs-upcoming-split-center-glow{
        width:34%!important;
        height:92%!important;
        opacity:.72!important;
        background:
            radial-gradient(ellipse at 45% 34%,rgba(236,72,153,.16),transparent 39%),
            radial-gradient(ellipse at 58% 54%,rgba(59,130,246,.12),transparent 48%),
            linear-gradient(112deg,transparent 30%,rgba(15,23,42,.08) 47%,rgba(255,255,255,.035) 50%,rgba(15,23,42,.08) 53%,transparent 70%)!important;
    }
}

/* Gömülü kullanımda da üst yüzeylerin tonu aynı ailede kalsın. */
body.hs-home-upcoming-embedded .hs-home-embedded-mega,
body.hs-home-upcoming-embedded .hs-home-embedded-discovery,
body.hs-home-upcoming-embedded .category-bar{
    background-color:#0b1220!important;
}
body.hs-home-upcoming-embedded .hs-home-embedded-discovery{
    background:linear-gradient(180deg,#0e1625,#0a111e)!important;
}
body.hs-home-upcoming-embedded .category-bar{
    background:linear-gradient(180deg,#0a111e,#080f1b)!important;
}
