/* ═══════════════════════════════════════════════════════════════════════════════
   2. LAYOUT PRINCIPAL (Container)
   Contenedor principal de la aplicación - estructura flex
   ═══════════════════════════════════════════════════════════════════════════════ */

.whatsapp-container {
    display: flex;
    height: 100vh;
    background: #111b21;
}

