body { background: #f8f9fa; }
.navbar-brand svg { margin-right: 8px; }
.video-container video { border-radius: 8px; }
.drop-zone {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    background-color: #fafafa;
    cursor: pointer;
    transition: 0.3s;
}
.drop-zone.drag-over {
    background-color: #e9ecef;
    border-color: #007bff;
}
.drop-zone p {
    margin: 0;
}