:root{--bg: #000000;--surface: #16181f;--surface-2: #1c1f28;--surface-3: #23272f;--border: #262b3a;--border-strong: #323950;--text: #e6e9f0;--muted: #8a93a8;--accent: #6c8cff;--accent-strong: #5a7bff;--danger: #ff5c6c;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:#000;color:var(--text);font-size:14px;-webkit-font-smoothing:antialiased;overflow:hidden}.app{position:relative;height:100%;overflow:hidden}.fabwrap{position:absolute;top:0;right:0;bottom:0;left:0;background:#000}.fabwrap .canvas-container{display:block}.proj-switcher{position:absolute;top:14px;left:14px;z-index:30}.ps-current{display:flex;align-items:center;gap:8px;height:36px;padding:0 12px;border-radius:9px;border:1px solid var(--border-strong);background:#12141ceb;color:var(--text);font-size:13px;font-weight:600;cursor:pointer}.ps-caret{font-size:11px;color:var(--muted)}.ps-dropdown{position:absolute;top:42px;left:0;width:260px;background:var(--surface);border:1px solid var(--border-strong);border-radius:12px;box-shadow:0 12px 40px #00000080;overflow:hidden}.ps-new{width:100%;height:40px;border:none;border-bottom:1px solid var(--border);background:transparent;color:var(--accent);font-size:13px;font-weight:600;cursor:pointer}.ps-new:hover{background:var(--surface-2)}.ps-list{max-height:320px;overflow-y:auto}.ps-empty{padding:16px;color:var(--muted);text-align:center}.ps-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 12px;cursor:pointer}.ps-item:hover{background:var(--surface-2)}.ps-item.active{background:#6c8cff1f}.ps-item-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.ps-item-actions{display:flex;gap:2px;opacity:0}.ps-item:hover .ps-item-actions{opacity:1}.ps-act{width:26px;height:26px;border:none;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;font-size:13px}.ps-act:hover{background:var(--surface-3);color:var(--text)}.ps-act.ps-del:hover{color:var(--danger)}.ps-input{flex:1;height:28px;padding:0 8px;border-radius:6px;border:1px solid var(--accent);background:var(--surface-2);color:var(--text);font-size:13px;outline:none}.top-actions{position:absolute;top:14px;right:14px;display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:10px;background:#12141ceb;border:1px solid var(--border-strong);box-shadow:0 6px 20px #00000073;z-index:30}.ta-btn{height:28px;padding:0 10px;border-radius:7px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);font-size:12px;cursor:pointer;white-space:nowrap;text-decoration:none;line-height:26px;display:inline-flex;align-items:center}.ta-btn:hover{background:var(--surface-3)}.ta-primary{background:var(--accent);border-color:transparent;color:#fff}.ta-primary:hover{background:var(--accent-strong)}.key-dot{width:8px;height:8px;border-radius:50%;background:#4a5568;margin:0 4px}.key-dot.is-on{background:#3ddc84;box-shadow:0 0 8px #3ddc84cc}.zoom-controls{position:absolute;left:14px;bottom:14px;display:flex;align-items:center;gap:4px;padding:5px;border-radius:10px;background:#12141ceb;border:1px solid var(--border-strong);z-index:30}.zoom-controls button{width:30px;height:30px;border-radius:7px;border:none;background:transparent;color:var(--text);font-size:15px;cursor:pointer}.zoom-controls button:hover{background:var(--surface-3)}.zoom-controls button.zc-locate{color:var(--accent)}.zoom-controls button.zc-locate:hover{background:#6c8cff2e}.zoom-val{min-width:48px;text-align:center;font-size:12px;color:var(--muted)}.bottom-anchor{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;align-items:flex-end;gap:12px;z-index:25;max-width:calc(100vw - 32px)}.bottom-stack{display:flex;flex-direction:column;gap:10px;width:min(760px,calc(100vw - 240px));flex-shrink:1;min-width:460px}.gen-bar{width:100%;padding:14px 14px 12px;border-radius:14px;background:#12141cf2;border:1px solid var(--border-strong);box-shadow:0 12px 40px #00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;z-index:2}@media (max-width: 1400px){.bottom-stack{width:min(700px,calc(100vw - 160px))}}@media (max-width: 1180px){.bottom-stack{width:min(620px,calc(100vw - 96px));min-width:0}.gen-bar{padding:12px 12px 10px}}@media (max-width: 900px){.bottom-stack{width:calc(100vw - 40px);min-width:0}.gen-bar{padding:10px 10px 8px}}.ref-tray{width:100%;padding:8px 10px;border-radius:14px;background:#12141cf2;border:1px solid var(--border-strong);box-shadow:0 12px 40px #00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;gap:10px}.rt-title{flex:0 0 auto;font-size:13px;font-weight:600;white-space:nowrap}.rt-count{color:var(--muted);font-weight:400;font-size:12px}.rt-btn{height:28px;padding:0 11px;border-radius:7px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);font-size:12px;cursor:pointer;white-space:nowrap}.rt-btn:hover{background:var(--surface-3)}.rt-btn.rt-add{border-style:dashed;color:var(--accent)}.rt-btn.rt-clear:hover{color:var(--danger);border-color:#ff5c6c80}.rt-actions{flex:0 0 auto;display:flex;align-items:center;gap:6px}.rt-list{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:6px;overflow-x:auto;padding:2px 0}.rt-empty{color:var(--muted);font-size:12px;padding:0 2px;white-space:nowrap}.rt-item{position:relative;flex:0 0 auto;width:64px;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.rt-item.dragging{opacity:.4}.rt-item img{width:64px;height:64px;object-fit:cover;border-radius:8px;border:1px solid var(--border-strong);background:#000;display:block;-webkit-user-drag:none}.rt-x{position:absolute;top:3px;right:3px;width:18px;height:18px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:#000000b8;color:#fff;font-size:11px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.rt-x:hover{background:#ff5c6ceb;border-color:transparent}.rt-add-canvas{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:#000000b8;color:#fff;font-size:11px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.rt-add-canvas:hover{background:#6c8cffeb;border-color:transparent}.rt-menu{position:fixed;z-index:210;min-width:130px;background:var(--surface-3);border:1px solid var(--border-strong);border-radius:10px;box-shadow:0 12px 32px #00000080;padding:6px;display:flex;flex-direction:column;gap:2px}.rt-menu button{height:32px;border:none;border-radius:7px;background:transparent;color:var(--text);font-size:13px;cursor:pointer;text-align:left;padding:0 10px}.rt-menu button:hover{background:var(--surface-2)}.rt-menu-empty{display:block;padding:8px 10px;color:var(--muted);font-size:12px;white-space:nowrap}.rt-preview{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d1;display:flex;align-items:center;justify-content:center;z-index:200}.rp-stage{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden}.rt-preview img{max-width:88vw;max-height:88vh;border-radius:10px;box-shadow:0 20px 60px #0009;transition:transform .08s ease-out;transform-origin:center center;will-change:transform}.rt-preview img.zoomed{cursor:grab}.rp-tools{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:6px;align-items:center;background:#1c2030eb;border:1px solid var(--border-strong);border-radius:10px;padding:5px}.rp-tools button{min-width:34px;height:30px;border:none;border-radius:7px;background:transparent;color:var(--text);font-size:14px;cursor:pointer}.rp-tools button:hover{background:var(--surface-2)}.rp-tools .rp-pct{min-width:50px;font-size:12px;color:var(--muted)}.rt-preview-x{position:absolute;top:20px;right:26px;width:40px;height:40px;border-radius:10px;border:1px solid var(--border-strong);background:#1c2030f2;color:var(--text);font-size:18px;cursor:pointer}.rt-preview-x:hover{background:var(--surface-3)}.imgbar{position:fixed;z-index:20;transform:translate(-50%);display:flex;gap:6px;padding:5px;background:#181b26f2;border:1px solid var(--border-strong);border-radius:10px;box-shadow:0 8px 24px #00000073}.imgbar button{height:30px;padding:0 12px;border:none;border-radius:7px;background:var(--surface-3);color:var(--text);font-size:13px;cursor:pointer;white-space:nowrap}.imgbar button:hover{background:var(--accent);color:#fff}.imgbar.imgbar-inside{position:fixed;z-index:20;padding:4px 6px;border-radius:8px;background:#0a0c12b8;border:1px solid rgba(255,255,255,.12);box-shadow:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.imgbar.imgbar-inside button{height:24px;padding:0 10px;font-size:12px;background:#ffffff1a}.imgbar.imgbar-inside button:hover{background:var(--accent)}.img-info{position:fixed;z-index:20;display:inline-flex;align-items:center;gap:6px;padding:5px 7px;border-radius:8px;background:#161923e6;border:1px solid rgba(255,255,255,.14);box-shadow:0 6px 18px #0006;pointer-events:auto;width:280px;box-sizing:border-box}.img-info-refs{display:inline-flex;gap:4px;flex:0 0 auto}.iir-thumb{width:36px;height:36px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:6px;background:#000;cursor:pointer;overflow:hidden;display:inline-flex}.iir-thumb img{width:100%;height:100%;object-fit:cover;display:block}.iir-thumb:hover{border-color:var(--accent)}.img-info-prompt{flex:1 1 auto;min-width:0;border:none;background:transparent;color:#fff;font-size:12px;line-height:1.4;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.img-info-prompt:hover{color:var(--accent)}.gb-resize{position:absolute;top:0;left:50%;transform:translate(-50%);width:60px;height:12px;cursor:ns-resize;border-radius:0 0 8px 8px;background:var(--border-strong);opacity:.7}.gb-resize:hover{opacity:1;background:var(--accent)}.gb-textarea{width:100%;flex:1 1 auto;min-height:48px;resize:none;background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;padding:9px 11px;font-size:13px;font-family:inherit;line-height:1.5;outline:none}.gb-textarea:focus{border-color:var(--accent)}.gb-row{display:flex;gap:6px;align-items:center;margin-top:10px;flex-wrap:wrap}.gb-split{display:flex;gap:10px;align-items:stretch}.gb-prompt-box{flex:7 1 0;min-width:0;position:relative;display:flex;flex-direction:column}.gb-controls-box{flex:3 1 0;min-width:0;display:flex;flex-direction:column;justify-content:flex-end}.gb-controls-box .gb-row{margin-top:0}.gb-select{height:34px;border-radius:8px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);font-size:12px;padding:0 8px;cursor:pointer;outline:none;max-width:150px}.gb-select:focus{border-color:var(--accent)}.gb-size-wrap{display:inline-flex;align-items:center;gap:6px}.gb-size-wrap .gb-select{max-width:200px}.gb-count{display:inline-flex;align-items:center;justify-content:space-between;gap:6px;height:34px;padding:0 8px;border:1px solid var(--border-strong);border-radius:8px;background:var(--surface-2)}.gb-count-label{color:var(--muted);font-size:12px;white-space:nowrap}.gb-count .gb-num{flex:1 1 auto;min-width:0;width:auto;border:none;background:transparent;padding:0;font-size:12px;color:var(--text);outline:none;text-align:right}.gb-controls-box .gb-row{gap:8px}.gb-controls-box .gb-select,.gb-controls-box .gb-dropdown-trigger,.gb-controls-box .gb-count,.gb-controls-box .gb-generate{flex:0 0 auto;width:100px;max-width:100px;min-width:0;box-sizing:border-box}.size-icon{display:inline-block;flex:0 0 auto;border:1px solid var(--muted);background:#6c8cff2e;border-radius:3px}.gb-dropdown{position:relative}.gb-dropdown-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:6px;text-align:left;white-space:nowrap}.gb-dropdown-label{overflow:hidden;text-overflow:ellipsis;min-width:0}.gb-caret{flex:0 0 auto;font-size:10px;color:var(--muted)}.gb-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:70;min-width:200px;max-height:300px;overflow-y:auto;background:var(--surface-2);border:1px solid var(--border-strong);border-radius:8px;box-shadow:0 10px 24px #00000080;padding:4px}.gb-dropdown-menu.gb-dropdown-menu-up{top:auto;bottom:calc(100% + 4px)}.gb-option{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;border:none;border-radius:6px;background:transparent;color:var(--text);font-size:12px;cursor:pointer;text-align:left;white-space:nowrap}.gb-option:hover{background:#ffffff14}.gb-option.active{background:#6c8cff33}.gb-option-label{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;min-width:0}.gb-ratio-box{flex:0 0 36px;width:36px;height:24px;display:inline-flex;align-items:center;justify-content:center}.gb-generate{height:34px;padding:0 8px;border-radius:9px;border:none;background:linear-gradient(135deg,var(--accent),#b16cff);color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gb-generate:hover:not(:disabled){filter:brightness(1.08)}.gb-generate:disabled{opacity:.5;cursor:not-allowed}.rd-triggers{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px;z-index:41}.rd-trigger{writing-mode:vertical-rl;letter-spacing:3px;width:34px;height:112px;border:1px solid var(--border-strong);border-right:none;border-radius:10px 0 0 10px;background:#12141ceb;color:var(--text);font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center}.rd-trigger:hover{background:var(--surface-3)}.rd-trigger.active{background:var(--accent);border-color:transparent;color:#fff}.rd-drawer{position:absolute;top:0;bottom:0;right:40px;width:380px;max-width:calc(100vw - 56px);display:flex;flex-direction:column;background:var(--surface);border-left:1px solid var(--border-strong);z-index:40;pointer-events:none;transform:translate(calc(100% + 40px));transition:transform .25s ease}.rd-drawer.open{transform:translate(0);pointer-events:auto;box-shadow:-14px 0 44px #00000080}.rd-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--border)}.rd-title{font-size:14px;font-weight:600}.rd-close{width:30px;height:30px;border:none;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;font-size:16px}.rd-close:hover{background:var(--surface-3);color:var(--text)}.rd-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.rd-body>*{flex:1;min-height:0;height:100%}.ai-assistant{display:flex;flex-direction:column;height:100%;min-height:0}.aa-head{display:flex;align-items:center;gap:6px;padding:10px 12px;flex-wrap:wrap}.aa-chats{position:relative;flex:1 1 120px;min-width:0}.aa-chat-current{width:100%;height:30px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:0 9px;border-radius:7px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);font-size:12px;cursor:pointer}.aa-chat-current:hover{background:var(--surface-3)}.aa-chat-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.aa-caret{color:var(--muted);font-size:10px;flex:0 0 auto}.aa-chat-menu{position:absolute;top:36px;left:0;right:0;background:var(--surface-3);border:1px solid var(--border-strong);border-radius:10px;box-shadow:0 12px 32px #00000073;max-height:260px;overflow-y:auto;z-index:12}.aa-chat-item{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:8px 10px;cursor:pointer;font-size:12px}.aa-chat-item:hover{background:var(--surface-2)}.aa-chat-item.active{background:#6c8cff1f}.aa-chat-item-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aa-chat-del{flex:0 0 auto;width:20px;height:20px;border:none;border-radius:5px;background:transparent;color:var(--muted);cursor:pointer;font-size:12px;line-height:1}.aa-chat-del:hover{color:var(--danger);background:var(--surface-3)}.aa-btn{height:30px;padding:0 10px;border-radius:7px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);font-size:12px;cursor:pointer;white-space:nowrap}.aa-btn:hover{background:var(--surface-3)}.aa-btn-del:hover{color:var(--danger);border-color:#ff5c6c80}.aa-gear{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);cursor:pointer;font-size:12px;height:30px;padding:0 10px;border-radius:7px}.aa-gear:hover{background:var(--surface-3)}.aa-config{display:flex;flex-direction:column;gap:4px;padding:0 12px 12px;border-bottom:1px solid var(--border)}.aa-label{font-size:11px;color:var(--muted);margin-top:4px}.aa-input{height:30px;border-radius:7px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);padding:0 8px;font-size:12px;outline:none}.aa-input:focus{border-color:var(--accent)}.aa-list{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px;min-height:120px}.aa-msg{max-width:85%;padding:9px 12px;border-radius:12px;font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.aa-msg.user{align-self:flex-end;background:var(--accent);color:#fff}.aa-msg.assistant{align-self:flex-start;background:var(--surface-2)}.aa-foot{display:flex;gap:8px;padding:10px 12px;border-top:1px solid var(--border)}.aa-textarea{flex:1;resize:none;border-radius:8px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);padding:8px 10px;font-size:13px;font-family:inherit;line-height:1.5;outline:none}.aa-textarea:focus{border-color:var(--accent)}.aa-send{height:36px;padding:0 14px;border-radius:8px;border:none;background:var(--accent);color:#fff;font-size:13px;cursor:pointer}.aa-send:disabled{opacity:.5;cursor:not-allowed}.tpl-panel{display:flex;flex-direction:column;min-height:0}.tpl-head{display:flex;align-items:center;justify-content:flex-end;padding:10px 12px}.tpl-new-btn{height:28px;padding:0 10px;border-radius:7px;border:none;background:var(--accent);color:#fff;font-size:12px;cursor:pointer}.tpl-cats{display:flex;gap:6px;flex-wrap:wrap;padding:0 12px 10px}.tpl-cat{height:26px;padding:0 10px;border-radius:13px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--muted);font-size:12px;cursor:pointer}.tpl-cat.active{background:var(--accent);border-color:transparent;color:#fff}.tpl-editor{display:flex;flex-direction:column;gap:6px;padding:12px;border-bottom:1px solid var(--border)}.tpl-field{height:32px;border-radius:7px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);padding:0 8px;font-size:12px;outline:none}.tpl-field:focus{border-color:var(--accent)}.tpl-content{height:auto;resize:vertical;padding:8px;font-family:inherit;line-height:1.5}.tpl-editor-actions{display:flex;gap:8px;justify-content:flex-end}.tpl-save{height:30px;padding:0 14px;border-radius:7px;border:none;background:var(--accent);color:#fff;font-size:12px;cursor:pointer}.tpl-cancel{height:30px;padding:0 14px;border-radius:7px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--muted);font-size:12px;cursor:pointer}.tpl-list{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px}.tpl-empty{color:var(--muted);text-align:center;padding:20px}.tpl-item{border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:var(--surface-2)}.tpl-item-top{display:flex;align-items:center;gap:8px;margin-bottom:6px}.tpl-name{font-weight:600;font-size:13px}.tpl-badge{font-size:11px;padding:1px 8px;border-radius:10px;background:#6c8cff26;color:var(--accent)}.tpl-content-preview{font-size:12px;color:var(--muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.tpl-item-actions{display:flex;gap:8px;margin-top:8px}.tpl-use{height:28px;padding:0 12px;border-radius:7px;border:none;background:var(--accent);color:#fff;font-size:12px;cursor:pointer}.tpl-edit{height:28px;padding:0 12px;border-radius:7px;border:1px solid var(--border-strong);background:transparent;color:var(--muted);font-size:12px;cursor:pointer}.tpl-edit:hover{color:var(--text)}.tpl-del{height:28px;padding:0 12px;border-radius:7px;border:1px solid var(--border-strong);background:transparent;color:var(--muted);font-size:12px;cursor:pointer}.tpl-del:hover{color:var(--danger);border-color:#ff5c6c80}.hist-panel{display:flex;flex-direction:column;height:100%;min-height:0}.hist-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--border)}.hist-count{font-size:12px;color:var(--muted)}.hist-clear{height:28px;padding:0 10px;border-radius:7px;border:1px solid var(--border-strong);background:transparent;color:var(--muted);font-size:12px;cursor:pointer}.hist-clear:hover{color:var(--danger);border-color:#ff5c6c80}.hist-list{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:12px}.hist-empty{color:var(--muted);text-align:center;padding:20px}.hist-date{font-size:12px;font-weight:600;color:var(--accent);margin:12px 0 6px;padding-bottom:4px;border-bottom:1px solid var(--border)}.hist-group{display:flex;flex-direction:column;gap:8px}.hist-item{border:1px solid var(--border);border-radius:10px;background:var(--surface-2);padding:10px}.hist-imgs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.hist-imgs img{width:64px;height:64px;object-fit:cover;border-radius:6px;border:1px solid var(--border-strong);cursor:pointer;background:#000}.hist-imgs img:hover{border-color:var(--accent)}.hist-more{font-size:12px;color:var(--muted);align-self:center}.hist-prompt{font-size:12px;color:var(--text);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;cursor:copy;border-radius:6px;padding:4px 6px}.hist-prompt:hover{background:var(--surface-3)}.hist-meta{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.hist-model{font-size:11px;padding:2px 8px;border-radius:10px;background:#6c8cff1f;color:var(--accent)}.hist-origin{color:var(--muted);margin-left:4px}.hist-del{height:26px;padding:0 10px;border-radius:7px;border:1px solid var(--border-strong);background:transparent;color:var(--muted);font-size:12px;cursor:pointer}.hist-del:hover{color:var(--danger);border-color:#ff5c6c80}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}.modal{width:420px;max-width:calc(100vw - 40px);background:var(--surface);border:1px solid var(--border-strong);border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:12px;box-shadow:0 20px 60px #00000080}.modal-title{margin:0;font-size:17px}.modal-desc{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.modal-desc a{color:var(--accent)}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.modal-actions .ta-btn{height:34px;padding:0 14px;font-size:13px}.field-input{width:100%;height:38px;background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;padding:0 10px;font-size:13px;font-family:inherit;outline:none}.field-input:focus{border-color:var(--accent)}.toast{position:absolute;top:16px;left:50%;transform:translate(-50%);padding:10px 18px;border-radius:10px;background:#1c2030f2;border:1px solid var(--border-strong);color:var(--text);font-size:13px;box-shadow:0 10px 30px #00000080;z-index:50;animation:toast-in .18s ease}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,-6px)}to{opacity:1;transform:translate(-50%)}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}::-webkit-scrollbar-track{background:transparent}
