.header-auth-status {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid #b9d8cc;
  border-radius: 999px;
  background: #edf8f3;
  color: #105346;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}
.header-auth-status::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1d9b72;
  box-shadow: 0 0 0 3px rgba(29,155,114,.14);
  content: "";
}
.header-auth-status:hover { border-color: #78b7a1; background: #e2f4ec; }
.header-signout {
  min-height: 38px;
  padding: 0 8px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #65736d;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}
.header-signout:hover { background: #f0f3f1; color: #25332d; }
.header-actions.is-auth-checking .signup-button,
.header-actions.is-auth-checking .account-link { visibility: hidden; pointer-events: none; }
.header-actions.is-authenticated .signup-button { display: none; }
.header-actions.is-authenticated .account-link { display: none; }
@media (max-width: 620px) {
  .header-auth-status { min-height: 36px; padding: 0 9px; font-size: 11px; }
  .header-signout { min-height: 36px; padding: 0 5px; font-size: 10px; }
}
@media (max-width: 420px) {
  .header-actions.is-authenticated .loop-entry-link { display: none; }
}
