/*
 Theme Name:   Rodara Theme V2 (High Performance)
 Theme URI:    https://rodara.es
 Description:  Arquitectura a medida - Tailwind CSS + Código Puro
 Author:       Rodara Engineering
 Version:      2.0.0
*/

/* =========================================
   VARIABLES CORPORATIVAS (Tech Blue)
   ========================================= */
:root {
    --rodara-dark: #0f172a;       /* Slate 900 - Fondo principal oscuro */
    --rodara-blue: #2563eb;       /* Blue 600 - Color primario tecnológico */
    --rodara-accent: #3b82f6;     /* Blue 500 - Hover y acentos */
    --rodara-light: #f8fafc;      /* Slate 50 - Fondos claros */
}

/* Sobrescribiendo clases genéricas por colores de marca */
.bg-purple-600, .bg-purple-700, .dark .bg-purple-600 { background-color: var(--rodara-blue) !important; }
.hover\:bg-purple-700:hover, .hover\:bg-purple-800:hover { background-color: var(--rodara-accent) !important; }
.text-purple-600, .dark .text-purple-500 { color: var(--rodara-blue) !important; }
.focus\:ring-purple-300:focus, .focus\:ring-purple-800:focus { --tw-ring-color: rgba(37, 99, 235, 0.4) !important; }

/* Ajustes WP Admin Bar */
body.admin-bar header { top: 32px !important; }
@media screen and (max-width: 782px) { body.admin-bar header { top: 46px !important; } }
