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

body.aic-chat-mode #aic-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;
}

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