/* Assinatura visual do brasão — aplicada apenas em áreas institucionais. */
.helmet-site-mark{object-fit:contain}

/* Acesso e identidade interna */
.login-visual{overflow:hidden}
.login-visual::after{
  position:absolute;
  right:clamp(-105px,-4vw,-42px);
  bottom:clamp(-115px,-6vw,-48px);
  width:clamp(310px,38vw,590px);
  aspect-ratio:1;
  background:url("forca-tatica-brasao-cinza.png") center/contain no-repeat;
  opacity:.055;
  content:"";
  pointer-events:none;
}
.login-copy{position:relative;z-index:1}
.login-copy img.helmet-site-mark{
  width:92px;
  height:92px;
  margin:-10px 0 26px -10px;
  filter:none;
}
.sidebar-brand img.helmet-site-mark{
  width:38px;
  height:44px;
  flex:0 0 38px;
  filter:none;
  transform:scale(1.12);
}

/* Centro de comando */
.overview-command::after{
  position:absolute;
  right:-36px;
  bottom:-84px;
  width:330px;
  height:330px;
  background:url("forca-tatica-brasao-cinza.png") center/contain no-repeat;
  opacity:.12;
  content:"";
  pointer-events:none;
}
.overview-command-copy{position:relative;z-index:1}

/* Visualização de RSO e perfil funcional */
.report-detail-hero,.profile-hero{position:relative;overflow:hidden}
.report-detail-hero::after{
  position:absolute;
  right:20%;
  top:50%;
  width:205px;
  height:205px;
  background:url("forca-tatica-brasao-cinza.png") center/contain no-repeat;
  opacity:.065;
  content:"";
  transform:translateY(-50%);
  pointer-events:none;
}
.profile-hero::after{
  position:absolute;
  right:-22px;
  top:50%;
  width:180px;
  height:180px;
  background:url("forca-tatica-brasao-cinza.png") center/contain no-repeat;
  opacity:.055;
  content:"";
  transform:translateY(-50%);
  pointer-events:none;
}
.report-detail-hero>*,.profile-hero>*{position:relative;z-index:1}

/* Portal público: o brasão assina os blocos operacionais. */
.public-emblem img.helmet-site-mark{
  width:230px;
  height:230px;
  filter:none;
  opacity:.9;
}
.cta-section img.helmet-site-mark{
  width:82px;
  height:82px;
  filter:none;
  transform:scale(1.12);
}

@media(min-width:901px){
  .sidebar-brand img.helmet-site-mark{width:34px;height:40px;flex-basis:34px;transform:scale(1.18)}
}
@media(max-width:900px){
  .login-visual::after{width:360px;right:-95px;bottom:-90px;opacity:.045}
  .report-detail-hero::after{right:-28px;width:170px;height:170px;opacity:.05}
}
@media(max-width:700px){
  .login-copy img.helmet-site-mark{width:76px;height:76px;margin:-6px 0 18px -8px}
  .overview-command::after{right:-45px;bottom:-45px;width:190px;height:190px;opacity:.085}
  .profile-hero::after{right:-45px;width:145px;height:145px;opacity:.045}
  .public-emblem img.helmet-site-mark{width:195px;height:195px}
  .cta-section img.helmet-site-mark{width:68px;height:68px}
}
