.prompt-presets{margin:18px 0;padding:16px 0;border-top:1px solid var(--theme-line);border-bottom:1px solid var(--theme-line);min-width:0;color:var(--theme-text)}
.prompt-presets-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.prompt-presets-heading label{font-size:14px;font-weight:600}
.prompt-presets-heading label span{margin-left:6px;font-size:12px;font-weight:400;color:var(--theme-muted)}
.prompt-presets-controls{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(0,1.4fr);gap:10px;min-width:0}
.prompt-presets-search{min-width:0}
.prompt-presets-controls input,.prompt-presets-controls select{width:100%;min-width:0;min-height:44px;margin:0;background:var(--theme-input,var(--theme-surface));color:var(--theme-text);border:1px solid var(--theme-line);border-radius:8px;font-size:13px}
.prompt-presets-controls input::placeholder{color:var(--theme-muted);opacity:1}
.prompt-presets-controls :focus-visible,.prompt-presets-preview :focus-visible{outline:2px solid var(--theme-focus);outline-offset:2px}
.prompt-presets-heading button,.prompt-presets>button{flex-shrink:0;color:var(--theme-text);background:var(--theme-surface);border:1px solid var(--theme-line)}
.prompt-presets p.prompt-presets-hint,.prompt-presets p.prompt-presets-status{margin:8px 0 0;font-size:12px;line-height:1.7;color:var(--theme-muted);overflow-wrap:anywhere}
.prompt-presets p.prompt-presets-error{margin:8px 0;color:var(--theme-danger,#a12637);font-size:13px;overflow-wrap:anywhere}
.prompt-presets-preview{margin-top:10px;font-size:13px}
.prompt-presets-preview summary{cursor:pointer;color:var(--theme-accent);padding:4px 0;min-height:32px}
.prompt-presets-preview pre{margin:8px 0 0;padding:12px;max-height:280px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;background:var(--theme-surface-soft);color:var(--theme-text);border-radius:8px;font:12px/1.8 var(--body,sans-serif)}
.prompt-presets [hidden]{display:none!important}
.prompt-presets-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.reference-panel>.reference-toolbar{margin-top:0}
.reference-panel>.prompt-presets{margin-bottom:0;padding-bottom:0;border-bottom:0}
@media(max-width:600px){.prompt-presets-controls{grid-template-columns:minmax(0,1fr)}.prompt-presets-heading{gap:8px}.prompt-presets-preview pre{max-height:220px}}
