:root {
    --h-red: #D32F2F;
    --h-dark: #1a1a2e;
    --h-blue: #0d47a1;
    --h-bg: #f4f4f4;
    --h-border: #e0e0e0;
    --h-text: #222;
    --h-gray: #666;
    --h-light: #999;
    --card-bg: #ffffff;
    --card-border-soft: rgba(15, 23, 42, 0.08);
    --card-shadow: 0 18px 35px rgba(30, 42, 76, 0.08);
    --card-shadow-hover: 0 26px 55px rgba(30, 42, 76, 0.16);
    --card-gradient: linear-gradient(135deg, rgba(211, 47, 47, 0.15), rgba(13, 71, 161, 0.18));
}

body.theme-dark {
    --h-red: #ef4444;
    --h-dark: #0b1220;
    --h-blue: #0ea5e9;
    --h-bg: #0f172a;
    --h-border: #1f2937;
    --h-text: #e5e7eb;
    --h-gray: #cbd5e1;
    --h-light: #94a3b8;
    --card-bg: #0f172a;
    --card-border-soft: rgba(226, 232, 240, 0.1);
    --card-shadow: 0 18px 35px rgba(0,0,0,0.35);
    --card-shadow-hover: 0 26px 55px rgba(0,0,0,0.45);
    --card-gradient: linear-gradient(135deg, rgba(239, 68, 68, 0.18), rgba(14, 165, 233, 0.16));
    --theme-red: #ef4444;
    --theme-red-hover: #dc2626;
    --theme-red-light: #1f2937;
    --theme-red-border: #ef4444;
    background: #0b1220;
    color: var(--h-text);
}

body.theme-dark .logo-bar,
body.theme-dark .main-navbar { background: #0f172a; border-color: #1f2937 !important; }
body.theme-dark .main-navbar .nav-link { color: #e5e7eb !important; }
body.theme-dark .main-navbar .nav-link:hover { color: var(--h-red) !important; }
body.theme-dark .dropdown-menu.rich-mega { background: #0f172a; border-color: #1f2937; }
body.theme-dark .dropdown-menu.rich-mega a { color: #e5e7eb; }
body.theme-dark .dropdown-menu.rich-mega a:hover { background: #111827; color: var(--h-red); }

body.theme-dark .hp { color: var(--h-text); }
body.theme-dark .hp .surface-card,
body.theme-dark .kat-section,
body.theme-dark .kat-grid .kat-card,
body.theme-dark .kat-main,
body.theme-dark .gozden-card,
body.theme-dark .most-read-card,
body.theme-dark .manset-main,
body.theme-dark .ticker-bar { background: #0f172a; border-color: #1f2937; box-shadow: none; }
body.theme-dark .kat-hd .kat-section-title,
body.theme-dark .kat-hd .kat-more,
body.theme-dark .ticker-label,
body.theme-dark .ticker-scroll a { color: #e5e7eb; }
body.theme-dark .kat-grid .kat-card .meta,
body.theme-dark .kat-grid .kat-card .title { color: #e5e7eb; }
body.theme-dark .kat-grid .kat-card .summary { color: #cbd5e1; }
body.theme-dark .most-read-card .item-title { color: #e5e7eb; }
body.theme-dark .hp .surface-card::before { opacity: 0.14; }

body.theme-dark .fikstur-bar { background: #0b1220; }
body.theme-dark .fb-dropdown { background: #0f172a; border-color: #1f2937; }
body.theme-dark .fb-dropdown a { color: #e5e7eb; }
body.theme-dark .fb-dropdown a:hover { background: #111827; color: var(--h-red); }
body.theme-dark .sidebar-box,
body.theme-dark .gk-card,
body.theme-dark .kat-main-body,
body.theme-dark .kat-side,
body.theme-dark .mr-item,
body.theme-dark .pop-quiz-block,
body.theme-dark .pop-quiz-block .card,
body.theme-dark .card {
    background: #0f172a !important;
    border-color: #1f2937 !important;
    color: #e5e7eb !important;
}
body.theme-dark .mr-item:hover,
body.theme-dark .gk-card:hover,
body.theme-dark .kat-side:hover,
body.theme-dark .gundem-item:hover {
    background: #111827 !important;
}
body.theme-dark .mr-item {
    border-bottom-color: #1f2937;
}
body.theme-dark .mr-body .mr-item-title,
body.theme-dark .kat-side-body .kat-side-title,
body.theme-dark .sec-hd .section-title,
body.theme-dark .gundem-item-title,
body.theme-dark .gk-card-title,
body.theme-dark .kat-main-body .kat-main-title {
    color: #e5e7eb !important;
}
body.theme-dark .gundem-item,
body.theme-dark .kat-side,
body.theme-dark .gk-card {
    border-color: #1f2937 !important;
}
body.theme-dark .gundem-item-desc,
body.theme-dark .kat-main-body p,
body.theme-dark .gundem-item-time,
body.theme-dark .gk-card-time,
body.theme-dark .kat-side-body span,
body.theme-dark .mr-body span,
body.theme-dark .text-muted {
    color: #94a3b8 !important;
}
body.theme-dark .text-dark {
    color: #e5e7eb !important;
}
body.theme-dark .badge.bg-secondary-subtle {
    background: #1f2937 !important;
    color: #e5e7eb !important;
}
body.theme-dark .yazar-card {
    background: linear-gradient(135deg, rgba(239,68,68,.12), rgba(14,165,233,.08)), #0f172a;
    border-color: #26354d;
    color: #f8fafc;
    box-shadow: none;
}
body.theme-dark .yazar-card:hover { background: #111827; border-color: rgba(248,113,113,.5); }
body.theme-dark .yazar-name { color: #f8fafc; }
body.theme-dark .yazar-column-title { color: #cbd5e1; }
body.theme-dark .yazar-unvan { color: #cbd5e1; }
body.theme-dark .yazar-meta span { color: #cbd5e1; background: rgba(148,163,184,.12); border-color: rgba(148,163,184,.28); }
body.theme-dark .yazar-avatar-wrap { background: #111827; border-color: rgba(248,113,113,.42); }
body.theme-dark .btn-outline-danger {
    color: #fca5a5 !important;
    border-color: #ef4444 !important;
}
body.theme-dark .btn-outline-danger:hover {
    background: #7f1d1d !important;
    border-color: #ef4444 !important;
    color: #fff !important;
}

.hp .surface-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border-soft);
    border-radius: 18px;
    box-shadow: var(--card-shadow);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hp .surface-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--card-gradient);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.hp .surface-card > * {
    position: relative;
    z-index: 2;
}
.hp .surface-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--card-shadow-hover);
}
.hp .surface-card:hover::before { opacity: 0.45; }
.hp { max-width: 1080px; margin: 0 auto; padding: 0 16px; font-family: 'Open Sans', sans-serif; color: var(--h-text); position: relative; z-index: 20; }
.hp a { text-decoration: none; color: inherit; }
.hp img { max-width: 100%; }
.home-top-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    margin: 12px auto 10px;
    overflow: hidden;
    border-radius: 12px;
}
.home-top-banner .reklam-kutu,
.home-top-banner .reklam-inner { width: 100%; text-align: center; }
.home-top-banner img,
.home-top-banner video,
.home-top-banner iframe { display: block; max-width: 100%; height: auto; margin: 0 auto; border: 0; }
@media (max-width: 575.98px) {
    .home-top-banner { margin: 8px auto; border-radius: 9px; }
}
.home-intro {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 34px;
    margin: 8px 0 2px;
    padding: 0 2px;
}
.home-intro__eyebrow { display: inline-flex; align-items: center; gap: 5px; color: #b91c1c; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.home-intro__eyebrow i { font-size: 9px; }
.home-intro h1 {
    margin: 0;
    color: #172033;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.1;
}
.home-intro p { margin: 0 0 0 auto; color: #94a3b8; font-size: 11px; text-align: right; }
body.theme-dark .home-intro h1 { color: #f8fafc; }
body.theme-dark .home-intro p { color: #94a3b8; }

/* SON DAKİKA TICKER */
.ticker-bar { background: var(--h-red); color: #fff; padding: 0; overflow: hidden; margin: 12px 0; border-radius: 4px; display: flex; align-items: stretch; }
.ticker-label { background: #b71c1c; padding: 10px 16px; font-weight: 800; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.ticker-label i { opacity: 1; }
@keyframes pulse-dot { 0%,100%{opacity:1} 50%{opacity:0.3} }
.ticker-content { flex: 1; overflow: hidden; display: flex; align-items: center; }
.ticker-scroll { display: flex; gap: 40px; animation: ticker-move 30s linear infinite; animation-play-state: paused; white-space: nowrap; padding: 0 20px; }
.ticker-bar.is-live .ticker-label i { animation: pulse-dot 1.5s infinite; }
.ticker-bar.is-live .ticker-scroll { animation-play-state: running; }
.ticker-scroll a { color: #fff; font-size: 13px; font-weight: 600; white-space: nowrap; }
.ticker-scroll a:hover { text-decoration: underline; }
@keyframes ticker-move { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.home-web-push {
    display: flex;
    align-items: stretch;
    gap: 0;
    position: fixed;
    top: 16px;
    right: 18px;
    left: auto;
    width: min(500px, calc(100vw - 28px));
    margin: 0;
    padding: 0;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 18px 50px rgba(15,23,42,0.22), 0 1px 0 rgba(255,255,255,0.85) inset;
    transform: translateY(-140%);
    z-index: 2147483647;
    opacity: 0;
    animation: homePushDrop 0.45s cubic-bezier(0.2, 0.8, 0.2, 1) 0.65s forwards;
    isolation: isolate;
    pointer-events: auto;
    overflow: hidden;
}
.home-web-push::before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 0;
    background: linear-gradient(90deg, #ef4444, #c9151b, #7f1d1d);
    pointer-events: none;
    z-index: 2;
}
.home-web-push::after {
    content: "";
    position: absolute;
    top: -34px;
    right: -30px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(239,68,68,0.14), transparent 68%);
    pointer-events: none;
}
.home-web-push.is-hidden { display: none; }
.home-web-push-icon {
    width: 74px;
    min-height: 100%;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: linear-gradient(160deg, #ef4444, #b91c1c);
    color: #fff;
    box-shadow: none;
    font-size: 20px;
    position: relative;
}
.home-web-push-icon::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.16);
}
.home-web-push-icon i {
    animation: homePushBell 2.6s ease-in-out 1.2s infinite;
    transform-origin: 50% 0;
    position: relative;
    z-index: 1;
}
.home-web-push-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 5px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.home-web-push-copy {
    min-width: 0;
    flex: 1;
    padding: 13px 12px 14px 15px;
}
.home-web-push-title { display: block; font-weight: 900; font-size: 17px; line-height: 1.18; letter-spacing: 0; color: #111827; }
.home-web-push-text { display: block; color: #4b5563; font-size: 13px; line-height: 1.35; margin-top: 3px; white-space: normal; overflow: visible; text-overflow: clip; }
.home-web-push-actions {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 0 0 auto;
    padding: 13px 12px 0 0;
}
.home-web-push-btn {
    border-radius: 6px;
    font-weight: 900;
    white-space: nowrap;
    min-width: 132px;
    padding: 8px 13px;
    background: #111827 !important;
    border-color: #111827 !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(15,23,42,0.16);
    position: relative;
    z-index: 2;
}
.home-web-push-btn:hover,
.home-web-push-btn:focus {
    background: #c9151b !important;
    border-color: #c9151b !important;
    color: #fff !important;
}
.home-web-push-status { display: none; }
.home-web-push-status.is-success { color: #86efac; }
.home-web-push-status.is-warning { color: #b45309; }
.home-web-push-status.is-error { color: #fca5a5; }
.home-web-push-close {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #4b5563;
    line-height: 1;
    font-size: 18px;
    position: relative;
    z-index: 2;
}
.home-web-push-close:hover { background: #f3f4f6; color: #111827; }
.home-web-push-ios-help {
    display: none;
    grid-column: 2 / 4;
    margin: 0 12px 14px 15px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-size: 12px;
    line-height: 1.45;
}
.home-web-push.is-ios { flex-wrap: wrap; }
.home-web-push.is-ios .home-web-push-ios-help { display: block; }
.home-web-push-ios-help strong { color: #111827; }
.home-web-push-ios-help ol { margin: 6px 0 0; padding-left: 18px; }
.home-web-push-ios-help li + li { margin-top: 3px; }
@keyframes homePushDrop {
    from { opacity: 0; transform: translateY(-140%); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes homePushBell {
    0%, 78%, 100% { transform: rotate(0deg); }
    82% { transform: rotate(12deg); }
    86% { transform: rotate(-10deg); }
    90% { transform: rotate(7deg); }
    94% { transform: rotate(-4deg); }
}

/* Sticky Sidebar Reklam */
.sticky-sidebar-reklam { position: sticky; top: 20px; z-index: 10; }

/* FİKSTÜR BAR */
.fikstur-bar-wrap { width: 100%; position: relative; margin-bottom: 0; overflow: visible; z-index: 1000; }
.fikstur-bar { background: var(--h-dark); display: flex; align-items: stretch; overflow: visible; height: 62px; width: 100%; z-index: 1001; }
.fikstur-bar-label { background: #0d7a5f; color: #fff; padding: 0 14px; display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; white-space: nowrap; flex-shrink: 0; cursor: pointer; position: relative; min-width: 140px; z-index: 105; }
.fikstur-bar-label i.fa-futbol { font-size: 14px; }
.fikstur-bar-label .fb-chevron { margin-left: 6px; font-size: 10px; transition: 0.2s; }
.fb-dropdown { display: none; position: absolute; top: 100%; left: 0; background: #fff; min-width: 230px; box-shadow: 0 8px 24px rgba(0,0,0,0.2); border-radius: 0 0 6px 6px; z-index: 1003; max-height: 350px; overflow-y: auto; }
.fb-dropdown.open { display: block; }
.fb-dropdown a { display: block; padding: 9px 16px; font-size: 13px; color: #333; font-weight: 600; border-bottom: 1px solid #f0f0f0; transition: 0.15s; text-decoration: none !important; }
.fb-dropdown a:hover { background: #e8f5e9; color: #0d7a5f; }
.fb-dropdown a.active { background: #0d7a5f; color: #fff; }
.fikstur-bar-nav { display: flex; align-items: center; flex-shrink: 0; }
.fikstur-bar-nav button { background: none; border: none; color: rgba(255,255,255,0.4); font-size: 20px; padding: 0 10px; cursor: pointer; height: 100%; transition: 0.2s; }
.fikstur-bar-nav button:hover { color: #fff; background: rgba(255,255,255,0.08); }
.fikstur-bar-track { flex: 1; overflow: hidden; position: relative; }
.fikstur-bar-scroll { display: flex; transition: transform 0.3s ease; height: 100%; }
.fb-mac { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 6px 18px; min-width: 165px; border-right: 1px solid rgba(255,255,255,0.06); flex-shrink: 0; gap: 3px; }
.fb-mac:hover { background: rgba(255,255,255,0.04); }
.fb-mac-tarih { font-size: 9px; color: rgba(255,255,255,0.72); letter-spacing: 0.3px; }
.fb-mac-icerik { display: flex; align-items: center; gap: 6px; width: 100%; }
.fb-mac-icerik .fm-takim { flex: 1; font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.9); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 55px; }
.fb-mac-icerik .fm-takim.ev { text-align: right; }
.fb-mac-icerik .fm-takim.dep { text-align: left; }
.fb-mac-icerik .fm-skor { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 700; color: #4CAF50; min-width: 40px; text-align: center; letter-spacing: 1px; }
.fb-mac-icerik .fm-skor.bekleniyor { color: rgba(255,255,255,0.55); font-size: 11px; font-weight: 600; }
.fb-mac-dk { font-size: 9px; color: #ff5252; font-weight: 700; }
.fb-mac-durum { font-size: 9px; color: rgba(255,255,255,0.68); }

/* MANŞET ALANI */
.manset-area { display: grid; grid-template-columns: 2fr 1fr; grid-template-areas: "main side"; gap: 2px; margin-bottom: 2px; border-radius: 6px; overflow: hidden; }
.manset-main { --manset-drag-x: 0px; grid-area: main; position: relative; aspect-ratio: 16 / 9; min-height: 0; overflow: hidden; background:#0f172a; touch-action: pan-y; }
.manset-main.manset-out-left { animation: mansetOutLeft 0.6s cubic-bezier(0.25, 0.8, 0.3, 1) both; }
.manset-main.manset-out-right { animation: mansetOutRight 0.6s cubic-bezier(0.25, 0.8, 0.3, 1) both; }
.manset-main.manset-in-left { animation: mansetInLeft 0.6s cubic-bezier(0.25, 0.8, 0.3, 1) both; }
.manset-main.manset-in-right { animation: mansetInRight 0.6s cubic-bezier(0.25, 0.8, 0.3, 1) both; }
.manset-main.manset-slide-left { animation: mansetSlideFade 0.2s ease both; }
.manset-main.manset-slide-right { animation: mansetSlideFade 0.2s ease both; }
.manset-main.manset-swipe-out-left .manset-current-img,
.manset-main.manset-swipe-out-left .manset-text { animation: mansetSwipeOutLeft 0.16s ease both; }
.manset-main.manset-swipe-out-right .manset-current-img,
.manset-main.manset-swipe-out-right .manset-text { animation: mansetSwipeOutRight 0.16s ease both; }
.manset-main.manset-swipe-out-left .manset-adjacent-next { opacity: 1; animation: mansetAdjacentFromRight 0.16s ease both; }
.manset-main.manset-swipe-out-right .manset-adjacent-prev { opacity: 1; animation: mansetAdjacentFromLeft 0.16s ease both; }
.manset-main.manset-swipe-in-left .manset-current-img,
.manset-main.manset-swipe-in-left .manset-text { animation: mansetSwipeInLeft 0.22s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
.manset-main.manset-swipe-in-right .manset-current-img,
.manset-main.manset-swipe-in-right .manset-text { animation: mansetSwipeInRight 0.22s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
.manset-main img,
.manset-main .manset-text,
.manset-main .manset-overlay { transition: opacity 0.2s ease, transform 0.22s ease; }
@keyframes mansetOutLeft { from { transform: translateX(0); opacity: 1; } to { transform: translateX(-40px); opacity: 0; } }
@keyframes mansetOutRight { from { transform: translateX(0); opacity: 1; } to { transform: translateX(40px); opacity: 0; } }
@keyframes mansetInLeft { from { transform: translateX(40px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes mansetInRight { from { transform: translateX(-40px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes mansetSlideFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes mansetSwipeOutLeft { from { transform: translateX(var(--manset-drag-x)); opacity: 1; } to { transform: translateX(-34px); opacity: 0.45; } }
@keyframes mansetSwipeOutRight { from { transform: translateX(var(--manset-drag-x)); opacity: 1; } to { transform: translateX(34px); opacity: 0.45; } }
@keyframes mansetSwipeInLeft { from { transform: translateX(34px); opacity: 0.45; } to { transform: translateX(0); opacity: 1; } }
@keyframes mansetSwipeInRight { from { transform: translateX(-34px); opacity: 0.45; } to { transform: translateX(0); opacity: 1; } }
@keyframes mansetAdjacentFromRight { from { transform: translateX(100%); } to { transform: translateX(0); } }
@keyframes mansetAdjacentFromLeft { from { transform: translateX(-100%); } to { transform: translateX(0); } }
.manset-main-link { position: absolute; inset: 0; display: block; z-index: 3; }
.manset-main-link:focus-visible { outline: 3px solid #ffffff; outline-offset: -3px; }
.manset-main img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: opacity 0.2s ease, transform 0.22s ease; }
.manset-current-picture { position: absolute; inset: 0; display: block; }
.manset-main .manset-current-img,
.manset-main .manset-adjacent-img { z-index: 1; opacity: 1; will-change: transform; }
.manset-main .manset-current-img { transform: translateX(0); }
.manset-main .manset-adjacent-img { pointer-events: none; }
.manset-main .manset-adjacent-prev { transform: translateX(-100%); }
.manset-main .manset-adjacent-next { transform: translateX(100%); }
.manset-main.is-text-fading .manset-text { opacity: 0; transform: translateY(8px); transition: opacity 0.18s ease, transform 0.18s ease; }
.manset-main .manset-overlay { position: absolute; inset: 0; background: none; pointer-events: none; z-index: 2; }
.manset-main img { object-fit: cover; object-position: center; background: #0f172a; }
.manset-main .manset-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px 24px 58px; z-index: 4; }
.manset-main .manset-cat { display: inline-block; background: var(--h-red); color: #fff; font-size: 10px; font-weight: 800; padding: 4px 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; border-radius: 2px; }
.manset-main .manset-title { color: #fff; font-family: 'Oswald', sans-serif; font-size: 28px; font-weight: 700; line-height: 1.15; margin: 0 0 8px; text-shadow: 0 2px 10px rgba(0,0,0,0.45); }
.manset-main .manset-meta { color: rgba(255,255,255,0.96); font-size: 12px; text-shadow: 0 1px 6px rgba(0,0,0,0.4); }
.manset-nav { position: absolute; inset: 0; display: flex; justify-content: space-between; align-items: center; padding: 0 14px; z-index: 5; pointer-events: none; }
.manset-nav-btn { width: 46px; height: 46px; border-radius: 50%; border: none; background: rgba(0,0,0,0.62); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; cursor: pointer; transition: background 0.2s ease; pointer-events: auto; }
.manset-nav-btn:hover { background: rgba(0,0,0,0.7); }
.manset-nav-btn:disabled { opacity: 0.3; cursor: default; }
.manset-tabs { position: absolute; left: 0; right: 0; bottom: 24px; z-index: 6; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 72px; overflow-x: auto; scrollbar-width: none; }
.manset-tabs::-webkit-scrollbar { display: none; }
.manset-tab { min-width: 32px; height: 4px; border: none; border-radius: 4px; background: rgba(255, 255, 255, 0.42); cursor: pointer; transition: background 0.2s ease, transform 0.2s ease, min-width 0.2s ease; padding: 0; }
.manset-tab:hover { background: rgba(255, 255, 255, 0.72); }
.manset-tab.is-active { min-width: 52px; background: var(--h-red); }
.manset-tab:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.manset-side { grid-area: side; display: flex; flex-direction: column; gap: 2px; min-height: 0; overflow: hidden; }
.manset-side-item { position: relative; flex: 1 1 0; overflow: hidden; min-height: 0; }
.manset-side-item img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.manset-side-item .ms-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 62%, transparent 100%); pointer-events: none; }
.manset-side-item .ms-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px; z-index: 2; }
.manset-side-item .ms-cat { display: inline-block; background: var(--h-red); color: #fff; font-size: 9px; font-weight: 800; padding: 2px 7px; text-transform: uppercase; margin-bottom: 6px; border-radius: 2px; }
.manset-side-item .ms-title { color: #fff; font-size: 14px; font-weight: 700; line-height: 1.25; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-shadow: 0 1px 8px rgba(0,0,0,0.45); }

/* YAZARLAR STRIP */
.yazarlar-strip { margin: 14px 0 8px; padding: 0 0 4px; }
.yazarlar-head { margin: 0 0 10px; }
.yazarlar-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: rgba(211, 47, 47, 0.45) transparent;
}
.yazarlar-track::-webkit-scrollbar { height: 6px; }
.yazarlar-track::-webkit-scrollbar-thumb { background: rgba(211, 47, 47, 0.36); border-radius: 999px; }
.yazar-card {
    flex: 0 0 280px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid var(--h-border);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(211, 47, 47, 0.06), rgba(13, 71, 161, 0.04)),
        var(--card-bg);
    box-shadow: 0 10px 28px rgba(30, 42, 76, 0.06);
    color: var(--h-text);
    text-decoration: none;
    scroll-snap-align: start;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.yazar-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(30, 42, 76, 0.12);
    border-color: rgba(211, 47, 47, 0.35);
    color: var(--h-text);
}
.yazar-avatar-wrap {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 2px solid rgba(211, 47, 47, 0.12);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.yazar-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.yazar-content { min-width: 0; flex: 1; }
.yazar-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 800;
    color: var(--h-red);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}
.yazar-name {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    color: var(--h-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yazar-column-title {
    margin-top: 6px;
    color: #334155;
    font-size: 12px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
}
.yazar-unvan {
    font-size: 12px;
    line-height: 1.35;
    color: var(--h-gray);
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yazar-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}
.yazar-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 700;
    color: var(--h-light);
    background: rgba(148, 163, 184, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 999px;
    padding: 4px 8px;
    white-space: nowrap;
}
.yazar-card:focus-visible {
    outline: 3px solid rgba(211, 47, 47, 0.3);
    outline-offset: 2px;
}

/* REKLAM */
.reklam-kutu { display: block; clear: both; }
.reklam-kutu img { max-width: 100%; height: auto; display: block; }
.hp-reklam-wrap { padding: 16px 0; text-align: center; clear: both; }

/* SECTION HEADER */
.sec-hd { display: flex; align-items: center; justify-content: space-between; margin: 28px 0 14px; padding-bottom: 10px; border-bottom: 3px solid var(--h-red); }
.sec-hd .section-title { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; color: var(--h-dark); text-transform: uppercase; margin: 0; display: flex; align-items: center; gap: 8px; }
.sec-hd .section-title i { color: var(--h-red); font-size: 18px; }
.sec-hd .sec-more { font-size: 12px; font-weight: 700; color: var(--h-red); text-transform: uppercase; }
.sec-hd .sec-more:hover { text-decoration: underline; }

/* SICAK GÜNDEM */
.gundem-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; margin-bottom: 24px; }
.gundem-list { display: flex; flex-direction: column; gap: 0; }
.gundem-item { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--h-border); transition: 0.15s; }
.gundem-item:first-child { padding-top: 0; }
.gundem-item:last-child { border-bottom: none; }
.gundem-item:hover { padding-left: 6px; }
.gundem-item-img { width: 180px; height: 110px; border-radius: 6px; overflow: hidden; flex-shrink: 0; }
.gundem-item-img img { width: 100%; height: 100%; object-fit: cover; }
.gundem-item-body { display: flex; flex-direction: column; justify-content: center; flex: 1; }
.gundem-item-cat { font-size: 10px; font-weight: 800; text-transform: uppercase; color: var(--h-red); letter-spacing: 0.5px; margin-bottom: 4px; }
.gundem-item-title { font-size: 16px; font-weight: 700; color: var(--h-text); line-height: 1.3; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gundem-item-desc { font-size: 13px; color: var(--h-gray); margin: 4px 0 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gundem-item-time { font-size: 11px; color: var(--h-light); margin-top: 6px; }

/* SIDEBAR */
.sidebar-box { background: #fff; border: 1px solid var(--h-border); border-radius: 8px; overflow: hidden; }
.sidebar-box-hd { background: var(--h-dark); color: #fff; padding: 12px 16px; font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.sidebar-box-hd i { color: #ff6b6b; }
.mr-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; border-bottom: 1px solid #f0f0f0; }
.mr-item:last-child { border-bottom: none; }
.mr-item:hover { background: #fafafa; }
.mr-num { font-family: 'Oswald', sans-serif; font-size: 28px; font-weight: 700; color: var(--h-red); line-height: 1; min-width: 28px; text-align: center; opacity: 0.5; }
.mr-item:first-child .mr-num { opacity: 1; font-size: 32px; }
.mr-body .mr-item-title { font-size: 13px; font-weight: 700; color: #333; line-height: 1.35; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mr-body span { font-size: 10px; color: var(--h-light); margin-top: 3px; display: block; }

/* GÖZDEN KAÇMASIN */
.gk-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.gk-card { background: #fff; border: 1px solid var(--h-border); border-radius: 8px; overflow: hidden; transition: 0.2s; }
.gk-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
.gk-card-img { height: 150px; overflow: hidden; position: relative; }
.gk-card-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.3s; }
.gk-card:hover .gk-card-img img { transform: scale(1.05); }
.gk-card-body { padding: 12px 14px; }
.gk-card-cat { font-size: 10px; font-weight: 800; text-transform: uppercase; color: var(--h-red); letter-spacing: 0.3px; margin-bottom: 6px; display: block; }
.gk-card-title { font-size: 14px; font-weight: 700; color: var(--h-text); line-height: 1.3; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.gk-card-time { font-size: 10px; color: var(--h-light); margin-top: 8px; display: block; }

/* KATEGORİ */
.kat-section { margin-bottom: 28px; }
.kat-hd { display: flex; align-items: center; justify-content: space-between; margin: 0 0 14px; padding: 0 0 10px; border-bottom: 3px solid var(--h-dark); }
.kat-hd .kat-section-title { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 700; color: #fff; text-transform: uppercase; margin: 0; padding: 6px 16px; border-radius: 3px; display: inline-flex; align-items: center; gap: 8px; }
.kat-hd .kat-more { font-size: 12px; font-weight: 700; color: var(--h-red); text-transform: uppercase; }
.kat-hd .kat-more:hover { text-decoration: underline; }
.kat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.kat-main { grid-column: 1; grid-row: 1 / 4; }
.kat-main-img { height: 240px; overflow: hidden; border-radius: 8px 8px 0 0; }
.kat-main-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.3s; }
.kat-main:hover .kat-main-img img { transform: scale(1.03); }
.kat-main-body { background: #fff; border: 1px solid var(--h-border); border-top: none; border-radius: 0 0 8px 8px; padding: 16px; }
.kat-main-body .kat-main-title { font-size: 17px; font-weight: 700; color: var(--h-text); line-height: 1.3; margin: 0 0 6px; }
.kat-main-body p { font-size: 13px; color: var(--h-gray); margin: 0 0 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.kat-main-body .km-time { font-size: 11px; color: var(--h-light); }
.kat-side { display: flex; gap: 12px; background: #fff; border: 1px solid var(--h-border); border-radius: 8px; padding: 10px; transition: 0.15s; }
.kat-side:hover { border-color: var(--h-red); }
.kat-side-img { width: 90px; height: 65px; border-radius: 5px; overflow: hidden; flex-shrink: 0; }
.kat-side-img img { width: 100%; height: 100%; object-fit: cover; }
.kat-side-body .kat-side-title { font-size: 13px; font-weight: 700; color: #333; line-height: 1.3; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.kat-side-body span { font-size: 10px; color: var(--h-light); margin-top: 4px; display: block; }

/* RESPONSIVE */
@media (max-width: 992px) {
    .home-web-push { top: 10px; right: 8px; width: calc(100vw - 16px); }
    .home-web-push-icon { width: 54px; }
    .home-web-push-copy { padding: 10px 8px 12px 10px; }
    .home-web-push-kicker { display: none; }
    .home-web-push-title { font-size: 14px; }
    .home-web-push-text { font-size: 12px; max-width: none; }
    .home-web-push-actions { gap: 4px; padding: 10px 8px 0 0; }
    .home-web-push-btn { min-width: 88px; padding: 7px 8px; font-size: 12px; }
    .home-web-push-close { width: 26px; height: 26px; }
    .home-web-push-status { display: none; }
    .home-web-push-ios-help { grid-column: 2 / 4; margin: 0 8px 11px 10px; }
    .manset-area { grid-template-columns: 1fr; grid-template-areas: "main"; }
    .manset-main { min-height: 0; }
    .manset-side { display: none; }
    .yazarlar-strip { margin-top: 12px; }
    .yazar-card { flex-basis: 250px; }
    .gundem-grid { grid-template-columns: 1fr; }
    .gk-grid { grid-template-columns: repeat(2, 1fr); }
    .kat-grid { grid-template-columns: 1fr; }
    .kat-main { grid-column: 1; grid-row: auto; }
    .fikstur-bar-label { min-width: 100px; font-size: 11px; padding: 0 10px; }
    .fb-mac { min-width: 140px; padding: 6px 12px; }
    
    /* Tablet için eklenenler */
    .site-wrapper { justify-content: center; }
    .site-side { display: none; }
    .site-main { flex: 1 1 auto; max-width: 100%; }
    .hp { padding: 0 15px; }
    
    .kat-main-img { height: 200px; }
    .kat-side-img { width: 80px; height: 60px; }
    .kat-side-body .kat-side-title { font-size: 13px; }
    
    .mr-num { font-size: 26px; }
    .mr-item:first-child .mr-num { font-size: 30px; }
    .mr-body .mr-item-title { font-size: 13px; }
    
    .gk-card-img { height: 130px; }
    .gk-card-title { font-size: 14px; }
}
@media (max-width: 576px) {
    .manset-area { grid-template-areas: "main"; }
    .manset-main { min-height: 0; }
    .manset-main .manset-title { font-size: 18px; }
    .manset-main .manset-text { padding: 16px 16px 46px; }
    .manset-main .manset-current-img,
    .manset-main .manset-adjacent-img { transition: transform 0.42s cubic-bezier(0.18, 0.82, 0.22, 1); }
    .manset-main.is-dragging .manset-current-img { transform: translateX(var(--manset-drag-x)); transition: none; }
    .manset-main.is-dragging .manset-adjacent-img { opacity: 1; transition: none; }
    .manset-main.is-dragging .manset-adjacent-prev { transform: translateX(calc(-100% + var(--manset-drag-x))); }
    .manset-main.is-dragging .manset-adjacent-next { transform: translateX(calc(100% + var(--manset-drag-x))); }
    .manset-main.is-dragging .manset-overlay,
    .manset-main.is-dragging .manset-text { transform: translateX(var(--manset-drag-x)); transition: none; }
    .manset-main.is-settling-next .manset-current-img { transform: translateX(-100%); }
    .manset-main.is-settling-next .manset-adjacent-next { transform: translateX(0); }
    .manset-main.is-settling-prev .manset-current-img { transform: translateX(100%); }
    .manset-main.is-settling-prev .manset-adjacent-prev { transform: translateX(0); }
    .manset-main.is-settling-next .manset-overlay { transform: translateX(-100%); }
    .manset-main.is-settling-prev .manset-overlay { transform: translateX(100%); }
    .manset-side { display: none; }
    .yazarlar-track { gap: 10px; }
    .yazar-card { flex-basis: 230px; padding: 11px 12px; }
    .yazar-avatar-wrap { width: 54px; height: 54px; flex-basis: 54px; }
    .yazar-name { font-size: 14px; }
    .yazar-column-title { font-size: 11px; }
    .yazar-unvan { font-size: 11px; }
    .gk-grid { grid-template-columns: 1fr; }
    .gundem-item-img { width: 120px; height: 80px; }
    .gundem-item-title { font-size: 14px; }
    .ticker-label { padding: 8px 10px; font-size: 10px; }
    
    /* Mobil için eklenenler */
    .site-wrapper { flex-direction: column; }
    .site-side { display: none; }
    .site-main { flex: 1 1 auto; max-width: 100%; }
    .hp { padding: 0 10px; }
    
    .kat-main-img { height: 180px; }
    .kat-main-body .kat-main-title { font-size: 15px; }
    .kat-side-img { width: 70px; height: 50px; }
    .kat-side-body .kat-side-title { font-size: 12px; }
    
    .mr-num { font-size: 24px; }
    .mr-item:first-child .mr-num { font-size: 28px; }
    .mr-body .mr-item-title { font-size: 12px; }
    
    .gk-card-img { height: 120px; }
    .gk-card-title { font-size: 13px; }
    
    .fikstur-bar-label { min-width: 80px; font-size: 10px; }
    .fb-mac { min-width: 120px; padding: 4px 8px; font-size: 10px; }
    .manset-nav { padding: 0 8px; }
    .manset-nav-btn { display: none; }
    .manset-tabs { bottom: 17px; gap: 5px; justify-content: center; padding: 0 14px; overflow: hidden; }
    .manset-tab { min-width: 20px; height: 4px; }
    .manset-tab.is-active { min-width: 34px; }
    .gundem-item:hover,
    .gk-card:hover {
        transform: none;
        box-shadow: none;
        padding-left: 0;
    }
    .gk-card:hover .gk-card-img img,
    .kat-main:hover .kat-main-img img {
        transform: none;
    }
}

@supports (content-visibility: auto) {
    .yazarlar-strip,
    .gundem-grid,
    .gk-grid,
    .kat-section,
    .hp-reklam-wrap {
        content-visibility: auto;
    }
    .yazarlar-strip {
        contain-intrinsic-size: auto 220px;
    }
    .gundem-grid {
        contain-intrinsic-size: auto 900px;
    }
    .gk-grid {
        contain-intrinsic-size: auto 620px;
    }
    .kat-section {
        contain-intrinsic-size: auto 640px;
    }
    .hp-reklam-wrap {
        contain-intrinsic-size: auto 280px;
    }
    @media (max-width: 768px) {
        .gundem-grid { contain-intrinsic-size: auto 1050px; }
        .gk-grid { contain-intrinsic-size: auto 780px; }
        .kat-section { contain-intrinsic-size: auto 760px; }
    }
}

html.home-progressive-enabled .home-progressive-section {
    transition: opacity 0.28s ease, transform 0.28s ease;
}
html.home-progressive-enabled .home-progressive-section:not(.is-visible) {
    content-visibility: hidden;
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
}
html.home-progressive-enabled .home-progressive-section.is-visible {
    content-visibility: auto;
    opacity: 1;
    transform: translateY(0);
}
html.home-progressive-enabled .sec-hd.home-progressive-section {
    contain-intrinsic-size: auto 54px;
}
.home-lazy-layers > * {
    animation: homeLayerIn 0.24s ease both;
}
.home-lazy-sentinel {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-lazy-sentinel.is-idle {
    min-height: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.home-lazy-sentinel.is-done {
    display: none;
}
.home-lazy-spinner {
    width: 26px;
    height: 26px;
    border: 3px solid #e5e7eb;
    border-top-color: var(--h-red);
    border-radius: 50%;
    animation: homeLayerSpin 0.7s linear infinite;
}
@keyframes homeLayerSpin { to { transform: rotate(360deg); } }
@keyframes homeLayerIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Manşet üstte tam genişlikte kalır; yan bannerlar manşetten sonra başlar. */
body .home-site-wrapper,
body .home-site-wrapper > .site-main,
body .home-site-wrapper > .site-main > .hp {
    width: 100%;
    max-width: none;
    min-width: 0;
}
body .home-site-wrapper > .site-main > .hp {
    padding-left: 16px;
    padding-right: 16px;
}
body .home-after-manset-layout {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) 180px;
    align-items: start;
    gap: 14px;
    width: 100%;
    margin-top: 20px;
}
body .home-after-manset-content { min-width: 0; }
body .home-after-manset-side { min-width: 0; }
body .home-after-manset-side .ad-sticky {
    position: sticky;
    top: 20px;
    width: 180px;
    max-width: 180px;
}
body .home-after-manset-side .ad-sticky img { max-width: 180px; }
body .home-after-manset-layout--no-left-ad { grid-template-columns: minmax(0, 1fr) 180px; }
body .home-after-manset-layout--no-left-ad > .site-side:first-child { display: none; }
body .home-after-manset-layout--no-left-ad > .home-after-manset-content { grid-column: 1; }
body .home-after-manset-layout--no-left-ad > .site-side:last-child { grid-column: 2; }
body .home-after-manset-layout--no-right-ad { grid-template-columns: 180px minmax(0, 1fr); }
body .home-after-manset-layout--no-right-ad > .site-side:last-child { display: none; }
body .home-after-manset-layout--no-right-ad > .home-after-manset-content { grid-column: 2; }
body .home-after-manset-layout--no-left-ad.home-after-manset-layout--no-right-ad {
    display: block;
    margin-top: 20px;
}
body .home-after-manset-layout--no-left-ad.home-after-manset-layout--no-right-ad > .site-side { display: none; }
@media (max-width: 1199.98px) {
    body .home-site-wrapper {
        display: block;
    }
    body .home-site-wrapper > .site-side {
        display: none !important;
    }
    body .home-site-wrapper > .site-main,
    body .home-site-wrapper > .site-main > .hp {
        width: 100%;
        max-width: 100%;
    }
    body .home-after-manset-layout {
        display: block;
        margin-top: 16px;
    }
    body .home-after-manset-layout > .home-after-manset-side {
        display: none;
    }
}
@media (max-width: 767.98px) {
    body .home-site-wrapper > .site-main > .hp {
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-intro { display: flex; gap: 7px; min-height: 30px; margin-top: 5px; overflow: hidden; }
    .home-intro__eyebrow { font-size: 8px; }
    .home-intro h1 { min-width: 0; overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
    .home-intro p { display: none; }
    .ticker-bar { margin-top: 8px; }
    .ticker-label { padding: 9px 10px; font-size: 10px; }
    .manset-area { display: block; border-radius: 10px; }
    .manset-side { display: none; }
    .gundem-item {
        gap: 10px;
    }
    .gundem-item-img {
        width: 118px;
        height: 82px;
    }
    .gundem-item-title {
        font-size: 14px;
    }
    .gundem-item-desc {
        display: none;
    }
}
