/* HM2 Dev Notification — faixa abaixo do menu, estilo canteiro de obras */
.hm2-dev-notification {
  position: relative;
  width: 100%;
  background-image: repeating-linear-gradient(
    -45deg,
    #f59e0b 0,
    #f59e0b 8px,
    #1e293b 8px,
    #1e293b 16px
  );
  overflow: hidden;
}

.hm2-dev-notification::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(30, 41, 59, 0.72);
  pointer-events: none;
}

.hm2-dev-notification__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.35rem 1rem;
  font-size: 0.75rem;
  color: #fef3c7;
  font-family: system-ui, -apple-system, sans-serif;
}

.hm2-dev-notification__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #f59e0b;
  color: #1e293b;
  font-weight: 800;
  font-size: 0.7rem;
  padding: 0.2rem 0.55rem;
  border-radius: 0.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.hm2-dev-notification__badge svg {
  width: 0.8rem;
  height: 0.8rem;
}

.hm2-dev-notification__text {
  color: #fef3c7;
  text-align: center;
}

.hm2-dev-notification__text strong {
  color: #ffffff;
}

.hm2-dev-notification__env {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #fbbf24;
  font-size: 0.7rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.hm2-dev-notification__env svg {
  width: 0.7rem;
  height: 0.7rem;
}
