@charset "UTF-8";:root{--bg: #0d1117;--bg-raised: #161b22;--bg-inset: #010409;--border: #30363d;--border-strong: #3d444d;--text: #e6edf3;--text-dim: #9198a1;--accent: #4493f8;--accent-strong: #1f6feb;--ok: #3fb950;--warn: #d29922;--danger: #f85149;--stale: #bc8cff;--radius: 8px;--font: "Segoe UI", system-ui, -apple-system, sans-serif;--mono: "Cascadia Code", "JetBrains Mono", Consolas, monospace}*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{font-weight:600;margin:0 0 .5rem}button{font-family:inherit;font-size:13px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-raised);color:var(--text);padding:6px 14px;cursor:pointer;transition:background .15s,border-color .15s}button:hover:not(:disabled){border-color:var(--border-strong);background:#1f2630}button:disabled{opacity:.5;cursor:default}button.primary{background:var(--accent-strong);border-color:var(--accent-strong);color:#fff;font-weight:600}button.primary:hover:not(:disabled){background:#2f81f7}input,textarea,select{font-family:inherit;font-size:14px;color:var(--text);background:var(--bg-inset);border:1px solid var(--border);border-radius:var(--radius);padding:8px 12px;width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent)}textarea{resize:vertical;min-height:90px}label{display:block;font-size:12px;color:var(--text-dim);margin:12px 0 4px;font-weight:600}.card{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.error-text{color:var(--danger);font-size:13px;margin-top:8px}button.xref{display:inline;padding:0 1px;margin:0;border:0;border-bottom:1px dashed var(--accent);border-radius:0;background:none;color:var(--accent);font:inherit;line-height:inherit;cursor:help}button.xref:hover:not(:disabled){background:#4493f824;border-bottom-style:solid}button.xref:focus-visible{outline:2px solid var(--accent);outline-offset:1px}code{font-family:var(--mono);font-size:.92em;background:var(--bg-inset);border:1px solid var(--border);border-radius:4px;padding:1px 5px}.dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;background:var(--border-strong)}.dot.status-notstarted{background:var(--text-dim)}.dot.status-blocked{background:var(--border)}.dot.status-generating{background:var(--accent);animation:pulse 1.2s infinite}.dot.status-complete{background:var(--ok)}.dot.status-stale{background:var(--stale)}.dot.status-failed{background:var(--danger)}@keyframes pulse{50%{opacity:.35}}.phase-number{display:inline-grid;place-items:center;width:20px;height:20px;font-size:11px;border-radius:50%;background:var(--bg-inset);border:1px solid var(--border)}.pill{display:inline-block;flex-shrink:0;white-space:nowrap;font-family:var(--mono);font-size:11px;font-weight:700;padding:1px 8px;border-radius:999px;border:1px solid var(--border-strong);background:var(--bg-inset)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}::-webkit-scrollbar-track{background:transparent}
