/* تقاريرك — هوية بصرية (من دليل البراند) */
:root {
  --brand-navy: #0B132B;
  --brand-blue: #2563EB;
  --brand-teal: #14B8A6;
  --brand-purple: #7C3AED;
  --brand-paper: #F7F8FC;
  --brand-muted: #64748B;
}

/* شعار الموقع — شفاف، بحجم واضح في الهيدر */
.site-brand,
.site-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
  flex-shrink: 0;
}

.site-brand img,
.site-brand-mark img {
  display: block;
  width: auto;
  height: 58px;
  max-width: min(280px, 62vw);
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.desk-brand.site-brand img {
  height: 54px;
  max-width: 260px;
}

.desk-guest-bar .desk-brand.site-brand img {
  height: 50px;
  max-width: 240px;
}

.cat-logo.site-brand {
  font-size: 0;
  color: transparent;
}

.cat-logo.site-brand img {
  height: 60px;
  max-width: 290px;
}

.cat-footer-brand.site-brand img {
  height: 54px;
  max-width: 260px;
  margin-inline: auto;
}

.admin-logo.site-brand img,
.admin-logo.site-brand-mark img {
  height: 54px;
  max-width: 260px;
}

.auth-logo.site-brand-mark img,
.brand .site-brand img,
.brand .site-brand-mark img {
  height: 96px;
  max-width: 380px;
  margin-inline: auto;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 640px) {
  .site-brand img,
  .site-brand-mark img {
    height: 46px;
    max-width: 210px;
  }
  .cat-logo.site-brand img {
    height: 50px;
    max-width: 230px;
  }
  .auth-logo.site-brand-mark img,
  .brand .site-brand img,
  .brand .site-brand-mark img {
    height: 76px;
    max-width: 300px;
  }
}
