/* ============================================================
   PREVIEW HOME - Premium Dark Mode CSS
   Solo se carga en /?preview=gnhd2026xpr
   Scoping: .gnhd-preview-home (body) + .gnhd-home-wrapper
   Paleta: #0a0a0a, #1a1a1a, #c1440e accent
   ============================================================ */

/* -- Global: fondo pagina -- */
.gnhd-preview-home .mainholder {
    background: #0a0a0a;
}
.gnhd-preview-home #content {
    background: #0a0a0a;
}
.gnhd-preview-home #content > .wrapper {
    background: transparent;
}

/* ============================================================
   1. HEADER BAR (.th)
   ============================================================ */
.gnhd-preview-home .th {
    background: #0a0a0a;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.gnhd-preview-home .th .centernav {
    max-width: 100%;
    padding: 0 15px;
}

/* ============================================================
   2. NAVIGATION MENU (#main-menu) - Dark Glass Centered
   ============================================================ */
.gnhd-preview-home #main-menu {
    background: #1a1a1a;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.gnhd-preview-home #main-menu .centernav {
    max-width: 100%;
    padding: 0 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.gnhd-preview-home #main-menu .centernav .bound {
    width: auto;
}
/* Menu ul: centrado con flex */
.gnhd-preview-home #main-menu ul#menu-principal {
    float: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
/* Menu items */
.gnhd-preview-home #main-menu ul li {
    float: none !important;
    margin: 0 !important;
}
.gnhd-preview-home #main-menu ul li a {
    color: rgba(255,255,255,0.85);
    transition: color 0.2s ease, background 0.2s ease;
    font-size: 14.5px;
    font-weight: 500;
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    border-radius: 6px;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.gnhd-preview-home #main-menu ul li a:hover {
    color: #fff;
    background: rgba(255,255,255,0.08);
}
/* Item activo - accent underline */
.gnhd-preview-home #main-menu ul li.current-menu-item > a,
.gnhd-preview-home #main-menu ul li.current_page_item > a {
    color: #fff;
    box-shadow: inset 0 -2px 0 #c1440e;
}
/* Submenus */
.gnhd-preview-home #main-menu ul li ul {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}
.gnhd-preview-home #main-menu ul li ul li a {
    color: rgba(255,255,255,0.7);
    height: auto;
    line-height: normal;
    border-radius: 0;
}
.gnhd-preview-home #main-menu ul li ul li a:hover {
    color: #fff;
    background: rgba(255,255,255,0.06);
}
/* Boton "Sorprendeme" */
.gnhd-preview-home #main-menu .surprise {
    background: rgba(193,68,14,0.2);
    color: #c1440e;
    border: 1px solid rgba(193,68,14,0.3);
    border-radius: 4px;
    transition: background 0.2s ease, color 0.2s ease;
}
.gnhd-preview-home #main-menu .surprise:hover {
    background: #c1440e;
    color: #fff;
}

/* ============================================================
   2b. POSTER HOVER OVERLAY
   ============================================================ */
/* Ocultar badges de banderas por defecto */
.gnhd-preview-home .caratula-flags-badge,
.gnhd-home-wrapper .caratula-flags-badge,
.gnhd-home-wrapper .bs.styleegg .caratula-flags-badge {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
/* Ocultar badge .bt y egghead del parent theme en posters del grid */
.gnhd-home-wrapper .bs.styleegg .bt,
.gnhd-home-wrapper .postbody .bs.styleegg .egghead {
    display: none !important;
}
/* Card expandido — panel lateral derecho */
.gnhd-home-wrapper .bs.styleegg .gnhd-expand-card {
    position: absolute;
    top: 0;
    left: 100%;
    width: 220px;
    height: 100%;
    background: #141414;
    border: 1px solid rgba(255,255,255,0.08);
    border-left: none;
    border-radius: 0 8px 8px 0;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    box-shadow: 10px 0 25px rgba(0,0,0,0.6);
}
/* Hover: mostrar card — solo mientras el mouse esta en .bsx */
.gnhd-home-wrapper .bs.styleegg:hover {
    z-index: 50 !important;
    position: relative;
}
.gnhd-home-wrapper .bs.styleegg .bsx:hover {
    overflow: visible !important;
    border-radius: 6px 0 0 6px !important;
}
/* Flip: card se abre hacia la izquierda */
.gnhd-home-wrapper .bs.styleegg .gnhd-expand-card.flip-left {
    left: auto;
    right: 100%;
    border-radius: 8px 0 0 8px;
    border: 1px solid rgba(255,255,255,0.08);
    border-right: none;
    box-shadow: -10px 0 25px rgba(0,0,0,0.6);
}
.gnhd-home-wrapper .bs.styleegg .bsx:hover:has(.flip-left) {
    border-radius: 0 6px 6px 0 !important;
}
.gnhd-home-wrapper .bs.styleegg .bsx:hover .gnhd-expand-card {
    opacity: 1;
    visibility: visible;
}
/* CLAVE: el card NO recibe eventos del mouse, asi no bloquea posters vecinos */
.gnhd-home-wrapper .gnhd-expand-card {
    pointer-events: none !important;
}
/* Titulo + año */
.gnhd-home-wrapper .gnhd-expand-title {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gnhd-home-wrapper .gnhd-expand-title span {
    color: rgba(255,255,255,0.45);
    font-weight: 400;
}
/* Flags + Rating — una fila */
.gnhd-home-wrapper .gnhd-expand-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
/* Sinopsis — cuerpo principal */
.gnhd-home-wrapper .gnhd-expand-synopsis {
    color: rgba(255,255,255,0.75);
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Géneros — abajo */
.gnhd-home-wrapper .gnhd-expand-genres {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: auto;
    padding-top: 6px;
}
.gnhd-home-wrapper .gnhd-expand-genres span {
    font-size: 9px;
    color: #fff;
    background: rgba(193,68,14,0.25);
    border: 1px solid rgba(193,68,14,0.4);
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 500;
}
/* Banderas de idioma */
.gnhd-home-wrapper .gnhd-hover-flags {
    display: flex;
    gap: 4px;
    align-items: center;
}
.gnhd-home-wrapper .gnhd-hover-flag-img {
    height: 18px !important;
    width: auto !important;
    min-height: 0 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: inline-block !important;
    border-radius: 2px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
}
/* Rating TMDB */
.gnhd-home-wrapper .gnhd-bubble-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    background: rgba(245,197,24,0.12);
    padding: 2px 6px;
    border-radius: 4px;
}
.gnhd-home-wrapper .gnhd-bubble-rating svg {
    flex-shrink: 0;
}
.gnhd-home-wrapper .gnhd-bubble-rating span {
    color: #f5c518;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

/* ---- Series/Anime Expand Card Enhancements ---- */
.gnhd-home-wrapper .gnhd-expand-series-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
/* Combo badge: Tipo · Estado */
.gnhd-home-wrapper .gnhd-series-combo {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 10px;
    line-height: 1.3;
    white-space: nowrap;
}
.gnhd-home-wrapper .gnhd-series-combo.gnhd-status-ongoing {
    color: #4ade80;
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.25);
}
.gnhd-home-wrapper .gnhd-series-combo.gnhd-status-completed {
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.gnhd-home-wrapper .gnhd-series-combo.gnhd-status-upcoming {
    color: #facc15;
    background: rgba(250, 204, 21, 0.1);
    border: 1px solid rgba(250, 204, 21, 0.2);
}
.gnhd-home-wrapper .gnhd-series-combo.gnhd-status-hiatus {
    color: #fb923c;
    background: rgba(251, 146, 60, 0.1);
    border: 1px solid rgba(251, 146, 60, 0.2);
}
.gnhd-home-wrapper .gnhd-series-combo.gnhd-status-cancelled {
    color: #f87171;
    background: rgba(248, 113, 113, 0.1);
    border: 1px solid rgba(248, 113, 113, 0.2);
}
/* Episode badge — right aligned */
.gnhd-home-wrapper .gnhd-ep-current {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 10px;
    line-height: 1.3;
    white-space: nowrap;
    color: #fff;
    background: rgba(193, 68, 14, 0.8);
}


/* ============================================================
   3. SEARCH BAR (.searchx)
   ============================================================ */
.gnhd-preview-home .searchx #form #s {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 6px;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.gnhd-preview-home .searchx #form #s:focus {
    border-color: #c1440e;
    background: rgba(255,255,255,0.08);
    box-shadow: 0 0 0 3px rgba(193,68,14,0.15);
}
.gnhd-preview-home .searchx #form #s::placeholder {
    color: rgba(255,255,255,0.35);
}
.gnhd-preview-home .searchx #form #submit-search {
    color: rgba(255,255,255,0.4);
    transition: color 0.2s ease;
}
.gnhd-preview-home .searchx #form #submit-search:hover {
    color: #c1440e;
}
/* Live search results dropdown */
.gnhd-preview-home #live-search_results {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.6);
}
.gnhd-preview-home .live-search_result_container li {
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.gnhd-preview-home .live-search_result_container li:hover {
    background: rgba(255,255,255,0.04);
}
.gnhd-preview-home .live-search_result_container li a {
    color: rgba(255,255,255,0.85);
}

/* ============================================================
   4. LEFT SIDEBAR (.sidebar-left)
   ============================================================ */
.gnhd-home-wrapper > .sidebar-left .section {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    margin-right: 10px;
    overflow: hidden;
}
.gnhd-home-wrapper > .sidebar-left .section .releases {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 10px 15px;
}
.gnhd-home-wrapper > .sidebar-left .section .releases h3 {
    color: #fff;
    font-size: 0.95em;
    letter-spacing: 0.3px;
}

/* --- "Lo mas nuevo" widget (#custom_html-3) --- */
.gnhd-home-wrapper > .sidebar-left #custom_html-3 {
    background: #0a0a0a !important;
    border: 2px solid #c1440e !important;
    border-radius: 12px !important;
    box-shadow: 0 0 20px rgba(193,68,14,0.15), 0 4px 12px rgba(0,0,0,0.5) !important;
    padding-bottom: 0;
}
.gnhd-home-wrapper > .sidebar-left #custom_html-3 .releases {
    background: linear-gradient(135deg, #c1440e 0%, #8b2d08 100%) !important;
    border-bottom: none !important;
    padding: 14px 15px !important;
    position: relative;
    justify-content: center !important;
}
.gnhd-home-wrapper > .sidebar-left #custom_html-3 .releases h3 {
    color: #fff !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 0.95em !important;
    letter-spacing: 2px;
    text-align: center;
}
/* Icono de fuego antes del titulo */
.gnhd-home-wrapper > .sidebar-left #custom_html-3 .releases h3::before {
    content: '\1F525';
    margin-right: 6px;
}
.gnhd-home-wrapper > .sidebar-left #custom_html-3 .textwidget {
    padding: 10px !important;
}
.gnhd-home-wrapper > .sidebar-left #custom_html-3 .textwidget a.series {
    border-radius: 10px !important;
    overflow: hidden !important;
    max-width: 100% !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.gnhd-home-wrapper > .sidebar-left #custom_html-3 .textwidget a.series:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 30px rgba(193,68,14,0.35);
}
/* Gradiente overlay sobre poster */
.gnhd-home-wrapper > .sidebar-left #custom_html-3 .textwidget a.series::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}
/* Icono play centrado */
.gnhd-home-wrapper > .sidebar-left #custom_html-3 .textwidget a.series::before {
    content: '\25B6';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    font-size: 28px;
    color: #fff;
    background: rgba(193,68,14,0.85);
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 20px rgba(193,68,14,0.5);
}
.gnhd-home-wrapper > .sidebar-left #custom_html-3 .textwidget a.series:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.gnhd-home-wrapper > .sidebar-left #custom_html-3 .textwidget img {
    border-radius: 10px !important;
    width: 100% !important;
    transition: transform 0.4s ease, filter 0.3s ease;
}
.gnhd-home-wrapper > .sidebar-left #custom_html-3 .textwidget a.series:hover img {
    transform: scale(1.08);
    filter: brightness(0.7);
}

/* --- "Generos Populares" widget (#custom_html-4) --- */
.gnhd-home-wrapper > .sidebar-left #custom_html-4 {
    background: #111 !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
}
.gnhd-home-wrapper > .sidebar-left #custom_html-4 .releases {
    background: #141414 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    padding: 12px 15px !important;
}
.gnhd-home-wrapper > .sidebar-left #custom_html-4 .releases h3 {
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 0.85em !important;
    letter-spacing: 1.2px;
    color: #fff !important;
}
.gnhd-home-wrapper > .sidebar-left #custom_html-4 ul.genre1 {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none !important;
    padding: 12px !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.gnhd-home-wrapper > .sidebar-left #custom_html-4 ul.genre1 li {
    margin: 0;
    padding: 0;
    float: none !important;
    width: auto !important;
}
.gnhd-home-wrapper > .sidebar-left #custom_html-4 ul.genre1 li a {
    display: inline-block !important;
    padding: 6px 12px !important;
    color: rgba(255,255,255,0.7) !important;
    font-size: 11.5px !important;
    font-weight: 500;
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    transition: all 0.2s ease;
}
.gnhd-home-wrapper > .sidebar-left #custom_html-4 ul.genre1 li a:hover {
    color: #fff !important;
    background: #c1440e !important;
    border-color: #c1440e !important;
    box-shadow: 0 2px 10px rgba(193,68,14,0.3);
}
/* "Ver +" link */
.gnhd-home-wrapper > .sidebar-left .releases .vl {
    color: #c1440e;
    font-weight: 600;
    transition: color 0.2s ease;
}
.gnhd-home-wrapper > .sidebar-left .releases .vl:hover {
    color: #fff;
}

/* --- Articulos Recomendados (widget blog en sidebar-left) --- */

/* Container: transparent, no decoration */
.gnhd-home-wrapper > .sidebar-left .section > .bixbox {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0;
    padding: 0;
}

/* Header: minimalist con accent left-border */
.gnhd-home-wrapper > .sidebar-left .section > .bixbox > .releases {
    background: transparent !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    border-left: 3px solid #c1440e !important;
    padding: 10px 14px !important;
    margin: 0 12px;
    justify-content: space-between !important;
}
.gnhd-home-wrapper > .sidebar-left .section > .bixbox > .releases h3 {
    color: rgba(255,255,255,0.9) !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 11px !important;
    letter-spacing: 1.5px;
    text-align: left;
}
/* Mostrar link "Ver +" */
.gnhd-home-wrapper > .sidebar-left .section > .bixbox > .releases .vl {
    display: inline-block !important;
    color: #c1440e !important;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.2s ease;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    line-height: inherit !important;
    height: auto !important;
    float: none !important;
    margin: 0 !important;
}
.gnhd-home-wrapper > .sidebar-left .section > .bixbox > .releases .vl:hover {
    color: #fff !important;
}

/* Layout: columna, items apilados */
.gnhd-home-wrapper > .sidebar-left .section > .bixbox > .listupd {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    padding: 10px 12px !important;
}

/* --- Base reset para todas las cards --- */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg {
    width: 100% !important;
    float: none !important;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg .bsx {
    border-radius: 8px !important;
    overflow: hidden !important;
    margin: 0 !important;
    background: transparent !important;
    position: relative;
    transition: background 0.2s ease;
}
/* Ocultar bt y ply en todas las cards */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg .bt,
.gnhd-home-wrapper > .sidebar-left .bs.styleegg .ply {
    display: none !important;
}

/* ========================================
   HERO CARD (primer articulo) -- 16:9
   ======================================== */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child {
    margin-bottom: 6px !important;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child .bsx {
    background: #141414 !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child .bsx:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(193,68,14,0.15), 0 4px 16px rgba(0,0,0,0.5);
}
/* Hero imagen 16:9 landscape */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child .limit {
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    background: #1a1a1a !important;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child .ts-post-image {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
    top: auto !important;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.3s ease;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child .bsx:hover .ts-post-image {
    transform: scale(1.05);
    filter: brightness(0.85);
}
/* Hero gradiente overlay */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child .limit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}
/* Hero: mostrar egghead como overlay glassmorphism */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child .egghead {
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 3;
    padding: 12px 14px 14px !important;
    background: rgba(10, 10, 10, 0.5) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,0.06);
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child .egghead .eggtitle {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child .egghead .eggmeta {
    display: flex !important;
    margin: 6px 0 0 !important;
    padding: 0;
    gap: 8px;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child .egghead .eggmeta div {
    font-size: 10px !important;
    color: rgba(255,255,255,0.45) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}
/* Hero: ocultar .tt (usa egghead) */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child .tt {
    display: none !important;
}
/* Badge "ARTICULO" en hero via ::before */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child .limit::before {
    content: 'ARTICULO';
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #fff;
    background: rgba(193,68,14,0.85);
    padding: 3px 8px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* ========================================
   LIST CARDS (articulos 2-6) -- horizontal
   ======================================== */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) {
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:last-child {
    border-bottom: none;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .bsx {
    border-radius: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    margin: 0 !important;
    position: relative;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .bsx:hover {
    background: rgba(255,255,255,0.03) !important;
}
/* Flex layout: thumbnail + titulo lado a lado */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) a.tip {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 14px;
    padding: 10px 6px;
    text-decoration: none;
    position: relative;
    border-radius: 8px;
    transition: background 0.2s ease;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) a.tip:hover {
    background: rgba(255,255,255,0.04);
}
/* List card thumbnail: poster vertical */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .limit {
    flex: 0 0 60px !important;
    width: 60px !important;
    max-width: 60px !important;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    padding: 0 !important;
    background: #1a1a1a !important;
    height: auto !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .limit::after,
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .limit::before {
    display: none !important;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .limit img,
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .ts-post-image {
    aspect-ratio: 2 / 3 !important;
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    border-radius: 6px;
    transition: transform 0.3s ease, filter 0.3s ease;
    position: relative !important;
    top: auto !important;
    left: auto !important;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .bsx:hover .ts-post-image {
    transform: scale(1.05);
    filter: brightness(1.1);
}
/* List cards: ocultar egghead, bt, ply */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .egghead,
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .bt,
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .ply {
    display: none !important;
}
/* List card: contenedor de titulo */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .tt {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    flex: 1 1 0% !important;
    min-width: 0;
    padding: 0 !important;
    background: transparent !important;
    z-index: 1;
    gap: 6px;
}
/* Titulo con estilo editorial */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .tt h2 {
    color: rgba(255,255,255,0.85) !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    height: auto !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: none !important;
    margin: 0;
    letter-spacing: 0.01em;
    transition: color 0.2s ease;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .bsx:hover .tt h2 {
    color: #fff !important;
}
/* Etiqueta "Articulo" debajo del titulo via ::after */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .tt::after {
    content: 'Artículo';
    font-size: 9.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c1440e;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .bsx:hover .tt::after {
    opacity: 1;
}
/* Linea accent izquierda en hover */
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) a.tip::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 0;
    background: #c1440e;
    border-radius: 1px;
    transition: height 0.25s ease;
}
.gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .bsx:hover a.tip::before {
    height: 55%;
}
/* ========================================
   GÉNEROS POPULARES & ETIQUETAS widgets
   ======================================== */
.gnhd-home-wrapper > .sidebar-left .gnhd-generos-widget,
.gnhd-home-wrapper > .sidebar-left .gnhd-etiquetas-widget {
    margin-top: 16px;
}
/* Header minimalista con accent border */
.gnhd-home-wrapper > .sidebar-left .gnhd-generos-widget > .releases,
.gnhd-home-wrapper > .sidebar-left .gnhd-etiquetas-widget > .releases {
    background: transparent !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    border-left: 3px solid #c1440e !important;
    padding: 10px 14px !important;
    margin: 0 12px 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gnhd-home-wrapper > .sidebar-left .gnhd-generos-widget > .releases h3,
.gnhd-home-wrapper > .sidebar-left .gnhd-etiquetas-widget > .releases h3 {
    color: rgba(255,255,255,0.9) !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 11px !important;
    letter-spacing: 1.5px;
    text-align: left;
    margin: 0;
}
.gnhd-home-wrapper > .sidebar-left .gnhd-generos-widget > .releases .vl {
    display: inline-block !important;
    color: #c1440e !important;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.2s ease;
    text-decoration: none;
}
.gnhd-home-wrapper > .sidebar-left .gnhd-generos-widget > .releases .vl:hover {
    color: #fff !important;
}
/* Tags list: flex wrap con pills */
.gnhd-home-wrapper > .sidebar-left .gnhd-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px 12px;
}
.gnhd-home-wrapper > .sidebar-left .gnhd-generos-widget .gnhd-tags-list a {
    display: inline-block;
    padding: 6px 14px;
    color: rgba(255,255,255,0.75);
    font-size: 11.5px;
    font-weight: 500;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1.4;
}
.gnhd-home-wrapper > .sidebar-left .gnhd-generos-widget .gnhd-tags-list a:hover {
    color: #fff;
    background: #c1440e;
    border-color: #c1440e;
    box-shadow: 0 2px 10px rgba(193,68,14,0.3);
    transform: translateY(-1px);
}
/* Etiquetas: estilo mas compacto y sutil */
.gnhd-home-wrapper > .sidebar-left .gnhd-etiquetas-widget .gnhd-tags-list a {
    display: inline-block;
    padding: 4px 10px;
    color: rgba(255,255,255,0.55);
    font-size: 10.5px;
    font-weight: 500;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1.4;
}
.gnhd-home-wrapper > .sidebar-left .gnhd-etiquetas-widget .gnhd-tags-list a:hover {
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.15);
}

/* Widget lists */
.gnhd-home-wrapper > .sidebar-left .section > ul > li,
.gnhd-home-wrapper > .sidebar-left .section .widgetephis li {
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.7);
}
.gnhd-home-wrapper > .sidebar-left .section a {
    color: rgba(255,255,255,0.8);
    transition: color 0.15s ease;
}
.gnhd-home-wrapper > .sidebar-left .section a:hover {
    color: #c1440e;
}
.gnhd-home-wrapper > .sidebar-left .section .textwidget {
    color: rgba(255,255,255,0.65);
}
/* Genre list */
.gnhd-home-wrapper > .sidebar-left .section ul.genre li a {
    color: rgba(255,255,255,0.7);
}
.gnhd-home-wrapper > .sidebar-left .section ul.genre li a:hover {
    color: #c1440e;
}

/* ============================================================
   5. MAIN CONTENT / POSTER GRID
   ============================================================ */

/* Content sections */
.gnhd-home-wrapper .bixbox {
    background: #0f0f0f;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.04);
    margin-bottom: 12px;
    overflow: visible !important;
}
.gnhd-home-wrapper .postbody .listupd {
    overflow: visible !important;
}

/* Section headers */
.gnhd-home-wrapper .releases.latesthome {
    background: linear-gradient(135deg, #1a1a1a 0%, #141414 100%);
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 10px 15px;
}
.gnhd-home-wrapper .releases.latesthome h2,
.gnhd-home-wrapper .releases.latesthome h3 {
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 0.5px;
}
.gnhd-home-wrapper .releases.latesthome .vl {
    color: #c1440e;
    font-weight: 600;
    transition: color 0.2s ease;
}
.gnhd-home-wrapper .releases.latesthome .vl:hover {
    color: #fff;
}

/* Hot section header */
.gnhd-home-wrapper .releases.hothome {
    background: linear-gradient(135deg, #c1440e 0%, #8b2d08 100%);
    border-bottom: none;
}
.gnhd-home-wrapper .releases.hothome h2,
.gnhd-home-wrapper .releases.hothome h3 {
    color: #fff;
}

/* Poster grid container */
.gnhd-home-wrapper .listupd {
    padding: 8px;
}

/* Poster cards */
.gnhd-home-wrapper .bs.styleegg .bsx {
    border-radius: 8px;
    overflow: hidden;
    background: #1a1a1a;
}

/* Poster titles */
.gnhd-home-wrapper .bs.styleegg .tt {
    background: transparent;
}
.gnhd-home-wrapper .bs.styleegg .tt h2 {
    color: rgba(255,255,255,0.85);
}

/* Type badges - premium */
.gnhd-home-wrapper .bs .bsx .limit .typez {
    border-radius: 4px;
    font-weight: 600;
    font-size: 10px;
    padding: 3px 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
}
.gnhd-home-wrapper .bs .bsx .limit .typez.Movie,
.gnhd-home-wrapper .bs .bsx .limit .typez.Pelicula {
    background: rgba(156,39,176,0.85);
}
.gnhd-home-wrapper .bs .bsx .limit .typez.TV,
.gnhd-home-wrapper .bs .bsx .limit .typez.Serie {
    background: rgba(195,47,0,0.85);
}
.gnhd-home-wrapper .bs .bsx .limit .typez.Anime {
    background: rgba(13,111,222,0.85);
}

/* Egghead overlay */
.gnhd-home-wrapper .bs.styleegg .bsx .egghead {
    background: rgba(10,10,10,0.85);
    backdrop-filter: blur(6px);
}

/* Slider */
.gnhd-home-wrapper .owl-carousel-full {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.04);
}

/* ============================================================
   6. RIGHT SIDEBAR (.gnhd-sidebar-right)
   ============================================================ */
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section {
    background: #111 !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.4) !important;
    margin-left: 0;
    margin-bottom: 14px;
    overflow: hidden;
}

/* --- Header "Top X Populares" --- */
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section > .releases {
    background: linear-gradient(135deg, #c1440e 0%, #8b2d08 100%) !important;
    border-bottom: none !important;
    padding: 14px 15px !important;
    position: relative;
    justify-content: center !important;
}
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section > .releases::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0,0,0,0.3);
}
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section > .releases h3 {
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 0.95em !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

/* --- Tabs (Semanal / Mensual / Anual) --- */
.gnhd-home-wrapper > .gnhd-sidebar-right .ts-wpop-series-gen .ts-wpop-nav-tabs {
    background: #0a0a0a !important;
    display: flex !important;
    padding: 8px 10px !important;
    gap: 6px;
    border-bottom: none !important;
    margin: 0 !important;
}
.gnhd-home-wrapper > .gnhd-sidebar-right .ts-wpop-series-gen .ts-wpop-nav-tabs li {
    flex: 1;
    text-align: center;
    list-style: none;
}
.gnhd-home-wrapper > .gnhd-sidebar-right .ts-wpop-series-gen .ts-wpop-nav-tabs li span {
    display: block !important;
    padding: 6px 0 !important;
    color: rgba(255,255,255,0.45) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.25s ease !important;
    border-bottom: none !important;
    background: transparent;
}
.gnhd-home-wrapper > .gnhd-sidebar-right .ts-wpop-series-gen .ts-wpop-nav-tabs li span:hover {
    color: rgba(255,255,255,0.8) !important;
    background: rgba(255,255,255,0.06);
}
.gnhd-home-wrapper > .gnhd-sidebar-right .ts-wpop-series-gen .ts-wpop-nav-tabs li.active span {
    color: #fff !important;
    background: #c1440e !important;
    border-bottom: none !important;
    box-shadow: 0 2px 10px rgba(193,68,14,0.4);
}

/* --- Contenedor de items Top --- */
.gnhd-home-wrapper > .gnhd-sidebar-right .wpop-items-container {
    padding: 8px !important;
}
.gnhd-home-wrapper > .gnhd-sidebar-right .serieslist.pop.wpop {
    margin-top: 0 !important;
}

/* --- #1 Poster destacado (grande) --- */
.gnhd-home-wrapper > .gnhd-sidebar-right .serieslist.pop > div:first-child {
    border-radius: 10px !important;
    overflow: hidden !important;
    margin-bottom: 8px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gnhd-home-wrapper > .gnhd-sidebar-right .serieslist.pop > div:first-child:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(193,68,14,0.25);
}
.gnhd-home-wrapper > .gnhd-sidebar-right .serieslist.pop > div:first-child img {
    border-radius: 10px !important;
    transition: transform 0.4s ease;
}
.gnhd-home-wrapper > .gnhd-sidebar-right .serieslist.pop > div:first-child:hover img {
    transform: scale(1.05);
}

/* --- Grid de #2-7 posters pequeños --- */
.gnhd-home-wrapper > .gnhd-sidebar-right .serieslist.pop > div:last-child {
    gap: 6px !important;
    margin-top: 2px;
}
.gnhd-home-wrapper > .gnhd-sidebar-right .serieslist.pop > div:last-child > div {
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gnhd-home-wrapper > .gnhd-sidebar-right .serieslist.pop > div:last-child > div:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(193,68,14,0.2);
    z-index: 2;
    position: relative;
}
.gnhd-home-wrapper > .gnhd-sidebar-right .serieslist.pop > div:last-child > div img {
    transition: transform 0.4s ease;
}
.gnhd-home-wrapper > .gnhd-sidebar-right .serieslist.pop > div:last-child > div:hover img {
    transform: scale(1.1);
}

/* --- Generic section items (non-Top widgets) --- */
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section > ul > li,
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section .widgetephis li {
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.7);
}
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section a {
    color: rgba(255,255,255,0.8);
    transition: color 0.15s ease;
}
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section a:hover {
    color: #c1440e;
}
/* Genre list right sidebar */
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section ul.genre:before,
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section ul.genre:after {
    background: rgba(255,255,255,0.08);
}
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section ul.genre li a {
    color: rgba(255,255,255,0.7);
}
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section ul.genre li a:hover {
    color: #c1440e;
}
/* Scrollbar */
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section ul::-webkit-scrollbar-thumb {
    background: rgba(193,68,14,0.4);
    border-radius: 4px;
}
.gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section ul::-webkit-scrollbar-track {
    background: transparent;
}

/* ============================================================
   7. GENRES CAROUSEL & SEO TEXT (ya scoped por .gnhd-home-wrapper)
   ============================================================ */
.gnhd-home-wrapper .gnhd-genres-carousel::-webkit-scrollbar-thumb {
    background: rgba(193,68,14,0.4);
}
.gnhd-home-wrapper .gnhd-seo-text {
    background: #0f0f0f;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.04);
}
.gnhd-home-wrapper .gnhd-seo-text h2 {
    color: #fff;
}
.gnhd-home-wrapper .gnhd-seo-text p {
    color: rgba(255,255,255,0.55);
}
.gnhd-home-wrapper .gnhd-seo-text a {
    color: #c1440e;
    border-bottom-color: rgba(193,68,14,0.3);
}
.gnhd-home-wrapper .gnhd-seo-text a:hover {
    border-bottom-color: #c1440e;
}

/* ============================================================
   8. RESPONSIVE
   ============================================================ */

/* Tablet - header full-width */
@media screen and (max-width: 1200px) {
    .gnhd-preview-home .th .centernav,
    .gnhd-preview-home #main-menu .centernav {
        max-width: 100%;
        padding: 0 10px;
    }
    /* Sidebars full-width - cards style */
    .gnhd-home-wrapper > .sidebar-left .section,
    .gnhd-home-wrapper > .gnhd-sidebar-right #sidebar .section {
        margin: 0 0 12px 0;
    }
    /* Articulos: grid 2 cols cuando sidebar es full-width */
    .gnhd-home-wrapper > .sidebar-left .section > .bixbox > .listupd {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        flex-direction: unset;
    }
    .gnhd-home-wrapper > .sidebar-left .bs.styleegg:first-child {
        grid-column: 1 / -1;
    }
    .gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) {
        border-bottom: none;
    }
    .gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .bsx > a.tip {
        flex-direction: column !important;
        gap: 8px;
        padding: 0;
    }
    .gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .limit {
        width: 100%;
    }
    .gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .bsx {
        background: #141414 !important;
        border-radius: 8px !important;
        overflow: hidden;
    }
    .gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .tt {
        padding: 6px 10px 10px !important;
    }
    .gnhd-home-wrapper > .sidebar-left .bs.styleegg:not(:first-child) .bsx > a.tip::before {
        display: none;
    }
    .gnhd-home-wrapper > .sidebar-left .section > .bixbox > .releases {
        margin: 0 0 4px 0;
    }
}

/* Mobile - override parent blue header */
@media screen and (max-width: 800px) {
    .gnhd-preview-home .th {
        background: #0a0a0a !important;
    }
    .gnhd-preview-home #main-menu {
        background: #1a1a1a !important;
    }
    /* Hamburger icon */
    .gnhd-preview-home .shme {
        color: #fff;
    }
    /* Mobile search icon */
    .gnhd-preview-home .srcmob {
        color: rgba(255,255,255,0.8);
    }
    /* Mobile search overlay */
    .gnhd-preview-home .searchx.minmbx #form #s {
        background: rgba(255,255,255,0.06);
        border: 1px solid rgba(255,255,255,0.1);
        color: #fff;
        border-radius: 6px;
    }
    /* Mobile menu overlay */
    .gnhd-preview-home #main-menu ul {
        background: #1a1a1a;
    }
    .gnhd-preview-home #main-menu ul li a {
        color: rgba(255,255,255,0.8);
    }
    /* Hide expand cards on mobile — hover not available */
    .gnhd-home-wrapper .gnhd-expand-card {
        display: none !important;
    }
}

/* Small mobile poster grid */
@media screen and (max-width: 590px) {
    .gnhd-home-wrapper .bs.styleegg,
    .gnhd-home-wrapper .bs {
        width: 33.333%;
    }
    /* Sidebar cards mantienen 100% */
    .gnhd-home-wrapper > .sidebar-left .bs.styleegg {
        width: 100% !important;
    }
}
@media screen and (max-width: 450px) {
    .gnhd-home-wrapper .bs.styleegg,
    .gnhd-home-wrapper .bs {
        width: 50%;
    }
    /* Sidebar grid single column en mobile */
    .gnhd-home-wrapper > .sidebar-left .section > .bixbox > .listupd {
        grid-template-columns: 1fr !important;
    }
    .gnhd-home-wrapper > .sidebar-left .bs.styleegg {
        width: 100% !important;
    }
}
