
.shell-host[data-v-5432574c] {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
/* 左侧窄栏：彩色方标清晰显示，品牌区水平居中 */
.shell-host[data-v-5432574c] .fc-main-sidebar__brand {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  box-sizing: border-box;
  padding: 0 !important;
}
.shell-host[data-v-5432574c] .fc-main-sidebar__brand img {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  object-fit: contain;
  opacity: 1;
  background: transparent !important;
  border: none !important;
  border-radius: 8px;
  box-shadow: none !important;
  filter: none !important;
}
/* 二级栏 / 顶栏：只要品牌名，隐藏 logo 图 */
.shell-host[data-v-5432574c] .fc-sub-sidebar__logo,
.shell-host[data-v-5432574c] .fc-sub-sidebar__logo-icon,
.shell-host[data-v-5432574c] .fc-nav__brand-img,
.shell-host[data-v-5432574c] .fc-nav__brand-icon {
  display: none !important;
}
.shell-host[data-v-5432574c] .fc-sub-sidebar__title-text,
.shell-host[data-v-5432574c] .fc-nav__brand-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
