:root{color:#17201c;background:#f4f6f5;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--canvas: #f4f6f5;--surface: #ffffff;--surface-muted: #eaeeec;--ink: #17201c;--ink-muted: #53615a;--line: #dce2df;--accent: #167a57;--accent-strong: #105c42;--accent-soft: #e2f1eb;--danger: #a43a32;--danger-soft: #faecea;--warning: #7a5a16;--warning-soft: #f6f0dd;--radius-control: 8px;--radius-surface: 12px;--ease-out: cubic-bezier(.23, 1, .32, 1)}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas)}body{margin:0;min-width:320px;min-height:100dvh;background:var(--canvas)}button,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif;text-wrap:balance}h1{margin-bottom:8px;font-size:30px;line-height:1.12;letter-spacing:-.025em}h2{margin-bottom:4px;font-size:18px;line-height:1.25;letter-spacing:-.012em}h3{margin-bottom:8px;font-size:15px;line-height:1.3}p{color:var(--ink-muted);line-height:1.55;text-wrap:pretty}button,a,textarea,select{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:2px}.shell{width:min(1160px,100%);min-height:100dvh;margin:0 auto;padding:14px 16px 40px}.centered{display:grid;place-items:center}.topbar{display:flex;align-items:center;justify-content:space-between;min-height:54px;margin-bottom:12px}.brand-lockup{display:flex;align-items:center;gap:10px}.brand-lockup>div{display:grid;gap:1px}.brand-lockup strong{font-size:15px;letter-spacing:-.01em}.brand-lockup span:not(.brand-mark){color:var(--ink-muted);font-size:12px}.brand-mark,.section-icon,.github-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:var(--radius-control);background:var(--ink);color:var(--surface)}.icon-button{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:var(--radius-control);background:var(--surface);color:var(--ink);transition:background-color .16s ease,transform .12s var(--ease-out)}.workspace-tabs{position:sticky;top:8px;z-index:10;display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:24px;padding:4px;border:1px solid var(--line);border-radius:var(--radius-surface);background:color-mix(in srgb,var(--surface-muted) 88%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.workspace-tab{display:flex;min-width:0;min-height:54px;align-items:center;justify-content:center;gap:10px;border:0;border-radius:var(--radius-control);background:transparent;color:var(--ink-muted);transition:color .16s ease,background-color .16s ease,transform .12s var(--ease-out)}.workspace-tab>span{display:grid;gap:2px;text-align:left}.workspace-tab strong{font-size:14px}.workspace-tab small{color:inherit;font-size:11px;font-weight:500}.workspace-tab.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 3px #17201c0f}.workspace-scene{animation:scene-in .22s var(--ease-out) both}.workspace-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.workspace-intro>div{max-width:680px}.workspace-intro .section-icon{margin-bottom:14px;background:var(--accent-soft);color:var(--accent-strong)}.workspace-intro p{max-width:64ch;margin-bottom:0;font-size:15px}.status-badge{display:inline-flex;min-height:28px;flex:0 0 auto;align-items:center;padding:5px 9px;border-radius:999px;background:var(--surface-muted);color:var(--ink-muted);font-size:12px;font-weight:650;line-height:1.2}.status-completed,.status-done,.status-verified,.status-ready_to_merge{background:var(--accent-soft);color:var(--accent-strong)}.status-failed,.status-cancelled{background:var(--danger-soft);color:var(--danger)}.status-running,.status-queued{background:var(--warning-soft);color:var(--warning)}.notice{margin-bottom:16px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--danger) 24%,var(--line));border-radius:var(--radius-control);background:var(--danger-soft);color:var(--danger);line-height:1.45}.surface,.empty{border:1px solid var(--line);border-radius:var(--radius-surface);background:var(--surface)}.empty{width:min(440px,100%);padding:28px}.empty svg{margin-bottom:14px;color:var(--accent)}.agent-strip{display:flex;gap:8px;margin-bottom:16px;overflow-x:auto;padding:2px 2px 6px;scrollbar-width:none}.agent-strip::-webkit-scrollbar{display:none}.agent-item{display:flex;min-width:166px;align-items:center;gap:10px;padding:9px 10px;border:1px solid transparent;border-radius:var(--radius-control);color:var(--ink-muted);transition:border-color .16s ease,background-color .16s ease}.agent-item>span:last-child{display:grid;min-width:0;gap:2px}.agent-item strong{overflow:hidden;color:var(--ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.agent-item small{font-size:11px}.agent-item.working{border-color:var(--line);background:var(--surface);color:var(--accent-strong)}.avatar-wrap{position:relative;flex:0 0 auto}.avatar-wrap img{display:block;width:38px;height:38px;border-radius:50%;object-fit:cover}.avatar-wrap i{position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;border:2px solid var(--canvas);border-radius:50%;background:#9aa69f}.agent-item.working .avatar-wrap i{background:var(--accent)}.office-layout,.forge-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}.office-main,.forge-main{display:grid;min-width:0;gap:16px}.composer,.result,.forge-task,.history{padding:20px}.surface-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.surface-heading img{width:46px;height:46px;border-radius:50%;object-fit:cover}.surface-heading h2,.surface-heading p,.surface-title-row h2,.surface-title-row p{margin-bottom:0}.surface-heading p,.surface-title-row p{margin-top:2px;font-size:13px}.forge-heading .github-mark{background:var(--surface-muted);color:var(--ink)}.surface-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.count{display:grid;min-width:30px;height:28px;place-items:center;border-radius:var(--radius-control);background:var(--surface-muted);color:var(--ink-muted);font-size:12px;font-weight:700}.template-scroll{display:flex;gap:7px;margin:0 -2px 16px;overflow-x:auto;padding:2px 2px 6px;scrollbar-width:none}.template-scroll::-webkit-scrollbar{display:none}.template-chip{min-height:38px;flex:0 0 auto;padding:0 11px;border:1px solid var(--line);border-radius:var(--radius-control);background:var(--surface);color:var(--ink-muted);font-size:12px;font-weight:650;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .12s var(--ease-out)}.template-chip.active{border-color:color-mix(in srgb,var(--accent) 36%,var(--line));background:var(--accent-soft);color:var(--accent-strong)}.field-label{display:block;margin:0 0 7px;color:var(--ink);font-size:13px;font-weight:650}textarea,select{width:100%;margin:0 0 14px;border:1px solid #c6cfca;border-radius:var(--radius-control);background:var(--surface);color:var(--ink);outline:none;transition:border-color .16s ease,box-shadow .16s ease}textarea{min-height:124px;padding:13px 14px;resize:vertical;line-height:1.5}select{min-height:48px;padding:0 40px 0 14px}textarea::placeholder{color:#66736c;opacity:1}textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}.primary,.secondary,.result-actions button,.pr-link{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-control);font-weight:700;text-decoration:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .12s var(--ease-out)}.primary{width:100%;min-height:48px;border:0;background:var(--ink);color:var(--surface)}.primary:disabled{opacity:.45}.secondary{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--ink)}.result{min-height:240px}.plain-result{margin-top:16px}.plain-result>textarea{min-height:360px;max-height:68vh;margin:0;background:#fafbfa}.result-actions{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:9px}.result-actions button{min-height:38px;padding:0 10px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:12px}.result-actions em{color:var(--accent-strong);font-size:12px;font-style:normal;font-weight:650}.empty-state{display:grid;min-height:170px;place-items:center;align-content:center;padding:24px;color:var(--ink-muted);text-align:center}.empty-state svg{margin-bottom:10px;color:var(--accent)}.empty-state strong{margin-bottom:4px;color:var(--ink)}.empty-state p{max-width:36ch;margin-bottom:0;font-size:13px}.empty-state.compact{min-height:130px;padding:18px 8px}.refine-box{margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.refine-box textarea{min-height:100px}.error-card{margin-top:14px;padding:12px 13px;border:1px solid color-mix(in srgb,var(--danger) 22%,var(--line));border-radius:var(--radius-control);background:var(--danger-soft);color:var(--danger);line-height:1.45}.error-card strong{display:block;margin-bottom:4px}.error-card p{margin-bottom:0;color:inherit}.history{position:sticky;top:90px;max-height:calc(100dvh - 112px);overflow:auto}.history-list{margin-top:14px}.history-row{display:flex;width:100%;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 0;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);text-align:left}.history-row:last-child{border-bottom:0}.history-row>span{display:grid;min-width:0;gap:4px}.history-row strong{display:-webkit-box;overflow:hidden;font-size:13px;font-weight:650;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.history-row small{color:var(--ink-muted);font-size:11px}.history-row em{flex:0 0 auto;color:var(--ink-muted);font-size:10px;font-style:normal;font-weight:650;text-align:right}.task-request{margin:18px 0;color:var(--ink);font-size:15px}.task-document{margin:14px 0;padding:14px;border-radius:var(--radius-control);background:var(--surface-muted)}.task-document.success{background:var(--accent-soft)}.task-document h3{display:flex;align-items:center;gap:7px}.task-document pre{max-height:360px;margin:0;overflow:auto;color:var(--ink);font:13px/1.55 SF Mono,ui-monospace,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.pr-link{width:100%;margin:2px 0 14px;border:1px solid var(--line);background:var(--surface);color:var(--ink)}@media(hover:hover)and (pointer:fine){.icon-button:hover,.template-chip:hover,.secondary:hover,.result-actions button:hover,.pr-link:hover{background:var(--surface-muted)}.workspace-tab:not(.active):hover{color:var(--ink)}.primary:hover{background:#27312c}.history-row:hover strong{color:var(--accent-strong)}}.icon-button:active,.workspace-tab:active,.template-chip:active,.primary:active,.secondary:active,.result-actions button:active,.pr-link:active{transform:scale(.98)}@keyframes scene-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:860px){.office-layout,.forge-layout{grid-template-columns:1fr}.history{position:static;max-height:none}}@media(max-width:560px){.shell{padding:8px 10px 28px}.topbar{min-height:50px}.workspace-tabs{top:6px;margin-bottom:20px}.workspace-tab{min-height:50px;gap:8px}.workspace-tab small{display:none}.workspace-intro{display:block}.workspace-intro .status-badge{margin-top:12px}.workspace-intro p{font-size:14px}h1{font-size:27px}.composer,.result,.forge-task,.history{padding:16px}.agent-item{min-width:152px}.plain-result>textarea{min-height:300px}}@media(prefers-color-scheme:dark){:root{color:#e8eeeb;background:#151b18;--canvas: #151b18;--surface: #1e2622;--surface-muted: #28312d;--ink: #e8eeeb;--ink-muted: #aab6b0;--line: #36413c;--accent: #57b98d;--accent-strong: #91d8b8;--accent-soft: #203b30;--danger: #f09086;--danger-soft: #3b2523;--warning: #e2c375;--warning-soft: #3a3322}textarea,select{border-color:#53615a}textarea::placeholder{color:#aab6b0}.plain-result>textarea{background:#19201d}.primary{background:#e8eeeb;color:#151b18}.primary:hover{background:#d5ded9}.workspace-tab.active{box-shadow:0 1px 3px #0000002e}.avatar-wrap i{border-color:var(--canvas)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
