/* Extracted from list.php */
.list-page{padding:2rem 0 3rem}
.list-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.35rem}
.list-hero h1{margin:0;font-size:2.3rem;font-family:var(--font-display)}
.list-hero p{margin:.55rem 0 0;color:var(--text-secondary);max-width:64ch;line-height:1.7}
.list-meta{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:.8rem}
.list-pill{display:inline-flex;align-items:center;padding:.5rem .8rem;border-radius:999px;border:1px solid rgba(255,90,79,.16);background:rgba(255,90,79,.1);color:#f4f0ea;font-size:.82rem;font-weight:700}
.list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}
.list-empty{padding:3rem 1.5rem;text-align:center;border-radius:26px;border:1px dashed rgba(255,90,79,.22);background:rgba(17,13,34,.76);color:var(--text-muted)}
