*{box-sizing:border-box;margin:0;padding:0}body{width:100vw;height:100vh;overflow:hidden}#game-container{width:100vw;height:100vh;position:relative;overflow:hidden}#background{z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;transition:background-image .5s;position:absolute}#roulette-container{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}#roulette-items{width:200px;height:200px;position:relative}.roulette-item{opacity:0;background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;transition:opacity .1s;position:absolute}.roulette-item.active{opacity:1}#selected-item{z-index:3;width:300px;height:300px;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#background video{object-fit:cover;width:100%;height:100%}
/*# sourceMappingURL=index.c96c2dc5.css.map */
