/* ================================================================
   Haberdijital — Karanlık Mod
   .hd-dark sınıfı body'e eklenerek etkinleştirilir
   ================================================================ */

.hd-dark {
    --hd-bg:           #0d1117;
    --hd-bg-white:     #161b22;
    --hd-text:         #e6edf3;
    --hd-text-light:   #8b949e;
    --hd-text-muted:   #6e7681;
    --hd-border:       #30363d;
    --hd-border-light: #21262d;
    --hd-shadow:       0 2px 8px rgba(0,0,0,.4);
    --hd-shadow-md:    0 4px 16px rgba(0,0,0,.6);
}

/* Genel arka plan */
.hd-dark body { background-color: #0d1117; color: #e6edf3; }

/* Header */
.hd-dark .hd-masthead { background: #161b22; border-bottom-color: #30363d; }
.hd-dark .hd-site-branding a.hd-site-name { color: #e6edf3; }
.hd-dark .hd-site-desc { color: #8b949e; }

/* Kartlar */
.hd-dark .hd-card { background: #161b22; }
.hd-dark .hd-card-title a { color: #e6edf3; }
.hd-dark .hd-card-title a:hover { color: var(--hd-primary); }
.hd-dark .hd-card-meta { color: #8b949e; }
.hd-dark .hd-card-excerpt { color: #8b949e; }

/* Küçük kartlar */
.hd-dark .hd-card-small .hd-card-body { background: transparent; }

/* Widget */
.hd-dark .widget { background: #161b22; }
.hd-dark .widget-title { color: #e6edf3; }
.hd-dark .hd-widget-title { color: #e6edf3; }
.hd-dark .hd-widget-date { color: #6e7681; }

/* Navigasyon dropdown */
.hd-dark .hd-nav-menu .sub-menu { background: #1c2128; border-top-color: var(--hd-primary); }
.hd-dark .hd-nav-menu .sub-menu li a { color: #e6edf3; border-bottom-color: #30363d; }
.hd-dark .hd-nav-menu .sub-menu li a:hover { background: #0d1117; }

/* Arama overlay */
.hd-dark .hd-search-overlay { background: #0d1117; }
.hd-dark .hd-search-form input { background: #1c2128; color: #e6edf3; border: 1px solid #30363d; }

/* Mobile drawer */
.hd-dark .hd-mobile-drawer { background: #0d1117; }

/* Haber detay */
.hd-dark .hd-single-article { background: #161b22; }
.hd-dark .hd-single-title { color: #e6edf3; }
.hd-dark .hd-single-spot { color: #8b949e; border-left-color: #30363d; }
.hd-dark .hd-single-meta { border-color: #30363d; color: #8b949e; }
.hd-dark .hd-meta-author { color: #79c0ff; }

/* İçerik */
.hd-dark .hd-content-body { color: #e6edf3; }
.hd-dark .hd-content-body h2, .hd-dark .hd-content-body h3 { color: #e6edf3; }
.hd-dark .hd-content-body a { color: #79c0ff; }
.hd-dark .hd-content-body blockquote { background: #1c2128; border-left-color: var(--hd-primary); color: #c9d1d9; }
.hd-dark .hd-content-body table th { background: #1c2128; color: #e6edf3; }
.hd-dark .hd-content-body table th, .hd-dark .hd-content-body table td { border-color: #30363d; }
.hd-dark .hd-content-body table tr:nth-child(even) td { background: #1c2128; }

/* Tepki butonları */
.hd-dark .hd-post-reaction { border-top-color: #30363d; }
.hd-dark .hd-reaction-btn { border-color: #30363d; color: #8b949e; background: transparent; }
.hd-dark .hd-reaction-btn:hover { border-color: var(--hd-primary); color: var(--hd-primary); }
.hd-dark .hd-like-btn:hover { background: rgba(230, 57, 70, .1); }

/* Yazar kutusu */
.hd-dark .hd-author-box { background: #1c2128; }
.hd-dark .hd-author-box-name a { color: #e6edf3; }
.hd-dark .hd-author-box-bio { color: #8b949e; }

/* İlgili haberler başlığı */
.hd-dark .hd-section-title { color: #e6edf3; }
.hd-dark .hd-related-posts .hd-section-title { border-bottom-color: var(--hd-primary); }

/* Yorumlar */
.hd-dark .hd-comments-wrap { border-top-color: #30363d; }
.hd-dark .hd-comments-title { color: #e6edf3; }
.hd-dark .hd-comment-item { border-bottom-color: #21262d; }
.hd-dark .hd-comment-author { color: #79c0ff; }
.hd-dark .hd-comment-text { color: #e6edf3; }
.hd-dark .hd-comment-field input,
.hd-dark .hd-comment-field textarea { background: #1c2128; color: #e6edf3; border-color: #30363d; }
.hd-dark .hd-comment-field label { color: #c9d1d9; }

/* Kategori başlığı */
.hd-dark .hd-cat-block-title a { color: #e6edf3; }
.hd-dark .hd-cat-block-more { color: #8b949e; }

/* Sayfalama */
.hd-dark .hd-pagination .page-numbers li a,
.hd-dark .hd-pagination .page-numbers li span {
    background: #161b22;
    border-color: #30363d;
    color: #e6edf3;
}
.hd-dark .hd-pagination .page-numbers li a:hover { border-color: var(--hd-primary); color: var(--hd-primary); }

/* Load more */
.hd-dark .hd-btn-loadmore { background: #1c2128; color: #e6edf3; }
.hd-dark .hd-btn-loadmore:hover { background: var(--hd-primary); }

/* View toolbar */
.hd-dark .hd-view-toolbar { border-bottom-color: #30363d; }
.hd-dark .hd-view-btn { border-color: #30363d; color: #8b949e; }
.hd-dark .hd-view-btn.active { background: rgba(230, 57, 70, .1); }

/* Breadcrumb */
.hd-dark .hd-breadcrumb ol { color: #8b949e; }
.hd-dark .hd-breadcrumb a { color: #8b949e; }
.hd-dark .hd-breadcrumb [aria-current="page"] { color: #e6edf3; }

/* Modül sayfaları */
.hd-dark .hd-page-title { color: #e6edf3; }
.hd-dark .hd-page-subtitle { color: #8b949e; }
.hd-dark .hd-city-dropdown { background: #1c2128; color: #e6edf3; border-color: #30363d; }
.hd-dark .hd-forecast-card { background: #161b22; }
.hd-dark .hd-forecast-day { color: #c9d1d9; }
.hd-dark .hd-temp-min { color: #8b949e; }
.hd-dark .hd-temp-max { color: #e6edf3; }

/* Tablo */
.hd-dark .hd-currency-table th, .hd-dark .hd-prayer-table th { background: #1c2128; color: #e6edf3; }
.hd-dark .hd-currency-table td, .hd-dark .hd-prayer-table td { border-bottom-color: #21262d; color: #e6edf3; }
.hd-dark .hd-currency-table tr:nth-child(even) td,
.hd-dark .hd-prayer-table tr:nth-child(even) td { background: #1c2128; }
.hd-dark .hd-currency-table tr:hover td,
.hd-dark .hd-prayer-table tr:hover td { background: #21262d; }
.hd-dark .hd-today td { background: rgba(230, 57, 70, .1) !important; }

/* Namaz kartları */
.hd-dark .hd-prayer-card { background: #161b22; color: #e6edf3; }

/* Burç */
.hd-dark .hd-horoscope-btn { background: #161b22; }
.hd-dark .hd-horoscope-name { color: #e6edf3; }

/* Author card */
.hd-dark .hd-author-card { background: #161b22; }
.hd-dark .hd-author-card-name { color: #e6edf3; }

/* Köşe yazarları */
.hd-dark .hd-columnist-inner { background: #161b22; }
.hd-dark .hd-columnist-name { color: #e6edf3; }
.hd-dark .hd-columnist-last-post { color: #8b949e; }

/* Mobil bottom nav */
.hd-dark .hd-mobile-bottom-nav { background: #161b22; border-top-color: #30363d; }
.hd-dark .hd-bottom-nav-list a { color: #8b949e; }

/* Dark mode toggle ikonu */
.hd-dark .hd-icon-moon { display: none; }
.hd-dark .hd-icon-sun { display: block; }

/* Scroll to top */
.hd-dark .hd-scroll-top { background: var(--hd-primary); }

/* 404 */
.hd-dark .hd-404-title { color: #e6edf3; }
.hd-dark .hd-404-desc { color: #8b949e; }

/* Arama sonucu */
.hd-dark .hd-no-results { color: #8b949e; }

/* Live search sonuçları */
.hd-dark .hd-live-results { background: #1c2128; border-color: #30363d; }
.hd-dark .hd-live-result-item { border-bottom-color: #21262d; }
.hd-dark .hd-live-result-item:hover { background: #0d1117; }
.hd-dark .hd-live-result-title { color: #e6edf3; }
.hd-dark .hd-live-result-meta { color: #8b949e; }
