/**
 * prestige.css - Paletas de Colores para Tema Prestige (Lujo)
 * Fecha: 2026-02-10
 */

/* ==========================================================================
   PALETAS THEME PRESTIGE
   Selector base: body.theme-prestige.palette-[color]
   ========================================================================== */

/* 1. ROYAL GOLD (Black & Gold) - Por defecto */
body.theme-prestige.palette-royal-gold,
body.theme-prestige.palette-prestige-royal,
body.theme-prestige {
    --bg-body: #050505;
    --primary-color: #D4AF37;
    /* Gold Metallic */
    --primary-hover: #FFF8DC;
    --accent-color: #ffffff;
    --text-color: #f0f0f0;
    --text-muted: #888888;
    --text-inverse: #000000;

    /* UI Glass Luxe */
    --card-bg: rgba(20, 20, 20, 0.95);
    --card-border: 1px solid rgba(212, 175, 55, 0.4);
    --nav-bg: rgba(0, 0, 0, 0.98);
    --nav-text: #D4AF37;
    --sticky-nav-bg: #000000;
    --sticky-nav-text: #D4AF37;

    /* Buttons */
    --btn-glass-bg: #D4AF37;
    --btn-glass-text: #000000;
}

/* 2. MARBLE WHITE (Blanco Elegante) */
body.theme-prestige.palette-marble-white,
body.theme-prestige.palette-prestige-marble {
    --bg-body: #f8f9fa;
    --primary-color: #C5A059;
    /* Muted Gold */
    --primary-hover: #D4AF37;
    --accent-color: #000000;
    --text-color: #1a1a1a;
    --text-muted: #666666;
    --text-inverse: #ffffff;

    /* UI Glass Light Luxe */
    --card-bg: #ffffff;
    --card-border: 1px solid rgba(197, 160, 89, 0.3);
    --nav-bg: #ffffff;
    --nav-text: #1a1a1a;
    --sticky-nav-bg: #ffffff;
    --sticky-nav-text: #C5A059;

    /* Buttons */
    --btn-glass-bg: #1a1a1a;
    --btn-glass-text: #ffffff;
}

/* 3. MIDNIGHT LUX (Azul Medianoche y Oro) */
body.theme-prestige.palette-midnight-lux,
body.theme-prestige.palette-prestige-midnight {
    --bg-body: #0a0e14;
    --primary-color: #D4AF37;
    --primary-hover: #FFF8DC;
    --accent-color: #5c6bc0;
    --text-color: #e3e8ef;
    --text-muted: #94a3b8;
    --text-inverse: #000000;

    /* UI Glass Midnight Luxe */
    --card-bg: rgba(15, 23, 42, 0.9);
    --card-border: 1px solid rgba(212, 175, 55, 0.2);
    --nav-bg: #0a0e14;
    --nav-text: #D4AF37;
    --sticky-nav-bg: #030712;
    --sticky-nav-text: #ffffff;

    /* Buttons */
    --btn-glass-bg: #D4AF37;
    --btn-glass-text: #000000;
}
