:root{--transition: all .7s ease 0s;--animation: slot-machine-background 50s linear infinite 0s}@keyframes slot-machine-background{0%{background-position:0 0}to{background-position:64rem 64rem}}*{box-sizing:border-box;margin:0;padding:0}#game-container{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;font-family:Lexend,sans-serif;font-weight:400;min-height:450px;height:auto;padding:2rem .6rem .6rem}#game-canvas{width:100%;max-width:960px;max-height:400px;height:auto;z-index:1}.game-background-container{position:absolute;top:0;left:0;right:0;bottom:0}.game-background-container .game-background{width:100%;height:100%;max-height:500px;object-fit:cover;object-position:center}.game-logo-container{top:.6rem;position:absolute;z-index:10}.game-logo-container>.game-logo{filter:drop-shadow(0 .2rem .3rem #151d2922);width:100%;max-width:11rem}.game-canvas-container{animation:var(--animation);background-size:70px;max-height:330px;height:100%;max-width:875px;width:100%;z-index:1;overflow:hidden;border-radius:12px}.game-bar{max-width:100%;width:auto;z-index:1;display:flex;justify-content:center;position:relative;margin-top:1rem}.game-bar>.game-bar-image{width:100%;height:60px}.game-bar .game-bar-buttons{display:flex;align-items:center;justify-content:space-around;position:absolute;top:0;bottom:0;right:0;left:0;padding:0 .6rem}.game-btn-start,.game-btn-stop{width:100%;max-width:17.5rem}.game-btn-stop{display:none;cursor:pointer;padding:32px}.game-btn-start{cursor:pointer;padding:32px}.game-btn-lever{align-self:flex-end;justify-self:flex-end;cursor:pointer;position:relative;transform:translateY(-.6rem);max-width:60px;width:100%}.game-modal{display:none;position:absolute;top:0;bottom:0;left:0;right:0;justify-content:center;align-items:center;flex-direction:column;background-color:#00000050;z-index:1000}.game-modal .game-modal-wrapper{position:relative;height:90%}.game-modal .game-modal-content{position:absolute;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px;gap:10px;font-size:24px;text-align:center}.game-coupon-container .game-coupon-icon{display:inline-block;filter:brightness(0) saturate(0%) invert(100%) sepia(0%) saturate(100%) hue-rotate(14deg) brightness(100%) contrast(100%);width:1.8rem}.game-coupon-container{border:1px solid #ffffff;border-radius:.6rem;color:#fff;padding:10px 20px;font-weight:600;margin-top:20px;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px}.game-content-message{color:#fff;font-size:1.2rem}.game-btn-restart{cursor:pointer;border:none;font-family:Lexend,sans-serif;font-weight:600;background-color:#fff;color:#151d29;padding:10px 30px;border-radius:10px;font-size:20px}.game-btn-restart:hover{background-color:#584dff;color:#fff}.game-coupon-pophover{color:#fff;display:none;font-size:.85rem;margin:.6rem 0}.game-modal-wrapper .game-modal-background{height:100%;max-width:100%;width:auto}@media (max-width: 1025px){#game-canvas{width:100%}.game-bar{max-width:100%}.game-modal{width:100%}.game-modal .game-modal-content{right:0;left:0;font-size:1.2rem;gap:0;text-align:center;align-items:center;justify-content:center}.game-btn-lever{max-width:50px}.game-coupon-container{padding:10px 20px;margin-top:10px}.game-btn-restart{width:80%;padding:10px;font-size:.85rem;margin-top:10px}}@media (max-width: 639px){.game-content-message,.game-coupon-container{font-size:1rem}.game-logo-container{top:6vw}.game-logo-container>.game-logo{max-width:9rem}.game-btn-start,.game-btn-stop{max-width:13.5rem}.game-btn-lever{max-width:40px}}
