/**
 * FixMode Pro — Dark Mode (manual toggle only)
 */

[data-theme="dark"] {
	--fm-bg: #0f172a;
	--fm-surface: #1e293b;
	--fm-surface-low: #1e293b;
	--fm-surface-high: #334155;
	--fm-surface-container: #293040;
	--fm-on-surface: #f1f5f9;
	--fm-on-surface-variant: #94a3b8;
	--fm-outline-variant: #475569;
	--fm-on-primary-container: #ffffff;
}

[data-theme="dark"] .fixmode-header { background: rgba(30, 41, 59, .95); }
[data-theme="dark"] .fixmode-brand__text { color: #93c5fd; }
[data-theme="dark"] .fixmode-apply-bar { background: rgba(30, 41, 59, .92); }
[data-theme="dark"] .fixmode-filter-bar { background: rgba(15, 23, 42, .95); }
[data-theme="dark"] .fixmode-bottom-nav { background: rgba(30, 41, 59, .96); }
[data-theme="dark"] .fixmode-footer { background: #1e293b; }
