﻿/* ==========================================================================
   🌐 CABECERA TÁCTICA 100% TRANSPARENTE E INTEGRADA
   ========================================================================== */

/* Volver totalmente transparentes las cajas del Header para que se vea la imagen detrás */
.site-header,
.main-header-bar,
.site-header .ast-container,
.site-header .ast-builder-grid-row,
.ast-theme-transparent-header .main-header-bar {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Mantener únicamente la línea de separación sutil estilo radar de abajo */
/*.site-header {
    border-bottom: 1px solid rgba(28, 36, 49, 0.5) !important; /* Línea de rejilla táctica semi-transparente */    

.site-header {
    border-bottom: none !important; /* Adiós definitivo a la línea divisoria */
    border: 0 !important;
}
/* Matar la línea de Astra atacando los contenedores y pseudo-elementos internos */
.main-header-bar,
.ast-theme-transparent-header .main-header-bar,
.ast-theme-transparent-header #masthead {
    border-bottom: none !important;
    border-bottom-width: 0 !important;
}

/* Por si Astra inyecta la línea usando un elemento decorativo ::after */
.site-header::after,
.main-header-bar::after,
#masthead::after {
    display: none !important;
    content: none !important;
}


/* ==========================================================================
   🌐 ESTILOS GLOBALES: MENÚ DE NAVEGACIÓN Y CENTRO DE MANDO
   ========================================================================== */

/* Forzar que todos los enlaces del menú superior sean blancos */
header a,
.site-header a,
.main-header-bar a,
.main-navigation a {
    position: relative !important;
    color: #f1f5f9 !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
}

.site-header .site-branding .site-title a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    min-height: 84px !important;
    padding: 2px 0 !important;
    color: #ffffff !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.site-header .site-branding .site-title a::before {
    content: "";
    display: block;
    width: 92px;
    height: 84px;
    flex: 0 0 92px;
    background-image: url('/wp-content/themes/astra-child/images/wowmecs-logo-header.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0 0 14px rgba(0, 210, 255, 0.26));
}

.site-header .site-branding .site-title a::after {
    content: none !important;
    display: none !important;
}

/* Efecto hover táctico (Azul cian) al pasar el ratón */
header a:hover,
.site-header a:hover,
.main-navigation a:hover,
.current-menu-item > a {
    color: #00d2ff !important;
}

.main-navigation a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -6px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.9), transparent);
    transition: left 0.2s ease, right 0.2s ease;
}

.main-navigation a:hover::after,
.current-menu-item > a::after {
    left: 8px;
    right: 8px;
}

.site-header .main-header-menu .sub-menu,
.site-header .ast-builder-menu .main-header-menu .sub-menu {
    min-width: 250px !important;
    padding: 9px !important;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.96)) !important;
    border: 1px solid rgba(0, 210, 255, 0.42) !important;
    border-top: 1px solid rgba(125, 211, 252, 0.52) !important;
    border-radius: 4px !important;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.62), 0 0 24px rgba(0, 210, 255, 0.12) !important;
    backdrop-filter: blur(12px) saturate(1.1);
    z-index: 99999 !important;
}

.site-header .main-header-menu .sub-menu li,
.site-header .ast-builder-menu .main-header-menu .sub-menu li {
    border: 0 !important;
    background: transparent !important;
}

.site-header .main-header-menu .sub-menu .menu-link,
.site-header .ast-builder-menu .main-header-menu .sub-menu .menu-link {
    display: flex !important;
    align-items: center !important;
    min-height: 42px !important;
    padding: 11px 13px !important;
    color: #d7e3f0 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.42);
}

.site-header .main-header-menu .sub-menu .menu-link::after,
.site-header .ast-builder-menu .main-header-menu .sub-menu .menu-link::after {
    display: none !important;
}

.site-header .main-header-menu .sub-menu .menu-link:hover,
.site-header .main-header-menu .sub-menu .menu-link:focus,
.site-header .main-header-menu .sub-menu .current-menu-item > .menu-link,
.site-header .ast-builder-menu .main-header-menu .sub-menu .menu-link:hover,
.site-header .ast-builder-menu .main-header-menu .sub-menu .menu-link:focus,
.site-header .ast-builder-menu .main-header-menu .sub-menu .current-menu-item > .menu-link {
    color: #ffffff !important;
    background: linear-gradient(90deg, rgba(0, 210, 255, 0.18), rgba(8, 15, 24, 0.72)) !important;
    border-color: rgba(0, 210, 255, 0.34) !important;
    box-shadow: inset 3px 0 0 #00d2ff, 0 0 16px rgba(0, 210, 255, 0.12) !important;
}

/* Astra muestra el menú principal como panel desplegable en móvil. */
@media (max-width: 921px) {
    .ast-header-break-point .main-header-menu,
    .ast-header-break-point .main-navigation .main-header-menu,
    .ast-header-break-point .main-header-menu .sub-menu,
    .ast-header-break-point .ast-builder-menu .main-header-menu .sub-menu {
        background: linear-gradient(145deg, #0f172a, #020617) !important;
        border: 1px solid rgba(0, 210, 255, 0.42) !important;
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.6) !important;
    }

    .ast-header-break-point .main-header-menu .menu-item,
    .ast-header-break-point .main-navigation .main-header-menu .menu-item {
        background: transparent !important;
        border-color: rgba(125, 211, 252, 0.2) !important;
    }

    .ast-header-break-point .main-header-menu .menu-item-has-children > .sub-menu {
        display: none !important;
    }

    .ast-header-break-point .main-header-menu .menu-item-has-children.ast-submenu-expanded > .sub-menu {
        display: block !important;
    }

    .ast-header-break-point .main-header-menu .menu-link,
    .ast-header-break-point .main-header-menu .ast-menu-toggle,
    .ast-header-break-point .main-navigation .main-header-menu .menu-link,
    .ast-header-break-point .main-navigation .main-header-menu .ast-menu-toggle {
        color: #f1f5f9 !important;
        background: transparent !important;
    }

    .ast-header-break-point .main-header-menu .menu-link:hover,
    .ast-header-break-point .main-header-menu .menu-link:focus,
    .ast-header-break-point .main-header-menu .ast-menu-toggle:hover,
    .ast-header-break-point .main-header-menu .ast-menu-toggle:focus {
        color: #ffffff !important;
        background: rgba(0, 210, 255, 0.16) !important;
    }
}

/* El selector de idioma solo contiene banderas: no necesita el ancho de un submenú normal. */
@media (min-width: 922px) {
    .site-header .main-header-menu .pll-parent-menu-item > .sub-menu,
    .site-header .ast-builder-menu .main-header-menu .pll-parent-menu-item > .sub-menu {
        left: auto !important;
        right: 0 !important;
        width: 58px !important;
        min-width: 58px !important;
        padding: 6px !important;
    }

    .site-header .main-header-menu .pll-parent-menu-item > .sub-menu > .lang-item,
    .site-header .ast-builder-menu .main-header-menu .pll-parent-menu-item > .sub-menu > .lang-item {
        width: 44px !important;
        min-width: 44px !important;
    }

    .site-header .main-header-menu .pll-parent-menu-item > .sub-menu > .lang-item > .menu-link,
    .site-header .ast-builder-menu .main-header-menu .pll-parent-menu-item > .sub-menu > .lang-item > .menu-link {
        justify-content: center !important;
        width: 44px !important;
        min-width: 44px !important;
        min-height: 36px !important;
        padding: 8px !important;
    }

    .site-header .main-header-menu .pll-parent-menu-item > .sub-menu img,
    .site-header .ast-builder-menu .main-header-menu .pll-parent-menu-item > .sub-menu img {
        display: block;
        width: 18px;
        height: auto;
        margin: 0;
    }
}

/* Forzar la visibilidad del Centro de Mando en la página principal */
.wows-centro-mando-texto,
.wows-centro-mando-texto h1,
.wows-centro-mando-texto h2,
.wows-centro-mando-texto h3,
.wows-centro-mando-texto p,
.wows-centro-mando-texto strong {
    color: #e2e8f0 !important;
}

.entry-content h1,
.wows-centro-mando-texto h1 {
    max-width: 980px;
    margin-bottom: 18px !important;
    color: #ffffff !important;
    background: linear-gradient(180deg, #ffffff 0%, #dff7ff 48%, #8edcff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.08;
    text-shadow: 0 0 22px rgba(0, 210, 255, 0.18), 0 10px 24px rgba(0, 0, 0, 0.42);
}

.entry-content h1::after,
.wows-centro-mando-texto h1::after {
    content: "";
    display: block;
    width: 260px;
    max-width: 44vw;
    height: 3px;
    margin-top: 16px;
    background:
        linear-gradient(90deg, #00d2ff 0%, rgba(241, 196, 15, 0.86) 58%, transparent 100%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.62), transparent);
    box-shadow: 0 0 18px rgba(0, 210, 255, 0.34), 0 0 28px rgba(241, 196, 15, 0.14);
}

.entry-content h3,
.entry-content h3 a,
.entry-content strong {
    color: #ffffff !important;
}

/* Forzar que los textos descriptivos secundarios se lean en gris claro */
.entry-content p {
    color: #cbd5e1 !important;
}

/* ==========================================================================
   🎯 CORRECCIÓN DE CONTRASTE DEL CENTRO DE MANDO
   ========================================================================== */

/* 1. Ocultar fulminantemente el título nativo "Home" de la página */
.home .entry-title,
.home .ast-archive-description {
    display: none !important;
}

/* 2. Forzar legibilidad absoluta del subtítulo del Capitán */
.entry-content p.has-text-color,
.entry-content p:first-of-type,
.wows-centro-mando-texto p {
    color: #cbd5e1 !important; /* Gris claro titanio */
    font-size: 15px !important;
    font-style: italic !important; /* Toque militar de bitácora */
    line-height: 1.7 !important;
    max-width: 1180px;
}

/* 3. Iluminar los textos descriptivos de las 4 herramientas interactivas */
.entry-content p {
    color: #94a3b8 !important; /* Gris intermedio HUD de alta visibilidad */
    font-size: 14px !important;
}

/* ==========================================================================
   🚢 INTERFAZ AVANZADA: FONDO CINEMÁTICO UNIVERSAL
   ========================================================================== */

/* CAMBIO CRUCIAL: Aplicamos el fondo al body de forma universal (sin .home fijos) */
body,
html,
div#page,
.site,
.site-content {
    background-image: linear-gradient(rgba(11, 14, 20, 0.85), rgba(11, 14, 20, 0.92)),
                      url('/wp-content/plugins/wows-comunidad-herramientas/assets/images/fondo-tactico.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-color: #0b0e14 !important;
}

/* 2. Convertir las 4 columnas de Astra en cajas flotantes tácticas y translúcidas */
.entry-content .wp-block-columns .wp-block-column {
    --wows-card-art: none;
    position: relative;
    overflow: hidden;
    min-height: 224px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.82), rgba(2, 6, 23, 0.68)) !important;
    backdrop-filter: blur(12px) saturate(1.12) !important;
    border: 1px solid rgba(51, 65, 85, 0.82) !important;
    border-top: 1px solid rgba(125, 211, 252, 0.42) !important;
    border-left: 3px solid rgba(51, 65, 85, 0.95) !important;
    padding: 28px !important;
    border-radius: 4px !important;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    transition: transform 0.25s ease-in-out, border-color 0.25s, box-shadow 0.25s, background 0.25s !important;
}

.entry-content .wp-block-columns .wp-block-column:nth-child(1) {
    --wows-card-art: url('/wp-content/themes/astra-child/images/card-buscador.svg');
}

.entry-content .wp-block-columns .wp-block-column:nth-child(2) {
    --wows-card-art: url('/wp-content/themes/astra-child/images/card-comparador.svg');
}

.entry-content .wp-block-columns ~ .wp-block-columns .wp-block-column:nth-child(1) {
    --wows-card-art: url('/wp-content/themes/astra-child/images/card-simulador.svg');
}

.entry-content .wp-block-columns ~ .wp-block-columns .wp-block-column:nth-child(2) {
    --wows-card-art: url('/wp-content/themes/astra-child/images/card-bonos.svg');
}

.entry-content .wp-block-columns .wp-block-column::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(0, 210, 255, 0.1), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 42%),
        var(--wows-card-art);
    background-position: center, center, right -34px center;
    background-repeat: no-repeat;
    background-size: auto, auto, min(360px, 58%) auto;
    opacity: 0.28;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.entry-content .wp-block-columns .wp-block-column::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.62), transparent);
    opacity: 0.45;
    pointer-events: none;
}

/* 3. Efecto "Energizado" (Hover) al pasar el ratón sobre cualquier herramienta */
.entry-content .wp-block-columns .wp-block-column:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(0, 210, 255, 0.76) !important;
    border-left-color: #00d2ff !important;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.68), 0 0 26px rgba(0, 210, 255, 0.16) !important;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.94), rgba(2, 6, 23, 0.82)) !important;
}

.entry-content .wp-block-columns .wp-block-column:hover::before {
    opacity: 0.46;
}

/* Forzar que los títulos internos de las cajas sigan el mismo patrón visual */
.entry-content .wp-block-columns .wp-block-column h2,
.entry-content .wp-block-columns .wp-block-column h3,
.entry-content .wp-block-columns .wp-block-column h4 {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding-bottom: 9px;
    color: #f7fbff !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 1.35rem !important;
    font-style: normal !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    -webkit-text-stroke: 0.25px rgba(125, 211, 252, 0.22);
    text-shadow:
        0 0 8px rgba(0, 210, 255, 0.24),
        0 0 18px rgba(0, 210, 255, 0.12),
        0 2px 0 rgba(2, 6, 23, 0.72),
        0 8px 18px rgba(0, 0, 0, 0.38);
}

.entry-content .wp-block-columns .wp-block-column h2::after,
.entry-content .wp-block-columns .wp-block-column h3::after,
.entry-content .wp-block-columns .wp-block-column h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 74%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 210, 255, 0.86), rgba(241, 196, 15, 0.58), transparent);
    box-shadow: 0 0 12px rgba(0, 210, 255, 0.2);
}

.entry-content .wp-block-columns .wp-block-column h2 *,
.entry-content .wp-block-columns .wp-block-column h3 *,
.entry-content .wp-block-columns .wp-block-column h4 * {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
}

.entry-content .wp-block-columns .wp-block-column p,
.entry-content .wp-block-columns .wp-block-column li,
.entry-content .wp-block-columns .wp-block-column code,
.entry-content .wp-block-columns .wp-block-column pre {
    position: relative;
    z-index: 1;
    max-width: 780px;
    color: #d7e3f0 !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 14.5px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 1.78 !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.34);
}

.entry-content .wp-block-columns .wp-block-column > p:not(:first-child) {
    padding-left: 14px;
    border-left: 2px solid rgba(0, 210, 255, 0.28);
}

.entry-content .wp-block-columns .wp-block-column:hover > p:not(:first-child) {
    border-left-color: rgba(241, 196, 15, 0.54);
}

.entry-content .wp-block-columns .wp-block-column code,
.entry-content .wp-block-columns .wp-block-column pre {
    display: block;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    white-space: normal !important;
}

.entry-content .wp-block-columns .wp-block-column h2 code,
.entry-content .wp-block-columns .wp-block-column h3 code,
.entry-content .wp-block-columns .wp-block-column h4 code,
.entry-content .wp-block-columns .wp-block-column h2 pre,
.entry-content .wp-block-columns .wp-block-column h3 pre,
.entry-content .wp-block-columns .wp-block-column h4 pre {
    display: inline !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-shadow: inherit !important;
}

.entry-content .wp-block-columns .wp-block-column strong,
.entry-content .wp-block-columns .wp-block-column em,
.entry-content .wp-block-columns .wp-block-column span,
.entry-content .wp-block-columns .wp-block-column a {
    position: relative;
    z-index: 1;
    font-family: "Segoe UI", Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

.entry-content .wp-block-columns {
    gap: 24px !important;
    margin-top: 34px !important;
    margin-bottom: 34px !important;
}

/* Separación para que los botones azules de acceso no queden pegados al texto */
.entry-content .wp-block-columns .wp-block-column .wp-block-button {
    position: relative;
    z-index: 1;
    margin-top: 26px !important;
}

.entry-content .wp-block-button .wp-block-button__link,
.entry-content .wp-element-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 12px 22px !important;
    box-sizing: border-box !important;
    background: linear-gradient(180deg, rgba(14, 165, 233, 0.24), rgba(2, 6, 23, 0.96)) !important;
    border: 1px solid rgba(0, 210, 255, 0.72) !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 18px rgba(0, 0, 0, 0.28) !important;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.entry-content .wp-block-button .wp-block-button__link::before,
.entry-content .wp-element-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
    transform: translateX(-120%);
    transition: transform 0.42s ease;
    pointer-events: none;
}

.entry-content .wp-block-button .wp-block-button__link::after,
.entry-content .wp-element-button::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 5px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.75), transparent);
    pointer-events: none;
}

.entry-content .wp-block-button .wp-block-button__link:hover,
.entry-content .wp-block-button .wp-block-button__link:focus,
.entry-content .wp-element-button:hover,
.entry-content .wp-element-button:focus {
    transform: translateY(-1px) !important;
    background: linear-gradient(180deg, rgba(0, 210, 255, 0.34), rgba(14, 116, 144, 0.42)) !important;
    border-color: #7dd3fc !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 0 18px rgba(0, 210, 255, 0.26) !important;
}

.entry-content .wp-block-button .wp-block-button__link:active,
.entry-content .wp-element-button:active {
    transform: translateY(0) !important;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.32), 0 0 10px rgba(0, 210, 255, 0.18) !important;
}

.entry-content .wp-block-button .wp-block-button__link:hover::before,
.entry-content .wp-block-button .wp-block-button__link:focus::before,
.entry-content .wp-element-button:hover::before,
.entry-content .wp-element-button:focus::before {
    transform: translateX(120%);
}

/* === Home dashboard ======================================================= */
   HOME: CENTRO DE MANDO
   ========================================================================== */

.home .entry-content > .wows-home-dashboard {
    max-width: 1280px;
    margin: 0 auto;
}

.wows-home-dashboard .wows-home-hero {
    position: relative;
    margin: 28px 0 36px;
    padding: 32px 36px;
    overflow: hidden;
    border: 1px solid rgba(0, 210, 255, 0.34);
    border-left: 3px solid #00d2ff;
    background:
        linear-gradient(105deg, rgba(2, 8, 18, 0.94) 20%, rgba(7, 25, 43, 0.74)),
        url('/wp-content/plugins/wows-comunidad-herramientas/assets/images/fondo-tactico.jpg') center / cover;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.wows-home-dashboard .wows-home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 60%, rgba(0, 210, 255, 0.13));
}

.wows-home-dashboard .wows-home-hero > * {
    position: relative;
    z-index: 1;
}

.wows-home-dashboard .wows-home-hero h1 {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 15px !important;
    font-size: clamp(2rem, 4vw, 3.35rem) !important;
    text-align: center;
}

.wows-home-dashboard .wows-home-hero h1::after {
    margin-right: auto;
    margin-left: auto;
}

.wows-home-dashboard .wows-home-hero p {
    max-width: 760px;
    margin: 0 !important;
    color: #d7e3f0 !important;
    font-size: 1rem !important;
    font-style: italic !important;
    line-height: 1.7 !important;
}

.wows-home-dashboard .wows-home-hero > .wows-home-hero-intro {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
}

.wows-home-dashboard .wows-home-hero-seo {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 1080px;
    margin: 26px auto 0 !important;
}

.wows-home-dashboard .wows-home-hero-seo > .wp-block-column {
    min-width: 0;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: none !important;
}

.wows-home-dashboard .wows-home-hero-seo > .wp-block-column::before,
.wows-home-dashboard .wows-home-hero-seo > .wp-block-column::after {
    display: none !important;
}

.wows-home-dashboard .wows-home-hero-seo > .wp-block-column:hover {
    transform: none !important;
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

.wows-home-dashboard .wows-home-hero .wows-home-hero-seo p {
    max-width: none;
    font-style: normal !important;
    text-align: left;
}

@media (max-width: 620px) {
    .wows-home-dashboard .wows-home-hero-seo {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

.wows-home-dashboard .wows-home-section-title {
    margin: 44px 0 8px !important;
    color: #f7fbff !important;
    font-size: 1.12rem !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

.wows-home-dashboard .wows-home-section-intro {
    max-width: 780px;
    margin: 0 0 20px !important;
    color: #a9bed2 !important;
}

.wows-home-dashboard .wows-home-feature {
    display: grid !important;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 0 !important;
    margin: 0 0 30px !important;
    border: 1px solid rgba(0, 210, 255, 0.5);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.86));
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.55);
}

.wows-home-dashboard .wows-home-feature > .wp-block-column {
    min-width: 0;
    min-height: 300px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.wows-home-dashboard .wows-home-feature > .wp-block-column:hover {
    transform: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    background: transparent !important;
}

.wows-home-dashboard .wows-home-feature > .wp-block-column::before,
.wows-home-dashboard .wows-home-feature > .wp-block-column::after {
    display: none !important;
}

.wows-home-dashboard .wows-home-feature > .wp-block-column:first-child {
    padding: 34px !important;
}

.wows-home-dashboard .wows-home-feature > .wp-block-column:last-child {
    padding: 28px !important;
    border-left: 1px solid rgba(0, 210, 255, 0.24) !important;
    background: linear-gradient(135deg, rgba(3, 18, 31, 0.88), rgba(2, 6, 23, 0.58)) !important;
}

.wows-home-dashboard .wows-home-feature h2 {
    margin-bottom: 14px !important;
    font-size: 1.65rem !important;
}

.wows-home-dashboard .wows-home-feature p {
    max-width: 650px;
    font-size: 15px !important;
}

.wows-home-dashboard .wows-home-tracker-preview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    height: 100%;
    min-height: 244px;
    align-content: center;
}

.wows-home-dashboard .wows-home-tracker-preview::before {
    content: "PROGRESO DIARIO";
    grid-column: 1 / -1;
    padding-bottom: 10px;
    color: #8edcff;
    border-bottom: 1px solid rgba(0, 210, 255, 0.26);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
}

.wows-home-dashboard .wows-home-tracker-preview span {
    display: flex;
    min-height: 86px;
    padding: 14px;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(125, 211, 252, 0.26);
    border-left: 2px solid #00d2ff;
    background: rgba(15, 35, 58, 0.56);
    color: #a9bed2;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.wows-home-dashboard .wows-home-tracker-preview strong {
    color: #ffffff !important;
    font-size: 1.45rem !important;
    font-weight: 900 !important;
}

.wows-home-dashboard .wows-home-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px !important;
    margin: 0 !important;
}

.wows-home-dashboard .wows-home-grid > .wp-block-column {
    min-width: 0;
    min-height: 248px !important;
    margin: 0 !important;
}

.wows-home-dashboard .wows-home-grid > .wp-block-column::before {
    background-image:
        linear-gradient(120deg, rgba(0, 210, 255, 0.14), transparent 38%),
        url('/wp-content/plugins/wows-comunidad-herramientas/assets/images/fondo-tactico.jpg') !important;
    background-position: center, right center !important;
    background-size: auto, cover !important;
    opacity: 0.22 !important;
}

.wows-home-dashboard .wows-home-grid > .wp-block-column:nth-child(2) {
    border-left-color: rgba(241, 196, 15, 0.92) !important;
}

.wows-home-dashboard .wows-home-grid > .wp-block-column:nth-child(3) {
    border-left-color: rgba(44, 193, 121, 0.92) !important;
}

.wows-home-dashboard .wows-home-grid > .wp-block-column:nth-child(4) {
    border-left-color: rgba(120, 152, 255, 0.9) !important;
}

.wows-home-dashboard .wows-home-grid > .wp-block-column:nth-child(5) {
    border-left-color: rgba(255, 147, 94, 0.92) !important;
}

.wows-home-dashboard .wows-home-grid > .wp-block-column:nth-child(6) {
    border-left-color: rgba(188, 129, 255, 0.92) !important;
}

.wows-home-dashboard .wows-home-grid > .wp-block-column.wows-home-weekly-card {
    grid-column: 1 / -1;
    min-height: 0 !important;
}

.wows-home-dashboard .wows-home-weekly-card .wows-weekly-home-summary {
    grid-template-columns: minmax(210px, 0.75fr) minmax(0, 1.75fr) auto;
    grid-template-areas: "copy competitions button";
    align-items: center;
    column-gap: 28px;
    min-height: 142px;
}

.wows-home-dashboard .wows-home-weekly-card .wows-weekly-home-copy {
    grid-area: copy;
}

.wows-home-dashboard .wows-home-weekly-card .wows-weekly-home-competitions {
    grid-area: competitions;
}

.wows-home-dashboard .wows-home-weekly-card .wows-weekly-home-summary .wows-btn-primary {
    grid-area: button;
    align-self: center;
}

.wows-home-dashboard .wows-home-weekly-card .wows-weekly-home-summary.is-empty {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "copy button";
}

@media (max-width: 921px) {
    .wows-home-dashboard .wows-home-feature {
        grid-template-columns: 1fr;
    }

    .wows-home-dashboard .wows-home-feature > .wp-block-column:last-child {
        border-top: 1px solid rgba(0, 210, 255, 0.24) !important;
        border-left: 0 !important;
    }

    .wows-home-dashboard .wows-home-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wows-home-dashboard .wows-home-weekly-card .wows-weekly-home-summary {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "competitions"
            "button";
    }

    .wows-home-dashboard .wows-home-weekly-card .wows-weekly-home-summary .wows-btn-primary {
        grid-area: button;
    }

    .wows-home-dashboard .wows-home-weekly-card .wows-weekly-home-summary.is-empty {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "button";
    }
}

@media (max-width: 620px) {
    .wows-home-dashboard .wows-home-hero,
    .wows-home-dashboard .wows-home-feature > .wp-block-column:first-child,
    .wows-home-dashboard .wows-home-feature > .wp-block-column:last-child {
        padding: 24px !important;
    }

    .wows-home-dashboard .wows-home-grid {
        grid-template-columns: 1fr;
    }

    .wows-home-dashboard .wows-home-tracker-preview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ==========================================================================
   ⚡ REMOVER CAPAS OSCURAS DE ASTRA (DESBLOQUEAR IMAGEN DE FONDO)
   ========================================================================== */

/* Disolver de golpe absolutamente todas las subcapas de contenido de Astra */
#page,
.site,
.site-content,
#content,
.entry-content,
.ast-container,
.site-main,
article,
.ast-article-single,
.ast-separate-container {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Forzar que el lienzo general de la página no pinte ningún fondo plano */
.site-content-inner,
.ast-content-wrap,
.ast-row {
    background-color: transparent !important;
    background: transparent !important;
}

/* ==========================================================================
   DOCUMENTOS LEGALES: SUPERFICIE Y TIPOGRAFÍA DE LECTURA
   ========================================================================== */

/* Las páginas legales importadas son documentos largos: aíslan el texto del
   fondo táctico sin alterar el resto de las páginas del sitio. */
body.wows-legal-document .ast-article-single {
    max-width: 980px;
    margin-inline: auto;
    padding: clamp(24px, 4vw, 48px) !important;
    background: rgba(8, 15, 24, 0.92) !important;
    border: 1px solid rgba(125, 211, 252, 0.22);
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32) !important;
}

body.wows-legal-document .entry-content,
body.wows-legal-document .entry-content p,
body.wows-legal-document .entry-content li {
    color: #e2e8f0 !important;
    font-size: 16px !important;
    font-style: normal !important;
    line-height: 1.75 !important;
    max-width: none !important;
}

body.wows-legal-document .entry-title,
body.wows-legal-document .entry-content :is(h1, h2, h3, h4) {
    color: #f8fafc !important;
    background: none !important;
    -webkit-text-fill-color: currentColor;
    letter-spacing: normal;
    line-height: 1.3;
    text-shadow: none;
}

body.wows-legal-document .entry-content h1::after {
    display: none;
}

body.wows-legal-document .entry-content strong {
    color: #f8fafc !important;
}

body.wows-legal-document .entry-content :is(ul, ol) {
    margin-block: 1.25rem;
    padding-left: 1.5rem;
}

body.wows-legal-document .entry-content li + li {
    margin-top: 0.45rem;
}

body.wows-legal-document .entry-content a {
    color: #7dd3fc !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

body.wows-legal-document .entry-content a:hover,
body.wows-legal-document .entry-content a:focus-visible {
    color: #bae6fd !important;
}

/* ==========================================================================
   404: SUPERFICIE TÁCTICA
   ========================================================================== */
body.error404 .error-404 {
    max-width: 780px;
    margin: clamp(32px, 8vw, 96px) auto !important;
    padding: clamp(32px, 6vw, 68px) !important;
    text-align: center;
    color: #dbeafe;
    background:
        linear-gradient(135deg, rgba(8, 24, 38, 0.94), rgba(2, 6, 23, 0.96)),
        rgba(8, 15, 24, 0.92) !important;
    border: 1px solid rgba(34, 211, 238, 0.3);
    border-radius: 12px;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.error404 .error-404 .page-title {
    margin-bottom: 18px;
    color: #f8fafc !important;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.1;
    text-shadow: 0 0 22px rgba(0, 210, 255, 0.18), 0 10px 24px rgba(0, 0, 0, 0.42);
}

body.error404 .error-404 .page-title::after {
    content: "";
    display: block;
    width: 180px;
    max-width: 50%;
    height: 3px;
    margin: 18px auto 0;
    background: linear-gradient(90deg, var(--wows-color-cyan) 0%, rgba(241, 196, 15, 0.86) 58%, transparent 100%);
    box-shadow: 0 0 18px rgba(0, 210, 255, 0.34);
}

body.error404 .site .error-404 p,
body.error404 .site .error-404 label,
body.error404 .site .error-404 .page-sub-title {
    color: #e2e8f0 !important;
    opacity: 1 !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.48);
}

body.error404 .error-404 .page-sub-title {
    max-width: 620px;
    margin: 0 auto;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.55;
}

body.error404 .error-404 .search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    max-width: 480px;
    margin: 28px auto 0;
    gap: 10px;
}

body.error404 .error-404 .search-form label {
    display: block;
    margin: 0;
}

body.error404 .error-404 .ast-search-submit {
    display: none !important;
}

body.error404 .error-404 .search-field {
    min-width: 0;
    color: #f8fafc;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(125, 211, 252, 0.34);
}

body.error404 .error-404 input.search-submit {
    width: auto !important;
    min-width: 126px;
    padding: 12px 20px !important;
    color: #06111d;
    background: #67e8f9;
    border-color: #67e8f9;
}

@media (max-width: 544px) {
    body.error404 .error-404 .search-form {
        grid-template-columns: 1fr;
    }

    body.error404 .error-404 input.search-submit {
        width: 100% !important;
    }
}

@media (max-width: 620px) {
    body.wows-legal-document .ast-article-single {
        padding: 24px 20px !important;
        border-radius: 8px;
    }
}

/* ==========================================================================
   👣 PIE DE PÁGINA TÁCTICO INTEGRAL (FOOTER OVERRIDES)
   ========================================================================== */

/* Volver transparente el fondo del footer de Astra para revelar el acero de DALL-E 3 */
.site-footer,
.site-footer .ast-container,
.main-footer-bar,
.ast-small-footer {
    background-color: transparent !important;
    background: transparent !important;
    border-top: 1px solid rgba(28, 36, 49, 0.4) !important; /* Línea de rejilla de radar sutil */
}

/* Cambiar los textos azules y oscuros del copyright por gris claro militar */
.site-footer,
.site-footer p,
.site-footer a,
.ast-small-footer-section,
.ast-small-footer-section a {
    color: #94a3b8 !important; /* Gris HUD legible */
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

/* Efecto hover al pasar el ratón por los enlaces del footer */
.site-footer a:hover,
.ast-small-footer-section a:hover {
    color: #00d2ff !important; /* Resalte cian */
}

.wows-wargaming-legal {
    width: min(calc(100% - 32px), 1180px);
    margin: 14px auto 24px;
    padding: 16px 20px 0;
    border-top: 1px solid rgba(80, 190, 220, 0.24);
    color: #90a4b8;
    text-align: center;
}

.wows-wargaming-legal p {
    margin: 0;
    color: inherit;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0;
}

.wows-wargaming-legal .wows-contact-support {
    margin-top: 6px;
}

.wows-wargaming-legal .wows-contact-support a {
    color: #6ee7f9;
    font-weight: 700;
}

.wows-wargaming-legal .wows-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.wows-wargaming-legal .wows-legal-links a {
    color: #6ee7f9;
    font-weight: 700;
    text-decoration: none;
}

.wows-wargaming-legal .wows-legal-links a + a {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(80, 190, 220, 0.24);
}

.wows-wargaming-legal .wows-legal-links a:hover {
    color: #00d2ff;
}

@media (max-width: 480px) {
    .wows-wargaming-legal .wows-legal-links {
        gap: 6px 0;
    }

    .wows-wargaming-legal .wows-legal-links a + a {
        margin-left: 8px;
        padding-left: 8px;
    }
}

/* ==========================================================================
   ACCESO Y CUENTAS: ULTIMATE MEMBER + LOGIN NATIVO
   ========================================================================== */

.um-page .entry-title,
.um-page-login .entry-title,
.um-page-register .entry-title,
.um-page-password-reset .entry-title,
.um-page-account .entry-title {
    max-width: 760px;
    margin: 30px auto 18px !important;
    color: #ffffff !important;
    background: linear-gradient(180deg, #ffffff 0%, #dff7ff 46%, #8edcff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0 !important;
    text-shadow: 0 0 22px rgba(0, 210, 255, 0.18), 0 10px 24px rgba(0, 0, 0, 0.42);
}

.um-page .entry-title::after,
.um-page-login .entry-title::after,
.um-page-register .entry-title::after,
.um-page-password-reset .entry-title::after,
.um-page-account .entry-title::after {
    content: "";
    display: block;
    width: 210px;
    max-width: 48vw;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent, #00d2ff 16%, rgba(241, 196, 15, 0.78) 62%, transparent);
    box-shadow: 0 0 18px rgba(0, 210, 255, 0.28);
}

.um-page .entry-content > .um,
.entry-content .um.um-login,
.entry-content .um.um-register,
.entry-content .um.um-password {
    position: relative;
    overflow: hidden;
    max-width: 620px !important;
    margin: 34px auto 60px !important;
    padding: 30px !important;
    color: #f1f5f9 !important;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.9), rgba(2, 6, 23, 0.78)) !important;
    border: 1px solid rgba(51, 65, 85, 0.86) !important;
    border-top: 1px solid rgba(125, 211, 252, 0.44) !important;
    border-left: 3px solid rgba(0, 210, 255, 0.66) !important;
    border-radius: 4px !important;
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(12px) saturate(1.1);
}

.entry-content .um.um-account,
.entry-content .um.um-profile {
    max-width: 1040px !important;
}

.um-page .entry-content > .um::before,
.entry-content .um.um-login::before,
.entry-content .um.um-register::before,
.entry-content .um.um-password::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(0, 210, 255, 0.1), transparent 34%),
        radial-gradient(circle at 82% 18%, rgba(250, 204, 21, 0.08), transparent 26%);
    pointer-events: none;
}

.entry-content .um .um-form,
.entry-content .um .um-row,
.entry-content .um .um-col-1,
.entry-content .um .um-col-alt,
.entry-content .um .um-col-alt-b,
.entry-content .um .um-field,
.entry-content .um .um-field-area {
    position: relative;
    z-index: 1;
    color: #d7e3f0 !important;
    background: transparent !important;
}

.entry-content .um .um-field {
    padding: 0 0 18px !important;
}

.entry-content .um .um-field-label {
    margin: 0 0 8px !important;
    color: #facc15 !important;
}

.entry-content .um .um-field-label label,
.entry-content .um label {
    color: #facc15 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
}

.entry-content .um input[type="text"],
.entry-content .um input[type="search"],
.entry-content .um input[type="password"],
.entry-content .um input[type="email"],
.entry-content .um input[type="url"],
.entry-content .um input[type="tel"],
.entry-content .um input[type="number"],
.entry-content .um textarea,
.entry-content .um select,
.entry-content .um .select2-container .select2-selection {
    width: 100% !important;
    min-height: 46px !important;
    box-sizing: border-box !important;
    padding: 11px 13px !important;
    color: #ffffff !important;
    background: linear-gradient(180deg, rgba(8, 15, 24, 0.96), rgba(2, 6, 23, 0.96)) !important;
    border: 1px solid rgba(125, 211, 252, 0.42) !important;
    border-radius: 4px !important;
    outline: none !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 0 rgba(0, 210, 255, 0) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
}

.entry-content .um textarea {
    min-height: 120px !important;
    resize: vertical;
}

.entry-content .um input::placeholder,
.entry-content .um textarea::placeholder {
    color: #7f93a9 !important;
}

.entry-content .um input:focus,
.entry-content .um textarea:focus,
.entry-content .um select:focus,
.entry-content .um .select2-container--focus .select2-selection {
    border-color: #00d2ff !important;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.98), rgba(8, 15, 24, 0.98)) !important;
    box-shadow: 0 0 0 1px rgba(0, 210, 255, 0.22), 0 0 18px rgba(0, 210, 255, 0.14) !important;
}

.entry-content .um select option {
    color: #ffffff !important;
    background: #020617 !important;
}

.entry-content .um .um-field-checkbox,
.entry-content .um .um-field-radio {
    color: #d7e3f0 !important;
}

.entry-content .um .um-field-checkbox-option,
.entry-content .um .um-field-radio-option,
.entry-content .um .um-tip-text {
    color: #cbd5e1 !important;
    font-size: 13px !important;
}

.entry-content .um .um-field-checkbox-state i,
.entry-content .um .um-field-radio-state i,
.entry-content .um .um-icon-eye,
.entry-content .um .um-icon-eye-disabled {
    color: #00d2ff !important;
}

.entry-content .um .um-col-alt {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px !important;
}

.entry-content .um .um-left.um-half,
.entry-content .um .um-right.um-half {
    float: none !important;
    width: auto !important;
}

.entry-content .um .um-button,
.entry-content .um input[type="submit"].um-button,
.entry-content .um a.um-button,
.entry-content .um .um-button.um-alt {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 12px 22px !important;
    box-sizing: border-box !important;
    background: linear-gradient(180deg, rgba(14, 165, 233, 0.24), rgba(2, 6, 23, 0.96)) !important;
    border: 1px solid rgba(0, 210, 255, 0.72) !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 18px rgba(0, 0, 0, 0.28) !important;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
}

.entry-content .um .um-button.um-alt {
    background: linear-gradient(180deg, rgba(51, 65, 85, 0.46), rgba(2, 6, 23, 0.9)) !important;
    border-color: rgba(125, 211, 252, 0.36) !important;
    color: #d7e3f0 !important;
}

.entry-content .um .um-button:hover,
.entry-content .um .um-button:focus,
.entry-content .um input[type="submit"].um-button:hover,
.entry-content .um input[type="submit"].um-button:focus,
.entry-content .um a.um-button:hover,
.entry-content .um a.um-button:focus {
    transform: translateY(-1px) !important;
    background: linear-gradient(180deg, rgba(0, 210, 255, 0.34), rgba(14, 116, 144, 0.42)) !important;
    border-color: #7dd3fc !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 0 18px rgba(0, 210, 255, 0.26) !important;
}

.entry-content .um a,
.entry-content .um .um-link-alt,
.entry-content .um .um-col-alt-b a {
    color: #7dd3fc !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.entry-content .um a:hover,
.entry-content .um .um-link-alt:hover,
.entry-content .um .um-col-alt-b a:hover {
    color: #facc15 !important;
}

.entry-content .um .um-field-error,
.entry-content .um .um-error-block,
.entry-content .um .um-alert {
    margin-top: 8px !important;
    padding: 10px 12px !important;
    color: #fecaca !important;
    background: rgba(127, 29, 29, 0.28) !important;
    border: 1px solid rgba(248, 113, 113, 0.38) !important;
    border-radius: 4px !important;
}

.entry-content .um .um-notice {
    color: #d7e3f0 !important;
    background: rgba(8, 15, 24, 0.88) !important;
    border: 1px solid rgba(125, 211, 252, 0.36) !important;
    border-left: 3px solid #00d2ff !important;
    border-radius: 4px !important;
}

.entry-content .um-account-side,
.entry-content .um-account-main,
.entry-content .um-account-tab,
.entry-content .um-account-heading {
    color: #d7e3f0 !important;
    background: rgba(8, 15, 24, 0.66) !important;
    border-color: rgba(51, 65, 85, 0.8) !important;
}

.entry-content .um-account-side li a {
    color: #cbd5e1 !important;
    background: transparent !important;
    border-color: rgba(51, 65, 85, 0.62) !important;
}

.entry-content .um-account-side li a.current,
.entry-content .um-account-side li a:hover {
    color: #ffffff !important;
    background: linear-gradient(90deg, rgba(0, 210, 255, 0.18), rgba(8, 15, 24, 0.58)) !important;
    border-left: 3px solid #00d2ff !important;
}

body.login {
    min-height: 100vh;
    color: #d7e3f0;
    background-image: linear-gradient(rgba(11, 14, 20, 0.84), rgba(11, 14, 20, 0.94)),
                      url('/wp-content/plugins/wows-comunidad-herramientas/assets/images/fondo-tactico.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    font-family: "Segoe UI", Arial, sans-serif;
}

body.login #login {
    width: min(420px, calc(100% - 32px));
    padding: 58px 0 0;
}

body.login h1 a {
    display: block;
    width: 210px;
    height: 128px;
    margin: 0 auto 24px;
    color: #ffffff !important;
    background-image: url('/wp-content/themes/astra-child/images/wowmecs-logo-transparent.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    text-indent: -9999px;
    text-decoration: none;
    font-size: 0;
    filter: drop-shadow(0 0 16px rgba(0, 210, 255, 0.2));
}

body.login h1 a::after {
    content: none;
}

body.login form {
    position: relative;
    overflow: hidden;
    padding: 28px !important;
    color: #d7e3f0 !important;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.82)) !important;
    border: 1px solid rgba(51, 65, 85, 0.86) !important;
    border-top: 1px solid rgba(125, 211, 252, 0.44) !important;
    border-left: 3px solid rgba(0, 210, 255, 0.66) !important;
    border-radius: 4px !important;
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

body.login label {
    color: #facc15 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

body.login input[type="text"],
body.login input[type="password"],
body.login input[type="email"] {
    min-height: 46px !important;
    padding: 10px 12px !important;
    color: #ffffff !important;
    background: linear-gradient(180deg, rgba(8, 15, 24, 0.96), rgba(2, 6, 23, 0.96)) !important;
    border: 1px solid rgba(125, 211, 252, 0.42) !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

body.login input:focus {
    border-color: #00d2ff !important;
    box-shadow: 0 0 0 1px rgba(0, 210, 255, 0.22), 0 0 18px rgba(0, 210, 255, 0.14) !important;
}

body.login .button-primary,
body.login .button.wp-hide-pw {
    min-height: 42px !important;
    background: linear-gradient(180deg, rgba(14, 165, 233, 0.24), rgba(2, 6, 23, 0.96)) !important;
    border: 1px solid rgba(0, 210, 255, 0.72) !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 18px rgba(0, 0, 0, 0.28) !important;
}

body.login .button-primary:hover,
body.login .button-primary:focus,
body.login .button.wp-hide-pw:hover,
body.login .button.wp-hide-pw:focus {
    background: linear-gradient(180deg, rgba(0, 210, 255, 0.34), rgba(14, 116, 144, 0.42)) !important;
    border-color: #7dd3fc !important;
    color: #ffffff !important;
}

body.login .message,
body.login .notice,
body.login .success {
    color: #d7e3f0 !important;
    background: rgba(8, 15, 24, 0.88) !important;
    border-left-color: #00d2ff !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34) !important;
}

body.login #login_error {
    color: #fecaca !important;
    background: rgba(127, 29, 29, 0.32) !important;
    border-left-color: #f87171 !important;
}

body.login #nav,
body.login #backtoblog,
body.login .privacy-policy-page-link {
    text-align: center;
}

body.login #nav a,
body.login #backtoblog a,
body.login .privacy-policy-page-link a {
    color: #7dd3fc !important;
    font-weight: 700;
    text-decoration: none;
}

body.login #nav a:hover,
body.login #backtoblog a:hover,
body.login .privacy-policy-page-link a:hover {
    color: #facc15 !important;
}

.ast-builder-menu .menu-item > .menu-link {
    position: relative;
}

.wows-menu-link-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: static;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-left: 7px;
    border: 1px solid rgba(250, 204, 21, 0.82);
    border-radius: 50%;
    background: rgba(250, 204, 21, 0.14);
    color: #facc15;
    box-shadow: 0 0 8px rgba(250, 204, 21, 0.5);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    vertical-align: middle;
}

.wows-menu-link-status {
    display: inline-flex;
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    margin-left: 7px;
    border: 1px solid rgba(250, 204, 21, 0.9);
    border-radius: 50%;
    background: #facc15;
    box-shadow: 0 0 7px rgba(250, 204, 21, 0.58);
    vertical-align: middle;
}

@media (max-width: 640px) {
    .site-header .site-branding .site-title a {
        gap: 0 !important;
        min-height: 66px !important;
    }

    .site-header .site-branding .site-title a::before {
        width: 72px;
        height: 66px;
        flex-basis: 72px;
    }

    .site-header .site-branding .site-title a::after {
        content: none !important;
    }

    .um-page .entry-content > .um,
    .entry-content .um.um-login,
    .entry-content .um.um-register,
    .entry-content .um.um-password {
        margin: 24px 12px 42px !important;
        padding: 22px !important;
    }

    .entry-content .um .um-col-alt {
        flex-direction: column;
        align-items: stretch;
    }

    .entry-content .um .um-button,
    .entry-content .um input[type="submit"].um-button,
    .entry-content .um a.um-button {
        width: 100% !important;
    }
}

body.wows-premium-user .wows-ad-slot {
    display: none !important;
}

.wows-premium-name {
    position: relative;
    display: inline-block;
    color: #fff3b0 !important;
    background:
        linear-gradient(90deg, #9a6200 0%, #ffdf6e 18%, #ffffff 34%, #facc15 52%, #b7791f 78%, #fff1a8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow:
        0 0 10px rgba(250, 204, 21, 0.22),
        0 0 22px rgba(245, 158, 11, 0.18);
}

.wows-premium-name::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: -0.12em;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(250, 204, 21, 0.88), transparent);
    box-shadow: 0 0 10px rgba(250, 204, 21, 0.42);
}
