.prompt-library-inline{margin-left:auto;display:inline-flex;align-items:center;gap:5px;line-height:1}
.prompt-library-inline button{height:26px;padding:0 8px;border:1px solid var(--border);border-radius:13px;background:var(--surface);color:var(--text2);font:inherit;font-size:10px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;transition:all .16s}
.prompt-library-inline button svg{width:13px;height:13px;flex:none}
.prompt-library-inline button:hover{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}
.prompt-library-inline .prompt-library-use{border-color:rgba(var(--accent-rgb),.38);color:var(--accent);background:var(--accent-light)}
.prompt-library-overlay{position:fixed;inset:0;z-index:12000;background:rgba(10,12,18,.56);backdrop-filter:blur(5px);display:none;align-items:center;justify-content:center;padding:22px;box-sizing:border-box}
.prompt-library-overlay.visible{display:flex}
.prompt-library-window{width:min(920px,calc(100vw - 32px));height:min(720px,calc(100vh - 44px));background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.28);display:flex;flex-direction:column;overflow:hidden;position:relative}
.prompt-library-window>header{padding:18px 20px 15px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:16px}
.prompt-library-window h2,.prompt-library-window h3{margin:0;color:var(--text)}
.prompt-library-window h2{font-size:18px}.prompt-library-window header p{margin:4px 0 0;font-size:11px;color:var(--text3)}
.prompt-library-close,.prompt-editor-close{width:34px;height:34px;border:0;border-radius:9px;background:var(--bg);color:var(--text2);font-size:24px;line-height:1;cursor:pointer}
.prompt-library-close:hover,.prompt-editor-close:hover{background:var(--accent-light);color:var(--accent)}
.prompt-library-toolbar{padding:12px 20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border)}
.prompt-library-search{height:36px;flex:1;border:1px solid var(--border);background:var(--bg);border-radius:9px;display:flex;align-items:center;gap:7px;padding:0 11px;color:var(--text3)}
.prompt-library-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.12)}
.prompt-library-search svg{width:16px;height:16px}.prompt-library-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:12px}
#promptLibraryCount{font-size:11px;color:var(--text3);white-space:nowrap}
.prompt-library-new{height:36px;padding:0 13px;border:0;border-radius:9px;background:var(--accent);color:#fff;font:inherit;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}
.prompt-library-new:hover{filter:brightness(.95)}
.prompt-library-layout{flex:1;min-height:0;display:flex;background:var(--bg)}
.prompt-category-side{width:205px;flex:none;border-right:1px solid var(--border);background:var(--surface);padding:12px 9px;overflow:auto}
.prompt-category-head{height:32px;padding:0 7px 7px;display:flex;align-items:center;justify-content:space-between;color:var(--text2)}
.prompt-category-head strong{font-size:11px}.prompt-category-add{width:25px;height:25px;border:1px solid var(--border);border-radius:7px;background:var(--bg);color:var(--accent);font:inherit;font-size:16px;line-height:1;cursor:pointer}.prompt-category-add:hover{border-color:var(--accent);background:var(--accent-light)}
.prompt-category-row{display:flex;align-items:center;gap:3px;margin-bottom:3px;position:relative}.prompt-category-button{height:34px;min-width:0;flex:1;border:0;border-radius:8px;background:transparent;color:var(--text2);font:inherit;font-size:11px;cursor:pointer;padding:0 8px;display:flex;align-items:center;justify-content:space-between;gap:7px;text-align:left}.prompt-category-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-category-button small{min-width:20px;text-align:center;padding:2px 5px;border-radius:9px;background:var(--bg);color:var(--text3);font-size:9px}.prompt-category-button:hover{background:var(--bg);color:var(--text)}.prompt-category-button.active{background:var(--accent-light);color:var(--accent);font-weight:700}.prompt-category-button.active small{background:var(--surface);color:var(--accent)}
.prompt-category-actions{display:none;flex:none;gap:1px}.prompt-category-row:hover .prompt-category-actions{display:flex}.prompt-category-actions button{width:23px;height:23px;border:0;border-radius:6px;background:transparent;color:var(--text3);font:inherit;font-size:13px;cursor:pointer;padding:0}.prompt-category-actions button:hover{background:var(--accent-light);color:var(--accent)}
.prompt-library-list{flex:1;overflow:auto;padding:14px 20px 20px;display:flex;flex-direction:column;gap:10px;background:var(--bg)}
.prompt-library-card{border:1px solid var(--border);border-radius:11px;background:var(--surface);padding:13px 14px;display:flex;gap:16px;align-items:center;transition:border-color .15s,box-shadow .15s}
.prompt-library-card:hover{border-color:rgba(var(--accent-rgb),.45);box-shadow:0 5px 18px rgba(0,0,0,.05)}
.prompt-library-card-main{min-width:0;flex:1}.prompt-library-card-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.prompt-library-card-head strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-library-card-head span{padding:2px 7px;border-radius:10px;background:var(--accent-light);color:var(--accent);font-size:9px;white-space:nowrap}
.prompt-library-card p{margin:0;color:var(--text2);font-size:11px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap}.prompt-library-card small{display:block;margin-top:7px;color:var(--text3);font-size:9px}
.prompt-library-card-actions{display:flex;gap:5px;flex:none}.prompt-library-card-actions button{height:30px;padding:0 11px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text2);font:inherit;font-size:10px;font-weight:650;cursor:pointer}.prompt-library-card-actions button:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.prompt-library-card-actions button.primary{border-color:var(--accent);background:var(--accent);color:#fff}.prompt-library-card-actions button.danger:hover{border-color:var(--danger,#ef4444);background:rgba(239,68,68,.08);color:var(--danger,#ef4444)}
.prompt-library-empty,.prompt-library-loading{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--text3);gap:7px}.prompt-library-empty b{font-size:14px;color:var(--text2)}.prompt-library-empty span{font-size:11px}.prompt-library-empty-icon{width:48px;height:48px;border-radius:14px;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:5px}.prompt-library-empty-icon svg{width:25px;height:25px}.prompt-library-loading span{width:24px;height:24px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:prompt-library-spin .8s linear infinite}
.prompt-editor-mask{position:absolute;inset:0;z-index:2;background:rgba(10,12,18,.45);display:none;align-items:center;justify-content:center;padding:18px}.prompt-editor-mask.visible{display:flex}.prompt-editor-card{width:min(540px,100%);max-height:calc(100% - 24px);background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 18px 55px rgba(0,0,0,.24);overflow:hidden;display:flex;flex-direction:column}.prompt-editor-card>header{padding:16px 18px 13px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.prompt-editor-card h3{font-size:16px}.prompt-editor-card header p{font-size:10px}.prompt-editor-body{padding:15px 18px;overflow:auto;display:flex;flex-direction:column;gap:6px}.prompt-editor-body label{font-size:10px;font-weight:650;color:var(--text2);margin-top:4px}.prompt-editor-body label em{color:var(--danger,#ef4444);font-style:normal}.prompt-editor-body input,.prompt-editor-body textarea{border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);font:inherit;font-size:12px;padding:9px 10px;outline:0}.prompt-editor-body input:focus,.prompt-editor-body textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1)}.prompt-editor-body textarea{height:180px;min-height:120px;resize:vertical;line-height:1.6}.prompt-editor-card footer{padding:11px 18px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:8px}.prompt-editor-card footer button{height:34px;padding:0 17px;border-radius:8px;font:inherit;font-size:11px;font-weight:650;cursor:pointer}.prompt-editor-cancel{border:1px solid var(--border);background:var(--surface);color:var(--text2)}.prompt-editor-save{border:0;background:var(--accent);color:#fff}.prompt-editor-save:disabled{opacity:.55;cursor:wait}
.prompt-library-toast{position:fixed;top:22px;left:50%;transform:translateX(-50%);z-index:13000;background:#111827;color:#fff;border-radius:9px;padding:10px 16px;font-size:12px;box-shadow:0 10px 30px rgba(0,0,0,.25)}.prompt-library-toast.error{background:#dc2626}.prompt-library-toast.success{background:#059669}
.prompt-editor-body select{border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);font:inherit;font-size:12px;padding:9px 10px;outline:0}.prompt-editor-body select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.1)}.prompt-editor-category-row{display:flex;gap:7px}.prompt-editor-category-row select{flex:1;min-width:0}.prompt-editor-new-category{flex:none;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--accent);font:inherit;font-size:10px;font-weight:650;padding:0 11px;cursor:pointer}.prompt-editor-new-category:hover{border-color:var(--accent);background:var(--accent-light)}
@keyframes prompt-library-spin{to{transform:rotate(360deg)}}
@media(max-width:620px){.prompt-library-overlay{padding:8px}.prompt-library-window{width:100%;height:calc(100vh - 16px)}.prompt-library-toolbar{flex-wrap:wrap}.prompt-library-search{flex-basis:100%}.prompt-library-layout{flex-direction:column}.prompt-category-side{width:auto;max-height:145px;border-right:0;border-bottom:1px solid var(--border)}.prompt-category-head{height:28px}.prompt-category-row{display:inline-flex;width:calc(50% - 4px);vertical-align:top}.prompt-category-actions{display:flex}.prompt-library-card{align-items:flex-start;flex-direction:column}.prompt-library-card-actions{width:100%}.prompt-library-card-actions button{flex:1}.prompt-library-inline button span{display:none}.prompt-library-inline button{width:28px;padding:0;justify-content:center}}
