.toast {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  bottom: 24px;
  background: var(--accent);
  color: white;
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 10000;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 20px;
  opacity: 1;
  transition: opacity 0.2s, transform 0.2s;
}

/*# sourceMappingURL=controls.css.map */
