.winner-display {
    background: linear-gradient(135deg, #4f46e5 0%, #7e22ce 100%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f0f;
    border-radius: 50%;
}
