/* ============================================
   theme-dark.css - Tema oscuro
   ============================================ */
:root {
    /* Colores oscuros del sitio */
    --bg-body: #121212;
    --bg-content: #1a1a1a;
    --bg-card: #2a2a2a;
    --bg-footer: #0d0d0d;
    --bg-hero: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,68,135,1) 15%, rgba(0,68,135,1) 100%);
    --bg-overlay: rgba(0, 0, 0, 0.5);
    
    --text-color: #e0e0e0;
    --text-muted: #888888;
    --text-light: #ffffff;
    --heading-color: #ffffff;
    
    --border-color: #333333;
    --border-light: #444444;
    
    --link-color: #fff;
    --link-hover: #cfe6fe;
    --link-active: #c8fff5;
    
    --shadow-color: rgba(255, 255, 255, 0.8);
    --shadow-light: rgba(200, 200, 200, 0.4);
    
    --accent-primary: #4fc3f7;
    --accent-secondary: #7c4dff;
    --accent-success: #66bb6a;
    --accent-warning: #ffa726;
    --accent-danger: #ef5350;
    --accent-tert: #5f4f40;

    /* ===== LIBRO - TEMA OSCURO ===== */
    --book-bg: #1a1a2e;
    --book-bg-odd: #16213e;
    --book-bg-even: #1a1a2e;
    --book-text: #ffffff;
    --book-shadow: rgba(255, 255, 255, 0.8);
    --book-cover-bg: #0f0f1a;
    --book-page-number: #aaaaaa;
    --book-bck: url("https://mle.es/amazingreadings/res/libros/porfiao/img/bck-dark.jpg");

    /* ===== ICONOS ===== */
    --icon-paginas: url('/amazingreadings/res/img/icon-paginas-w.png');
    --icon-fecha: url('/amazingreadings/res/img/icon-fecha-w.png');
    --icon-contact: url('/amazingreadings/res/img/icon-contact-w.png');
}