html {
  scroll-behavior: smooth;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 100;
  max-width: calc(100vw - 24px);
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(33, 45, 25, 0.92);
  color: #ffffff;
  font-family: "Gotham Pro", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}
