/* Prompt template library. Templates are not ranked. Money never buys rank. */
.prompt-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.25rem}
.prompt-filters .chip{border:1px solid var(--line,rgba(127,120,255,.28));background:transparent;color:inherit;border-radius:999px;padding:.35rem .75rem;font:inherit;cursor:pointer}
.prompt-filters .chip.is-active{background:var(--accent-soft,rgba(127,120,255,.16));border-color:var(--accent,#7f78ff);color:var(--accent-strong,#b7b3ff)}
.prompt-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr))}
.prompt-card{display:flex;flex-direction:column;gap:.75rem;position:relative}
.prompt-card.is-featured{border-color:var(--accent,#7f78ff);box-shadow:0 0 0 1px var(--accent,#7f78ff)}
.prompt-featured-badge{align-self:flex-start;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;padding:.2rem .5rem;border-radius:999px;background:var(--accent-soft,rgba(127,120,255,.18));color:var(--accent-strong,#b7b3ff)}
.prompt-card h2{font-family:var(--font-display,Manrope,system-ui,sans-serif);font-size:1.1rem;line-height:1.3;margin:0}
.prompt-card h2 a{color:inherit;text-decoration:none}
.prompt-card h2 a:hover{color:var(--accent,#7f78ff)}
.prompt-reason{margin:0;color:var(--muted,rgba(247,244,234,.72));font-size:.95rem}
.prompt-tags{display:flex;flex-wrap:wrap;gap:.35rem}
.tray-chip{font-size:.78rem;padding:.15rem .45rem;border-radius:999px;border:1px solid var(--line,rgba(127,120,255,.22))}
.prompt-card .button{align-self:flex-start;margin-top:auto}
.prompt-body-panel .section-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.prompt-body{white-space:pre-wrap;overflow:auto;max-height:min(70vh,40rem);padding:1rem;border-radius:.75rem;background:var(--code-bg,rgba(0,0,0,.28));border:1px solid var(--line,rgba(127,120,255,.2));font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.86rem;line-height:1.45}
.prompt-companion{margin-top:1rem}
.prompt-companion summary{cursor:pointer;font-weight:600}
.prompt-companion-body{white-space:pre-wrap;overflow:auto;max-height:min(50vh,28rem);margin:.75rem 0 0;padding:1rem;border-radius:.75rem;background:var(--code-bg,rgba(0,0,0,.2));border:1px solid var(--line,rgba(127,120,255,.16));font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;line-height:1.45}
.prompt-related{margin:.5rem 0 0;padding-left:1.1rem}
.prompt-related a{color:var(--accent-strong,#b7b3ff)}
@media (max-width:700px){
  .prompt-grid{grid-template-columns:1fr}
  .prompt-body-panel .section-heading{flex-wrap:wrap}
}
