:root { --pc-radius: 14px; }
.card { border-radius: var(--pc-radius); }
.btn, .form-control, .form-select { border-radius: 12px; }
.navbar { border-radius: var(--pc-radius); }
.badge { border-radius: 999px; }
.logo-thumb { width: 44px; height: 44px; object-fit: cover; border-radius: 12px; border: 1px solid rgba(0,0,0,.08); }
.partner-pill { display:inline-flex; align-items:center; gap:.35rem; padding:.25rem .55rem; border-radius:999px; border:1px solid rgba(0,0,0,.08); background:white; font-size: .875rem; }
.small-muted { color: rgba(0,0,0,.55); font-size: .9rem; }
pre.ai-output { white-space: pre-wrap; background: #0b1020; color: #e7eefc; padding: 12px; border-radius: 12px; }
