body {
    font-family: 'Poppins', sans-serif;
}
.transform-gpu {
    transform: translateZ(0);
}
.shadow-neon {
    box-shadow: 0 0 5px #22d3ee, 0 0 10px #06b6d4, 0 0 15px #0891b2;
}
#wheel-canvas {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 500px;
}