/* ==========================================================================
   OREGONS CHAT - MÓDULO: PANTALLA PRINCIPAL DE LISTA DE CHATS (PORTADA)
   Estilos independientes y clasificados para evitar código espagueti
   ========================================================================== */

#pantalla-lista-chats {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #1e1e1e !important; /* Gris oscuro profundo premium para la pantalla principal */
    z-index: 100 !important; /* Nivel 100 absoluto para obligarlo a cubrir toda la pantalla vieja */
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto !important; /* Listo para permitir deslizar hacia abajo si hay muchos chats */
}
