/* ==========================================================================
   JOGOSRÁPIDOS — sorteador-letras.css
   ========================================================================== */
.sorteio-opcoes { margin-bottom: 1.25rem; display: flex; justify-content: center; }
.sorteio-letra-saida { text-align: center; margin: 1rem 0 1.5rem; }
.sorteio-letra-resultado { font-family: var(--font-title); font-weight: 700; font-size: clamp(5rem, 18vw, 8rem); color: var(--yellow); line-height: 1; min-height: 6rem; display: flex; align-items: center; justify-content: center; transition: transform 0.25s ease; user-select: none; }
.sorteio-letra-resultado.pulsar { transform: scale(1.15); }
