/* LIVE_CHAOS_SIDEBAR_BRAND_FIX_V1 */
#live-chaos-official-brand-v2 {
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  pointer-events: none;
}

#live-chaos-official-brand-v2.lc-login-brand-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(270px, 72vw);
  margin: 0 auto 18px;
}

#live-chaos-official-brand-v2.lc-login-brand-v2 img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 235px;
  object-fit: contain;
  filter: drop-shadow(0 12px 34px rgba(90, 45, 220, .34));
}

#live-chaos-official-brand-v2.lc-dashboard-brand-v3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: calc(100% - 16px);
  min-height: 72px;
  margin: 8px;
  padding: 10px 11px;
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, .18);
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(18, 24, 48, .96), rgba(13, 19, 40, .86));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .04),
    0 12px 30px rgba(0, 0, 0, .16);
}

#live-chaos-official-brand-v2 .lc-dashboard-brand-v3__icon {
  display: block;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 13px;
  filter: drop-shadow(0 6px 15px rgba(101, 70, 255, .38));
}

#live-chaos-official-brand-v2 .lc-dashboard-brand-v3__copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  overflow: hidden;
}

#live-chaos-official-brand-v2 .lc-dashboard-brand-v3__title {
  display: block;
  overflow: hidden;
  color: #f7f8ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0 0 18px rgba(115, 92, 255, .18);
}

#live-chaos-official-brand-v2 .lc-dashboard-brand-v3__subtitle {
  display: block;
  overflow: hidden;
  color: rgba(210, 219, 246, .68);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .145em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html[data-live-chaos-branding="sidebar-fix-v1"] {
  --live-chaos-official-logo:
    url("/static/live-chaos-official-v2/live-chaos-emblem-512.png?v=official-v1-2");
}

@media (max-width: 720px) {
  #live-chaos-official-brand-v2.lc-dashboard-brand-v3 {
    min-height: 64px;
    gap: 10px;
    padding: 8px 9px;
  }

  #live-chaos-official-brand-v2 .lc-dashboard-brand-v3__icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  #live-chaos-official-brand-v2 .lc-dashboard-brand-v3__title {
    font-size: 15px;
  }

  #live-chaos-official-brand-v2 .lc-dashboard-brand-v3__subtitle {
    font-size: 8.5px;
    letter-spacing: .12em;
  }
}
