/* Mode Switching Styles */
body.pac-gallery-mode .pix-chat-container {
    opacity: 0 !important;
    pointer-events: none !important;
}

body.pac-chat-mode #pac-ai-gallery {
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Ensure transitions are enabled */
.pix-chat-container {
    transition: opacity 0.3s ease, top 0.3s ease;
}

#pac-ai-gallery {
    transition: opacity 0.3s ease;
}