/* DJHOUSE.LIVE brand assets: compact logo in the existing top bar. */
.topbar > b {
  display: block;
  flex: 0 0 auto;
  width: 96px;
  height: 58px;
  margin: -8px 0;
  overflow: hidden;
  background: url('/assets/djhouse-logo.png?v=20260804') center / contain no-repeat;
  font-size: 0 !important;
  line-height: 0;
  white-space: nowrap;
}

.topbar > b::after {
  content: 'DJHOUSE.LIVE';
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 680px) {
  .topbar > b {
    width: 78px;
    height: 48px;
    margin: -6px 0;
  }
}
