.reel-content { max-width: 1250px; width: 100%; }
.reel-intro { margin: 25px 0 36px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.reel-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 18px; }
.reel-toolbar p { margin: 0; color: var(--muted); font-size: 13px; }
.reel-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.reel-row { position: relative; display: flex; align-items: center; gap: 18px; padding: 16px 18px 16px 10px; background: #151715; border: 1px solid var(--line); border-radius: 7px; }
.reel-position { color: #949b8e; font-size: 12px; font-variant-numeric: tabular-nums; }
.drag-handle { flex-shrink: 0; touch-action: none; cursor: grab; }
.drag-handle svg { stroke-width: 3; }
.drag-handle:active { cursor: grabbing; }
.reel-cover { display: grid; place-items: center; width: 132px; height: 88px; flex-shrink: 0; border-radius: 3px; overflow: hidden; background: #222622; }
.reel-cover img { width: 100%; height: 100%; object-fit: cover; }
.reel-cover span { color: var(--muted); font-size: 11px; }
.reel-details { flex: 1; min-width: 0; }
.reel-details h2 { margin: 0; font-size: 15px; line-height: 1.5; font-weight: 500; overflow-wrap: anywhere; }
.reel-details p { color: var(--muted); font-size: 12px; margin: 8px 0 0; }
.remove-job { flex-shrink: 0; }
.reel-row.is-dragging { opacity: .5; border-color: #aeb5a5; }
.reel-row.drop-before::before, .reel-row.drop-after::after { content: ''; position: absolute; left: 0; right: 0; height: 2px; background: #d9dece; }
.reel-row.drop-before::before { top: -8px; }
.reel-row.drop-after::after { bottom: -8px; }
.reel-empty { padding: 70px 24px; border: 1px dashed #ffffff26; border-radius: 7px; text-align: center; }
.reel-empty h2 { font-size: 18px; font-weight: 500; }
.reel-empty p, .reel-status { color: var(--muted); font-size: 13px; line-height: 1.6; }
.reel-status { min-height: 22px; margin: 22px 0; }
button:disabled { opacity: .4; cursor: default; }
#job-picker { width: min(560px, calc(100% - 32px)); }
.picker-intro { color: var(--muted); font-size: 13px; margin: -10px 0 20px; }
#job-picker .search-field { width: 100%; }
.picker-jobs { display: grid; margin-top: 20px; gap: 8px; max-height: 48svh; overflow-y: auto; }
.picker-job { display: flex; align-items: center; gap: 14px; padding: 10px; border: 1px solid var(--line); border-radius: 5px; background: #111411; color: inherit; text-align: left; }
.picker-job:hover { background: #ffffff08; border-color: #ffffff35; }
.picker-job .reel-cover { width: 76px; height: 54px; }
.picker-job .reel-details h2 { font-size: 13px; }
.picker-job .reel-details p { margin-top: 5px; font-size: 11px; }
.picker-empty { color: var(--muted); font-size: 13px; margin: 32px 0; text-align: center; }
.navigation-item:hover { background: #ffffff08; }
@media (max-width: 1050px) {
  .reel-row { gap: 12px; padding: 12px 10px 12px 4px; }
  .reel-cover { width: 94px; height: 72px; }
  .reel-position { display: none; }
}
@media (max-width: 640px) {
  .reel-content { padding-inline: 20px; }
  .reel-content .jobs-header { align-items: flex-start; gap: 12px; }
  .reel-content .jobs-header h1 { font-size: 25px; max-width: 140px; }
  #save-reel { flex-shrink: 0; }
  .reel-row { gap: 8px; padding-block: 12px; }
  .reel-cover { width: 70px; height: 64px; }
  .reel-details h2 { font-size: 12px; }
  .reel-details p { font-size: 10px; }
  .drag-handle, .remove-job { width: 28px; height: 44px; }
  .reel-intro { margin-bottom: 24px; }
}
