/* Scoped styles for the redesigned Video department. Class prefix `vd-`. */
.vd-tab-empty { padding: 40px; text-align: center; color: var(--text-secondary, #888); font-size: 14px; }
.vd-toolbar { display: flex; gap: 8px; align-items: center; padding: 8px 12px; border-bottom: 1px solid var(--border, #e5e7eb); flex-wrap: wrap; }
.vd-stat-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 12px; }
.vd-stat-tile { background: var(--surface, #fff); border-left: 3px solid var(--accent, #6366f1); padding: 10px; border-radius: 6px; }
.vd-stat-label { font-size: 0.65em; color: var(--text-secondary, #888); text-transform: uppercase; letter-spacing: 0.4px; }
.vd-stat-value { font-size: 1.4em; font-weight: 700; }
.vd-row { display: grid; gap: 8px; padding: 8px 12px; border-bottom: 1px solid var(--border, #f0f0f0); align-items: center; font-size: 0.88em; }
.vd-status-pill { padding: 2px 8px; border-radius: 10px; font-size: 0.85em; }
.vd-status-scheduled { background: #fef3c7; color: #92400e; }
.vd-status-in_progress { background: #dbeafe; color: #1e40af; }
.vd-status-wrapped { background: #dcfce7; color: #166534; }
.vd-status-cancelled { background: #f3f4f6; color: #6b7280; }
.vd-status-crew_tbd { background: #fee2e2; color: #b91c1c; }
.vd-budget-bar { height: 6px; border-radius: 3px; background: #e5e7eb; overflow: hidden; }
.vd-budget-fill { height: 100%; background: #16a34a; }
.vd-budget-fill.over { background: #dc2626; }
.vd-table { width: 100%; border-collapse: collapse; font-size: 0.88em; }
.vd-table th { text-align: left; padding: 6px 8px; font-weight: 600; color: var(--text-secondary, #666); border-bottom: 1px solid var(--border, #e5e7eb); }
.vd-table td { padding: 8px; border-bottom: 1px solid var(--border, #f0f0f0); }
.vd-clickable { cursor: pointer; }
.vd-clickable:hover { background: var(--surface-hover, #f9fafb); }
.vd-shoot-grid { display: grid; grid-template-columns: 240px 1fr; gap: 14px; padding: 14px; }
.vd-shoot-sidebar { background: var(--surface, #fafafa); padding: 10px; border-radius: 6px; font-size: 0.85em; }
.vd-shoot-section-label { font-weight: 700; color: var(--text-secondary, #555); text-transform: uppercase; font-size: 0.85em; letter-spacing: 0.4px; margin: 12px 0 6px; }
.vd-shoot-section-label:first-child { margin-top: 0; }
.vd-week-grid { width: 100%; border: 1px solid var(--border, #e5e7eb); border-radius: 6px; overflow: hidden; font-size: 0.78em; }
.vd-week-row { display: grid; grid-template-columns: 80px repeat(var(--vd-crew-count, 3), 1fr); border-bottom: 1px solid var(--border, #f0f0f0); }
.vd-week-row.header { background: var(--surface, #f7f7fa); color: var(--text-secondary, #666); }
.vd-week-cell { padding: 6px; border-left: 1px solid var(--border, #eee); min-height: 32px; }
.vd-shoot-pill { padding: 4px 6px; border-radius: 4px; border-left: 3px solid var(--accent, #6366f1); background: var(--surface-alt, #eef); margin: 2px; cursor: pointer; }
.vd-clash { outline: 2px solid #dc2626; outline-offset: -2px; }
