.wheel-wrap { position: relative; display: flex; justify-content: center; margin: 8px 0 16px; }
#wheel { max-width: 100%; }
.pointer {
  position: absolute; top: -6px; left: 50%; transform: translateX(-50%);
  color: #f59e0b; font-size: 1.6rem; z-index: 2;
}
.winner { text-align: center; font-family: var(--serif); font-size: 1.4rem; font-weight: 700; color: var(--primary); min-height: 1.6em; margin-bottom: 10px; }
textarea { min-height: 120px; }