/**
 * Haberhas'tan taşınan özelliklerin stilleri — sesli okuma, sıradaki haber,
 * en çok aranan, görev paneli, haber gönder, canlı yayın, mobil alt nav,
 * bildirim bandı, popup reklam, ilçe çipleri, gömme, yarım bloklar, yazdırma.
 */

/* ---- Yarım genişlik ana sayfa blokları ---- */
.anasayfa__ust,
.anasayfa__alt,
.anasayfa__sol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    align-items: start;
}
.anasayfa__ust > *,
.anasayfa__alt > *,
.anasayfa__sol > * { grid-column: 1 / -1; }
.home-section--yarim { grid-column: auto / span 1 !important; }
@media (max-width: 768px) { .home-section--yarim { grid-column: 1 / -1 !important; } }

/* ---- Sesli okuma düğmesi ---- */
.sesli-btn {
    background: none;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    width: 36px; height: 36px;
    color: #666;
    cursor: pointer;
    transition: all .15s;
}
.sesli-btn:hover { border-color: var(--primary-color, #d32f2f); color: var(--primary-color, #d32f2f); }
.sesli-btn.is-aktif { background: var(--primary-color, #d32f2f); border-color: var(--primary-color, #d32f2f); color: #fff; }

/* ---- Sıradaki haber ---- */
.siradaki-haber {
    display: block;
    margin: 24px 0;
    padding: 16px;
    background: #f7f8fa;
    border: 1px solid #eaecef;
    border-left: 4px solid var(--primary-color, #d32f2f);
    border-radius: 10px;
    text-decoration: none;
    transition: box-shadow .15s;
}
.siradaki-haber:hover { box-shadow: 0 4px 14px rgba(0,0,0,.08); }
.siradaki-haber__etiket {
    display: block;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .5px;
    color: var(--primary-color, #d32f2f);
    margin-bottom: 8px;
}
.siradaki-haber__ic { display: flex; align-items: center; gap: 14px; }
.siradaki-haber__ic img { width: 90px; height: 60px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.siradaki-haber__baslik { font-size: 15.5px; font-weight: 700; color: #111; line-height: 1.4; }

/* ---- En çok aranan ---- */
.wpd-cok-aranan__baslik { font-size: 15px; font-weight: 700; margin: 0 0 12px; color: #111; }
.wpd-cok-aranan__baslik i { color: var(--primary-color, #d32f2f); margin-right: 6px; }
.wpd-cok-aranan__liste { display: flex; flex-wrap: wrap; gap: 8px; }
.wpd-cok-aranan__chip {
    padding: 6px 13px;
    background: #f2f3f5;
    border-radius: 16px;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    transition: all .12s;
}
.wpd-cok-aranan__chip:hover { background: var(--primary-color, #d32f2f); color: #fff; }

/* ---- Görev paneli (hesabım) ---- */
.gorev-paneli {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    padding: 16px;
    margin: 14px 0;
}
.gorev-paneli__seviye {
    display: flex; align-items: center; gap: 12px;
    padding: 12px; border: 2px solid; border-radius: 10px; margin-bottom: 14px;
}
.gorev-paneli__rozet { font-size: 30px; }
.gorev-paneli__seviye strong { display: block; font-size: 16px; color: #111; }
.gorev-paneli__puan { font-size: 13px; color: #666; margin-right: 8px; }
.gorev-paneli__seviye small { display: block; color: #999; font-size: 11.5px; }
.gorev-paneli__baslik { font-size: 14px; margin: 0 0 10px; color: #111; }
.gorev-paneli__liste { list-style: none; margin: 0; padding: 0; }
.gorev-paneli__liste li { display: grid; grid-template-columns: 1fr 70px 38px; align-items: center; gap: 8px; padding: 7px 0; font-size: 13px; }
.gorev-paneli__liste li.is-tamam { opacity: .65; }
.gorev-paneli__ad em { color: #16a34a; font-style: normal; font-size: 11.5px; }
.gorev-paneli__cubuk { height: 6px; background: #eee; border-radius: 3px; overflow: hidden; }
.gorev-paneli__cubuk span { display: block; height: 100%; background: var(--primary-color, #d32f2f); border-radius: 3px; }
.gorev-paneli__oran { text-align: right; color: #888; font-variant-numeric: tabular-nums; font-size: 12px; }

/* ---- Yorumcu seviye rozeti ---- */
.uye-rozet { font-size: 11.5px; font-weight: 700; margin-left: 6px; }

/* ---- Haber gönder ---- */
.hg-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; align-items: start; }
@media (max-width: 900px) { .hg-grid { grid-template-columns: 1fr; } }
.hg-mesaj { padding: 12px 16px; border-radius: 8px; margin-bottom: 16px; font-size: 14px; }
.hg-mesaj--basari { background: #ecfdf5; color: #15803d; border: 1px solid #bbf7d0; }
.hg-mesaj--hata   { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.hg-gecmis__baslik { font-size: 16px; margin: 0 0 14px; }
.hg-gecmis__bos { color: #888; font-size: 14px; }
.hg-gecmis__liste { list-style: none; margin: 0; padding: 0; }
.hg-gecmis__liste li { padding: 10px 0; border-bottom: 1px solid #f0f0f0; font-size: 13.5px; }
.hg-gecmis__liste a { color: #111; text-decoration: none; font-weight: 600; }
.hg-gecmis__liste small { display: block; color: #999; margin-top: 2px; }
.hg-gecmis__not { margin: 6px 0 0; padding: 8px 10px; background: #fffbeb; border-radius: 6px; font-size: 12.5px; color: #92400e; }
.hg-durum { display: inline-block; font-size: 10.5px; font-weight: 800; padding: 2px 9px; border-radius: 10px; margin-right: 6px; }
.hg-durum--yayinda  { background: #ecfdf5; color: #15803d; }
.hg-durum--bekliyor { background: #fffbeb; color: #b45309; }
.hg-durum--red      { background: #fef2f2; color: #b91c1c; }
.hg-durum--taslak   { background: #f2f3f5; color: #666; }

/* ---- Canlı yayın ---- */
.hdr-canli {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 15px;
    background: #111;
    color: #fff;
    border-radius: 22px;
    font-size: 13px; font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}
.hdr-canli:hover { color: #fff; filter: brightness(1.2); }
.hdr-canli__nokta {
    width: 9px; height: 9px; border-radius: 50%;
    background: #ef4444;
    animation: canliNabiz 1.2s ease infinite;
}
@keyframes canliNabiz { 0%,100% { opacity: 1; transform: scale(1);} 50% { opacity: .5; transform: scale(.75);} }
@media (max-width: 640px) { .hdr-canli { display: none; } }

.canli-modal {
    position: fixed; inset: 0; z-index: 10000;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,.85);
    backdrop-filter: blur(3px);
}
.canli-modal[hidden] { display: none; }
.canli-modal__kutu { width: min(920px, 94vw); }
.canli-modal__ust { display: flex; align-items: center; justify-content: space-between; color: #fff; margin-bottom: 10px; }
.canli-modal__etiket { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; letter-spacing: .5px; }
.canli-modal__kapat { background: none; border: 0; color: #fff; font-size: 30px; cursor: pointer; line-height: 1; }
.canli-modal__video { aspect-ratio: 16 / 9; background: #000; border-radius: 10px; overflow: hidden; }
.canli-modal__video iframe { width: 100%; height: 100%; border: 0; }

/* ---- Mobil alt navigasyon ---- */
.mobil-alt-nav {
    display: none;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 1001;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -2px 10px rgba(0,0,0,.06);
    padding-bottom: env(safe-area-inset-bottom);
}
.mobil-alt-nav a {
    flex: 1;
    display: flex; flex-direction: column; align-items: center; gap: 3px;
    padding: 8px 4px 9px;
    color: #6b7280;
    text-decoration: none;
    font-size: 10.5px;
}
.mobil-alt-nav a i { font-size: 17px; }
.mobil-alt-nav a:active, .mobil-alt-nav a:hover { color: var(--primary-color, #d32f2f); }
@media (max-width: 768px) {
    .mobil-alt-nav { display: flex; }
    body { padding-bottom: 58px; }
    /* Mobil reklam barıyla çakışmasın */
    .wpd-mobil-reklam { bottom: 58px; }
}

/* ---- Bildirim izin bandı ---- */
.wpd-bildirim-band {
    position: fixed;
    left: 12px; right: 12px; bottom: 70px;
    z-index: 1002;
    display: flex; align-items: center; gap: 12px;
    background: #16181d;
    color: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
    font-size: 13.5px;
}
.wpd-bildirim-band__metin { flex: 1; }
.wpd-bildirim-band__izin {
    background: var(--primary-color, #d32f2f);
    color: #fff; border: 0; border-radius: 18px;
    padding: 8px 16px; font-weight: 700; cursor: pointer; white-space: nowrap;
}
.wpd-bildirim-band__kapat { background: none; border: 0; color: #9ca3af; font-size: 20px; cursor: pointer; }
@media (min-width: 769px) { .wpd-bildirim-band { left: auto; right: 24px; max-width: 380px; bottom: 24px; } }

/* ---- Popup reklam ---- */
.wpd-popup-reklam {
    position: fixed; inset: 0; z-index: 9998;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,.6);
}
.wpd-popup-reklam[hidden] { display: none; }
.wpd-popup-reklam__kutu { position: relative; max-width: min(640px, 92vw); }
.wpd-popup-reklam__kutu .ad-area { margin: 0; }
.wpd-popup-reklam__kapat {
    position: absolute; top: -34px; right: 0;
    width: 30px; height: 30px;
    background: #fff; border: 0; border-radius: 50%;
    font-size: 18px; cursor: pointer;
}

/* ---- Özel haber rozeti ---- */
.ozel-haber-rozet {
    display: inline-block;
    background: linear-gradient(135deg, #b45309, #f59e0b);
    color: #fff;
    font-size: 12px; font-weight: 800; letter-spacing: .5px;
    padding: 5px 13px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* ---- İlçe çipleri ---- */
.ilce-cipler { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 22px; }
.ilce-cip {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 6px 13px;
    border: 1px solid #e0e0e0; border-radius: 18px;
    font-size: 13px; color: #444; text-decoration: none;
    transition: all .12s;
}
.ilce-cip span { font-size: 11px; color: #999; }
.ilce-cip:hover { border-color: var(--primary-color, #d32f2f); color: var(--primary-color, #d32f2f); }
.ilce-cip.is-aktif { background: var(--primary-color, #d32f2f); border-color: var(--primary-color, #d32f2f); color: #fff; }
.ilce-cip.is-aktif span { color: rgba(255,255,255,.8); }

/* ---- Sosyal gömme ---- */
.wpd-gomulu { margin: 20px auto; max-width: 550px; }
.wpd-gomulu__video { aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden; }
.wpd-gomulu__video iframe { width: 100%; height: 100%; border: 0; }

/* ---- Yazdır / PDF: temiz çıktı ---- */
@media print {
    .hdr, .hdr-breaking, .currency-ticker-bar, .site-footer, .mobil-alt-nav,
    .single-sidebar, .comments-section, .wpd-tepkiler, .article-bottom-share,
    .related-bottom, .siradaki-haber, .ad-area, .wpd-mobil-reklam,
    .wpd-yuzen-reklam, .wpd-popup-reklam, .wpd-bildirim-band, .canli-modal,
    .article-actions, .breadcrumb, #wpadminbar, .sesli-btn, .print-btn,
    .font-size-toggle { display: none !important; }

    .single-layout { display: block !important; }
    .article-content { font-size: 12pt; line-height: 1.7; }
    .article-title { font-size: 20pt; }
    a { color: #000 !important; text-decoration: none !important; }
    body { background: #fff !important; }
}
