.sidebar { background: #f8f9fa; }
#messages { height: calc(100vh - 140px); }
.bg-light { background-color: #f1f3f5 !important; }
/* simple responsive tweaks */
@media (max-width: 768px) {
  .sidebar { display: none; }
}
