@import url('https://fonts.googleapis.com/css2?family=Verdana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

:root {
    /* Paleta Frutiger "Dark Mode" */
    --cyan: #00f3ff;
    --pink: #ff0099;
    --purple: #bd00ff;
    --blue: #0055ff;
    
    /* Variables de Vidrio (Aero) */
    --glass-bg: rgba(20, 20, 30, 0.65); /* Fondo oscuro semitransparente */
    --glass-border: rgba(255, 255, 255, 0.3);
    --glass-shine: rgba(255, 255, 255, 0.1);
}

/* Contenedor que tapa toda la pantalla */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000; /* Asegura que esté encima de TODO */
    
    /* Pega aquí tu link de fondo correcto cuando lo tengas */
    background-image: url('https://imgur.com/7Xbr8GM.png'); 
    background-color: #000;
    background-size: cover;
    background-position: center;
    
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease; /* Para que desaparezca suavemente */
}

/* El Icono del Spray */
.loader-icon {
    width: 100px; /* Ajusta el tamaño si lo quieres más grande */
    animation: pulse-load 0.8s infinite alternate;
}

/* Animación de pulso */
@keyframes pulse-load {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.2); opacity: 1; }
}

/* Clase para ocultarlo (la usará el JavaScript) */
.loader-hidden {
    opacity: 0;
    pointer-events: none; /* Para que puedas hacer click en la web aunque siga ahí invisible */
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Verdana', sans-serif; /* Fuente clásica de Windows */
    background: #000;
    color: white;
    overflow-x: hidden;
}

/* SCROLLBAR PERSONALIZADA (Estilo Gel) */
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: #111; }
::-webkit-scrollbar-thumb { 
    background: linear-gradient(var(--cyan), var(--blue)); 
    border-radius: 6px;
    border: 2px solid #111;
}

/* FONDO CON CAPA OSCURA */
.wallpaper {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
                url('https://art.ngfiles.com/images/5077000/5077669_21750_lilbootywipe_tokyo-to-background.666c7f37382b3045635082f7d3d3dbb5.png?f1695775158.png'); /* Tu imagen */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
}

/* BARRA DE TAREAS SUPERIOR */
.taskbar {
    position: sticky;
    top: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(30,30,40,0.9), rgba(0,0,0,1));
    border-bottom: 1px solid var(--cyan);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0, 243, 255, 0.2);
    backdrop-filter: blur(5px);
}

.start-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: radial-gradient(circle, #333, #000);
    padding: 5px 15px;
    border-radius: 20px 0 20px 0;
    border: 1px solid var(--glass-border);
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
}
.start-button:hover { box-shadow: 0 0 10px var(--cyan); }

.taskbar-status {
    font-family: 'VT323', monospace;
    font-size: 1.2rem;
    color: var(--pink);
    display: flex;
    align-items: center;
    gap: 5px;
}
.status-dot { width: 8px; height: 8px; background: var(--pink); border-radius: 50%; animation: blink 1s infinite; }

/* LAYOUT DE ESCRITORIO (GRID) */
.desktop-grid {
    display: grid;
    /* 3 columnas: Izq(250px) - Centro(Flexible) - Der(250px) */
    grid-template-columns: 280px 1fr 280px;
    gap: 20px;
    padding: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 25px; /* Espacio entre ventanas verticales */
}

/* === ESTILO DE VENTANA AERO (GLASSMORPHISM) === */
.aero-window {
    background: var(--glass-bg);
    backdrop-filter: blur(10px); /* El efecto borroso detrás */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.5), /* Sombra externa */
        inset 0 0 0 1px rgba(255,255,255,0.1); /* Brillo interno sutil */
    transition: transform 0.2s;
}

.aero-window:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
}

/* BARRAS DE TÍTULO GLOSSY */
.window-title-bar {
    padding: 8px 12px;
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    /* Efecto Glossy en CSS */
    background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.1) 51%);
}

.bar-cyan { background-color: var(--cyan); }
.bar-pink { background-color: var(--pink); }
.bar-blue { background-color: var(--blue); }
.bar-purple { background-color: var(--purple); }
.bar-dark { background-color: #333; }

.window-content {
    padding: 15px;
}

/* --- CONTENIDO ESPECÍFICO DE WIDGETS --- */

/* Perfil */
.profile-card { text-align: center; }
.avatar-frame {
    width: 80px; height: 80px; margin: 0 auto 10px;
    border: 2px solid white; border-radius: 5px;
    overflow: hidden; box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.avatar-frame img { width: 100%; height: 100%; object-fit: cover; }
.glossy-button {
    margin-top: 10px;
    background: linear-gradient(to bottom, #444, #111);
    border: 1px solid #666; padding: 5px 10px; border-radius: 4px;
    cursor: pointer; font-size: 0.8rem;
}
.glossy-button:hover { background: linear-gradient(to bottom, var(--cyan), #0088aa); }

/* Datos Técnicos */
.tech-list li { list-style: none; font-size: 0.9rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 5px 0; }
.txt-cyan { color: var(--cyan); text-shadow: 0 0 5px var(--cyan); }
.txt-pink { color: var(--pink); text-shadow: 0 0 5px var(--pink); }
.mini-map-box { margin-top: 10px; height: 100px; border: 1px solid #555; overflow: hidden; position: relative; }
.mini-map-box img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }

/* GRID DE AMIGOS */
.friends-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columnas */
    gap: 15px;
    padding: 15px;
}

.friend-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: transform 0.2s;
    cursor: pointer;
}

.friend-slot:hover {
    transform: scale(1.1); /* Efecto pop al pasar el mouse */
}

/* AVATAR CON BORDE ESTILO AERO */
.friend-avatar {
    width: 50px;
    height: 50px;
    background: #000;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px; /* Un poco cuadrado para estilo retro */
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    object-fit: cover;
}

/* CONTENEDOR DE NOMBRE Y ESTADO */
.friend-info {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.6);
    padding: 2px 6px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.friend-name {
    font-family: 'Verdana', sans-serif;
    font-size: 0.75rem;
    color: white;
    font-weight: bold;
}

/* EL PUNTO DE ESTADO */
.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.5);
}

.is-online {
    background-color: var(--pink); /* Tu rosa neón */
    box-shadow: 0 0 6px var(--pink);
    animation: pulse-dot 2s infinite;
}

.is-offline {
    background-color: #777; /* Gris */
}

@keyframes pulse-dot {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* --- ESTILOS DE LA TERMINAL CENTRAL --- */

/* Ajuste del contenedor principal */
.main-terminal {
    background: #000; /* Fondo negro puro como la imagen */
    border: 1px solid #444;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
    overflow: hidden; /* Para que nada se salga */
}

.terminal-content {
    display: flex;
    flex-direction: column;
}

/* PANTALLA SUPERIOR (Donde corre el código) */
.screen-display {
    height: 250px; /* Altura de la parte del código */
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #333;
}

/* El texto de la terminal */
.terminal-stream {
    padding: 15px;
    font-family: 'VT323', monospace;
    font-size: 1.2rem;
    color: var(--cyan); /* Texto cyan como en tu imagen */
    text-shadow: 0 0 4px var(--cyan); /* Brillo neón */
}

.code-scroll {
    animation: scroll-up 4s linear infinite; /* Velocidad del loop */
}

.code-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 2px;
}

/* CAJA DE DIÁLOGO (Ajustada para ser más grande) */
.dialogue-area {
    height: 140px; /* MÁS GRANDE */
    background: #111;
    color: #eee;
    padding: 25px 20px;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #333;
    transition: background 0.2s;
}

.dialogue-area:hover {
    background: #1a1a1a; /* Feedback visual al pasar el mouse */
}

.speaker-tag {
    position: absolute;
    top: -12px;
    left: 20px;
    background: var(--pink); /* Etiqueta rosa */
    color: white;
    padding: 2px 10px;
    font-family: 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 0.8rem;
    border: 1px solid white;
    z-index: 9999;
}

#active-text {
    font-family: 'Verdana', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
}

.next-arrow {
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: var(--cyan);
    font-size: 1.2rem;
}

/* --- ANIMACIONES Y EFECTOS --- */

/* Loop del código */
@keyframes scroll-up {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

/* Efecto Scanlines (Rayas de monitor viejo) */
.scanlines {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
    background-size: 100% 4px;
    pointer-events: none;
    z-index: 10;
}

/* --- LOGICA DE APAGADO (CRUCIAL PARA TU SCRIPT) --- */

/* El overlay está oculto por defecto */
#screen-off-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: white;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
}

/* Clase que añade el JS: Animación de TV apagándose */
.tv-off-animation {
    animation: tv-shutdown 0.4s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes tv-shutdown {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        background: white; /* Flash blanco inicial */
    }
    40% {
        opacity: 1;
        transform: scale(1, 0.02); /* Se aplasta verticalmente */
        background: white;
    }
    80% {
        opacity: 1;
        transform: scale(0, 0.02); /* Se aplasta horizontalmente */
        background: white;
    }
    100% {
        opacity: 1;
        transform: scale(0, 0);
        background: black; /* Queda negro al final */
    }
}

/* Clase para "matar" el contenido (Dialog box) */
.content-killed {
    opacity: 0.3 !important;
    pointer-events: none !important;
    filter: grayscale(100%);
    transition: opacity 1s;
}

/* ESTILOS DEL REPRODUCTOR DE MÚSICA */
.music-player {
    text-align: center;
    padding: 0 !important; /* Quitamos padding para que el GIF toque los bordes */
    display: flex;
    flex-direction: column;
}


/* Contenedor del visualizador */
.visualizer-screen {
    position: relative;
    width: 100%;
    height: 80px; /* Puedes aumentar esto si quieres que sea más alto */
    border-bottom: 1px solid #555;
    overflow: hidden;

    /* --- NUEVO FONDO REPETIBLE --- */
    background-color: #000; /* Color de fondo por si el GIF no carga */
    background-image: url('https://i.pinimg.com/originals/47/26/b5/4726b59f06c9fed1d2a0c1da6df5b136.gif');
    
    /* Esto hace la magia: repite el GIF horizontalmente */
    background-repeat: repeat-x; 
    
    /* Centramos el GIF verticalmente para que se vean bien las ondas */
    background-position: center center; 
    
    /* Opcional: ajusta el tamaño si se ve muy grande o chico */
    /* background-size: auto 100%; */ 
}
/* La capa oscura (Overlay) */
.dark-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Oscuridad al 70% */
    opacity: 1; /* Por defecto visible (porque empieza pausado) */
    transition: opacity 0.3s ease; /* Transición suave */
    pointer-events: none;
}

/* Clase que usaremos con JS para "encender" el GIF */
.visualizer-screen.playing .dark-overlay {
    opacity: 0; /* Se vuelve transparente al reproducir */
}

/* Ajustes de controles */
.track-info {
    background: #222;
    color: var(--cyan);
    font-family: 'VT323', monospace;
    font-size: 1.1rem;
    padding: 5px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}

.player-controls {
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.05);
}

.glossy-btn {
    width: 40px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.5);
    background: linear-gradient(to bottom, #fff 0%, #ccc 50%, #999 100%);
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.glossy-btn:active {
    transform: translateY(1px);
    background: #ccc;
}

/* Links de Navegación */
.nav-links { display: flex; flex-direction: column; gap: 8px; }
.glass-link {
    display: flex; align-items: center; gap: 10px;
    padding: 10px;
    background: linear-gradient(to right, rgba(255,255,255,0.1), transparent);
    text-decoration: none; color: white;
    border: 1px solid transparent;
    transition: all 0.2s;
}
.glass-link:hover {
    border-color: var(--cyan);
    box-shadow: 0 0 15px var(--cyan);
    background: rgba(0, 243, 255, 0.2);
}

/* Calendario */
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; text-align: center; font-size: 0.8rem; margin-top: 10px; }
.dim { color: #555; }

/* Galería */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.photo-thumb { height: 60px; background: #222; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; color: #555; border: 1px solid #444; }

/* ANIMACIONES */
@keyframes blink { 50% { opacity: 0; } }
@keyframes bounce { 0% { height: 20%; } 100% { height: 100%; } }

/* Ajustes Responsive básicos */
@media (max-width: 900px) {
    .desktop-grid { grid-template-columns: 1fr; }
    .column { width: 100%; }
}

/* --- CURSOR PERSONALIZADO FORZADO --- */

/* 1. Aplicar a TODO elemento existente */
* {
    /* El '16 16' es el centro exacto para tu mira */
    cursor: url('https://imgur.com/etryJ87.png') 16 16, auto !important;
}

/* 2. Forzarlo específicamente en elementos interactivos y sus estados hover */
html, body, a, button, input, select, textarea, 
.glossy-btn, .friend-slot, .win-controls, .glass-link {
    cursor: url('https://imgur.com/etryJ87.png') 16 16, auto !important;
}

/* 3. Asegurar que no cambie ni siquiera al hacer click (:active) */
*:active {
    cursor: url('https://imgur.com/etryJ87.png') 16 16, auto !important;
}

/* --- ALERTA EN ESQUINA --- */
.corner-alert {
    position: fixed;
    bottom: 20px;
    /* Lo mandamos bien lejos a la derecha */
    right: -500px; 
    background: #000;
    border: 2px solid var(--pink);
    color: white;
    padding: 10px 20px;
    font-family: 'Verdana', sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 5px 5px 0 rgba(255, 0, 153, 0.5);
    z-index: 999999; /* Aseguramos que esté por encima de todo */
    transition: right 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.corner-alert.show {
    right: 20px; /* Posición cuando es visible */
}

/* --- KONAMI MODE: NEON GOLD --- */
body.gold-mode {
    filter: sepia(100%) saturate(300%) brightness(1.1) hue-rotate(-15deg);
    transition: filter 1s ease-in-out;
}

body.gold-mode .window-title-bar {
    background: linear-gradient(to bottom, #ffd700, #b8860b) !important;
}

body.gold-mode .start-button {
    box-shadow: 0 0 20px #ffd700;
    border-color: #fff;
}

/* Efecto de partículas doradas sutil */
body.gold-mode::after {
    content: "";
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.1;
    pointer-events: none;
    z-index: 999999;
    animation: gold-fall 10s linear infinite;
}

@keyframes gold-fall {
    from { transform: translateY(0); }
    to { transform: translateY(500px); }
}

/* --- PANTALLA DE BANEO (MÁXIMA VISIBILIDAD) --- */
.banned-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    /* Fondo rojizo translúcido para que se vea el caos detrás */
    background: rgba(40, 0, 0, 0.6); 
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px);
    z-index: 1000000; /* Aseguramos que esté por encima de TODO */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none; 
    transition: opacity 0.5s ease;
    /* Evitamos que el filtro del body afecte a esta ventana */
    filter: none !important; 
}

.banned-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.ban-content {
    text-align: center;
    font-family: 'Verdana', sans-serif;
    max-width: 650px;
    width: 90%;
    background: #000; /* Fondo negro puro para que resalte el texto */
    border: 3px solid #ff0055;
    border-radius: 15px;
    padding: 50px;
    /* Resplandor neón exterior e interior */
    box-shadow: 0 0 60px rgba(255, 0, 85, 0.8), 
                inset 0 0 20px rgba(255, 0, 85, 0.4);
    position: relative;
}

.ban-title {
    color: #ff0055;
    font-size: 3.5rem;
    margin-bottom: 25px;
    text-shadow: 0 0 20px #ff0055;
    font-family: 'VT323', monospace;
    letter-spacing: 4px;
}

.ban-reason { 
    color: #fff;
    font-size: 1.3rem; 
    margin-bottom: 15px;
    font-weight: bold;
}

.ban-sub { 
    color: #ff88aa; 
    font-style: italic; 
    margin-bottom: 35px;
    font-size: 1.1rem;
}

/* BOTÓN DE DISCULPA MEJORADO */
#apologize-btn {
    background: #fff;
    color: #000;
    border: none;
    width: 100%;
    height: 40px;
    font-size: 1.3rem;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 5px 0 #ff0055;
    transition: all 0.1s;
}

#apologize-btn:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #ff0055;
    background: #ff0055;
    color: #fff;
}

/* Animación de Glitch para toda la pantalla */
@keyframes global-glitch {
    0% { transform: translate(0); filter: hue-rotate(0deg); }
    10% { transform: translate(-5px, 3px); filter: hue-rotate(90deg); }
    20% { transform: translate(5px, -3px); }
    30% { transform: translate(-3px, -5px); filter: invert(0.1); }
    40% { transform: translate(3px, 5px); }
    50% { transform: translate(-8px, 2px); filter: hue-rotate(180deg); }
    60% { transform: translate(8px, -2px); }
    70% { transform: translate(-2px, 8px); }
    80% { transform: translate(2px, -8px); filter: invert(0); }
    90% { transform: translate(5px, 5px); }
    100% { transform: translate(0); filter: hue-rotate(0deg); }
}

/* Esta clase se activará desde JS */
.glitch-active {
    animation: global-glitch 0.2s linear infinite;
    overflow: hidden; /* Evita que se vean bordes blancos al vibrar */
}

/* --- ESTILOS DEL SHOUTBOX --- */
.shoutbox-container {
    display: flex;
    flex-direction: column;
    height: 200px;
    padding: 0;
}

.shout-messages {
    flex-grow: 1;
    overflow-y: auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.shout { line-height: 1.2; font-family: 'Verdana', sans-serif; }
.user-gum { color: var(--pink); font-weight: bold; }
.user-beat { color: var(--cyan); font-weight: bold; }
.user-dj { color: #ffff00; font-weight: bold; }
.user-guest { color: #00ff00; font-weight: bold; }
.msg { color: #eee; margin-left: 5px; }

.shout-input-area {
    padding: 8px;
    display: flex;
    gap: 5px;
    background: rgba(255, 255, 255, 0.05);
}

.cursor-txt {
    position: fixed;
    pointer-events: none; /* Crucial: para que no bloquee clics */
    z-index: 1000000;
    font-family: 'VT323', monospace;
    font-size: 0.9rem;
    color: var(--cyan);
    text-shadow: 1px 1px 2px #000;
    padding: 2px 8px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@keyframes dj-glow {
    0% { text-shadow: 0 0 5px var(--cyan); }
    50% { text-shadow: 0 0 20px var(--pink), 0 0 30px var(--pink); }
    100% { text-shadow: 0 0 5px var(--cyan); }
}

.dj-speaking {
    animation: dj-glow 1.5s infinite;
    color: var(--pink) !important;
}

.glass-input {
    flex-grow: 1;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 5px;
    border-radius: 4px;
    font-size: 0.8rem;
}

/* Ventana colorida que resalta sobre el gris */
.suggest-popup {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 300px;
    z-index: 2000000;
    border: 3px solid var(--cyan) !important;
    box-shadow: 0 0 30px var(--cyan);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.suggest-popup.show { transform: translate(-50%, -50%) scale(1); }

/* Texto Fantasma de Aika */
.ghost-msg {
    position: fixed;
    top: 40%; left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Verdana', sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 15px #fff, 0 0 30px #fff;
    pointer-events: none;
    z-index: 3000000;
    text-align: center;
    width: 80%;
    opacity: 0;
    transition: opacity 2s ease;
    animation: ghost-wave 4s ease-in-out infinite;
}

@keyframes ghost-wave {
    0%, 100% { transform: translate(-50%, -52%); }
    50% { transform: translate(-50%, -48%); }
}

.small-btn {
    padding: 2px 10px;
    font-size: 0.7rem;
}

/* --- NIVELES DE PÉRDIDA DE COLOR --- */
.sad-1 { filter: grayscale(0.35) contrast(0.9); transition: filter 2s; }
.sad-2 { filter: grayscale(0.7) contrast(0.85); transition: filter 2s; }
.sad-3 { filter: grayscale(1) contrast(0.8) brightness(0.8); transition: filter 4s; }

/* --- BOTÓN DESHABILITADO --- */
.hidden-options button:disabled {
    border-color: #444;
    color: #444;
    cursor: default;
    filter: grayscale(1);
    opacity: 0.5;
}

.hidden-options {
    display: none; /* Oculto por defecto */
    gap: 10px;
    padding: 10px;
    background: #000;
    justify-content: center;
    border-top: 1px solid #333;
}

.hidden-options button {
    background: transparent;
    border: 1px solid var(--pink);
    color: var(--pink);
    font-family: 'VT323', monospace;
    cursor: pointer;
    padding: 2px 10px;
}

.hidden-options button:hover {
    background: var(--pink);
    color: white;
}

.user-corn { color: #ccff00; font-weight: bold; }
.user-combo { color: #ffae00; font-weight: bold; }