/* System Theme (Auto Light/Dark Mode) */
@media (prefers-color-scheme: dark) {
    .theme-system main, .theme-system section.bg-white, .theme-system section { background-color: #0f172a !important; }
    .theme-system .bg-white, .theme-system .faq-item, .theme-system .premium-border, .theme-system .bg-gradient-to-br, .theme-system .dropdown-wrapper { background-color: #1e293b !important; border-color: #334155 !important; background-image: none !important; }
    .theme-system .text-slate-900, .theme-system .text-slate-800, .theme-system .dropdown-wrapper h3, .theme-system .dropdown-wrapper h3 span:not(.text-rr-highlight):not(.text-rr-mark), .theme-system .faq-item h3 { color: #f8fafc !important; }
    .theme-system .text-slate-700, .theme-system .text-slate-600, .theme-system .text-slate-500 { color: #cbd5e1 !important; }
    .theme-system .bg-blue-50, .theme-system .bg-red-50, .theme-system .bg-slate-50, .theme-system .bg-green-50, .theme-system .bg-primary\/5, .theme-system .dropdown-wrapper .bg-blue-50, .theme-system .dropdown-wrapper .bg-slate-50, .theme-system .faq-item .bg-blue-50, .theme-system .faq-item .bg-slate-50 { background-color: #0f172a !important; border-color: #334155 !important; color: #cbd5e1 !important; }
    .theme-system .dropdown-wrapper button, .theme-system .faq-item button { border-color: #334155 !important; }
    .theme-system .text-primary { color: #60a5fa !important; }
    .theme-system .border-blue-100, .theme-system .border-slate-200, .theme-system .border-red-100, .theme-system .border-b, .theme-system .border-t, .theme-system .border-slate-50 { border-color: #334155 !important; }
    .theme-system .skeleton-loader-bg { background: #334155; background-image: linear-gradient(90deg, #334155 0px, #475569 40px, #334155 80px); }
}