/* superchat-brand.css
   Header-only polish. Does NOT affect message list, message area, or layout below the header.
*/
.sc-brand.card{
  border: 1px solid #dee2e6;
  border-radius: .85rem;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.sc-brand-logo{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  object-fit: contain;
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.06);
  padding: 7px;
}
.sc-brand-title{
  font-size: 1.5rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: min(560px, 60vw);
  line-height: 1.1;
}
.sc-brand-badge{ font-weight: 750; }
.sc-brand-sub{
  font-size: .95rem;
  line-height: 1.35;
  margin-top: .2rem;
}
@media (max-width: 575.98px){
  .sc-brand-title{ max-width: 70vw; }
}
