@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Source+Serif+4:opsz,wght@8..60,400;8..60,600&display=swap");:root{--bg:#15161a;--surface:#1d1f26;--surface-2:#262933;--border:#33363f;--text:#e7e3d8;--text-muted:#8a8d98;--amber:#b8863f;--green:#4f8f6b;--destructive:#a3372b;--destructive-hover:#c04435;--positive:#57a06b;--positive-hover:#64b27a;--primary-cta:#c99a3e;--primary-cta-hover:#dbae55;--pill-exported:#4a8dae;--pill-rejected:#bd6961;--range-source:#4a7fa6;--range-trim:var(--amber);--range-hook:#2e8b84;--font-mono:"IBM Plex Mono",ui-monospace,monospace;--font-serif:"Source Serif 4",Georgia,serif}*{box-sizing:border-box}body,html{padding:0;margin:0;background:var(--bg);color:var(--text);font-family:var(--font-serif);font-size:16px;line-height:1.5}a{color:inherit}button{font-family:var(--font-mono);cursor:pointer}input,select,textarea{font-family:var(--font-serif);background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:3px;padding:.5rem .65rem}button:focus-visible,input:focus,select:focus,textarea:focus{outline:2px solid var(--primary-cta);outline-offset:1px}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color-scheme:dark;padding-right:1.8rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%238a8d98' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center}.label{font-size:.72rem;letter-spacing:.08em}.label,.section-label{font-family:var(--font-mono);text-transform:uppercase;color:var(--text-muted)}.section-label{font-size:.7rem;letter-spacing:.1em;margin-top:.75rem}.btn{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.03em;border:1px solid var(--border);background:var(--surface-2);color:var(--text);padding:.5rem .9rem;border-radius:3px;transition:border-color .15s ease,background .15s ease}.btn:hover:not(:disabled){border-color:var(--text-muted)}.btn:disabled{opacity:.42;cursor:not-allowed;pointer-events:auto}.btn-destructive{background:var(--destructive);border-color:var(--destructive);color:#f4f1ea}.btn-destructive:hover:not(:disabled){background:var(--destructive-hover);border-color:var(--destructive-hover)}.btn-positive{background:var(--positive);border-color:var(--positive);color:#15161a}.btn-positive:hover:not(:disabled){background:var(--positive-hover);border-color:var(--positive-hover)}.btn-cta{background:var(--primary-cta);border-color:var(--primary-cta);color:#15161a}.btn-cta:hover:not(:disabled){background:var(--primary-cta-hover);border-color:var(--primary-cta-hover)}.btn-toggle-active{background:var(--text);border-color:var(--text);color:var(--bg)}.card{background:var(--surface);border:1px solid var(--border);border-radius:4px}.status{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;padding:.15rem .5rem;border-radius:2px;border:1px solid var(--border);display:inline-block}.status-candidate,.status-not_started,.status-pending{color:var(--text-muted)}.status-compositing,.status-generating,.status-processing,.status-queued,.status-spike_detecting,.status-transcribing,.status-triaging,.status-youtube_downloading{color:var(--amber);border-color:var(--amber)}.status-approved,.status-complete,.status-ready{color:var(--green);border-color:var(--green)}.status-exported{color:var(--pill-exported);border-color:var(--pill-exported)}.status-failed{color:var(--destructive);border-color:var(--destructive)}.status-rejected{color:var(--pill-rejected);border-color:var(--pill-rejected)}