/*
Theme Name: Underlife
Theme URI: https://underlife.com
Author: Underlife Foundation
Author URI: https://underlife.com
Description: Ecosistema Digital 360 para la Fundación Underlife. Laboratorio de Innovación Humana con diseño Dark Mode y alto impacto social.
Version: 1.0.0
License: GPL v2 or later
Text Domain: underlife
*/

:root {
    /* Paleta Primaria */
    --primary: #0055FF; /* Azul Eléctrico */
    --primary-rgb: 0, 85, 255;
    --cyan: #00E5FF; /* Cian Profundo / Neón */
    
    /* Paleta Secundaria */
    --secondary: #FF5500; /* Naranja Neón */
    --white: #FFFFFF; /* Blanco Puro */
    
    /* Globales (Dark Mode) */
    --bg-dark: #0a0b10;
    --bg-darker: #050608;
    --text-primary: #f0f0f0;
    --text-muted: rgba(255, 255, 255, 0.6);
    
    /* Glassmorphism Variables */
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-blur: blur(10px);

    /* Transiciones (GSAP complementaries) */
    --transition-fast: 0.2s ease;
    --transition-medium: 0.3s ease;
    --transition-slow: 0.5s ease;
    
    /* Layout */
    --section-padding: 6rem;
    --border-radius: 12px;
}
