/* light.css - Light Theme */
:root {
    --primary-50: #f0f9ff;
    --primary-100: #e0f2fe;
    --primary-200: #bae6fd;
    --primary-300: #7dd3fc;
    --primary-400: #38bdf8;
    --primary-500: #0ea5e9;
    --primary-600: #0284c7;
    --primary-700: #0369a1;
    --primary-800: #075985;
    --primary-900: #0c4a6e;
    
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --text-tertiary: #9ca3af;
    --text-on-primary: #ffffff;
    
    --bg-primary: #ffffff;
    --bg-secondary: #f9fafb;
    --bg-tertiary: #f3f4f6;
    --bg-card: #ffffff;
    --bg-hover: #f3f4f6;
    
    --border-color: #e5e7eb;
    --border-color-light: #f3f4f6;
    
    --success-500: #10b981;
    --success-100: #d1fae5;
    --error-500: #ef4444;
    --error-100: #fee2e2;
    --warning-500: #f59e0b;
    --warning-100: #fef3c7;
    --info-500: #3b82f6;
    --info-100: #dbeafe;
}

.theme-light {
    --primary-50: #f0f9ff;
    --primary-100: #e0f2fe;
    --primary-200: #bae6fd;
    --primary-300: #7dd3fc;
    --primary-400: #38bdf8;
    --primary-500: #0ea5e9;
    --primary-600: #0284c7;
    --primary-700: #0369a1;
    --primary-800: #075985;
    --primary-900: #0c4a6e;
    
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --text-tertiary: #9ca3af;
    --text-on-primary: #ffffff;
    
    --bg-primary: #ffffff;
    --bg-secondary: #f9fafb;
    --bg-tertiary: #f3f4f6;
    --bg-card: #ffffff;
    --bg-hover: #f3f4f6;
    
    --border-color: #e5e7eb;
    --border-color-light: #f3f4f6;
    
    --success-500: #10b981;
    --success-100: #d1fae5;
    --error-500: #ef4444;
    --error-100: #fee2e2;
    --warning-500: #f59e0b;
    --warning-100: #fef3c7;
    --info-500: #3b82f6;
    --info-100: #dbeafe;
}