:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;--bg: #f2f2f7;--surface: #ffffff;--surface-soft: #f2f2f7;--surface-hover: #e5e5ea;--border: rgba(60,60,67,.12);--border-strong: rgba(60,60,67,.22);--text: #1c1c1e;--muted: #6c6c70;--muted-soft: #aeaeb2;--blue: #007aff;--blue-hover: #0066d6;--blue-soft: #e8f1ff;--green: #34c759;--green-soft: #e3f9ea;--red: #ff3b30;--red-soft: #fff0ef;--amber: #ff9500;--focus-ring: rgba(0,122,255,.28);--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow: 0 4px 16px rgba(0,0,0,.08), 0 1px 4px rgba(0,0,0,.04);--shadow-lg: 0 12px 40px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.06);--sidebar-w: 260px;--settings-w: 300px;--radius: 12px;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;width:100%;height:100%;overflow:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer;border:none;background:none}button:disabled{cursor:not-allowed;opacity:.38}.app{display:grid;height:100vh;background:var(--bg);grid-template-columns:var(--left-w, var(--sidebar-w)) 1fr var(--right-w, var(--settings-w));transition:grid-template-columns .26s cubic-bezier(.4,0,.2,1)}.app.left-closed{--left-w: 0px}.app.right-closed{--right-w: 0px}.sidebar{display:flex;flex-direction:column;gap:6px;padding:16px 10px;background:var(--surface);border-right:1px solid var(--border);overflow:hidden;min-width:0;transition:padding .26s ease,opacity .26s ease}.left-closed .sidebar{padding:0;opacity:0;pointer-events:none}.brand{display:flex;align-items:center;gap:10px;padding:2px 4px 12px;flex-shrink:0;border-bottom:1px solid var(--border);margin-bottom:4px}.brand-icon{width:32px;height:32px;border-radius:8px;flex-shrink:0;background:var(--blue);display:grid;place-items:center;color:#fff;font-size:16px}.brand strong{font-size:14px;font-weight:600;color:var(--text);letter-spacing:-.2px}.brand span{font-size:11px;color:var(--muted);display:block;margin-top:1px}.new-btn{width:100%;height:36px;border-radius:10px;background:var(--surface-soft);font-size:13px;font-weight:500;color:var(--blue);display:flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;transition:background .12s}.new-btn:hover{background:var(--surface-hover)}.new-btn:active{opacity:.7}.history{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1px}.history-item{padding:7px 10px;border-radius:8px;border:none;font-size:13px;color:var(--muted);cursor:pointer;text-align:left;background:transparent;display:flex;align-items:center;gap:7px;transition:background .1s}.history-item:hover{background:var(--surface-soft);color:var(--text)}.history-item.active{background:var(--blue-soft);color:var(--blue)}.history-item .hi-dot{width:5px;height:5px;border-radius:50%;background:var(--muted-soft);flex-shrink:0}.history-item .hi-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-item .hi-time{font-size:10px;color:var(--muted-soft);flex-shrink:0}.key-btn{height:34px;border-radius:10px;background:var(--surface-soft);font-size:12px;color:var(--muted);display:flex;align-items:center;gap:7px;padding:0 11px;flex-shrink:0;transition:background .12s}.key-btn:hover{background:var(--surface-hover)}.key-dot{width:6px;height:6px;border-radius:50%;background:var(--red);flex-shrink:0}.key-dot.ok{background:var(--green)}.main{display:flex;flex-direction:column;overflow:hidden;min-width:0}.topbar{display:flex;align-items:center;gap:6px;padding:0 16px;background:#ffffffb8;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border);min-height:48px;flex-shrink:0}.topbar-toggle{width:26px;height:26px;border-radius:6px;background:var(--surface-soft);color:var(--muted);font-size:11px;display:grid;place-items:center;flex-shrink:0;transition:background .12s}.topbar-toggle:hover{background:var(--surface-hover)}.topbar-chip{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:6px;background:var(--surface-soft);font-size:12px;font-weight:500;color:var(--muted);gap:4px}.topbar-chip.green{background:var(--green-soft);color:#248a3d}.topbar-chip.blue{background:var(--blue-soft);color:var(--blue)}.topbar-chip.amber{background:#fff4e0;color:#9a5f00}.topbar-sep{width:1px;height:14px;background:var(--border);flex-shrink:0}.topbar-meta{margin-left:auto;display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}.gallery-toolbar{display:flex;align-items:center;gap:6px;padding:7px 16px;background:var(--surface);border-bottom:1px solid var(--border);min-height:44px;flex-shrink:0}.tb-btn{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 12px;border-radius:7px;background:var(--surface-soft);font-size:13px;font-weight:500;color:var(--text);transition:background .12s}.tb-btn:hover:not(:disabled){background:var(--surface-hover)}.tb-btn:active:not(:disabled){opacity:.7}.tb-btn.primary{background:var(--blue);color:#fff}.tb-btn.primary:hover{background:var(--blue-hover)}.tb-btn.danger{color:var(--red)}.tb-sep{width:1px;height:16px;background:var(--border);flex-shrink:0}.tb-hint{font-size:12px;color:var(--muted-soft);margin-left:auto}.tb-count{display:inline-flex;align-items:center;height:22px;padding:0 9px;border-radius:999px;background:var(--blue);color:#fff;font-size:12px;font-weight:600}.gallery{flex:1;overflow-y:auto;padding:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;align-content:start;background:var(--bg)}.img-card-loading{border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.loading-ring{width:28px;height:28px;border-radius:50%;border:2.5px solid var(--surface-soft);border-top-color:var(--blue);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-label{font-size:13px;color:var(--muted);font-weight:500}.loading-queue{font-size:12px;color:var(--muted-soft);margin-top:-6px}.img-card{border-radius:var(--radius);overflow:hidden;position:relative;background:var(--surface);box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s}.img-card:hover{transform:scale(1.02);box-shadow:var(--shadow);z-index:2}.img-card.selected{box-shadow:0 0 0 3px var(--blue),var(--shadow-sm)}.img-card img{display:block;width:100%;height:auto}.img-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.5) 100%);opacity:0;transition:opacity .18s;display:flex;flex-direction:column;justify-content:flex-end;padding:10px}.img-card:hover .img-card-overlay{opacity:1}.img-card-actions{display:flex;gap:5px;justify-content:flex-end;margin-bottom:4px}.img-action-btn{width:28px;height:28px;border-radius:7px;background:#fff3;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:13px;display:grid;place-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .12s}.img-action-btn:hover{background:#ffffff59}.img-card-meta-overlay{display:flex;align-items:center;gap:5px}.img-meta-chip{display:inline-flex;align-items:center;height:18px;padding:0 6px;border-radius:5px;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:10px;font-weight:600;color:#ffffffe6}.img-meta-time{font-size:10px;color:#fff9;margin-left:auto}.img-card-check{position:absolute;top:8px;left:8px;width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.85);background:#00000040;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;font-size:11px;color:#fff;transition:background .13s;z-index:3}.img-card.selected .img-card-check{background:var(--blue);border-color:var(--blue)}.img-card-error{border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px;text-align:center}.img-card-error .err-icon{font-size:22px}.img-card-error .err-msg{font-size:12px;color:var(--red);line-height:1.5}.img-card-error .err-meta{font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.img-card-error.selected{outline:2px solid var(--blue);outline-offset:-2px}.img-card-error .err-actions{display:flex;align-items:center;gap:6px;margin-top:6px}.img-card-error .err-del-btn{font-size:11px;padding:3px 10px;border-radius:6px;background:var(--red-soft);color:var(--red);border:none;cursor:pointer}.img-card-error .err-del-btn:hover{background:var(--red);color:#fff}.empty-state{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:8px;color:var(--muted)}.empty-icon{font-size:44px;opacity:.6}.empty-state p{font-size:15px;font-weight:600;color:var(--muted);margin:0;letter-spacing:-.1px}.empty-state small{font-size:13px;color:var(--muted-soft)}.prompt-bar{padding:10px 16px 14px;background:#ffffffb8;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-top:1px solid var(--border);flex-shrink:0}.ref-preview{display:flex;align-items:center;gap:8px;margin-bottom:8px;padding:7px 9px;border-radius:10px;background:var(--blue-soft);flex-wrap:nowrap;overflow-x:auto}.ref-preview img{width:32px;height:32px;object-fit:cover;border-radius:6px;flex-shrink:0;cursor:pointer}.ref-preview span{font-size:13px;font-weight:500;color:var(--blue);flex:1;white-space:nowrap}.ref-preview button{flex-shrink:0;height:24px;padding:0 10px;border-radius:12px;background:#007aff26;color:var(--blue);font-size:11px;white-space:nowrap;display:inline-flex;align-items:center}.ref-thumb{position:relative;display:inline-block}.ref-thumb img{width:36px;height:36px;object-fit:cover;border-radius:6px}.ref-thumb-del{position:absolute;top:-4px;right:-4px;width:16px;height:16px;border-radius:50%;background:var(--red);color:#fff;font-size:9px;display:grid;place-items:center;border:none;cursor:pointer;opacity:0;transition:opacity .1s}.ref-thumb:hover .ref-thumb-del{opacity:1}.prompt-tools{display:flex;gap:5px;margin-bottom:8px;flex-wrap:wrap}.tool-btn{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 11px;border-radius:999px;background:var(--surface-soft);font-size:12px;font-weight:500;color:var(--text);transition:background .12s}.tool-btn:hover:not(:disabled){background:var(--surface-hover)}.tool-btn:disabled{opacity:.4}.tool-btn.active{background:var(--blue-soft);color:var(--blue);border-color:var(--blue)}.prompt-row{display:flex;gap:8px;align-items:flex-end}.prompt-input{flex:1;min-height:52px;max-height:300px;padding:10px 14px;border-radius:12px;border:1px solid var(--border);background:var(--surface);resize:none;font-size:15px;line-height:1.5;color:var(--text);transition:border-color .15s,box-shadow .15s}.prompt-input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--focus-ring)}.prompt-input::placeholder{color:var(--muted-soft)}.send-btn{height:42px;padding:0 20px;border-radius:12px;background:var(--blue);color:#fff;font-size:15px;font-weight:600;white-space:nowrap;transition:background .15s,transform .1s}.send-btn:hover:not(:disabled){background:var(--blue-hover)}.send-btn:active:not(:disabled){transform:scale(.97)}.settings{display:flex;flex-direction:column;gap:14px;padding:16px 14px;background:var(--surface);border-left:1px solid var(--border);overflow-y:auto;min-width:0;transition:padding .26s ease,opacity .26s ease}.right-closed .settings{padding:0;opacity:0;pointer-events:none}.settings h3{margin:0 0 4px;font-size:11px;font-weight:600;color:var(--muted-soft);text-transform:uppercase;letter-spacing:.06em}.field{display:flex;flex-direction:column;gap:5px}.field label{font-size:13px;font-weight:500;color:var(--text)}.field select,.field input[type=number],.field input[type=text]{height:34px;border-radius:8px;border:1px solid var(--border);background:var(--surface-soft);padding:0 10px;font-size:14px;color:var(--text);transition:border-color .15s,box-shadow .15s}.field select:focus,.field input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--focus-ring)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center}.lightbox img{max-width:90vw;max-height:90vh;border-radius:var(--radius);object-fit:contain;box-shadow:var(--shadow-lg);animation:lbIn .2s cubic-bezier(.4,0,.2,1)}@keyframes lbIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.lightbox-close{position:absolute;top:16px;right:20px;width:36px;height:36px;border-radius:50%;background:#ffffff26;color:#fff;font-size:16px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);transition:background .15s}.lightbox-close:hover{background:#ffffff40}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#ffffff26;color:#fff;font-size:22px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);transition:background .15s}.lightbox-nav:hover{background:#ffffff40}.lightbox-nav.prev{left:16px}.lightbox-nav.next{right:16px}.lightbox-meta{position:absolute;bottom:16px;left:50%;transform:translate(-50%);padding:5px 14px;border-radius:999px;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fffc;font-size:13px;font-weight:500}.modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border-radius:20px;padding:24px;width:min(460px,92vw);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:14px;animation:slideUp .2s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.industry-modal.modal{width:min(1000px,96vw);padding:0;overflow:hidden}.modal h2{margin:0;font-size:17px;font-weight:600;color:var(--text);letter-spacing:-.2px}.modal p{margin:0;font-size:14px;color:var(--muted);line-height:1.6}.modal input{width:100%;height:38px;border-radius:10px;border:1px solid var(--border);padding:0 12px;font-size:14px;background:var(--surface-soft);transition:border-color .15s,box-shadow .15s}.modal input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--focus-ring)}.modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.btn-ghost{height:34px;padding:0 16px;border-radius:10px;background:var(--surface-soft);font-size:14px;font-weight:500;color:var(--text);transition:background .12s}.btn-ghost:hover{background:var(--surface-hover)}.btn-primary{height:34px;padding:0 18px;border-radius:10px;background:var(--blue);color:#fff;font-size:14px;font-weight:600;transition:background .12s}.btn-primary:hover{background:var(--blue-hover)}.btn-danger{height:34px;padding:0 16px;border-radius:10px;background:var(--surface-soft);color:var(--red);font-size:14px;font-weight:500}.btn-danger:hover{background:var(--red-soft)}.industry-layout{display:grid;grid-template-columns:210px 1fr;height:78vh}.industry-list{display:flex;flex-direction:column;gap:2px;padding:12px 8px;background:var(--surface-soft);border-right:1px solid var(--border);overflow-y:auto}.industry-list-title{font-size:11px;font-weight:600;color:var(--muted-soft);text-transform:uppercase;letter-spacing:.06em;padding:0 6px 8px}.industry-item{display:flex;align-items:center;gap:9px;padding:8px;border-radius:10px;border:none;text-align:left;background:transparent;cursor:pointer;transition:background .1s}.industry-item:hover{background:var(--surface-hover)}.industry-item.active{background:var(--blue)}.industry-item.active strong,.industry-item.active small{color:#fff}.industry-item strong{display:block;font-size:13px;font-weight:500;color:var(--text)}.industry-item small{display:block;font-size:11px;color:var(--muted);margin-top:1px}.industry-icon{width:30px;height:30px;border-radius:8px;flex-shrink:0;background:var(--surface);border:1px solid var(--border);display:grid;place-items:center;font-size:13px;font-weight:700;color:var(--blue)}.industry-item.active .industry-icon{background:#fff3;border-color:#ffffff4d;color:#fff}.industry-config{padding:20px;overflow-y:auto;display:flex;flex-direction:column;background:var(--surface)}.industry-desc{font-size:13px;color:var(--muted);margin:4px 0 16px;line-height:1.6}.industry-config h2{margin:0;font-size:17px;font-weight:600;color:var(--text);letter-spacing:-.2px}.industry-fields{display:flex;flex-direction:column;gap:11px;flex:1}.industry-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.industry-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px}.tag{padding:3px 10px;border-radius:999px;font-size:12px;font-weight:500;background:var(--surface-soft);color:var(--muted);transition:background .12s,color .12s}.tag:hover{background:var(--surface-hover);color:var(--text)}.tag-active{background:var(--blue);color:#fff}.tag-active:hover{background:var(--blue-hover);color:#fff}.field textarea{border-radius:8px;border:1px solid var(--border);background:var(--surface-soft);padding:8px 10px;font-size:13px;color:var(--text);resize:vertical;min-height:500px;line-height:1.5;width:100%;transition:border-color .15s,box-shadow .15s}.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--focus-ring)}.mode-tabs{display:flex;gap:2px;background:var(--surface-soft);border-radius:8px;padding:2px}.mode-tab{height:28px;padding:0 14px;border-radius:6px;border:none;font-size:13px;font-weight:500;color:var(--muted);background:transparent;transition:background .12s,color .12s}.mode-tab.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.chat-view{flex:1;overflow-y:auto;padding:20px 16px;display:flex;flex-direction:column;gap:16px}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);padding:40px}.chat-empty-icon{font-size:40px;opacity:.5}.chat-empty p{font-size:15px;font-weight:600;margin:0}.chat-empty small{font-size:13px;color:var(--muted-soft);text-align:center}.chat-msg{display:flex;gap:10px;align-items:flex-end}.chat-msg.user{flex-direction:row-reverse}.chat-avatar{width:28px;height:28px;border-radius:50%;flex-shrink:0;background:var(--surface-soft);border:1px solid var(--border);display:grid;place-items:center;font-size:13px}.chat-msg.user .chat-avatar{background:var(--blue);color:#fff}.chat-bubble{max-width:100%;min-width:60px;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.6;color:var(--text);white-space:pre-wrap;word-break:break-word}.chat-bubble.user{background:var(--blue);color:#fff;border-bottom-right-radius:4px}.chat-bubble.ai{background:var(--surface);box-shadow:var(--shadow-sm);border-bottom-left-radius:4px}.chat-bubble.streaming:after{content:"▍";animation:blink .7s steps(1) infinite;display:inline-block;margin-left:2px}@keyframes blink{50%{opacity:0}}.chat-meta{font-size:10px;color:var(--muted-soft);margin-top:3px}.chat-model-badge{display:inline-flex;align-items:center;height:18px;padding:0 7px;border-radius:999px;background:var(--surface-soft);font-size:10px;font-weight:600;color:var(--muted)}.chat-msg.user .chat-meta{text-align:right}.chat-model-select{height:28px;border-radius:7px;border:1px solid var(--border);background:var(--surface-soft);padding:0 8px;font-size:13px;font-weight:500;color:var(--text);transition:border-color .15s}.chat-model-select:focus{outline:none;border-color:var(--blue)}.chat-presets{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.chat-preset-tag{height:26px;padding:0 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface-soft);font-size:12px;font-weight:500;color:var(--muted);cursor:pointer;transition:all .12s;white-space:nowrap}.chat-preset-tag:hover{background:var(--surface-hover);color:var(--text)}.chat-input-bar{padding:10px 16px 14px;background:#ffffffb8;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-top:1px solid var(--border);flex-shrink:0}.chat-input-row{display:flex;gap:8px;align-items:flex-end}.chat-input{flex:1;min-height:42px;max-height:160px;padding:10px 14px;border-radius:12px;border:1px solid var(--border);background:var(--surface);resize:none;font-size:14px;line-height:1.5;color:var(--text);transition:border-color .15s,box-shadow .15s}.chat-input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--focus-ring)}.chat-input::placeholder{color:var(--muted-soft)}.chat-session-item{padding:8px 10px;border-radius:8px;border:none;font-size:12px;color:var(--muted);cursor:pointer;text-align:left;background:transparent;display:flex;flex-direction:column;gap:2px;transition:background .1s}.chat-session-item:hover{background:var(--surface-soft);color:var(--text)}.chat-session-item.active{background:var(--blue-soft);color:var(--blue)}.chat-session-model{font-size:11px;font-weight:600}.chat-session-preview{font-size:11px;color:var(--muted-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-modal.modal{width:min(1100px,96vw);padding:0;overflow:hidden}.agent-brief{background:var(--surface-soft);border-radius:12px;padding:14px 16px;font-size:13px;line-height:1.7;color:var(--text);white-space:pre-wrap}.agent-variants{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:4px}.agent-variant-card{border:1.5px solid var(--border);border-radius:12px;padding:14px;cursor:pointer;transition:border-color .15s,box-shadow .15s;display:flex;flex-direction:column;gap:4px}.agent-variant-card:hover{border-color:var(--blue)}.agent-variant-card.active{border-color:var(--blue);box-shadow:0 0 0 3px var(--focus-ring)}.agent-variant-title{font-weight:700;font-size:14px;color:var(--text)}.agent-variant-style{font-size:12px;color:var(--muted);margin-bottom:6px}.agent-variant-preview{font-size:11px;color:var(--muted);line-height:1.5;max-height:100px;overflow-y:auto}.agent-variant-apply{margin-top:8px;font-size:12px;font-weight:500;color:var(--blue);background:none;border:none;cursor:pointer;text-align:left;padding:0}.agent-prompt-list{display:flex;flex-direction:column;gap:10px}.agent-prompt-item{display:flex;gap:8px;align-items:flex-start}.agent-prompt-num{min-width:22px;height:22px;border-radius:50%;background:var(--surface-soft);font-size:11px;font-weight:700;color:var(--muted);display:grid;place-items:center;margin-top:9px;flex-shrink:0}.agent-prompt-item textarea{flex:1;min-height:56px;resize:vertical}.agent-prompt-del{height:24px;width:24px;border-radius:6px;background:none;border:none;color:var(--muted);cursor:pointer;font-size:14px;flex-shrink:0;margin-top:8px;transition:background .1s,color .1s}.agent-prompt-del:hover{background:var(--red-soft);color:var(--red)}.agent-add-btn{height:32px;padding:0 14px;border-radius:8px;font-size:13px;background:var(--surface-soft);border:1px dashed var(--border);color:var(--muted);cursor:pointer;transition:background .1s;align-self:flex-start}.agent-add-btn:hover{background:var(--surface-hover);color:var(--text)}.agent-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:60px 20px;color:var(--muted);font-size:14px}.agent-loading-ring{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}.ctx-menu{position:fixed;z-index:300;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-lg);padding:4px;min-width:150px;animation:fadeIn .1s ease}.ctx-menu button{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:8px 12px;border-radius:7px;font-size:13px;color:var(--text);background:none;border:none;cursor:pointer}.ctx-menu button:hover{background:var(--surface-soft)}.toast-stack{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:400;display:flex;flex-direction:column;gap:8px;align-items:center}.toast{background:#1c1c1e;color:#fff;border-radius:12px;padding:10px 16px;font-size:13px;display:flex;align-items:center;gap:12px;animation:fadeIn .15s ease}.toast-undo{background:none;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:7px;padding:2px 10px;font-size:12px;cursor:pointer}.toast-undo:hover{background:#ffffff1a}.chat-bubble-wrap{position:relative}.chat-copy-btn{position:absolute;top:6px;right:6px;opacity:0;transition:opacity .12s;font-size:14px;padding:2px 6px;border-radius:6px;background:var(--surface);border:1px solid var(--border);color:var(--muted);cursor:pointer;line-height:1.4}.chat-bubble-wrap:hover .chat-copy-btn{opacity:1}.stop-btn{background:var(--red)!important;color:#fff!important}.md-body{font-size:14px;line-height:1.65;color:var(--text)}.md-body p{margin:0 0 .6em}.md-body p:last-child{margin:0}.md-body h1,.md-body h2,.md-body h3{margin:.8em 0 .3em;font-weight:600}.md-body ul,.md-body ol{margin:.4em 0;padding-left:1.4em}.md-body li{margin:.2em 0}.md-body code{font-family:SF Mono,Menlo,monospace;font-size:.85em;background:var(--surface-soft);padding:1px 5px;border-radius:4px}.md-body pre{background:#1e1e2e;border-radius:10px;padding:14px 16px;overflow-x:auto;margin:.6em 0}.md-body pre code{background:none;padding:0;color:#cdd6f4;font-size:13px}.md-body blockquote{border-left:3px solid var(--blue);margin:.6em 0;padding:.2em .8em;color:var(--muted)}.md-body table{border-collapse:collapse;width:100%;margin:.6em 0;font-size:13px}.md-body th,.md-body td{border:1px solid var(--border);padding:5px 10px;text-align:left}.md-body th{background:var(--surface-soft);font-weight:600}.md-body a{color:var(--blue);text-decoration:none}.md-body a:hover{text-decoration:underline}.md-body hr{border:none;border-top:1px solid var(--border);margin:.8em 0}
