/* Fixd.fun Dark Mode */
[data-theme="dark"] body{background:#0f172a!important;color:#e2e8f0!important}
[data-theme="dark"] .navbar{background:#111827!important;border-color:#1f2937!important}
[data-theme="dark"] .navbar-brand{color:#f1f5f9!important}
[data-theme="dark"] .dashboard-sidebar{background:#111827!important;border-color:#1f2937!important}
[data-theme="dark"] .dashboard-sidebar h4{color:#6b7280!important}
[data-theme="dark"] .dashboard-sidebar a{color:#d1d5db!important}
[data-theme="dark"] .dashboard-sidebar a:hover{color:#60a5fa!important;background:rgba(37,99,235,.08)!important}
[data-theme="dark"] .main-content{background:#0f172a!important}
[data-theme="dark"] .main-content h1,.main-content h2{color:#f1f5f9!important}
[data-theme="dark"] .page-header h1{color:#f1f5f9!important}
[data-theme="dark"] .stat-card{background:#1e293b!important;border-color:#334155!important}
[data-theme="dark"] .stat-card h2{color:#f1f5f9!important}
[data-theme="dark"] .stat-card p{color:#94a3b8!important}
[data-theme="dark"] .recent-docs,.recent-documents{background:#1e293b!important;border-color:#334155!important}
[data-theme="dark"] .recent-docs h2,.recent-documents h2{color:#f1f5f9!important}
[data-theme="dark"] .btn-outline{border-color:#475569!important;color:#d1d5db!important}
[data-theme="dark"] .btn-outline:hover{background:#1e293b!important}
[data-theme="dark"] .btn-secondary{background:#1e293b!important;color:#d1d5db!important;border-color:#334155!important}
[data-theme="dark"] footer{background:#111827!important;color:#9ca3af!important;border-color:#1f2937!important}
[data-theme="dark"] .sidebar-toggle{background:#1e293b!important;border-color:#334155!important;color:#9ca3af!important}
[data-theme="dark"] .sidebar-plan-badge{background:#1e293b!important;border-color:#334155!important}
[data-theme="dark"] .card,.panel,.doc-card{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}
[data-theme="dark"] input,select,textarea{background:#1e293b!important;color:#e2e8f0!important;border-color:#334155!important}
[data-theme="dark"] .alert{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}
[data-theme="dark"] table th{background:#1e293b!important;color:#e2e8f0!important;border-color:#334155!important}
[data-theme="dark"] table td{border-color:#334155!important;color:#e2e8f0!important}
[data-theme="dark"] .empty-state,.no-documents{color:#94a3b8!important}
[data-theme="dark"] hr{border-color:#334155!important}
[data-theme="dark"] .footer-content{color:#9ca3af!important}
[data-theme="dark"] .footer-links a{color:#9ca3af!important}
[data-theme="dark"] ::placeholder{color:#6b7280!important}
/* Theme toggle button */
.theme-toggle-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--gray-300);background:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gray-600);transition:all .2s;font-size:.9rem}
.theme-toggle-btn:hover{background:var(--gray-100);color:var(--primary)}
[data-theme="dark"] .theme-toggle-btn{background:#374151!important;border-color:#4b5563!important;color:#fbbf24!important}
