#site-header__cta span:nth-child(1),
#site-header__mobile-cta span:nth-child(1),
#home-pool__cta span:nth-child(1) {
  min-width: 8.8em;
}
#site-header__cta span,
#site-header__mobile-cta span,
#home-pool__cta span {
  white-space: nowrap;
}

.auro-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(12, 22, 16, 0.62);
  backdrop-filter: blur(10px);
}
.auro-modal[hidden] {
  display: none;
}
.auro-sheet {
  width: min(440px, 100%);
  color: #fbfff4;
  background:
    linear-gradient(180deg, rgba(224, 255, 171, 0.08), transparent 28%),
    #203727;
  border: 1px solid rgba(224, 255, 171, 0.28);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  padding: 22px 22px 18px;
  font-family: "Britti Sans", sans-serif;
}
.auro-sheet header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}
.auro-sheet h2 {
  margin: 0;
  font-family: "Feature Display", serif;
  font-weight: 200;
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.auro-sheet p.lede {
  margin: 8px 0 18px;
  color: #d5e2cc;
  font-size: 14px;
  line-height: 1.45;
}
.auro-x {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(251, 255, 244, 0.08);
  color: #fbfff4;
  cursor: pointer;
  font-size: 20px;
}
.auro-wallets {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.auro-wallet {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(251, 255, 244, 0.1);
  background: rgba(251, 255, 244, 0.04);
  color: inherit;
  border-radius: 16px;
  padding: 12px;
  cursor: pointer;
  font: inherit;
}
.auro-wallet:hover,
.auro-wallet.is-busy {
  background: rgba(224, 255, 171, 0.12);
  border-color: rgba(224, 255, 171, 0.45);
}
.auro-clock {
  margin-left: auto;
  margin-right: 14px;
  color: #fbfff4;
  font-family: "Britti Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
#site-header__mobile .auro-clock {
  margin-right: 8px;
  font-size: 11px;
}

.auro-wallet .glyph {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: contain;
  background: transparent;
  flex: none;
  display: block;
}
.auro-wallet strong {
  display: block;
  font-size: 15px;
}
.auro-wallet small {
  display: block;
  margin-top: 2px;
  color: #c9d7c2;
  font-size: 12px;
}
.auro-wallet .go {
  margin-left: auto;
  color: #e0ffab;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.auro-note {
  margin: 14px 0 0;
  color: #b7c7b0;
  font-size: 12px;
  text-align: center;
}
