/* ── BOTS ────────────────────────────────────────────── */
.bots-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px }
@media(max-width:700px) { .bots-grid { grid-template-columns:1fr } }
.bot-card { background:var(--surface2); border:1px solid var(--border); border-radius:var(--r-lg); padding:16px }
.bot-top { display:flex; align-items:center; gap:12px; margin-bottom:12px }
.bot-top > div > strong { font-size:13.5px; font-weight:600; color:var(--text); display:block }
/* bot-top avatar: reuse .avatar but larger */
.bot-top .avatar { width:44px; height:44px; max-width:44px; max-height:44px }
