:root {
	--primary-bg: #0a0e14;
	--secondary-bg: #141b24;
	--tertiary-bg: #1c2532;
	--accent-blue: #3b82f6;
	--accent-blue-hover: #2563eb;
	--accent-blue-dark: #1e40af;
	--text-primary: #e5e7eb;
	--text-secondary: #9ca3af;
	--text-dim: #6b7280;
	--border-color: #2d3748;
	--success-color: #10b981;
	--error-color: #ef4444;
	--warning-color: #f59e0b;
	--epg-current: rgba(59, 130, 246, 0.15);
}