.stable-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 9999;
  background: #111827;
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font: 600 14px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 12px 34px #0008;
}

.stable-copy-buffer,
.stable-hidden-frame {
  position: fixed;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.stable-form-message {
  margin: 10px 0;
  color: #ff6b6b;
  font-size: 13px;
  line-height: 1.4;
}

.stable-code-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.stable-mini-btn {
  border: 0;
  border-radius: 999px;
  padding: 9px 12px;
  background: #25d366;
  color: #082016;
  font-weight: 800;
  cursor: pointer;
}

.nearby-result .stable-code-actions,
.result-panel .stable-code-actions {
  justify-content: center;
}

.stable-wheel-face {
  width: min(76vw, 330px);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(#ffce3a 0 16.66%, #f97316 0 33.33%, #ef4444 0 50%, #22c55e 0 66.66%, #3b82f6 0 83.33%, #a855f7 0);
  border: 10px solid #7c2d12;
  box-shadow: inset 0 0 0 8px #fef3c7, 0 20px 45px #0008;
}

.stable-wheel-face span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 0 0;
  color: #3a1a08;
  font-weight: 900;
  font-size: 18px;
}

.stable-wheel-face span:nth-child(1) { transform: rotate(30deg) translate(48px) rotate(-30deg); }
.stable-wheel-face span:nth-child(2) { transform: rotate(90deg) translate(48px) rotate(-90deg); }
.stable-wheel-face span:nth-child(3) { transform: rotate(150deg) translate(48px) rotate(-150deg); }
.stable-wheel-face span:nth-child(4) { transform: rotate(210deg) translate(48px) rotate(-210deg); }
.stable-wheel-face span:nth-child(5) { transform: rotate(270deg) translate(48px) rotate(-270deg); }
.stable-wheel-face span:nth-child(6) { transform: rotate(330deg) translate(48px) rotate(-330deg); }

.phone-number-input,
.edit-phone-input,
.dial-input {
  min-width: 0;
}
