/* ===================================================
   CONFIGURACIÓN DE MARCA BLANCA (CLIENTE)
   Cambia estos valores para cada nueva venta
   =================================================== */
:root {
    /* Identidad del Cliente */
    --client-primary: #00ff88; /* Verde Neón por defecto */
    --client-secondary: #00d4ff; /* Azul Neón por defecto */
    --client-tertiary: #ffd700; /* Dorado */
    
    /* Colores del Sistema (No suele ser necesario tocarlos) */
    --bg-deep: #05070a;
    --text-light: #ffffff;
    --text-dim: #888888;
    --glass-bg: rgba(10, 15, 20, 0.6);
    --glass-border: rgba(255, 255, 255, 0.2);
}