:root{--bg: #eef1f6;--bg-sunken: #e8ebf1;--surface: #ffffff;--surface-2: #f6f7fa;--border: #e5e7ee;--border-strong: #d9dce4;--input-border: #d3d6de;--hover: #f1f3f8;--chip: #ebeef4;--text: #191b20;--text-2: #565a64;--text-3: #868a94;--text-4: #a7abb4;--brand: #4e76fc;--brand-strong: #3a5fe6;--brand-ink: #2b40a8;--brand-tint: #e9eefe;--brand-tint-bd: #c9d5fb;--on-brand: #ffffff;--scrim: rgba(20, 24, 38, .42);--card-shadow: 0 1px 2px rgba(20, 21, 26, .05);--desk: #e7e9ef;--desk-2: #dcdfe7;--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--sans: "Onest", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;--code-comment: #6e7781;--code-keyword: #cf222e;--code-string: #0a3069;--code-number: #0550ae;--code-title: #8250df;--code-attr: #953800}:root[data-theme=dark]{--bg: #0c0e12;--bg-sunken: #101319;--surface: #181b22;--surface-2: #1e222a;--border: #2a2e38;--border-strong: #363b46;--input-border: #3b4049;--hover: #222732;--chip: #262b35;--text: #ecedf2;--text-2: #a6acb7;--text-3: #7a808c;--text-4: #5e6572;--brand: #6f8dff;--brand-strong: #8aa1ff;--brand-ink: #b7c6ff;--brand-tint: #1b2340;--brand-tint-bd: #2e3b61;--on-brand: #ffffff;--scrim: rgba(0, 0, 0, .58);--card-shadow: 0 1px 2px rgba(0, 0, 0, .4);--desk: #08090c;--desk-2: #050608;--code-comment: #8b949e;--code-keyword: #ff7b72;--code-string: #a5d6ff;--code-number: #79c0ff;--code-title: #d2a8ff;--code-attr: #ffa657}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:var(--sans);transition:background .25s ease,color .25s ease}@keyframes sdlcPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.65)}}@keyframes sdlcSpin{to{transform:rotate(360deg)}}@keyframes sdlcFade{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes sdlcSheet{0%{transform:translateY(100%)}to{transform:none}}@keyframes sdlcScrim{0%{opacity:0}to{opacity:1}}*{scrollbar-width:thin;scrollbar-color:transparent transparent}*:hover{scrollbar-color:var(--border-strong) transparent}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:transparent;border-radius:999px;border:2px solid transparent;background-clip:padding-box}:hover::-webkit-scrollbar-thumb{background:var(--border-strong);background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--text-4);background-clip:padding-box}button{font-family:inherit}:focus-visible{outline:none}.md-body{font:400 14px/1.7 var(--sans);color:var(--text)}.md-body h1{font:600 20px/1.3 var(--sans);margin:2px 0 14px;letter-spacing:-.01em;color:var(--text)}.md-body h2{font:600 16px/1.3 var(--sans);margin:22px 0 9px;padding-bottom:7px;border-bottom:1px solid var(--chip);color:var(--text)}.md-body h3{font:600 14px/1.3 var(--sans);margin:16px 0 6px;color:var(--text-2)}.md-body p{margin:9px 0}.md-body ul,.md-body ol{margin:9px 0;padding-left:22px}.md-body li{margin:5px 0}.md-body strong{font-weight:600;color:var(--text)}.md-body a{color:var(--brand-ink)}.md-body code{font:500 12.5px var(--mono);background:var(--chip);padding:1px 5px;border-radius:5px}.md-body pre{font:450 13px/1.75 var(--mono);background:var(--surface-2);border:1px solid var(--chip);border-radius:12px;padding:18px 20px;overflow:auto}.md-body pre code{background:none;padding:0;font-size:13px}.md-body table{border-collapse:collapse;margin:10px 0;font-size:13px}.md-body th,.md-body td{border:1px solid var(--border);padding:6px 10px;text-align:left}.md-body th{background:var(--surface-2);font-weight:600}.md-body blockquote{margin:9px 0;padding:2px 14px;border-left:3px solid var(--border-strong);color:var(--text-2)}.mdoc-sheet{font-size:15px}.mdoc-sheet .md-body img{display:block;max-width:100%;max-height:480px;width:auto;margin:16px auto;border-radius:10px;border:1px solid var(--chip);box-shadow:0 2px 14px #0f121c14;object-fit:contain}@media (max-width: 860px){.mdoc-sheet .md-body img{max-height:360px}}.code-body{font:450 13px/1.75 var(--mono);color:var(--text);background:var(--surface-2);border:1px solid var(--chip);border-radius:12px;padding:18px 20px;white-space:pre;overflow:auto;margin:0}.app{min-height:100vh;display:flex;height:100vh;overflow:hidden}.rail{width:76px;flex:0 0 76px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 0 16px;height:100vh}.rail-logo{display:block;margin-bottom:13px;flex:none}.rail-spacer{flex:1}.rail-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:58px;padding:9px 0;border:0;border-radius:11px;cursor:pointer;background:transparent;color:var(--text-3);transition:background .12s}.rail-item:hover{background:var(--hover)}.rail-item.active{background:var(--brand-tint);color:var(--brand-ink)}.rail-label{font:500 10px/1 var(--sans)}.rail-badge{position:absolute;top:5px;right:10px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--brand);color:#fff;font:600 9.5px/16px var(--mono);text-align:center}.rail-avatar{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;border-radius:999px;background:none;cursor:pointer;padding:0}.rail-avatar:hover{opacity:.82}.main{flex:1;min-width:0;height:100vh;overflow-y:auto}.page{max-width:1140px;margin:0 auto;padding:40px 32px 96px}.page-head{margin-bottom:24px}.page-title{font:600 24px/1.15 var(--sans);letter-spacing:-.02em;margin:0;color:var(--text)}.page-sub{font:400 14px/1.5 var(--sans);color:var(--text-3);margin:8px 0 0}.tabbar{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font:600 13.5px/1 var(--sans);border-radius:10px;padding:11px 16px;cursor:pointer;white-space:nowrap;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);transition:background .12s,border-color .12s,color .12s,box-shadow .12s}.btn:hover{background:var(--hover)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--brand);border-color:var(--brand);color:var(--on-brand);box-shadow:0 1px 2px #14151a24}.btn-primary:hover{background:var(--brand-strong);border-color:var(--brand-strong)}.btn-danger{background:color-mix(in srgb,#ef4444 12%,var(--surface));border-color:color-mix(in srgb,#ef4444 30%,var(--surface));color:color-mix(in srgb,#ef4444,var(--text) 15%)}.btn-danger:hover{background:color-mix(in srgb,#ef4444 20%,var(--surface))}.btn-ghost{border-color:transparent;background:none;color:var(--text-2);padding:8px 10px}.btn-ghost:hover{background:var(--hover);color:var(--text)}.btn-sm{padding:8px 12px;font-size:12.5px;border-radius:9px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9px;border:1px solid var(--border);background:var(--surface);color:var(--text-2);cursor:pointer;transition:background .12s,color .12s,border-color .12s;flex:none}.icon-btn:hover{background:var(--hover);color:var(--text)}.icon-btn:disabled{opacity:.45;cursor:not-allowed}.link-btn{border:0;background:none;color:var(--brand-ink);cursor:pointer;font:500 13px/1 var(--sans);padding:2px 4px}.link-btn:hover{text-decoration:underline}.link-btn:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.field{display:flex;flex-direction:column;gap:6px}.field-label{font:600 11px/1 var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.input,.textarea,.select{font:400 14px/1.5 var(--sans);color:var(--text);background:var(--surface);border:1px solid var(--input-border);border-radius:10px;padding:10px 12px;width:100%;transition:border-color .12s,box-shadow .12s;outline:none}.textarea{resize:vertical;min-height:96px}.input:focus,.textarea:focus,.select:focus{border-color:var(--brand);box-shadow:0 0 0 3px #4e76fc2e}.input::placeholder,.textarea::placeholder{color:var(--text-4)}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--card-shadow)}.skel{border-radius:7px;background:linear-gradient(90deg,var(--surface-2) 25%,var(--hover) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:sdlcShimmer 1.3s ease-in-out infinite}@keyframes sdlcShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.card-pad{padding:20px 22px}.card-btn{cursor:pointer;transition:border-color .12s,box-shadow .12s,transform .12s;text-align:left}.card-btn:hover{border-color:var(--border-strong);box-shadow:0 1px 2px #14151a0f,0 1px 1px #14151a0a}.chip{display:inline-flex;align-items:center;gap:6px;font:500 12.5px/1 var(--sans);color:var(--text-2);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:5px 11px}.filter-chip{cursor:pointer;transition:background .12s,color .12s,border-color .12s}.filter-chip:hover{background:var(--hover)}.filter-chip.active{background:var(--brand-tint);border-color:var(--brand-tint-bd);color:var(--brand-ink)}.muted{color:var(--text-3)}.small{font-size:12px}.mono{font-family:var(--mono)}.md-body .hljs{background:transparent;color:inherit;padding:0}.md-body .hljs-comment,.md-body .hljs-quote{color:var(--code-comment);font-style:italic}.md-body .hljs-keyword,.md-body .hljs-selector-tag,.md-body .hljs-type,.md-body .hljs-built_in,.md-body .hljs-doctag,.md-body .hljs-deletion{color:var(--code-keyword)}.md-body .hljs-string,.md-body .hljs-regexp,.md-body .hljs-addition,.md-body .hljs-meta .hljs-string{color:var(--code-string)}.md-body .hljs-number,.md-body .hljs-literal,.md-body .hljs-symbol,.md-body .hljs-bullet,.md-body .hljs-link,.md-body .hljs-meta{color:var(--code-number)}.md-body .hljs-title,.md-body .hljs-title.function_,.md-body .hljs-title.class_,.md-body .hljs-section,.md-body .hljs-name,.md-body .hljs-selector-id,.md-body .hljs-selector-class{color:var(--code-title)}.md-body .hljs-attr,.md-body .hljs-attribute,.md-body .hljs-variable,.md-body .hljs-template-variable,.md-body .hljs-property{color:var(--code-attr)}.md-body .hljs-emphasis{font-style:italic}.md-body .hljs-strong{font-weight:600}.queue-grid{display:flex;flex-direction:column;gap:11px}.queue-grid.tight{gap:8px}.task-row{transition:border-color .12s,box-shadow .12s}.task-row:hover{border-color:var(--border-strong)}.agents-table{width:100%;border-collapse:collapse;font:450 12.5px var(--sans)}.agents-table th{text-align:left;padding:10px;border-bottom:1px solid var(--border-strong);font:600 10.5px/1 var(--mono);letter-spacing:.05em;color:var(--text-3)}.agents-table td{padding:11px 10px;border-bottom:1px solid var(--chip);vertical-align:middle}.agents-table tr:last-child td{border-bottom:0}.tree{display:flex;flex-direction:column}.tree-row{display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:6px;cursor:pointer}.tree-row:hover{background:var(--hover)}.tree-row.sel,.tree-row.sel:hover{background:var(--brand-tint)}.seg{display:inline-flex;background:var(--chip);border-radius:8px;padding:3px;gap:2px}.seg button{border:0;background:none;cursor:pointer;padding:6px 11px;border-radius:6px;font:500 11.5px/1 var(--sans);color:var(--text-2)}.seg button.on{font-weight:600;color:var(--text);background:var(--surface);box-shadow:0 1px 2px #14151a1a}.rv-root{height:100%;display:flex;flex-direction:column;min-height:0}.rv-body{flex:1;display:flex;min-height:0}.rv-files{width:230px;flex-shrink:0;border-right:1px solid var(--border);background:var(--bg-sunken);display:flex;flex-direction:column;min-height:0}.rv-viewer{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--surface);position:relative}.rv-rail{width:392px;flex-shrink:0;display:flex;flex-direction:column;min-height:0;background:var(--bg-sunken);border-left:1px solid var(--border)}.rv-files-btn{display:none}@media (max-width: 1024px){.rv-files{display:none}.rv-rail{width:330px}.rv-files-btn{display:inline-flex}}@media (max-width: 820px){.rv-body{flex-direction:column;overflow:auto}.rv-rail{width:auto;border-left:0;border-top:1px solid var(--border)}}.run-view{height:100%;display:flex;flex-direction:column;overflow:hidden}.run-scroll-area{flex:1;min-height:0;overflow-y:auto}.run-body{width:100%;max-width:1120px;margin:0 auto;padding:22px 24px;display:flex;flex-direction:column}.run-body>.card{flex:none}.phase-history-shell{width:100%;margin-bottom:16px;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:16px}.phase-history-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.phase-history-kicker{color:var(--text-3);font:500 11px var(--mono);text-transform:uppercase;letter-spacing:.04em}.phase-history-title{margin:2px 0 0;font:650 17px/1.25 var(--sans);color:var(--text)}.phase-history-status{color:var(--text-2);background:var(--chip);border-radius:999px;padding:4px 9px;font:550 11px var(--mono)}.phase-history-chips{display:flex;gap:6px;flex-wrap:wrap;margin-left:auto}.phase-history-chips span{color:var(--text-2);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:4px 8px;font:500 10.5px var(--mono)}.phase-history-content{margin-top:14px}.phase-history-completeness{color:var(--text-3);font:500 11px var(--mono);margin-bottom:10px}.phase-history-legacy{margin-top:12px}.phase-history-legacy-banner{display:flex;gap:8px;flex-wrap:wrap;align-items:baseline;margin-bottom:12px;color:var(--text-2);font:450 11.5px/1.45 var(--sans)}.phase-history-legacy-banner b{color:var(--text-3);font:600 10.5px var(--mono)}.phase-history-legacy-events{display:grid;gap:6px;margin-top:14px}.phase-history-legacy-event{display:grid;grid-template-columns:max-content max-content minmax(0,1fr);gap:8px;align-items:baseline;border-top:1px solid var(--border);padding-top:7px;color:var(--text-2);font:450 11.5px/1.4 var(--sans)}.phase-history-legacy-event span{color:var(--text-3);font:500 10px var(--mono)}.phase-history-legacy-event b{font-weight:450;overflow-wrap:anywhere}.phase-history-section-title{color:var(--text);font:650 13px var(--sans);margin-bottom:7px}.phase-history-results{display:flex;gap:8px;flex-wrap:wrap}.phase-history-result{display:flex;flex-direction:column;align-items:flex-start;gap:3px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2);padding:9px 11px;cursor:pointer;text-align:left;min-width:150px}.phase-history-result:hover{border-color:var(--border-strong)}.phase-history-result-name{color:var(--text);font:600 12px var(--mono);overflow-wrap:anywhere}.phase-history-result-meta{color:var(--text-3);font:450 10px var(--mono)}.phase-history-auto{display:block;color:var(--text-2);font:500 11px var(--sans);margin-top:3px}.phase-history-skip{margin-top:8px}.phase-history-strip-wrap{margin:12px 0 2px}.phase-history-strip{display:flex;height:10px;border-radius:999px;overflow:hidden;background:var(--surface-2)}.phase-history-strip-seg{display:block;height:100%;border:0;padding:0;min-width:4px;cursor:pointer}.phase-history-strip-seg:disabled{cursor:default}.phase-history-strip-seg:not(:disabled):hover{filter:brightness(1.12)}.phase-history-strip-gap{display:block;height:100%}.phase-history-strip-legend{display:flex;gap:12px;flex-wrap:wrap;align-items:baseline;color:var(--text-3);font:450 10.5px var(--mono);margin:7px 0 12px}.phase-history-strip-legend i{display:inline-block;width:8px;height:8px;border-radius:3px;margin-right:5px}.phase-history-strip-total{margin-left:auto}.phase-history-tl{position:relative;margin-top:14px}.phase-history-tl:before{content:"";position:absolute;left:68px;top:10px;bottom:10px;width:2px;border-radius:2px;background:var(--border-strong)}.phase-history-tl-round{position:relative;margin:6px 0 2px 92px;color:var(--text-3);font:600 10.5px var(--mono);text-transform:uppercase;letter-spacing:.07em}.phase-history-tl-round:before{content:"";position:absolute;left:-25px;top:50%;width:14px;height:2px;background:var(--border-strong)}.phase-history-tl-item{scroll-margin-top:16px}.phase-history-tl-line{list-style:none;display:grid;grid-template-columns:54px 30px minmax(0,1fr) auto;align-items:baseline;padding:9px 6px 9px 0;border-radius:10px;transition:background .25s}summary.phase-history-tl-line::-webkit-details-marker{display:none}summary.phase-history-tl-line{cursor:pointer}summary.phase-history-tl-line:hover{background:var(--hover)}.phase-history-tl-item.highlighted>.phase-history-tl-line{background:var(--brand-tint)}.phase-history-tl-time{color:var(--text-3);font:500 11px var(--mono);font-variant-numeric:tabular-nums;text-align:right}.phase-history-tl-dotcell{position:relative;align-self:stretch}.phase-history-tl-dot{position:absolute;left:9px;top:3px;width:10px;height:10px}.phase-history-tl-dot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:var(--k, var(--text-3));box-shadow:0 0 0 3px var(--surface)}.phase-history-tl-dot.k-review:before{background:var(--surface);border:2.5px solid var(--k, var(--text-3));box-sizing:border-box}.phase-history-tl-dot.k-hitl:before{border-radius:2px;transform:rotate(45deg)}.phase-history-tl-dot.active{animation:sdlcPulse 1.6s ease-in-out infinite}.phase-history-tl-main{min-width:0}.phase-history-tl-head{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;color:var(--text);font:600 12.5px var(--sans)}.phase-history-tl-meta{display:block;color:var(--text-3);font:450 11px var(--mono);font-variant-numeric:tabular-nums;margin-top:3px;overflow-wrap:anywhere}.phase-history-tl-chip{border-radius:999px;padding:2px 8px;background:var(--chip);color:var(--text-2);font:500 10.5px var(--mono);white-space:nowrap}.phase-history-tl-badge{justify-self:end;margin-left:12px;border-radius:999px;padding:3px 9px;background:var(--chip);color:var(--text-2);font:600 10.5px var(--mono);white-space:nowrap}.phase-history-tl-body{margin:2px 0 10px 92px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--text-2);font:450 12.5px/1.55 var(--sans);display:grid;gap:7px;overflow-wrap:anywhere}.phase-history-tl-body b{color:var(--text);font-weight:600}.phase-history-tl-arts{display:flex;gap:6px 8px;flex-wrap:wrap;align-items:baseline}.phase-history-result.compact{min-width:0;flex-direction:row;align-items:baseline;gap:6px;padding:4px 9px;border-radius:8px}.phase-history-inputs summary{list-style:none;display:flex;gap:8px;align-items:baseline;flex-wrap:wrap;cursor:pointer;border-radius:7px;padding:2px 4px;margin:-2px -4px}.phase-history-inputs summary::-webkit-details-marker{display:none}.phase-history-inputs summary:hover{background:var(--hover)}.phase-history-inputs summary:before{content:"▸";color:var(--text-4);align-self:center;transition:transform .15s}.phase-history-inputs[open] summary:before{transform:rotate(90deg)}.phase-history-inputs-sum{color:var(--text-3);font:450 11px var(--mono);font-variant-numeric:tabular-nums}.phase-history-inputs-meter{display:inline-flex;gap:2px;align-self:center}.phase-history-inputs-meter i{width:7px;height:9px;border-radius:2px;background:var(--border-strong)}.phase-history-inputs-note{font:500 10.5px var(--mono)}.phase-history-inputs-chips{display:flex;gap:5px;flex-wrap:wrap;margin-top:8px}.phase-history-ic{display:inline-flex;align-items:baseline;gap:5px;border:1px solid var(--border);border-radius:7px;background:var(--surface);padding:3px 8px;color:var(--text-2);font:500 11px var(--mono);overflow-wrap:anywhere;cursor:pointer;text-align:left}.phase-history-ic:hover{border-color:var(--border-strong)}.phase-history-ic.inline{background:var(--brand-tint);border-color:var(--brand-tint-bd);color:var(--brand-ink)}.phase-history-ic.unread{border-style:dashed;background:transparent;color:var(--text-4)}.phase-history-ic.nolink{cursor:default}.phase-history-ic.nolink:hover{border-color:var(--border)}.phase-history-ic.inline.nolink:hover{border-color:var(--brand-tint-bd)}.phase-history-ic-check{font-weight:700;font-size:10px}.phase-history-ic-x{font-size:9.5px}.phase-history-branches{display:grid;gap:5px;padding:2px 0 6px 92px}.phase-history-branch{position:relative;padding-left:14px;display:flex;gap:8px;align-items:baseline;flex-wrap:wrap;color:var(--text-2);font:450 12px var(--sans)}.phase-history-branch:before{content:"";position:absolute;left:-24px;top:-13px;width:26px;height:24px;border-left:2px solid var(--border-strong);border-bottom:2px solid var(--border-strong);border-bottom-left-radius:12px}.phase-history-branch-dot{position:absolute;left:-1px;top:5px;width:8px;height:8px;border-radius:999px;box-shadow:0 0 0 2.5px var(--surface)}.phase-history-branch-dot.run{animation:sdlcPulse 1.6s ease-in-out infinite}.phase-history-branch b{color:var(--text);font:600 11.5px var(--mono);overflow-wrap:anywhere}.phase-history-branch-err{flex-basis:100%;color:var(--text-3);font:450 11px var(--sans);overflow-wrap:anywhere}.phase-history-branch-children{flex-basis:100%;display:grid;gap:5px;padding-left:18px}@media (prefers-reduced-motion: reduce){.phase-history-tl-dot.active,.phase-history-branch-dot.run{animation:none}}.phase-history-empty,.phase-history-skeleton{min-height:76px;display:flex;align-items:center;justify-content:center;gap:10px;flex-direction:column;color:var(--text-2);font:500 13px var(--sans);text-align:center}.phase-history-mobile-list{display:grid;gap:8px;margin-top:12px}.phase-history-mobile-card{border:1px solid var(--border);border-radius:10px;padding:11px;background:var(--surface-2);overflow-wrap:anywhere}.phase-history-mobile-head{display:flex;gap:8px;align-items:baseline;flex-wrap:wrap;font:600 12.5px var(--sans)}.phase-history-mobile-head .phase-history-tl-badge{margin-left:auto}.phase-history-mobile-time{color:var(--text-3);font:450 10.5px var(--mono);margin-top:5px}.phase-history-technical-toggle{display:flex;gap:8px;margin-bottom:12px}.phase-history-technical-list{display:grid;gap:7px}.phase-history-technical-row{display:flex;gap:8px;flex-wrap:wrap;align-items:baseline;border-bottom:1px solid var(--border);padding:8px 0;color:var(--text-2);font:450 11.5px/1.45 var(--sans)}.phase-history-technical-row code{flex-basis:100%;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--text-3);font:450 10.5px/1.45 var(--mono)}.fab{position:fixed;right:28px;bottom:28px;width:56px;height:56px;border-radius:999px;border:0;background:var(--brand);color:var(--on-brand);cursor:pointer;z-index:40;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px -6px #4e76fc99,0 2px 6px -1px #4e76fc66;transition:background .12s,transform .12s}.fab:hover{background:var(--brand-strong);transform:translateY(-1px)}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--scrim);z-index:50;display:flex;align-items:center;justify-content:center;padding:24px;animation:sdlcScrim .16s ease}.modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 60px #0f121c4d;width:fit-content;min-width:min(560px,94vw);max-width:94vw;max-height:88vh;display:flex;flex-direction:column;animation:sdlcFade .24s cubic-bezier(.2,.7,.2,1)}.modal.wide{min-width:min(820px,94vw)}.modal.xwide{min-width:min(1040px,94vw)}.modal.full{width:96vw;height:92vh;max-height:92vh}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px;border-bottom:1px solid var(--border)}.modal-title{font:600 16px/1.2 var(--sans);color:var(--text)}.modal-body{padding:22px;overflow:auto}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.sheet{position:fixed;left:0;right:0;bottom:0;background:var(--surface);border-radius:22px 22px 0 0;box-shadow:0 -12px 40px #0f121c47;z-index:60;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:sdlcSheet .22s cubic-bezier(.2,.7,.2,1)}.sheet-handle{width:40px;height:4px;border-radius:999px;background:var(--border-strong);margin:10px auto 4px;flex:none}.sheet-body{padding:8px 20px 26px;overflow:auto;flex:1 1 auto;min-height:0}.drawer{position:fixed;top:0;right:0;bottom:0;width:460px;max-width:92vw;background:var(--surface);border-left:1px solid var(--border);box-shadow:-14px 0 44px #0f121c4d;z-index:60;display:flex;flex-direction:column;animation:sdlcDrawer .24s cubic-bezier(.2,.7,.2,1)}.drawer.wide{width:760px}.drawer-body{padding:16px 18px 24px;overflow:auto}@keyframes sdlcDrawer{0%{transform:translate(100%)}to{transform:none}}@media (max-width: 860px){.hide-mobile,.rail{display:none}.app{flex-direction:column}.page{padding:22px 16px 96px}.page-title{font-size:24px}.tabbar{display:flex;position:fixed;left:0;right:0;bottom:0;height:78px;z-index:40;align-items:center;background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border);padding:0 6px 18px;padding-bottom:calc(18px + env(safe-area-inset-bottom,0))}.tab-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;background:none;color:var(--text-3);cursor:pointer;position:relative}.tab-item.active{color:var(--brand-ink)}.tab-label{font:500 10px/1 var(--sans)}.tab-item.active .tab-label{font-weight:600}.tab-badge{position:absolute;top:8px;left:50%;margin-left:6px;min-width:15px;height:15px;padding:0 4px;border-radius:999px;background:var(--brand);color:var(--on-brand);font:600 9px/15px var(--mono);text-align:center}.fab{bottom:96px;right:18px;width:54px;height:54px;box-shadow:0 8px 20px -4px #4e76fc99}.run-view{height:auto;overflow:visible;display:block}.run-scroll-area{overflow:visible}.run-body{display:block;padding:16px 16px 96px}}@media (min-width: 1560px){.page{max-width:1596px;padding:26px 48px 64px}.run-body{max-width:1568px;padding:22px 48px}.queue-grid,.queue-grid.tight{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.task-row{padding:12px 16px!important}.rv-files{width:288px}.rv-rail{width:468px}}@media (min-width: 2100px){.page{max-width:min(2223px,calc(100vw - 150px))}.run-body{max-width:min(2184px,calc(100vw - 150px))}.queue-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.prototype-preview-loading{min-height:420px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--text-3)}.prototype-preview-frame{width:100%;height:420px;display:block;border:1px solid var(--border);border-radius:10px;background:var(--surface)}
