/* Identical reusable Boostle credit — stamp on every client mock */
.boostle-badge {
  margin: 0;
  padding: 0.7rem 1.25rem calc(0.7rem + env(safe-area-inset-bottom, 0px));
  text-align: center;
  font-family: system-ui, -apple-system, "Segoe UI", Fieldbook Body, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  background: #0f1412;
  color: #9aa39c;
}
.boostle-badge a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 32px;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.boostle-badge__built {
  color: #9aa39c;
  white-space: nowrap;
}
.boostle-badge__logo {
  display: block;
  height: 14px;
  width: auto;
  opacity: 0.92;
}
.boostle-badge a:hover .boostle-badge__built,
.boostle-badge a:focus-visible .boostle-badge__built {
  color: #e8ebe6;
}
.boostle-badge a:hover .boostle-badge__logo,
.boostle-badge a:focus-visible .boostle-badge__logo {
  opacity: 1;
}
.boostle-badge a:focus-visible {
  outline: 2px solid #c5cdc4;
  outline-offset: 3px;
  border-radius: 2px;
}
