:root{color:#17202a;background:#f3f5f7;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}.app{background:#fff;flex-direction:column;width:min(860px,100%);height:100vh;margin:0 auto;display:flex}header{border-bottom:1px solid #e4e8ec;padding:15px 20px 12px}h1{margin:0 0 3px;font-size:19px}header p{color:#68727d;margin:0;font-size:13px}.brand-line{align-items:baseline;gap:8px;display:flex}.brand-line h1{margin:0}.brand-line .tagline{color:#3f4d5a}.header-key{margin-top:5px;display:inline-block}#status{margin:0;font-size:13px}#status[data-type=success]{color:#147a4b}#status[data-type=error]{color:#b42318}#status:empty{display:none}button.secondary{color:#32506f;background:#edf1f5;padding:7px 11px}.toolbar{border-bottom:1px solid #e4e8ec;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:8px;min-height:52px;padding:8px 20px;display:grid}.step-module{justify-content:flex-start;width:100%;min-width:0;height:40px;overflow:hidden}.step-name{flex-shrink:0}.step-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.model-control{color:#32506f;white-space:nowrap;background:#edf1f5;border-radius:9px;align-items:center;gap:4px;min-height:40px;padding:7px 9px 7px 11px;font-size:12px;display:flex}.model-control b,#chooseFolder b,#jumpToPrompt b{color:#1769d2}select{color:#32506f;background:0 0;border:0;outline:none;flex:1;min-width:0;max-width:none;padding:0 18px 0 2px}.key-settings{color:#53606d;font-size:12px;position:relative}.key-settings summary{cursor:pointer;white-space:nowrap}.key-panel{z-index:10;background:#fff;border:1px solid #dce2e8;border-radius:10px;gap:7px;width:min(420px,100vw - 32px);padding:10px;display:flex;position:absolute;top:28px;left:0;box-shadow:0 10px 28px #1f2a3724}.key-panel input{flex:1;min-width:0}input,textarea{border:1px solid #cfd6dd;border-radius:9px;outline:none;padding:10px 12px}input:focus,textarea:focus,select:focus{border-color:#2878e3;box-shadow:0 0 0 3px #e8f1ff}button{color:#fff;white-space:nowrap;background:#1769d2;border:0;border-radius:9px;padding:10px 15px}button:disabled{cursor:default;opacity:.45}.messages{flex:1;min-height:0;padding:18px 24px;position:relative;overflow-y:auto}.conversation-center{color:#68727d;text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;display:flex;position:absolute;inset:0}.conversation-center #status{background:#f3f6f9eb;border-radius:18px;padding:7px 12px}.examples{color:#52606d;max-width:520px}.examples strong{color:#253342}.examples p{margin:7px 0 0;font-size:13px}.message{margin:0 0 20px}.message .label{color:#7b8794;margin-bottom:5px;font-size:12px}.message .body{white-space:pre-wrap;line-height:1.65}.message.user{margin-left:18%}.message.user .body{background:#edf4ff;border-radius:11px;padding:11px 14px}.message.assistant .body{white-space:normal}.message.assistant .body>:first-child{margin-top:0}.message.assistant .body>:last-child{margin-bottom:0}.message.assistant .body h1,.message.assistant .body h2,.message.assistant .body h3{margin:18px 0 8px;line-height:1.3}.message.assistant .body h1{font-size:22px}.message.assistant .body h2{font-size:19px}.message.assistant .body h3{font-size:16px}.message.assistant .body p{margin:8px 0}.message.assistant .body ul,.message.assistant .body ol{margin:8px 0;padding-left:24px}.message.assistant .body blockquote{color:#5f6d7a;border-left:3px solid #a8b7c6;margin:10px 0;padding:3px 12px}.message.assistant .body code{background:#f0f3f6;border-radius:5px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}.message.assistant .body pre{color:#edf2f7;background:#18212b;border-radius:9px;margin:10px 0;padding:12px;overflow-x:auto}.message.assistant .body pre code{color:inherit;background:0 0;padding:0}.message.assistant .body table{border-collapse:collapse;width:100%;margin:10px 0}.message.assistant .body th,.message.assistant .body td{text-align:left;border:1px solid #d5dce3;padding:7px 9px}.message.assistant .body th{background:#f1f4f7}.message.assistant .body a{color:#1769d2}form{border:1px solid #ccd4dc;border-radius:13px;flex-shrink:0;align-items:flex-end;gap:8px;margin:0 24px 22px;padding:8px;display:flex}form[hidden]{display:none}form:focus-within{border-color:#2878e3}form textarea{resize:none;border:0;flex:1;min-width:0;height:42px;min-height:42px;padding:10px 8px;line-height:22px;overflow:hidden;box-shadow:none!important}form textarea:disabled{color:#8a949e;background:0 0}form button{min-height:42px}@media (width<=680px){header,.toolbar,.messages{padding-left:12px;padding-right:12px}.toolbar{grid-template-columns:1fr}.brand-line{flex-direction:column;align-items:flex-start;gap:1px}form{margin-left:12px;margin-right:12px}}
