/* V213 — restore stable main menu topbar and add a cleaner Harf Avı / H.A brand. */
.topbar{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  flex-wrap:wrap!important;
}
.topbar .brand.brand-v213{
  position:static!important;
  transform:none!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex:0 1 auto!important;
  min-width:0!important;
  text-align:left!important;
}
.topbar .brand.brand-v213 .logo.logo-v213{
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  border-radius:16px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(145deg,#e9fbff,#ffffff)!important;
  border:1px solid #dce5ef!important;
  box-shadow:0 8px 20px rgba(70,93,124,.10)!important;
  overflow:hidden!important;
}
.topbar .brand.brand-v213 .logo.logo-v213 svg{
  width:46px!important;
  height:46px!important;
  display:block!important;
}
.topbar .brand.brand-v213 .brand-copy{
  min-width:0!important;
}
.topbar .brand.brand-v213 .brand-copy h1{
  margin:0!important;
  font-size:28px!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
  color:#143063!important;
}
.topbar .brand.brand-v213 .brand-copy p{
  margin:4px 0 0!important;
  font-size:12px!important;
  line-height:1.15!important;
  color:#60708a!important;
}
.topbar .top-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex:1 1 520px!important;
  flex-wrap:wrap!important;
}
@media (max-width: 900px){
  .topbar{
    align-items:flex-start!important;
  }
  .topbar .brand.brand-v213{
    width:100%!important;
  }
  .topbar .top-actions{
    width:100%!important;
    justify-content:flex-start!important;
  }
}
