/* ============================================================
   West Bengal Report — Dark Mode Overrides
   Selector: [data-theme='dark']
   ============================================================ */

[data-theme='dark'] {
  --dark:         #f0f0f0;
  --dark-2:       #e5e7eb;
  --secondary:    #d1d5db;
  --gray:         #9ca3af;
  --gray-lighter: #374151;
  --white:        #0f0f0f;
  --off-white:    #111827;
}

[data-theme='dark'] body {
  background-color: #111827;
  color: #e5e7eb;
}

/* ---- Header ---- */
[data-theme='dark'] #site-header {
  background: #1f2937;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

[data-theme='dark'] #site-header.scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

[data-theme='dark'] .main-nav {
  background: #111827;
}

[data-theme='dark'] .site-logo { color: #f9fafb; }

/* ---- Breaking News ---- */
[data-theme='dark'] .breaking-ticker {
  background: #7f1d1d;
}

[data-theme='dark'] .breaking-label {
  background: #000;
}

/* ---- Cards ---- */
[data-theme='dark'] .news-card {
  background: #1f2937;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

[data-theme='dark'] .news-card-title { color: #f0f0f0; }
[data-theme='dark'] .news-card-excerpt { color: #9ca3af; }
[data-theme='dark'] .news-card-meta   { color: #6b7280; }

[data-theme='dark'] .news-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.6);
}

/* ---- Section Headers ---- */
[data-theme='dark'] .section-title { color: #f0f0f0; }

[data-theme='dark'] .section-header {
  border-bottom-color: #dc2626;
}

/* ---- Sidebar ---- */
[data-theme='dark'] .sidebar-widget {
  background: #1f2937;
  border: 1px solid rgba(255,255,255,0.05);
}

[data-theme='dark'] .sidebar-title { color: #f0f0f0; }

[data-theme='dark'] .trending-item {
  border-bottom-color: #374151;
}

[data-theme='dark'] .trending-text { color: #e5e7eb; }

/* ---- Article ---- */
[data-theme='dark'] .article-title { color: #f0f0f0; }
[data-theme='dark'] .article-body  { color: #d1d5db; }
[data-theme='dark'] .article-meta  { color: #6b7280; border-bottom-color: #374151; }

[data-theme='dark'] .article-body blockquote {
  background: rgba(220,38,38,0.1);
  color: #d1d5db;
}

[data-theme='dark'] .article-body h2,
[data-theme='dark'] .article-body h3 { color: #f0f0f0; }

/* ---- Buttons ---- */
[data-theme='dark'] .btn-reaction {
  background: #1f2937;
  border-color: #374151;
  color: #9ca3af;
}

[data-theme='dark'] .btn-reaction.liked {
  background: rgba(220,38,38,0.15);
}

[data-theme='dark'] .btn-reaction.disliked {
  background: rgba(240,240,240,0.05);
  border-color: #9ca3af;
  color: #e5e7eb;
}

[data-theme='dark'] .btn-bookmark {
  background: #1f2937;
  border-color: #374151;
  color: #9ca3af;
}

[data-theme='dark'] .btn-bookmark.bookmarked {
  background: rgba(217,119,6,0.12);
}

[data-theme='dark'] .btn-share-copy {
  background: #374151;
  color: #e5e7eb;
}

/* ---- Footer ---- */
[data-theme='dark'] .site-footer {
  background: #0a0a0a;
}

[data-theme='dark'] .footer-bottom {
  background: rgba(0,0,0,0.5);
}

/* ---- Forms ---- */
[data-theme='dark'] .form-control,
[data-theme='dark'] .form-select {
  background: #1f2937;
  border-color: #374151;
  color: #e5e7eb;
}

[data-theme='dark'] .form-control:focus,
[data-theme='dark'] .form-select:focus {
  background: #1f2937;
  border-color: #dc2626;
  color: #e5e7eb;
}

[data-theme='dark'] .form-control::placeholder { color: #6b7280; }

/* ---- Gallery ---- */
[data-theme='dark'] .gallery-item {
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* ---- Video Box ---- */
[data-theme='dark'] .video-box-card {
  background: #1f2937;
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

[data-theme='dark'] .video-box-title {
  color: #f0f0f0;
}

[data-theme='dark'] .video-box-meta {
  color: #9ca3af;
}

[data-theme='dark'] .video-box-card:hover {
  box-shadow: 0 12px 24px rgba(220, 38, 38, 0.25), 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* ---- Schedule Table ---- */
[data-theme='dark'] .schedule-table {
  background: #1f2937;
  border: 1px solid rgba(255,255,255,0.06);
}

[data-theme='dark'] .schedule-table td {
  color: #e5e7eb;
  border-bottom-color: #374151;
}

[data-theme='dark'] .schedule-table tr:hover td {
  background: rgba(220,38,38,0.05);
}

/* ---- Filter Bar & Search ---- */
[data-theme='dark'] .filter-bar {
  background: #1f2937;
  border: 1px solid rgba(255,255,255,0.06);
}

[data-theme='dark'] .filter-bar label { color: #9ca3af; }

[data-theme='dark'] .filter-bar select {
  background: #111827;
  border-color: #374151;
  color: #e5e7eb;
}

[data-theme='dark'] .search-hero { background: #0a0a0a; }

[data-theme='dark'] .search-big-input {
  background: #1f2937;
  border-color: #dc2626;
  color: #e5e7eb;
}

[data-theme='dark'] .search-result-count { color: #e5e7eb; }

/* ---- District Header ---- */
[data-theme='dark'] .district-header {
  background: linear-gradient(135deg, #7f1d1d 0%, #991b1b 100%);
}

/* ---- Tabs ---- */
[data-theme='dark'] .district-tabs {
  border-bottom-color: #374151;
}

[data-theme='dark'] .district-tab {
  color: #9ca3af;
}

[data-theme='dark'] .district-tab:hover,
[data-theme='dark'] .district-tab.active {
  color: #dc2626;
}

/* ---- Reporter Card ---- */
[data-theme='dark'] .reporter-card {
  background: #1f2937;
  border: 1px solid rgba(255,255,255,0.06);
}

[data-theme='dark'] .reporter-name { color: #f0f0f0; }
[data-theme='dark'] .reporter-title { color: #9ca3af; }

/* ---- Comment ---- */
[data-theme='dark'] .comment-item {
  border-bottom-color: #374151;
}

[data-theme='dark'] .comment-author { color: #f0f0f0; }
[data-theme='dark'] .comment-text   { color: #d1d5db; }
[data-theme='dark'] .comment-time   { color: #6b7280; }

/* ---- Toast ---- */
[data-theme='dark'] .toast-notification {
  background: #1f2937;
  border: 1px solid rgba(255,255,255,0.1);
}

/* ---- Divider ---- */
[data-theme='dark'] .divider { background: #374151; }

/* ---- Skeleton ---- */
[data-theme='dark'] .skeleton {
  background: linear-gradient(90deg, #1f2937 25%, #2d3748 50%, #1f2937 75%);
  background-size: 200% 100%;
}

[data-theme='dark'] .skeleton-card { background: #1f2937; }

/* ---- Custom Scrollbar ---- */
[data-theme='dark'] ::-webkit-scrollbar-track { background: #1f2937; }
[data-theme='dark'] ::-webkit-scrollbar-thumb { background: #dc2626; }

/* ---- Bootstrap Overrides ---- */
[data-theme='dark'] .card {
  background: #1f2937;
  border-color: rgba(255,255,255,0.08);
  color: #e5e7eb;
}

[data-theme='dark'] .modal-content {
  background: #1f2937;
  border-color: rgba(255,255,255,0.08);
  color: #e5e7eb;
}

[data-theme='dark'] .modal-header {
  border-bottom-color: #374151;
}

[data-theme='dark'] .modal-footer {
  border-top-color: #374151;
}

[data-theme='dark'] .nav-tabs {
  border-bottom-color: #374151;
}

[data-theme='dark'] .nav-tabs .nav-link {
  color: #9ca3af;
}

[data-theme='dark'] .nav-tabs .nav-link.active {
  background: #1f2937;
  border-color: #374151 #374151 #1f2937;
  color: #dc2626;
}

[data-theme='dark'] .table {
  color: #e5e7eb;
  border-color: #374151;
}

[data-theme='dark'] .table-striped > tbody > tr:nth-of-type(odd) > * {
  background: rgba(255,255,255,0.03);
}

[data-theme='dark'] .badge.bg-light { background: #374151 !important; color: #e5e7eb !important; }
[data-theme='dark'] .text-dark { color: #e5e7eb !important; }
[data-theme='dark'] .bg-white  { background: #1f2937 !important; }
[data-theme='dark'] .bg-light  { background: #111827 !important; }

[data-theme='dark'] .dropdown-menu {
  background: #1f2937;
  border-color: rgba(255,255,255,0.1);
}

[data-theme='dark'] .dropdown-item {
  color: #e5e7eb;
}

[data-theme='dark'] .dropdown-item:hover {
  background: #dc2626;
  color: #fff;
}

/* ---- Dark mode toggle icon change ---- */
[data-theme='dark'] .dark-mode-btn .icon-sun  { display: block; }
[data-theme='dark'] .dark-mode-btn .icon-moon { display: none; }

.dark-mode-btn .icon-sun  { display: none; }
.dark-mode-btn .icon-moon { display: block; }
