:root{color-scheme:light;font-family:Inter,Segoe UI,Microsoft YaHei,Arial,sans-serif;color:#182027;background:#eef2f3;letter-spacing:0}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}.app-shell{min-height:100vh;display:flex}.auth-layout{width:100%;display:grid;place-items:center;padding:24px}.auth-panel,.panel{background:#fff;border:1px solid #d9e1e3;border-radius:8px;box-shadow:0 12px 30px #141e2214}.auth-panel{width:min(430px,100%);padding:26px}.brand-row,.brand-mini,.topbar,.segmented,.sidebar button,.primary,.secondary,.download{display:flex;align-items:center}.brand-row{gap:12px;margin-bottom:22px}h1,h2,p{margin:0}h1{font-size:26px;line-height:1.2}h2{font-size:16px;line-height:1.3;margin-bottom:14px}p{color:#5b6971}.segmented{background:#eef2f3;padding:4px;border-radius:8px;margin-bottom:16px;gap:4px}.segmented button{flex:1;justify-content:center;gap:7px;height:38px;border-radius:6px;color:#53636c;background:transparent}.segmented button.active,.sidebar button.active{background:#fff;color:#0e6b5f}label{display:grid;gap:7px;margin:12px 0;color:#52616a;font-size:14px}input,textarea{width:100%;border:1px solid #ccd8dc;border-radius:7px;padding:11px 12px;outline:none;background:#fbfcfc}textarea{resize:vertical;min-height:210px;line-height:1.6}input:focus,textarea:focus{border-color:#0e8172;box-shadow:0 0 0 3px #0e817224}.primary,.secondary,.download{justify-content:center;gap:8px;height:42px;border-radius:7px;text-decoration:none}.primary{width:100%;margin-top:8px;background:#0e8172;color:#fff}.secondary{padding:0 14px;background:#fff;color:#223039;border:1px solid #cfd9dd}.download{width:fit-content;padding:0 14px;background:#26343c;color:#fff}.error{color:#b3261e;margin:8px 0}.notice{padding:10px 12px;border:1px solid #e2d2a6;border-radius:7px;background:#fff8e6;color:#71551a;line-height:1.5}.sidebar{width:220px;padding:18px 12px;background:#182027;color:#fff;display:flex;flex-direction:column;gap:8px}.brand-mini{gap:10px;height:48px;padding:0 10px;margin-bottom:8px}.sidebar button{height:42px;gap:10px;padding:0 12px;border-radius:7px;color:#d9e1e3;background:transparent}.workspace{flex:1;padding:24px;overflow:auto}.topbar{justify-content:space-between;gap:16px;margin-bottom:20px}.main-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:16px}.panel{padding:18px}.status-panel{min-height:280px}.task-state{display:grid;gap:14px}.status,.engine,.metric{width:fit-content;padding:6px 10px;border-radius:999px;font-size:13px}.status{background:#e7ecef;color:#37454d}.status.completed{background:#dff3ed;color:#0f6a43}.status.failed{background:#f8dedb;color:#9d221c}.status.running,.status.queued{background:#e7eefc;color:#2952a3}.engine{background:#f1eadb;color:#765719}.engine.opencode{background:#e3f1f4;color:#14606c}.metric{background:#eef1ec;color:#52604d}code,pre{font-family:Cascadia Code,Consolas,monospace}code{word-break:break-all;color:#44515a}.preview,.history{margin-top:16px}.task-list{display:grid;gap:10px}.task-item{display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:8px 10px;align-items:center;text-align:left;border:1px solid #d9e1e3;background:#fbfcfc;border-radius:8px;padding:10px}.task-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.task-item small{grid-column:1 / -1;color:#6a777e}pre{margin:0;overflow:auto;max-height:420px;line-height:1.5;color:#1f2c34}.empty{min-height:190px;display:grid;place-items:center;color:#71818b}.empty.compact{min-height:90px}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media (max-width: 860px){.app-shell{display:block}.sidebar{width:100%;flex-direction:row;align-items:center;overflow-x:auto}.main-grid,.admin-grid{grid-template-columns:1fr}.workspace{padding:16px}}
