:root{--ink:#17271f;--muted:#71847a;--line:#d9e5df;--canvas:#edf4ef;--surface:#fff;--soft:#f5f9f6;--green:#19785e;--green-soft:#e5f3ed;--amber:#b67812;--danger:#ae3c35;font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:var(--ink);background:var(--canvas)}*{box-sizing:border-box}body{margin:0;min-width:980px;background:var(--canvas)}button,input,textarea,select{font:inherit}button{border:0;cursor:pointer;border-radius:10px;padding:10px 16px;background:#eaf1ec;color:var(--ink);font-weight:700}button:hover{filter:brightness(.97)}button:disabled{opacity:.5;cursor:not-allowed}.primary-action,.new-chat,.composer button{background:var(--green);color:#fff}.secondary{background:#edf3ef;border:1px solid var(--line)}.wide{width:100%}.hidden{display:none!important}.eyebrow{margin:0 0 5px;color:var(--muted);font-weight:700;font-size:13px}.muted{color:var(--muted);font-size:14px}.badge{display:inline-flex;align-items:center;border-radius:99px;background:var(--green-soft);color:var(--green);font-weight:800;padding:7px 11px;font-size:13px}.error,.bad{color:var(--danger)}.fatal-notice{padding:20px;background:#fff0ef;color:var(--danger)}.login-shell{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#eff7f1,#e6f1ec)}.login-card{width:min(420px,90vw);background:#fff;padding:38px;border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 50px #3153411c}.login-card h1{margin:0 0 6px}.login-card p{color:var(--muted);margin:0 0 24px}.login-card label,.settings-card label{display:grid;gap:7px;font-weight:700;margin:13px 0}.login-card input,.settings-card input,select,textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;padding:11px 13px;color:var(--ink)}.login-card button[type=submit]{width:100%;margin-top:10px}.text-button{background:transparent;color:var(--muted);padding:8px 0;font-weight:700}.workspace{display:grid;grid-template-columns:440px minmax(0,1fr);min-height:100vh}.sidebar{border-right:1px solid var(--line);background:#fbfdfb;padding:26px 24px 18px;display:flex;flex-direction:column;min-height:100vh;transition:width .2s,padding .2s}.sidebar.collapsed{width:86px;padding:26px 14px}.sidebar.collapsed .brand,.sidebar.collapsed .new-chat,.sidebar.collapsed .conversation-list,.sidebar.collapsed .account{display:none}.sidebar-head{display:flex;align-items:center;gap:15px;margin-bottom:24px}.brand{display:grid;gap:4px;flex:1}.brand b{font-size:26px}.brand span{color:var(--muted)}.icon-button{width:48px;height:48px;padding:0;border:1px solid var(--line);background:#f0f5f1;font-size:21px}.new-chat{width:100%;font-size:17px;margin-bottom:20px}.conversation-list{display:grid;gap:13px;overflow:auto;min-height:0;padding:2px 3px 12px}.conversation-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:17px;text-align:left;display:grid;gap:8px;min-height:104px}.conversation-card.active{border-color:var(--green);box-shadow:0 0 0 2px #d9f1e7}.conversation-card b{font-size:17px;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.conversation-card span{color:var(--muted);font-size:13px}.account{margin-top:auto;border-top:1px solid var(--line);padding-top:16px;display:flex;justify-content:space-between;gap:10px;font-size:13px}.main-shell{padding:28px 32px;min-width:0}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:18px}.view-tabs{display:flex;gap:4px;border:1px solid var(--line);background:#fff;padding:5px;border-radius:10px}.view-tabs button{background:transparent;color:var(--muted)}.view-tabs button.active{background:var(--green);color:#fff}.top-actions{display:flex;align-items:center;gap:12px}.panel,.file-workspace,.delivery-intro,.settings-card{background:var(--surface);border:1px solid var(--line);border-radius:12px}.work-grid{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:20px;min-height:calc(100vh - 118px)}.chat-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:0}.panel-head{padding:19px 24px;border-bottom:1px solid var(--line)}.chat-head{display:flex;justify-content:space-between;align-items:center;gap:18px}.chat-head h1{font-size:21px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:680px}.chat-head select{width:265px}.messages{overflow:auto;padding:25px 30px;min-height:0;background:linear-gradient(180deg,#fff,#fcfefd)}.message{display:flex;margin:15px 0}.message.user{justify-content:flex-end}.bubble{max-width:min(760px,82%);padding:15px 17px;border-radius:12px;line-height:1.7;background:#fff;border:1px solid var(--line);white-space:pre-wrap}.message.user .bubble{background:var(--green);color:#fff;border-color:var(--green)}.message-meta{color:var(--muted);font-size:12px;margin-top:5px}.composer{border-top:1px solid var(--line);padding:16px;display:grid;grid-template-columns:1fr auto;gap:13px}.composer textarea{min-height:91px;resize:vertical;background:#fbfdfb}.composer button{align-self:end;min-width:88px;height:48px}.stage-panel{padding:20px;align-self:start}.stage-panel-head,.action-title-row{display:flex;justify-content:space-between;align-items:center;gap:15px}.stage-panel h2{margin:0;font-size:22px}.stage-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:25px 0 17px;border-bottom:1px solid var(--line)}.stage-step{position:relative;text-align:center;display:grid;gap:7px;color:var(--muted);font-size:12px;font-weight:700}.stage-step:before{content:"";height:3px;background:var(--line);position:absolute;left:-50%;right:50%;top:11px;z-index:0}.stage-step:first-child:before{display:none}.stage-dot{width:20px;height:20px;margin:auto;border-radius:50%;border:3px solid #c9dad2;background:#fff;z-index:1}.stage-step.done .stage-dot,.stage-step.active .stage-dot{background:var(--green);border-color:var(--green);box-shadow:0 0 0 5px #e5f3ed}.stage-step.done:before,.stage-step.active:before{background:#63aa8d}.stage-step.active{color:var(--green)}.action-copy{padding:20px 0;border-bottom:1px solid var(--line)}.action-copy p:last-child{color:var(--muted);line-height:1.7;margin-bottom:0}.project-controls{padding:16px 0;border-bottom:1px solid var(--line);display:grid;gap:9px}.project-controls label{font-weight:700;display:grid;gap:7px}.project-controls button{width:100%}.stage-panel>.wide{margin-top:15px}.empty,.empty-panel{color:var(--muted);display:grid;place-items:center;min-height:180px;text-align:center}.empty-panel{padding:45px}.empty-panel h1{color:var(--ink)}.file-workspace{min-height:calc(100vh - 150px);display:grid;grid-template-rows:auto auto minmax(0,1fr)}.file-tabs-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:10px 13px}.file-tabs{display:flex;gap:6px;overflow:auto}.file-tabs button{white-space:nowrap;background:#f7faf8;border:1px solid var(--line);padding:9px 12px;color:var(--muted)}.file-tabs button.active{background:var(--green-soft);border-color:#98c7b2;color:var(--green)}.file-actions{display:flex;gap:8px}.file-title{padding:17px 26px;border-bottom:1px solid var(--line)}.file-title h1{margin:2px 0 6px;font-size:22px}.file-title p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0}.markdown-preview{overflow:auto;padding:24px 38px;line-height:1.9;font-size:16px}.markdown-preview h1{font-size:28px}.markdown-preview h2{margin-top:32px}.markdown-preview h3{margin-top:24px}.markdown-preview li{margin:7px 0}.markdown-preview blockquote{border-left:3px solid #9bcab5;padding-left:15px;color:#5f746a;margin:16px 0}.markdown-preview code{background:#eaf2ed;padding:2px 5px;border-radius:4px}.file-editor{border:0;border-radius:0;resize:none;padding:28px 38px;line-height:1.8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;min-height:520px}.delivery-intro{padding:24px 28px;margin-bottom:18px}.delivery-intro h1{margin:5px 0}.delivery-intro p:last-child{margin:0;color:var(--muted)}.delivery-cards{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:16px}.delivery-card{min-height:295px;padding:25px;display:flex;flex-direction:column;gap:16px;background:#fff;border:1px solid var(--line);border-radius:12px}.delivery-card .delivery-icon{width:53px;height:53px;display:grid;place-items:center;border-radius:12px;font-size:22px;font-weight:800;background:var(--green-soft);color:var(--green)}.delivery-card:nth-child(2) .delivery-icon{background:#fbe9e9;color:#b85252}.delivery-card:nth-child(3) .delivery-icon{background:#fbf0d5;color:#9b6915}.delivery-card h2{margin:0}.delivery-card p{color:var(--muted);line-height:1.7;margin:0;flex:1}.delivery-card select{margin-top:auto}.delivery-card button{width:100%}.overlay-view{background:#fff;border:1px solid var(--line);border-radius:12px;min-height:calc(100vh - 150px);padding:28px}.overlay-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:20px}.overlay-head h1{margin:2px 0}.jobs{display:grid;gap:12px;max-width:980px}.job{border:1px solid var(--line);padding:17px;border-radius:10px;background:#fff}.job-top{display:flex;justify-content:space-between;gap:14px}.job p{margin:8px 0}.job-artifacts{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-top:12px}.job-artifacts img,.job-artifacts video{width:100%;border-radius:8px;background:#111;display:block}.artifact-link{display:inline-flex;padding:9px 12px;background:var(--green-soft);color:var(--green);border-radius:7px;text-decoration:none}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.settings-card{padding:22px}.settings-card h2{margin-top:0}.provider{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.inline-actions{display:flex;gap:9px;flex-wrap:wrap}.settings-card pre{white-space:pre-wrap;word-break:break-word;background:#f4f8f5;padding:12px;border-radius:8px}.device-row{align-items:center}.collapsed-stage .stage-rail,.collapsed-stage .action-copy,.collapsed-stage .project-controls,.collapsed-stage .wide{display:none}.collapsed-stage{padding-bottom:12px}@media(max-width:1200px){body{min-width:760px}.workspace{grid-template-columns:330px minmax(0,1fr)}.main-shell{padding:20px}.work-grid{grid-template-columns:minmax(0,1fr)}.stage-panel{display:none}.delivery-cards{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media(max-width:800px){body{min-width:0}.workspace{grid-template-columns:1fr}.sidebar{display:none}.main-shell{padding:12px}.topbar{align-items:flex-start}.delivery-cards{grid-template-columns:1fr}.chat-head select{width:190px}.view-tabs button{padding:9px}.top-actions{gap:6px}.top-actions .icon-button{width:42px;height:42px}}
