/* Cabeçalho canônico da Usarias — v2.
   A Home define a geometria e o CTA oficiais do shell. Esta camada é aplicada
   por último no build público para impedir drift visual entre páginas. */

#usarias-global-header .usarias-shell-inner {
  width: 92% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#usarias-global-header .usarias-shell-cta {
  box-sizing: border-box !important;
  width: 188px !important;
  min-width: 188px !important;
  max-width: 188px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 17px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 188px !important;
  background: linear-gradient(135deg,#fff 0%,#9debf5 52%,#c8b9ff 100%) !important;
  background-image: linear-gradient(135deg,#fff 0%,#9debf5 52%,#c8b9ff 100%) !important;
  border: 0 !important;
  border-radius: 13px !important;
  color: #090a0f !important;
  -webkit-text-fill-color: #090a0f !important;
  font-family: "DM Mono",ui-monospace,monospace !important;
  font-size: .64rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
  box-shadow: 0 14px 35px rgba(0,0,0,.25) !important;
  transition: transform .22s ease, box-shadow .22s ease !important;
}

#usarias-global-header .usarias-shell-cta:hover {
  transform: translateY(-2px) !important;
}

#usarias-global-header .usarias-shell-cta:focus-visible {
  outline: 3px solid #67e8f9 !important;
  outline-offset: 3px !important;
}

@media (max-width: 620px) {
  #usarias-global-header .usarias-shell-cta {
    display: none !important;
  }
}
