        :root {
            --primary-color: #ff6b35;
            --primary-dark: #e05e2f;
            --primary-light: #ff8153;
            --primary-ultralight: #fff6f3;
            --primary-rgb: 255, 107, 53;
            --secondary-color: #ffffff;
            --text-dark: #1a1a1a;
            --text-medium: #4a4a4a;
            --text-light: #6b7280;
            --text-muted: #9ca3af;
            --border-color: #e5e7eb;
            --bg-light: #fafafa;
            --bg-card: #ffffff;
            --bg-sidebar: linear-gradient(145deg, #ff6b35, #e05e2f);
            --success-color: #10b981;
            --success-light: #ecfdf5;
            --warning-color: #f59e0b;
            --warning-light: #fffbeb;
            --danger-color: #ef4444;
            --danger-light: #fef2f2;
            --info-color: #3b82f6;
            --info-light: #eff6ff;
            --dark-color: #374151;
            --dark-light: #f3f4f6;
            --shadow: 0 4px 20px rgba(255, 107, 53, 0.08);
            --shadow-hover: 0 8px 30px rgba(255, 107, 53, 0.12);
            --focus-ring: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
            --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.1);
            --border-radius: 12px;
            --border-radius-sm: 8px;
            --transition: background-color 0.2s ease;
        }
