﻿/* Estilos generales */
:root {
    --primary-color: #FF6B6B;
    --secondary-color: #4ECDC4;
    --accent-color: #667eea;
    --text-color: #333;
    --light-bg: #f8f9fa;
    --card-bg: white;
    --border-radius-lg: 20px;
    --border-radius-md: 15px;
    --shadow-light: 0 10px 40px rgba(0,0,0,0.1);
}