/* ════════════════════════════════════════════════════════════════════
   CHARACTER DEFAULTS  — the "Templates" strip on the character picker
   (character-defaults.js). Reuses .char-card/.char-av-lg/.char-namerow/
   .char-name/.char-desc/.badge from app.css so a template card looks like
   any other character card; only the wrapper + heading are new.
════════════════════════════════════════════════════════════════════ */
#char-grid-templates { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:.5rem; flex-shrink:0; margin-top:.6rem; max-height:40%; overflow-y:auto; }
#char-grid-templates:empty { display:none; margin:0; }
.char-tpl-heading { grid-column:1/-1; font-size:10.5px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; color:var(--text3); padding:.2rem .1rem; }
