:root {
    --bg: #090211;
    --card-glass: rgba(20, 10, 30, 0.75);
    --neon-cyan: #00f0ff;
    --neon-purple: #9d00ff;
    --neon-pink: #ff00de;
    --text-main: #ffffff;
    --text-dim: rgba(255, 255, 255, 0.6);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: var(--bg);
    color: var(--text-main);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 15px 40px;
    background: radial-gradient(circle at 50% 0%, #1a0525 0%, #05000a 80%);
    overflow-x: hidden;
}

a { 
    text-decoration: none !important; 
    color: inherit; 
}

/* Luces Ambientales */
.ambient-glow {
    position: fixed;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(120px);
    z-index: -1;
    opacity: 0.3;
}
.purple-glow { top: -20%; right: -20%; background: var(--neon-purple); }
.cyan-glow { bottom: -20%; left: -20%; background: var(--neon-cyan); }

/* --- TARJETA PRINCIPAL (El Vidrio) --- */
.glass-card {
    width: 100%;
    max-width: 400px;
    background: var(--card-glass);
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    padding: 0 20px 30px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(255,255,255,0.05);
    position: relative;
}

/* --- HEADER --- */
.card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.floating-logo {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    position: relative;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, var(--neon-cyan), var(--neon-purple), var(--neon-pink));
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    z-index: 10;
}

.floating-logo img {
    width: 100%; height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #000;
}

.main-title {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* Countdown */
.countdown-wrapper {
    width: 100%;
    text-align: center;
}
.countdown-header { font-size: 12px; color: var(--text-dim); margin-bottom: 5px; }

.countdown-box {
    position: relative;
    padding: 12px;
    background: rgba(0,0,0,0.3);
    border-radius: 12px;
    border: 1px solid rgba(0, 240, 255, 0.3);
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.1);
}
.timer {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
}

/* --- BOTONES PRINCIPALES (Corrección Clave) --- */
.actions-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
    width: 100%;
}

.main-card {
    display: flex !important; /* Forzar flex */
    align-items: center;
    padding: 15px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    transition: transform 0.2s;
    color: white !important; /* Forzar texto blanco */
}

.main-card:active { transform: scale(0.98); }

/* Estilo YouTube */
.youtube-style:hover {
    border-color: #ff0000;
    box-shadow: 0 0 20px rgba(255,0,0,0.2);
}
.yt-icon { color: #ff0000; font-size: 24px; width: 40px; text-align: center; }

/* Estilo Fetisse (VIP) */
.fetisse-style {
    background: linear-gradient(90deg, rgba(50,0,50,0.5), rgba(20,0,20,0.5));
    border-color: rgba(255, 0, 222, 0.3);
}
.fetisse-style:hover {
    border-color: var(--neon-pink);
    box-shadow: 0 0 20px rgba(255, 0, 222, 0.25);
}
.fire-icon { color: var(--neon-pink); font-size: 20px; width: 40px; text-align: center; }

.card-content { flex: 1; display: flex; flex-direction: column; }
.card-title { font-size: 15px; font-weight: 700; color: white; }
.card-sub { font-size: 10px; color: var(--text-dim); }
.card-action { opacity: 0.5; font-size: 12px; }

/* Instagram Link */
.social-strip-minimal {
    text-align: center;
    margin-bottom: 25px;
}
.social-strip-minimal a {
    color: var(--text-dim) !important;
    font-size: 12px;
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    display: inline-block;
}

/* --- GRID SNEAK PEEK --- */
.section-title { font-size: 14px; margin-bottom: 12px; font-weight: 600; }

.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr; /* AHORA SON 2 COLUMNAS */
    gap: 15px; /* Un poco más de espacio entre ellas */
    margin-bottom: 25px;
}

.grid-item { display: flex; flex-direction: column; }

.thumb {
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid rgba(255,255,255,0.1);
}
.fake-img {
    width: 100%; height: 100%;
    background-color: #111; /* Un fondo oscuro base ayuda a resaltar el icono */
    background-size: cover;
    background-position: center;
    display: flex; justify-content: center; align-items: center;
    color: #ffffff !important; /* CAMBIA ESTO: Blanco puro en lugar de rgba */
    font-size: 24px; /* Asegura un buen tamaño */
}

/* Esto hace que los iconos sobre las imágenes sean sólidos y brillantes */
.fake-img i {
    opacity: 1 !important; /* Fuerza opacidad total */
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8)); /* Sombra negra para que resalte sobre cualquier foto */
    z-index: 2;
}

/* Colores específicos para que no sean transparentes */
.yt-overlay { color: #ff0000 !important; } /* YouTube Rojo Puro */
.blog-overlay { color: var(--neon-purple) !important; } /* Blog Morado Puro */

/* Bordes de color */
.cyan-border { border-color: var(--neon-cyan); box-shadow: 0 0 8px rgba(0,240,255,0.2); }
.purple-border { border-color: var(--neon-purple); box-shadow: 0 0 8px rgba(157,0,255,0.2); }
.pink-border { border-color: var(--neon-pink); box-shadow: 0 0 8px rgba(255,0,222,0.2); }

.grid-text { display: flex; flex-direction: column; }
.tag { font-size: 8px; font-weight: 800; margin-bottom: 2px; }
.tag.cyan { color: var(--neon-cyan); }
.tag.purple { color: var(--neon-purple); }
.tag.pink { color: var(--neon-pink); }
.title { font-size: 9px; line-height: 1.2; font-weight: 500; color: white; }

/* --- BITACORA --- */
.list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.list-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}
.list-icon { font-size: 16px; margin-top: 2px; }
.cyan-glow-box .list-icon { color: var(--neon-cyan); }
.purple-glow-box .list-icon { color: var(--neon-purple); }

.cyan-glow-box { border-left: 2px solid var(--neon-cyan); }
.purple-glow-box { border-left: 2px solid var(--neon-purple); }

.list-info { font-size: 10px; line-height: 1.3; }
.list-info strong { display: block; color: white; margin-bottom: 2px; }
.list-info p { color: var(--text-dim); }

.footer { text-align: center; margin-top: 30px; font-size: 10px; color: var(--text-dim); }
.dot { display: inline-block; width: 6px; height: 6px; background: orange; border-radius: 50%; margin-right: 5px; }

/* Responsive móvil */
@media screen and (max-width: 360px) {
    .grid-3 { grid-template-columns: 1fr; }
    .thumb { aspect-ratio: 21/9; }
}
/* Animación suave para el cambio de noticias */
.list-card {
    transition: opacity 0.5s ease-in-out, transform 0.2s, background 0.3s;
}

/* Clases utilitarias para el script JS */
.pink-glow-box { border-left: 2px solid var(--neon-pink); }
.cyan-glow-box { border-left: 2px solid var(--neon-cyan); }
.purple-glow-box { border-left: 2px solid var(--neon-purple); }
/* --- CSS EXTRA PARA TRANSICIONES SUAVES --- */

/* Contenedor que controlará la opacidad */
.fade-container {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

/* Clase que JS pondrá para ocultar temporalmente */
.fade-out {
    opacity: 0;
}

/* Asegurar que las imágenes tengan transición también */
.fake-img {
    transition: background-image 0.5s ease-in-out;
}

/* Clases utilitarias de color (por si faltaban) */
.cyan-border { border-color: var(--neon-cyan); box-shadow: 0 0 8px rgba(0,240,255,0.2); }
.purple-border { border-color: var(--neon-purple); box-shadow: 0 0 8px rgba(157,0,255,0.2); }
.pink-border { border-color: var(--neon-pink); box-shadow: 0 0 8px rgba(255,0,222,0.2); }
.tag.cyan { color: var(--neon-cyan); }
.tag.purple { color: var(--neon-purple); }
.tag.pink { color: var(--neon-pink); }

/* --- ESTILOS NUEVOS PARA AUSPICIADORES --- */
.sponsor-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%; /* Foto redonda */
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Ajuste para que el texto se alinee bien con la foto */
.list-card {
    align-items: center !important; /* Centrado vertical */
    gap: 12px !important;
}

/* Color dorado para destacar a los sponsors */
.gold-glow-box { 
    border-left: 3px solid #FFD700; 
    background: linear-gradient(90deg, rgba(255, 215, 0, 0.05), transparent);
}
/* --- BARRA INSTAGRAM MINIMALISTA --- */
.social-strip-minimal {
    display: flex;
    justify-content: center;
    margin: 5px 0 25px; /* Menos margen para que se vea integrado */
}

.social-strip-minimal a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.03); /* Fondo casi invisible */
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.6); /* Texto suavizado para elegancia */
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

/* Efecto al pasar el mouse: Ilumina solo cuando es necesario */
.social-strip-minimal a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.social-strip-minimal i {
    font-size: 16px;
    /* Color característico de Instagram muy suavizado */
    color: #e1306c; 
}

/* --- NUEVOS ÍCONOS SOCIALES SUPERIORES --- */
.top-social-actions {
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    gap: 15px;
    z-index: 20; /* Para asegurar que estén sobre todo */
}

.social-icon-btn {
    font-size: 22px;
    color: var(--text-dim);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon-btn:hover {
    transform: translateY(-2px) scale(1.1);
    color: #fff;
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.5));
}

/* Colores específicos al pasar el mouse */
.social-icon-btn:hover .fa-instagram { color: #E1306C; }
.social-icon-btn:hover .fa-tiktok { color: #00f2ea; text-shadow: 2px 2px 0px #ff0050; }
.social-icon-btn:hover .fa-youtube { color: #FF0000; }

/* --- MEJORA DE TIPOGRAFÍA UX/UI (Para 2 columnas) --- */

/* Título de la sección más grande */
.section-title {
    font-size: 16px; /* Antes 14px */
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* Etiqueta (Ej: "CAPÍTULO 1") más legible */
.tag {
    font-size: 11px; /* Antes 8px */
    font-weight: 800;
    margin-bottom: 4px;
    letter-spacing: 1px; /* Espaciado para toque elegante */
    text-transform: uppercase;
}

/* Título de la noticia más grande y clara */
.title {
    font-size: 14px; /* Antes 9px */
    line-height: 1.4; /* Mejor lectura */
    font-weight: 600;
    color: white;
}

/* Ajuste de la imagen para que no sea tan alta */
.thumb {
    aspect-ratio: 16/9; /* Mantiene formato video */
    margin-bottom: 8px;
    border-radius: 12px; /* Bordes un poco más redondeados */
}