.viewport{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#000;overflow:hidden}.scene{width:1920px;height:1080px;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none;cursor:pointer;transform-origin:center center;flex-shrink:0}.background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.wheel-container{position:absolute;left:70px;top:95px;width:920px;height:920px}.wheel{width:100%;height:100%;transition:transform 4.5s cubic-bezier(.17,.67,.12,.99);will-change:transform}.arrow{position:absolute;right:-65px;top:50%;transform:translateY(-50%);width:130px;height:auto;z-index:10;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.question-container{position:absolute;right:00px;bottom:100px;width:750px}.question-image{width:100%;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.hint{position:absolute;bottom:40px;left:50%;transform:translate(-50%);color:#fff;font-size:28px;font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.6);font-family:Arial,sans-serif;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.fade-enter-active{transition:opacity .5s ease}.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}
