.toast {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: calc(var(--bottom-nav-height) + 14px);
  z-index: 80;
  border: 1px solid rgba(50,255,154,.34);
  border-radius: 18px;
  padding: 13px 15px;
  background: rgba(5,10,14,.94);
  box-shadow: var(--shadow);
  color: var(--text);
  font-size: .82rem;
  font-weight: 800;
}
