
.lash-footer {
    margin-left: 220px;
}
@media (max-width: 768px) {
    .lash-footer {
        margin-left: 0;
    }
}

.lash-bg {
    background: radial-gradient(circle at top, #3b1a68 0, #05020a 45%, #02010a 100%);
    min-height: 100vh;
    color: #f9f9ff;
    overflow-x: hidden;
}
.lash-header-minimal {
    height: 60px;
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    border-bottom: none !important;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 14px;
    padding-right: 14px;

    position: sticky;
    top: 0;
    z-index: 999;
}

/* Botón hamburguesa estilo app móvil */
.lash-header-minimal button {
    border: none !important;
    color: #fff !important;
    background: rgba(255,255,255,0.12);
    padding: 8px 12px;
    border-radius: 6px;
    transition: 0.2s;
}

.lash-header-minimal button:hover {
    background: rgba(255,255,255,0.2);
}

/* En PC se oculta */
@media (min-width: 768px) {
    .lash-header-minimal button {
        display: none !important;
    }
}

/* Badge EN VIVO */
.badge-live {
    animation: pulseLive 1.6s infinite ease-in-out;
}

@keyframes pulseLive {
    0% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7); }
    100% { box-shadow: 0 0 0 12px rgba(255, 0, 0, 0); }
}

/* ===============================
   LOGOS
================================*/
.lash-logo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.8);
}

@media (min-width: 768px) {
    .lash-logo { width: 58px; height: 58px; }
}

@media (min-width: 1200px) {
    .lash-logo { width: 70px; height: 70px; }
}

.lash-logo-mini {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 50%;
}

/* ===============================
   SIDEBAR ESTILO TV
================================*/
.lash-sidebar {
    width: 220px;
    height: 100vh;
    background: rgba(15, 23, 42, 0.95);
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 90px;
    padding-bottom: 25px;
    transition: all .3s ease;
    backdrop-filter: blur(10px);
    z-index: 990;
    border-right: 1px solid rgba(255,255,255,0.08);
}

.sidebar-logo {
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

/* Ítems del menú */
.sidebar-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #d1d5db;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.25s ease;
}

.sidebar-item i {
    width: 22px;
    text-align: center;
    font-size: 1.2rem;
}

/* Hover */
.sidebar-item a:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    padding-left: 28px;
}

/* Active */
.sidebar-item.active,
.sidebar-item.active a {
    background: rgba(255,255,255,0.18);
    color: #fff !important;
    font-weight: 600;
}

/* ===============================
   SIDEBAR MÓVIL
================================*/
@media (max-width: 768px) {
    .lash-sidebar {
        left: -260px;
    }

    .lash-sidebar.sidebar-open {
        left: 0;
    }
}

/* ===============================
   MAIN
================================*/
.lash-main {
    margin-left: 220px;
    transition: .3s ease;
}

@media (max-width: 768px) {
    .lash-main {
        margin-left: 0;
    }
}

/* ===============================
   TARJETAS, PLAYER, BLOQUES
================================*/
.lash-card {
    background-color: rgba(15,23,42,0.9) !important;
    border-color: rgba(148,163,184,0.35) !important;
    backdrop-filter: blur(10px);
}

.lash-player-border {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(148,163,184,0.4);
}

/* ===============================
   TEXTO
================================*/
.text-light-70 { color: rgba(255,255,255,0.7); }
.text-light-50 { color: rgba(255,255,255,0.5); }
.text-light-90 { color: rgba(255,255,255,0.9); }

/* ===============================
   EFECTOS Y ANIMACIONES
================================*/
.sidebar-item a,
.lash-header-minimal button {
    transition: all .25s ease;
}
/* Footer con blur */
.footer-blur {
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(10px);
}

/* Iconos redes footer */
.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,0.6);
    color: #e5e7eb;
    text-decoration: none;
    font-size: 0.75rem;
    transition: all .2s ease;
}
.footer-social-link:hover {
    background: linear-gradient(90deg, #6366f1, #a855f7);
    border-color: transparent;
    color: #fff;
}

/* Botón subir arriba */
.lash-scroll-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: all .25s ease;
    z-index: 999;
}
.lash-scroll-top.show {
    opacity: 1;
    pointer-events: auto;
}


/* Contenedor principal del player */
.lash-player-shell {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.75);
}

/* Borde del video */
.lash-player-border {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(148,163,184,0.45);
    background-color: #000;
}

/* Video */
.lash-player-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #000;
}

/* Meta interna (título + descripción) */
.lash-player-meta-info {
    position: absolute;
    left: 16px;
    bottom: 56px;
    z-index: 5;
    color: #fff;
}
.lash-player-meta-info .title {
    font-size: 1rem;
    font-weight: 700;
}
.lash-player-meta-info .desc {
    font-size: 0.8rem;
    opacity: 0.85;
}

/* Badge EN VIVO dentro del player (móvil) */
.lash-player-badge-mobile {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 6;
    background: rgba(220, 38, 38, 0.95);
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    box-shadow: 0 0 15px rgba(220,38,38,0.55);
}

/* Pill EN VIVO header desktop */
.lash-live-pill {
    background: linear-gradient(90deg, #ef4444, #b91c1c);
    border: none;
}

/* Punto rojo animado */
.live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #f97373;
    box-shadow: 0 0 0 0 rgba(248,113,113,0.9);
    animation: livePulse 1.4s infinite ease-out;
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(248,113,113,0.9);
        transform: scale(1);
    }
    100% {
        box-shadow: 0 0 0 14px rgba(248,113,113,0);
        transform: scale(1.1);
    }
}

/* Controles personalizados del player */
.lash-player-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    opacity: 0;
    transition: opacity .25s ease-in-out;
    z-index: 7;
}

/* En desktop aparecen al hacer hover */
.lash-player-shell:hover .lash-player-controls {
    opacity: 1;
}

/* En móvil se controla con clase desde JS */
.lash-player-shell.controls-visible .lash-player-controls {
    opacity: 1;
}

/* Botones de control */
.player-btn {
    background: transparent;
    border: none;
    color: #f9fafb;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: background 0.2s, transform 0.2s, color 0.2s;
}
.player-btn:hover {
    background: rgba(148,163,184,0.25);
    transform: scale(1.03);
    color: #e5e7eb;
}
.player-btn-fullscreen {
    font-size: 1.35rem;
}

/* Texto LIVE */
.player-time {
    font-size: 0.8rem;
    color: #e5e7eb;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: 8px;
}

/* Slider de volumen (desktop) */
.player-volume-slider {
    width: 120px;
    margin: 0 6px;
    accent-color: #e5e7eb;
    cursor: pointer;
}

/* Ocultar slider en móvil: volumen se maneja con botones físicos del dispositivo */
@media (max-width: 768px) {
    .player-volume-slider {
        display: none;
    }

    .lash-player-meta-info {
        left: 12px;
        bottom: 52px;
    }
}