/* Custom styles for Trellex */
.sidebar-active {
    color: #2563eb;
    background-color: #eff6ff;
    border-right: 4px solid #2563eb;
}

.card {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.status-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-waiting { background-color: #fef3c7; color: #92400e; }
.status-editing { background-color: #dbeafe; color: #1e40af; }
.status-approval { background-color: #f3e8ff; color: #6b21a8; }
.status-approved { background-color: #d1fae5; color: #065f46; }

#video-player-container video {
    width: 100%;
    border-radius: 0.5rem;
}
