/* KOYU MODU TAMAMEN KALDIR */
.pro-floating-tools,
#themeToggle,
.mobile-bottom-nav{
    display:none !important;
}

body.dark-mode{
    --theme-bg:#f5f7fb !important;
    --theme-surface:#ffffff !important;
    --theme-surface-2:#f1f5f9 !important;
    --theme-card:#ffffff !important;
    --theme-text:#111827 !important;
    --theme-muted:#667085 !important;
    --theme-border:#e5e7eb !important;
    --theme-footer-bg:#111827 !important;
    --theme-footer-text:#d1d5db !important;
}

/* MANSET ALANI BOSLUK COZUMU */
.award-stage{
    display:grid !important;
    grid-template-columns:minmax(0,2fr) 330px !important;
    gap:18px !important;
    align-items:start !important;
    margin:16px 0 18px !important;
}

.award-left-column{
    min-width:0 !important;
}

.award-slider-card{
    margin:0 !important;
    height:auto !important;
    align-self:start !important;
}

.portal-sidebar{
    align-self:start !important;
}

.tv-slider{
    height:460px !important;
    max-height:460px !important;
}

.tv-slide,
.tv-slide a,
.tv-slide img,
.tv-slide-fallback{
    height:460px !important;
    max-height:460px !important;
    min-height:0 !important;
}

.tv-title{
    min-height:128px !important;
}

.tv-label{
    bottom:128px !important;
}

/* Slider altini bos birakma: yeni ozel akış */
.headline-fill-strip{
    margin-top:14px !important;
    padding:14px !important;
    border-radius:24px !important;
    background:color-mix(in srgb,var(--theme-surface) 90%,transparent) !important;
    border:1px solid color-mix(in srgb,var(--theme-border) 78%,transparent) !important;
    box-shadow:0 14px 44px color-mix(in srgb,var(--theme-shadow) 8%,transparent) !important;
    backdrop-filter:blur(18px) !important;
}

.fill-title{
    display:flex !important;
    align-items:end !important;
    justify-content:space-between !important;
    margin-bottom:12px !important;
}

.fill-title span{
    color:var(--theme-hot) !important;
    font-size:12px !important;
    letter-spacing:.15em !important;
    text-transform:uppercase !important;
    font-weight:1000 !important;
}

.fill-title strong{
    font-size:22px !important;
    letter-spacing:-.04em !important;
}

.fill-grid{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:12px !important;
}

.fill-news{
    display:grid !important;
    grid-template-columns:92px 1fr !important;
    gap:10px !important;
    text-decoration:none !important;
    background:var(--theme-surface-2) !important;
    border:1px solid color-mix(in srgb,var(--theme-border) 80%,transparent) !important;
    border-radius:18px !important;
    padding:9px !important;
    min-height:106px !important;
    transition:.2s ease !important;
}

.fill-news:hover{
    transform:translateY(-3px) !important;
    box-shadow:0 16px 38px color-mix(in srgb,var(--theme-shadow) 10%,transparent) !important;
}

.fill-news img,
.fill-news .image-fallback{
    width:92px !important;
    height:88px !important;
    object-fit:cover !important;
    display:block !important;
    border-radius:13px !important;
}

.fill-news b{
    display:inline-flex !important;
    width:max-content !important;
    background:color-mix(in srgb,var(--theme-hot) 14%,#fff) !important;
    color:var(--theme-hot) !important;
    padding:4px 7px !important;
    border-radius:999px !important;
    font-size:10px !important;
    font-weight:1000 !important;
}

.fill-news h3{
    margin:7px 0 0 !important;
    font-size:14px !important;
    line-height:1.18 !important;
    letter-spacing:-.02em !important;
}

/* Eski mini grid varsa ana boslugu buyutmesin */
.award-mini-grid{
    display:none !important;
}

/* Tek yukari cik butonu */
.back-to-top{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    right:18px !important;
    bottom:22px !important;
    z-index:100 !important;
}

/* Mobil */
@media(max-width:1120px){
    .award-stage{
        grid-template-columns:1fr !important;
    }

    .tv-slider,
    .tv-slide,
    .tv-slide a,
    .tv-slide img,
    .tv-slide-fallback{
        height:390px !important;
        max-height:390px !important;
    }

    .fill-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }
}

@media(max-width:760px){
    .tv-slider,
    .tv-slide,
    .tv-slide a,
    .tv-slide img,
    .tv-slide-fallback{
        height:320px !important;
        max-height:320px !important;
    }

    .tv-title{
        min-height:auto !important;
    }

    .tv-label{
        bottom:100px !important;
    }

    .fill-grid{
        grid-template-columns:1fr !important;
    }

    .fill-news{
        grid-template-columns:100px 1fr !important;
    }

    .fill-news img,
    .fill-news .image-fallback{
        width:100px !important;
        height:82px !important;
    }
}
