/**
 * HABER PORTALİ - ANA STİL DOSYASI
 * Mobil Uyumlu, SEO Dostu, Modern Haber Portalı CSS
 */

/* ==================== RESET & TEMEL ==================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f4f6f9;
    color: #1a1a2e;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.preload * { transition: none !important; }
a { text-decoration: none; color: inherit; transition: all 0.2s ease; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }
input, textarea, select { font-family: inherit; font-size: 1rem; }
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 16px; }

/* ==================== ÜST BİLGİ ÇUBUĞU ==================== */
.top-bar {
    background: #0f172a;
    color: #94a3b8;
    font-size: 0.82rem;
    padding: 6px 0;
    border-bottom: 1px solid #1e293b;
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.top-bar-left { display: flex; align-items: center; gap: 16px; }
.top-bar-left i { margin-right: 4px; color: #e2e8f0; }
.current-date, .current-time { white-space: nowrap; }
.top-bar-right { display: flex; align-items: center; gap: 12px; }
.top-bar-right a {
    color: #94a3b8;
    width: 28px; height: 28px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    transition: all 0.25s ease;
}
.top-bar-right a:hover { color: #fff; background: rgba(255,255,255,0.1); }

/* ==================== HEADER / LOGO ==================== */
.main-header { background: #fff; padding: 14px 0; border-bottom: 1px solid #e2e8f0; }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo-area { flex-shrink: 0; }
.logo { display: inline-block; }
.logo img { width: 220px; height: 60px; object-fit: contain; }
.header-ads { flex: 1; display: flex; justify-content: flex-end; }
.reklam-alani { display: block; }
.reklam-ust_banner { max-width: 728px; width: 100%; margin: 0 auto; }
.reklam-yan_banner { width: 300px; }
.reklam-icerik_arasi { width: 100%; }
.reklam-footer_banner { max-width: 728px; margin: 0 auto; }

/* ==================== ANA MENÜ ==================== */
.main-nav {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.nav-container { display: flex; align-items: center; justify-content: space-between; height: 52px; position: relative; }
.nav-menu { display: flex; align-items: center; gap: 0; flex: 1; }
.nav-item { position: relative; }
.nav-link {
    display: flex; align-items: center; gap: 6px;
    color: #e2e8f0;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0 16px;
    height: 52px;
    border-bottom: 3px solid transparent;
    transition: all 0.25s ease;
    white-space: nowrap;
}
.nav-link:hover, .nav-item:hover .nav-link { color: #fff; background: rgba(255,255,255,0.08); border-bottom-color: #3b82f6; }
.nav-item.home .nav-link { color: #60a5fa; }
.nav-item.dropdown .dropdown-menu {
    position: absolute; top: 100%; left: 0;
    background: #fff; min-width: 200px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    border-radius: 0 0 8px 8px;
    opacity: 0; visibility: hidden;
    transform: translateY(8px);
    transition: all 0.25s ease;
    z-index: 1001;
}
.nav-item.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu li a {
    display: block; padding: 10px 16px;
    color: #334155; font-size: 0.88rem; font-weight: 500;
    border-bottom: 1px solid #f1f5f9;
}
.dropdown-menu li:last-child a { border-bottom: none; }
.dropdown-menu li a:hover { background: #f8fafc; color: #0f172a; padding-left: 20px; }

.nav-right { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.search-toggle {
    color: #e2e8f0; font-size: 1rem;
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}
.search-toggle:hover { background: rgba(255,255,255,0.1); color: #fff; }
.btn-canli-tv {
    display: flex; align-items: center; gap: 6px;
    background: #ef4444; color: #fff;
    padding: 6px 14px; border-radius: 6px;
    font-size: 0.85rem; font-weight: 700;
    transition: all 0.2s ease;
    position: relative;
}
.btn-canli-tv:hover { background: #dc2626; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(239,68,68,0.3); }
.live-dot {
    width: 8px; height: 8px; background: #fff; border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}
@keyframes pulse-dot {
    0% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 0 rgba(255,255,255,0.7); }
    70% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 8px rgba(255,255,255,0); }
    100% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

/* Arama Barı */
.search-bar {
    max-height: 0; overflow: hidden;
    background: #fff; border-bottom: 1px solid #e2e8f0;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.search-bar.active { max-height: 80px; padding: 12px 0; }
.search-form { display: flex; gap: 10px; max-width: 600px; margin: 0 auto; }
.search-form input {
    flex: 1; padding: 10px 16px; border: 2px solid #e2e8f0; border-radius: 8px;
    outline: none; transition: border-color 0.2s ease;
}
.search-form input:focus { border-color: #3b82f6; }
.search-form button {
    background: #3b82f6; color: #fff;
    padding: 10px 20px; border-radius: 8px;
    font-weight: 600; transition: background 0.2s ease;
}
.search-form button:hover { background: #2563eb; }

/* Mobile Toggle */
.mobile-menu-toggle {
    display: none; flex-direction: column; gap: 5px;
    width: 32px; height: 32px; justify-content: center; align-items: center;
    position: relative; z-index: 1002;
}
.mobile-menu-toggle span {
    display: block; width: 24px; height: 2px;
    background: #e2e8f0; border-radius: 2px;
    transition: all 0.3s ease;
}
.mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ==================== SON DAKİKA BANTI ==================== */
.breaking-news-bar {
    background: linear-gradient(90deg, #dc2626 0%, #ef4444 100%);
    color: #fff; overflow: hidden; position: relative;
}
.breaking-news-bar .container { display: flex; align-items: center; min-height: 40px; }
.breaking-label {
    display: flex; align-items: center; gap: 8px;
    background: rgba(0,0,0,0.2); padding: 8px 16px;
    font-size: 0.82rem; white-space: nowrap; flex-shrink: 0;
    z-index: 2; position: relative;
}
.pulse-dot {
    width: 10px; height: 10px; background: #fff; border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}
.breaking-ticker-wrapper {
    flex: 1; overflow: hidden; position: relative;
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}
.breaking-ticker {
    display: flex; align-items: center; gap: 40px;
    animation: ticker-scroll 40s linear infinite;
    white-space: nowrap;
    padding-left: 100%;
}
@keyframes ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.breaking-item {
    display: flex; align-items: center; gap: 8px;
    color: #fff; font-size: 0.85rem; font-weight: 500;
    padding: 8px 0; flex-shrink: 0;
}
.breaking-item:hover { color: #fef2f2; text-decoration: underline; }
.breaking-time { color: #fecaca; font-size: 0.75rem; font-weight: 400; }

/* ==================== MOBİL MENÜ ==================== */
.mobile-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 998; opacity: 0; visibility: hidden;
    transition: all 0.3s ease;
}
.mobile-overlay.active { opacity: 1; visibility: visible; }
.mobile-menu {
    position: fixed; top: 0; left: 0; width: 280px; height: 100vh;
    background: #fff; z-index: 999;
    transform: translateX(-100%); transition: transform 0.3s ease;
    overflow-y: auto; box-shadow: 4px 0 20px rgba(0,0,0,0.1);
}
.mobile-menu.active { transform: translateX(0); }
.mobile-menu-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px; border-bottom: 1px solid #e2e8f0;
}
.mobile-menu-header img { height: 40px; width: auto; }
.mobile-close { font-size: 1.2rem; color: #64748b; padding: 4px; }
.mobile-close:hover { color: #ef4444; }
.mobile-nav { padding: 8px 0; }
.mobile-nav li a {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 16px; color: #334155; font-weight: 500; font-size: 0.92rem;
    border-bottom: 1px solid #f1f5f9;
}
.mobile-nav li a i { width: 20px; text-align: center; color: #64748b; }
.mobile-nav li a:hover { background: #f8fafc; color: #0f172a; }
.mobile-nav li.divider { height: 1px; background: #e2e8f0; margin: 8px 16px; border-bottom: none; padding: 0; }

/* ==================== ANA SAYFA İÇERİK ==================== */
.main-content { padding: 24px 0; }
.content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 24px; }
.main-column { min-width: 0; }
.sidebar { min-width: 0; }

/* ==================== MANŞET SLİDER ==================== */
.manset-section { margin-bottom: 28px; }
.manset-slider {
    position: relative; border-radius: 12px; overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1); background: #0f172a;
    height: 450px;
}
.manset-slides { position: relative; height: 100%; }
.manset-slide {
    position: absolute; inset: 0; opacity: 0;
    transition: opacity 0.6s ease; visibility: hidden;
}
.manset-slide.active { opacity: 1; visibility: visible; z-index: 1; }
.manset-slide .slide-bg {
    position: absolute; inset: 0; background-size: cover; background-position: center;
    transition: transform 6s ease;
}
.manset-slide.active .slide-bg { transform: scale(1.08); }
.manset-slide .slide-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(15,23,42,0.95) 0%, rgba(15,23,42,0.4) 50%, rgba(15,23,42,0.1) 100%);
}
.manset-slide .slide-content {
    position: absolute; bottom: 0; left: 0; right: 0; padding: 40px;
    z-index: 2;
}
.manset-slide .slide-kat {
    display: inline-block; background: #3b82f6; color: #fff;
    padding: 4px 12px; border-radius: 4px; font-size: 0.75rem; font-weight: 700;
    text-transform: uppercase; margin-bottom: 10px; letter-spacing: 0.5px;
}
.manset-slide .slide-kat.son-dakika { background: #ef4444; }
.manset-slide h2 {
    font-size: 1.6rem; font-weight: 800; color: #fff; line-height: 1.3;
    margin-bottom: 10px; text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.manset-slide p { color: #cbd5e1; font-size: 0.95rem; margin-bottom: 14px; max-width: 600px; }
.manset-slide .slide-meta { display: flex; align-items: center; gap: 16px; color: #94a3b8; font-size: 0.82rem; }
.manset-slide .slide-meta i { margin-right: 4px; }
.manset-nav {
    position: absolute; bottom: 16px; right: 16px; z-index: 3;
    display: flex; gap: 8px;
}
.manset-nav button {
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,0.15); color: #fff;
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(4px); transition: all 0.2s ease;
}
.manset-nav button:hover { background: rgba(255,255,255,0.3); }
.manset-dots {
    position: absolute; bottom: 16px; left: 40px; z-index: 3;
    display: flex; gap: 8px;
}
.manset-dots button {
    width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.4);
    transition: all 0.3s ease;
}
.manset-dots button.active { width: 28px; border-radius: 5px; background: #fff; }

/* ==================== HABER KARTLARI ==================== */
.section-header {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 16px; border-bottom: 2px solid #e2e8f0; padding-bottom: 8px;
}
.section-title {
    font-size: 1.15rem; font-weight: 800; color: #0f172a;
    display: flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: 0.5px;
}
.section-title i { color: #3b82f6; }
.section-more {
    font-size: 0.82rem; font-weight: 600; color: #3b82f6;
    display: flex; align-items: center; gap: 4px;
}
.section-more:hover { color: #2563eb; gap: 8px; }

/* Kart Grid */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; }
.news-card {
    background: #fff; border-radius: 10px; overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: all 0.3s ease;
    display: flex; flex-direction: column; height: 100%;
}
.news-card:hover {
    transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.news-card .card-img { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.news-card .card-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.4s ease;
}
.news-card:hover .card-img img { transform: scale(1.08); }
.news-card .card-kat {
    position: absolute; top: 10px; left: 10px; z-index: 2;
    background: #3b82f6; color: #fff; padding: 3px 10px;
    border-radius: 4px; font-size: 0.68rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.5px;
}
.news-card .card-body { padding: 14px; flex: 1; display: flex; flex-direction: column; }
.news-card h3 {
    font-size: 0.95rem; font-weight: 700; color: #1e293b; line-height: 1.4;
    margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.news-card h3:hover { color: #3b82f6; }
.news-card .card-ozet {
    font-size: 0.82rem; color: #64748b; line-height: 1.5;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    margin-bottom: 10px; flex: 1;
}
.news-card .card-meta {
    display: flex; align-items: center; justify-content: space-between;
    font-size: 0.75rem; color: #94a3b8; border-top: 1px solid #f1f5f9; padding-top: 10px; margin-top: auto;
}
.news-card .card-meta span { display: flex; align-items: center; gap: 4px; }
.news-card .card-meta i { font-size: 0.7rem; }

/* Büyük Kart */
.news-card-big {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    background: #fff; border-radius: 10px; overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06); margin-bottom: 20px;
}
.news-card-big .card-img { aspect-ratio: auto; height: 100%; min-height: 280px; }
.news-card-big .card-body { padding: 24px; justify-content: center; }
.news-card-big h3 { font-size: 1.25rem; -webkit-line-clamp: 3; }
.news-card-big .card-ozet { -webkit-line-clamp: 4; font-size: 0.88rem; }

/* Liste Kart */
.news-list { display: flex; flex-direction: column; gap: 14px; }
.news-list-item {
    display: flex; gap: 14px; background: #fff; padding: 12px; border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: all 0.2s ease;
}
.news-list-item:hover { transform: translateX(4px); box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.news-list-item .list-img { width: 100px; height: 70px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.news-list-item .list-img img { width: 100%; height: 100%; object-fit: cover; }
.news-list-item .list-body { flex: 1; min-width: 0; }
.news-list-item h4 { font-size: 0.88rem; font-weight: 700; color: #1e293b; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 6px; }
.news-list-item .list-meta { font-size: 0.72rem; color: #94a3b8; display: flex; gap: 12px; }

/* ==================== YAN PANEL (SIDEBAR) ==================== */
.sidebar-widget { background: #fff; border-radius: 10px; padding: 16px; margin-bottom: 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.sidebar-widget .widget-title { font-size: 0.95rem; font-weight: 800; color: #0f172a; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid #e2e8f0; display: flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.sidebar-widget .widget-title i { color: #3b82f6; }

/* Popüler Widget */
.populer-list { display: flex; flex-direction: column; gap: 10px; }
.populer-item { display: flex; gap: 10px; align-items: flex-start; }
.populer-item .pop-rank { font-size: 1.4rem; font-weight: 900; color: #e2e8f0; line-height: 1; width: 32px; text-align: center; flex-shrink: 0; font-family: 'Roboto Condensed', sans-serif; }
.populer-item:nth-child(1) .pop-rank { color: #fbbf24; }
.populer-item:nth-child(2) .pop-rank { color: #94a3b8; }
.populer-item:nth-child(3) .pop-rank { color: #b45309; }
.populer-item .pop-body { flex: 1; min-width: 0; }
.populer-item h4 { font-size: 0.82rem; font-weight: 600; color: #334155; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.populer-item h4:hover { color: #3b82f6; }
.populer-item .pop-meta { font-size: 0.7rem; color: #94a3b8; margin-top: 2px; }

/* Hava Durumu Widget */
.weather-widget { text-align: center; }
.weather-current { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 12px; }
.weather-temp { font-size: 2.5rem; font-weight: 800; color: #0f172a; font-family: 'Roboto Condensed', sans-serif; }
.weather-icon { font-size: 2.5rem; color: #f59e0b; }
.weather-desc { font-size: 0.88rem; color: #64748b; margin-bottom: 12px; }
.weather-select { display: flex; gap: 6px; margin-bottom: 12px; }
.weather-select select { flex: 1; padding: 8px; border: 1px solid #e2e8f0; border-radius: 6px; font-size: 0.82rem; background: #f8fafc; }
.weather-select button { background: #3b82f6; color: #fff; padding: 8px 14px; border-radius: 6px; font-size: 0.82rem; font-weight: 600; }
.weather-details { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; font-size: 0.78rem; color: #64748b; }
.weather-details div { background: #f8fafc; padding: 6px 8px; border-radius: 6px; }
.weather-details i { margin-right: 4px; color: #3b82f6; }

/* Nöbetçi Eczane Widget */
.eczane-form { display: flex; flex-direction: column; gap: 8px; }
.eczane-form select { padding: 8px; border: 1px solid #e2e8f0; border-radius: 6px; font-size: 0.82rem; background: #f8fafc; }
.eczane-form button { background: #10b981; color: #fff; padding: 8px; border-radius: 6px; font-size: 0.82rem; font-weight: 600; }
.eczane-list { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.eczane-item { background: #f8fafc; padding: 10px; border-radius: 8px; border-left: 3px solid #10b981; }
.eczane-item .ec-name { font-weight: 700; font-size: 0.85rem; color: #0f172a; margin-bottom: 4px; }
.eczane-item .ec-addr { font-size: 0.78rem; color: #64748b; margin-bottom: 4px; }
.eczane-item .ec-tel { font-size: 0.78rem; color: #059669; font-weight: 600; }

/* Spor Widget */
.sport-tabs { display: flex; gap: 4px; margin-bottom: 12px; border-bottom: 1px solid #e2e8f0; }
.sport-tab { padding: 6px 10px; font-size: 0.78rem; font-weight: 600; color: #64748b; border-bottom: 2px solid transparent; cursor: pointer; background: none; }
.sport-tab.active { color: #0f172a; border-bottom-color: #3b82f6; }
.sport-table { width: 100%; font-size: 0.78rem; border-collapse: collapse; }
.sport-table th { text-align: left; padding: 6px 4px; color: #94a3b8; font-weight: 600; border-bottom: 1px solid #e2e8f0; }
.sport-table td { padding: 6px 4px; border-bottom: 1px solid #f1f5f9; }
.sport-table tr:hover td { background: #f8fafc; }
.sport-table .pos { width: 24px; text-align: center; font-weight: 700; }
.sport-table .pos.top { color: #10b981; }
.sport-table .pos.relegation { color: #ef4444; }
.sport-table .team { font-weight: 600; color: #334155; }
.sport-table .pts { font-weight: 800; color: #0f172a; }

/* Fikstür */
.fixture-list { display: flex; flex-direction: column; gap: 8px; }
.fixture-item { background: #f8fafc; padding: 10px; border-radius: 8px; font-size: 0.82rem; }
.fixture-teams { display: flex; align-items: center; justify-content: space-between; font-weight: 700; color: #1e293b; margin-bottom: 4px; }
.fixture-vs { color: #94a3b8; font-size: 0.75rem; font-weight: 600; }
.fixture-date { font-size: 0.72rem; color: #94a3b8; }

/* Canlı TV Widget */
.tv-list { display: flex; flex-direction: column; gap: 8px; }
.tv-item { display: flex; align-items: center; gap: 10px; background: #f8fafc; padding: 10px; border-radius: 8px; transition: all 0.2s ease; }
.tv-item:hover { background: #f1f5f9; transform: translateX(4px); }
.tv-item img { width: 40px; height: 40px; object-fit: contain; border-radius: 6px; background: #fff; padding: 2px; }
.tv-item .tv-name { font-weight: 600; font-size: 0.85rem; color: #334155; flex: 1; }
.tv-item .tv-live { background: #ef4444; color: #fff; font-size: 0.68rem; padding: 2px 6px; border-radius: 3px; font-weight: 700; animation: pulse-dot 1.5s infinite; }

/* ==================== VİDEO BÖLÜMÜ ==================== */
.video-section { margin-bottom: 28px; }
.video-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.video-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: all 0.3s ease; position: relative; }
.video-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
.video-card .video-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.video-card .video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.video-card:hover .video-thumb img { transform: scale(1.08); }
.video-card .play-btn {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.3); transition: background 0.3s ease;
}
.video-card:hover .play-btn { background: rgba(0,0,0,0.5); }
.video-card .play-btn i { width: 48px; height: 48px; background: rgba(239,68,68,0.9); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; padding-left: 4px; transition: all 0.2s ease; }
.video-card:hover .play-btn i { transform: scale(1.1); background: #ef4444; }
.video-card .video-duration { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.7); color: #fff; font-size: 0.72rem; padding: 2px 6px; border-radius: 3px; font-weight: 600; }
.video-card .video-body { padding: 12px; }
.video-card h4 { font-size: 0.88rem; font-weight: 700; color: #1e293b; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ==================== YAZARLAR BÖLÜMÜ ==================== */
.authors-section { margin-bottom: 28px; }
.authors-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; }
.author-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); text-align: center; padding: 20px; transition: all 0.3s ease; }
.author-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
.author-card img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; margin: 0 auto 12px; border: 3px solid #f1f5f9; transition: all 0.3s ease; }
.author-card:hover img { border-color: #3b82f6; }
.author-card h4 { font-size: 0.95rem; font-weight: 700; color: #1e293b; margin-bottom: 4px; }
.author-card .author-role { font-size: 0.78rem; color: #64748b; margin-bottom: 10px; }
.author-card .author-count { font-size: 0.72rem; color: #94a3b8; }
.author-card .author-count i { color: #3b82f6; margin-right: 4px; }

/* ==================== REKLAM ALANLARI ==================== */
.ad-section { margin-bottom: 24px; text-align: center; }
.ad-section .reklam-alani { margin: 0 auto; }

/* ==================== SAYFALAMA ==================== */
.sayfalama { margin: 24px 0; display: flex; justify-content: center; }
.sayfalama ul { display: flex; gap: 6px; list-style: none; }
.sayfalama a {
    display: flex; align-items: center; justify-content: center;
    min-width: 38px; height: 38px; padding: 0 12px;
    background: #fff; border: 1px solid #e2e8f0; border-radius: 8px;
    font-size: 0.85rem; font-weight: 600; color: #334155; transition: all 0.2s ease;
}
.sayfalama a:hover { background: #f8fafc; border-color: #3b82f6; color: #3b82f6; }
.sayfalama li.aktif a { background: #3b82f6; color: #fff; border-color: #3b82f6; }

/* ==================== HABER DETAY ==================== */
.article-page { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); margin-bottom: 24px; }
.article-header { margin-bottom: 20px; }
.article-header .article-kat { display: inline-block; background: #3b82f6; color: #fff; padding: 4px 12px; border-radius: 4px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.article-header h1 { font-size: 1.8rem; font-weight: 800; color: #0f172a; line-height: 1.3; margin-bottom: 14px; }
.article-header .article-meta { display: flex; align-items: center; gap: 16px; font-size: 0.85rem; color: #64748b; flex-wrap: wrap; }
.article-header .article-meta a { color: #3b82f6; font-weight: 600; }
.article-header .article-meta i { margin-right: 4px; color: #94a3b8; }
.article-image { margin-bottom: 20px; border-radius: 10px; overflow: hidden; }
.article-image img { width: 100%; height: auto; max-height: 500px; object-fit: cover; }
.article-image .img-caption { font-size: 0.78rem; color: #94a3b8; padding: 8px 12px; background: #f8fafc; text-align: center; }
.article-content { font-size: 1.02rem; line-height: 1.8; color: #334155; }
.article-content p { margin-bottom: 16px; }
.article-content h2 { font-size: 1.4rem; font-weight: 700; color: #0f172a; margin: 24px 0 12px; }
.article-content h3 { font-size: 1.15rem; font-weight: 700; color: #1e293b; margin: 20px 0 10px; }
.article-content img { border-radius: 8px; margin: 16px 0; }
.article-content blockquote { border-left: 4px solid #3b82f6; padding-left: 16px; font-style: italic; color: #475569; margin: 16px 0; background: #f8fafc; padding: 12px 12px 12px 20px; border-radius: 0 8px 8px 0; }
.article-content ul, .article-content ol { margin-left: 24px; margin-bottom: 16px; }
.article-content ul li { list-style-type: disc; margin-bottom: 6px; }
.article-content ol li { list-style-type: decimal; margin-bottom: 6px; }
.article-content a { color: #3b82f6; text-decoration: underline; }
.article-content a:hover { color: #2563eb; }
.article-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 24px; padding-top: 16px; border-top: 1px solid #e2e8f0; }
.article-tags a { background: #f1f5f9; color: #475569; padding: 6px 12px; border-radius: 6px; font-size: 0.82rem; font-weight: 500; transition: all 0.2s ease; }
.article-tags a:hover { background: #3b82f6; color: #fff; }
.article-share { display: flex; gap: 8px; margin-top: 16px; }
.article-share a { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.9rem; transition: all 0.2s ease; }
.article-share .share-fb { background: #1877f2; }
.article-share .share-tw { background: #1da1f2; }
.article-share .share-wa { background: #25d366; }
.article-share .share-li { background: #0077b5; }
.article-share a:hover { transform: translateY(-2px); }

/* ==================== YORUMLAR ==================== */
.comments-section { margin-top: 24px; }
.comments-section h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.comment-form { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.comment-form input, .comment-form textarea { padding: 10px 14px; border: 1px solid #e2e8f0; border-radius: 8px; outline: none; transition: border-color 0.2s ease; }
.comment-form input:focus, .comment-form textarea:focus { border-color: #3b82f6; }
.comment-form textarea { min-height: 100px; resize: vertical; }
.comment-form button { align-self: flex-start; background: #3b82f6; color: #fff; padding: 10px 24px; border-radius: 8px; font-weight: 600; transition: all 0.2s ease; }
.comment-form button:hover { background: #2563eb; }
.comment-item { background: #f8fafc; padding: 14px; border-radius: 10px; margin-bottom: 12px; }
.comment-item .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.comment-item .comment-author { font-weight: 700; color: #1e293b; font-size: 0.9rem; }
.comment-item .comment-date { font-size: 0.75rem; color: #94a3b8; }
.comment-item .comment-text { font-size: 0.9rem; color: #475569; line-height: 1.6; }

/* ==================== CANLI TV SAYFASI ==================== */
.tv-page { display: grid; grid-template-columns: 1fr 300px; gap: 24px; }
.tv-player { background: #0f172a; border-radius: 12px; overflow: hidden; position: relative; aspect-ratio: 16/9; }
.tv-player iframe { width: 100%; height: 100%; border: none; }
.tv-player .tv-placeholder { display: flex; align-items: center; justify-content: center; color: #94a3b8; font-size: 1.2rem; height: 100%; flex-direction: column; gap: 12px; }
.tv-player .tv-placeholder i { font-size: 3rem; color: #3b82f6; }
.tv-channels { display: flex; flex-direction: column; gap: 8px; }
.tv-channels .tv-channel { display: flex; align-items: center; gap: 10px; background: #fff; padding: 12px; border-radius: 10px; cursor: pointer; transition: all 0.2s ease; border: 2px solid transparent; }
.tv-channels .tv-channel:hover, .tv-channels .tv-channel.active { border-color: #3b82f6; background: #f8fafc; }
.tv-channels .tv-channel img { width: 40px; height: 40px; object-fit: contain; border-radius: 6px; }
.tv-channels .tv-channel .ch-name { font-weight: 600; font-size: 0.9rem; color: #334155; flex: 1; }
.tv-channels .tv-channel .ch-status { font-size: 0.72rem; color: #10b981; font-weight: 700; }
.tv-channels .tv-channel .ch-status.live { color: #ef4444; animation: pulse-dot 1.5s infinite; }

/* ==================== FOOTER ==================== */
.main-footer { background: #0f172a; color: #94a3b8; padding: 48px 0 0; margin-top: 24px; }
.footer-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 32px; }
.footer-col h4 { font-size: 1rem; font-weight: 700; color: #e2e8f0; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-about .footer-logo { display: inline-block; margin-bottom: 14px; }
.footer-about .footer-logo img { height: 44px; width: auto; }
.footer-about p { font-size: 0.85rem; line-height: 1.6; margin-bottom: 16px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); color: #94a3b8; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; }
.footer-social a:hover { background: #3b82f6; color: #fff; transform: translateY(-2px); }
.footer-links li { margin-bottom: 8px; }
.footer-links li a { font-size: 0.85rem; color: #94a3b8; transition: all 0.2s ease; display: block; }
.footer-links li a:hover { color: #e2e8f0; padding-left: 4px; }
.footer-popular li { margin-bottom: 10px; }
.footer-popular li a { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: #94a3b8; transition: all 0.2s ease; }
.footer-popular li a:hover { color: #e2e8f0; }
.footer-popular .fp-number { font-size: 0.72rem; background: #3b82f6; color: #fff; padding: 2px 6px; border-radius: 4px; font-weight: 700; flex-shrink: 0; }
.footer-authors-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.footer-author { display: flex; align-items: center; gap: 8px; transition: all 0.2s ease; }
.footer-author img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.footer-author span { font-size: 0.82rem; font-weight: 600; color: #94a3b8; }
.footer-author:hover span { color: #e2e8f0; }
.footer-bottom { margin-top: 40px; padding: 16px 0; border-top: 1px solid #1e293b; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 0.82rem; }
.footer-bottom-right { display: flex; gap: 20px; }
.footer-bottom-right a { color: #94a3b8; transition: color 0.2s ease; }
.footer-bottom-right a:hover { color: #e2e8f0; }

/* Back to Top */
.back-to-top {
    position: fixed; bottom: 24px; right: 24px;
    width: 44px; height: 44px; border-radius: 50%;
    background: #3b82f6; color: #fff; font-size: 1rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 16px rgba(59,130,246,0.3);
    opacity: 0; visibility: hidden; transform: translateY(20px);
    transition: all 0.3s ease; z-index: 999;
}
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: #2563eb; transform: translateY(-2px); }

/* ==================== RESPONSIVE - MOBİL ==================== */
@media (max-width: 1024px) {
    .content-grid { grid-template-columns: 1fr; }
    .sidebar { order: 2; }
    .tv-page { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .top-bar .container { justify-content: center; text-align: center; }
    .header-row { flex-direction: column; }
    .logo img { width: 180px; height: 50px; }
    .header-ads { display: none; }
    .mobile-menu-toggle { display: flex; }
    .nav-menu { display: none; }
    .nav-right { margin-left: 0; }
    .nav-container { justify-content: space-between; }
    .btn-canli-tv span { display: none; }
    .manset-slider { height: 320px; }
    .manset-slide .slide-content { padding: 20px; }
    .manset-slide h2 { font-size: 1.15rem; }
    .manset-slide p { display: none; }
    .news-card-big { grid-template-columns: 1fr; }
    .news-card-big .card-img { min-height: 200px; }
    .news-grid { grid-template-columns: 1fr; }
    .authors-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .article-header h1 { font-size: 1.3rem; }
    .video-grid { grid-template-columns: 1fr; }
    .breaking-label { padding: 8px 10px; font-size: 0.75rem; }
}

@media (max-width: 480px) {
    .container { padding: 0 12px; }
    .manset-slider { height: 260px; }
    .news-list-item { flex-direction: column; }
    .news-list-item .list-img { width: 100%; height: 160px; }
    .section-title { font-size: 1rem; }
}

/* ==================== AMP CSS (küçük bir parça) ==================== */
.amp-header { background: #0f172a; color: #fff; padding: 12px 16px; }
.amp-header a { color: #fff; font-weight: 700; font-size: 1.1rem; }
.amp-content { padding: 16px; }
.amp-article { background: #fff; padding: 16px; border-radius: 8px; }
.amp-article h1 { font-size: 1.4rem; font-weight: 700; margin-bottom: 12px; }
.amp-article img { border-radius: 8px; }
.amp-footer { background: #0f172a; color: #94a3b8; padding: 24px 16px; text-align: center; font-size: 0.85rem; margin-top: 20px; }
