html { scroll-behavior: smooth; }

input[type="text"], input[type="password"], input[type="email"],
input[type="number"], input[type="date"], select, textarea {
  border-radius: 0.5rem;
  border-color: rgb(203 213 225);
}
input:focus, select:focus, textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-color: rgb(26 52 100);
  box-shadow: 0 0 0 2px var(--tw-ring-color);
  border-color: rgb(26 52 100);
}

@keyframes pulse-vote {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
.vote-pulse { animation: pulse-vote 0.6s ease-out 1; }

/* Scroll suave no telão */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { scrollbar-width: none; }
