/* Official PlaceAI identity — product-owner supplied horizontal artwork. */
.brand{
  min-height:56px;
  display:inline-flex;
  align-items:center;
  gap:0!important;
  line-height:1;
  position:relative;
}
.brand .brand-mark{
  display:block!important;
  flex:0 0 auto;
  width:154px!important;
  height:54px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent url("/static/placeai-logo.webp") center/contain no-repeat!important;
  box-shadow:none!important;
  overflow:hidden;
}
.brand .brand-mark span,
.brand .brand-mark i{
  display:none!important;
}
/* Keep the textual brand name available to assistive technology without duplicating it visually. */
.brand > span:last-child{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.brand-light,
.brand-light:hover,
.brand-light:focus{
  color:inherit;
}
.brand-light .brand-mark{
  background:transparent url("/static/placeai-logo.webp") center/contain no-repeat!important;
  box-shadow:none!important;
}
.site-header{
  min-height:78px;
  height:auto!important;
}
.site-footer{
  min-height:112px;
  height:auto!important;
}
.sidebar-brand{
  min-height:76px;
  padding-top:2px!important;
}
.sidebar-brand .brand{
  min-height:60px;
}
.sidebar-brand .brand-mark{
  width:150px!important;
  height:52px!important;
}
.auth-brand-panel > .brand,
.auth-brand-panel .brand:first-child{
  align-self:flex-start;
  min-height:74px;
  position:relative;
  z-index:2;
}
.auth-brand-panel .brand-mark{
  width:186px!important;
  height:64px!important;
}
.topbar .brand-mark{
  width:148px!important;
  height:52px!important;
}
@media (max-width:760px){
  .brand{min-height:50px}
  .site-header{min-height:70px}
  .site-header .brand-mark{width:138px!important;height:48px!important}
  .site-footer .brand-mark{width:146px!important;height:51px!important}
  .sidebar-brand .brand-mark{width:136px!important;height:48px!important}
  .auth-brand-panel .brand-mark{width:156px!important;height:54px!important}
  .topbar .brand-mark{width:132px!important;height:46px!important}
}
