@keyframes pulse-slow {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.animate-pulse-slow {
    animation: pulse-slow 2s ease-in-out infinite;
}

#drop-zone.drag-over {
    border-color: #5c7cfa;
    background: rgba(92, 124, 250, 0.08);
}

details[open] summary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

video::-webkit-media-controls {
    display: none !important;
}
