[v-cloak] {
  display: none;
}

/* Tool buttons (plain CSS — the Tailwind Play CDN doesn't process @apply here). */
.tool-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.6rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #e2e8f0;
  transition: background 0.15s ease;
}

.tool-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
}

/* Range sliders — native accent styling keeps it simple and consistent. */
.range {
  width: 100%;
  height: 6px;
  cursor: pointer;
  accent-color: #14b8a6;
}
