/* Final dark-mode overrides for Board Game News (loaded after news-feed.css) */

.page.theme-dark .news-page,
.news-page.news-page-dark {
    background: transparent !important;
}

.page.theme-dark .news-page .news-title,
.news-page.news-page-dark .news-title {
    color: #f8fafc !important;
}

.page.theme-dark .news-page .news-header,
.page.theme-dark .news-page .news-filters-panel,
.page.theme-dark .news-page .news-filters,
.page.theme-dark .news-page .news-sources-strip,
.page.theme-dark .news-page .news-settings-panel,
.news-page.news-page-dark .news-header,
.news-page.news-page-dark .news-filters-panel,
.news-page.news-page-dark .news-filters,
.news-page.news-page-dark .news-sources-strip,
.news-page.news-page-dark .news-settings-panel,
.news-theme-dark-surface {
    background: linear-gradient(150deg, rgba(13, 25, 48, 0.94), rgba(26, 38, 62, 0.88)) !important;
    border-color: rgba(148, 163, 184, 0.3) !important;
}

.page.theme-dark .news-page .news-settings-btn,
.page.theme-dark .news-page .news-lang-group,
.page.theme-dark .news-page .news-type-group,
.page.theme-dark .news-page .news-lang-btn,
.page.theme-dark .news-page .news-type-btn,
.page.theme-dark .news-page .news-source-chip,
.page.theme-dark .news-page .news-mobile-filters-toggle,
.page.theme-dark .news-page .news-card-type,
.page.theme-dark .news-page .news-keyword,
.page.theme-dark .news-page .news-source-chip-type,
.news-page.news-page-dark .news-settings-btn,
.news-page.news-page-dark .news-lang-group,
.news-page.news-page-dark .news-type-group,
.news-page.news-page-dark .news-lang-btn,
.news-page.news-page-dark .news-type-btn,
.news-page.news-page-dark .news-source-chip,
.news-page.news-page-dark .news-mobile-filters-toggle,
.news-page.news-page-dark .news-card-type,
.news-page.news-page-dark .news-keyword,
.news-page.news-page-dark .news-source-chip-type {
    background: rgba(15, 23, 42, 0.82) !important;
    border-color: rgba(148, 163, 184, 0.38) !important;
    color: #cbd5e1 !important;
}

.page.theme-dark .news-page .news-lang-btn.active,
.page.theme-dark .news-page .news-type-btn.active,
.page.theme-dark .news-page .news-source-chip.active,
.news-page.news-page-dark .news-lang-btn.active,
.news-page.news-page-dark .news-type-btn.active,
.news-page.news-page-dark .news-source-chip.active {
    background: rgba(194, 65, 12, 0.36) !important;
    border-color: rgba(251, 146, 60, 0.58) !important;
    color: #fff7ed !important;
}

.page.theme-dark .news-page .news-search-input,
.news-page.news-page-dark .news-search-input {
    background: rgba(15, 23, 42, 0.95) !important;
    border-color: rgba(148, 163, 184, 0.45) !important;
    color: #e2e8f0 !important;
}

.page.theme-dark .news-page .news-search-input::placeholder,
.news-page.news-page-dark .news-search-input::placeholder {
    color: #94a3b8 !important;
    opacity: 1;
}

.page.theme-dark .news-page .premium-crown-badge,
.news-page.news-page-dark .premium-crown-badge {
    background: rgba(15, 23, 42, 0.95) !important;
    border: 1px solid rgba(148, 163, 184, 0.45) !important;
    box-shadow: none !important;
}

.page.theme-dark .news-page .news-card.news-card-new,
.news-page.news-page-dark .news-card.news-card-new,
.news-card-theme-dark.news-card-new {
    border-color: rgba(196, 181, 253, 0.78) !important;
    box-shadow: 0 0 0 2px rgba(251, 191, 128, 0.38), 0 12px 28px rgba(194, 65, 12, 0.28) !important;
    background: linear-gradient(152deg, rgba(24, 31, 58, 0.98), rgba(40, 35, 82, 0.92)) !important;
}

.page.theme-dark .news-page .news-card-new-badge,
.news-page.news-page-dark .news-card-new-badge,
.news-card-theme-dark .news-card-new-badge {
    color: #fffbf2 !important;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.92), rgba(194, 65, 12, 0.88)) !important;
    border-color: rgba(196, 181, 253, 0.92) !important;
    box-shadow: 0 0 0 1px rgba(237, 233, 254, 0.4), 0 6px 14px rgba(224, 122, 95, 0.42) !important;
}
