body{margin:0}.mb-0{margin-bottom:0}*,:after,:before{box-sizing:border-box}.text-center{text-align:center}#game-loading-screen{z-index:2;background:#000;flex-direction:column;justify-content:center;align-items:center;gap:0;width:100%;height:100%;min-height:450px;padding:0;display:flex;position:absolute}#game-loading-screen img{transform-origin:50%;width:100%;max-width:300px;margin:auto auto 90px}#game-loading-screen .loading-bar{background:#fff;border:none;border-radius:10px;width:min(100%,420px);height:12px;position:relative;overflow:hidden}#game-loading-screen .loading-bar .fill{border-radius:inherit;background:#edae23;width:0%;height:100%;transition:width .2s;position:absolute;top:0;bottom:0;left:0}#game-start-overlay{z-index:3;justify-content:center;align-items:center;width:100%;height:100%;margin-top:3vw;display:flex;position:absolute}#game-start-overlay.overlay-type-1 img{cursor:pointer;max-width:90%;max-height:90%}#game-start-overlay.overlay-type-2 img{cursor:pointer;max-width:min(1000px,80%);max-height:75vh}#game-start-overlay.overlay-type-3 img{cursor:pointer;max-width:min(1000px,70%);max-height:75vh;position:relative;top:-10vh}#game-start-overlay.overlay-type-1,#game-start-overlay.overlay-type-2{margin-top:0}#game-start-overlay .story-line-mobile-container{display:none}#game-start-overlay.overlay-type-1 .story-line-mobile-container .story-line-headings,#game-start-overlay.overlay-type-1 .story-line-mobile-container .story-line-footer{width:min(450px,70%)!important}#game-start-overlay .story-line-mobile-container .story-line-title{object-fit:contain;max-height:15vh;margin-bottom:15px;width:min(450px,85%)!important}@media screen and (max-width:768px){#game-container{background-color:#777}#game-bg-video{display:none}.story-line-container{max-width:90%}.story-line-images.img-no-3>div{padding-left:5px;padding-right:5px}#game-start-overlay.overlay-type-1{margin:auto}#game-start-overlay.has-story-line-mobile>img{display:none}#game-start-overlay.has-story-line-mobile .story-line-mobile-container{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;max-width:100%;height:90vh;max-height:90vh;padding:8px 0;display:flex;overflow:hidden}#game-start-overlay.has-story-line-mobile .story-line-mobile-container .story-line-headings,#game-start-overlay.has-story-line-mobile .story-line-mobile-container .story-line-footer{object-fit:contain;flex:none;max-height:9vh;width:min(370px,70%)!important}#game-start-overlay.has-story-line-mobile .story-line-mobile-container .story-line-title{flex:none;max-height:17vh}.story-line-slider{flex-direction:column;flex:1 1 0;width:100%;max-width:min(390px,70%);max-height:51vh;margin-top:15px;margin-bottom:15px;display:flex;position:relative;overflow:hidden}.story-line-slider-track{will-change:transform;touch-action:none;-webkit-user-select:none;user-select:none;flex:1 1 0;height:100%;min-height:0;transition:transform .3s ease-out;display:flex}.story-line-slider-track .story-line-slide{flex:0 0 calc(100% / var(--slide-count,1));box-sizing:border-box;justify-content:center;align-items:center;min-width:0;height:100%;display:flex}.story-line-slide img{object-fit:contain;-webkit-user-drag:none;user-drag:none;pointer-events:none;height:auto;padding-left:5px;padding-right:5px;display:block;width:100%!important;max-width:100%!important;max-height:100%!important}}#game-rules-modal{z-index:10000;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}#game-rules-modal .game-rules-backdrop{background-color:#000c;width:100%;height:100%;position:absolute;top:0;left:0}#game-rules-modal .game-rules-content{z-index:10001;background-color:#000;border:2px solid #333;border-radius:30px;width:80%;max-width:1100px;max-height:90vh;padding:20px 20px 60px;position:relative;overflow:hidden;box-shadow:0 0 16px #757575}#game-rules-modal .game-rules-close{z-index:10002;width:30px;height:30px;transition:opacity .3s,transform .2s;position:absolute;top:15px;right:15px}#game-rules-modal .game-rules-close:hover{opacity:.8;transform:scale(1.1)}#game-rules-modal .game-rules-title{margin:0 0 30px}#game-rules-modal .game-rules-tabs{border-bottom:2px solid #333;gap:10px;margin-bottom:20px;padding-bottom:10px;display:flex}#game-rules-modal .game-rules-tab{color:#999;letter-spacing:2px;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-13px;padding:10px 20px;font-family:Anton,sans-serif;font-size:20px;font-weight:700;transition:all .3s}#game-rules-modal .game-rules-tab:hover{color:#fba033}#game-rules-modal .game-rules-tab.active{color:#fba033;border-bottom-color:#fba033}#game-rules-modal .game-rules-text{min-height:200px;max-height:60vh;margin-top:0;padding-right:15px;overflow-y:auto}#game-rules-modal .game-rules-text img{object-fit:contain;max-width:100%;height:auto;margin:5px 0}#game-rules-modal .paylines-container{grid-template-columns:repeat(2,1fr);gap:15px;padding:10px;display:grid}#game-rules-modal .paylines-container img{border-radius:5px;width:100%;height:auto}#game-rules-modal .game-rules-arrows{z-index:10002;align-items:center;gap:15px;display:flex;position:absolute;bottom:15px;right:15px}#game-rules-modal .game-rules-build-version{color:#555;pointer-events:none;-webkit-user-select:text;user-select:text;z-index:10002;font-family:monospace;font-size:10px;position:absolute;bottom:6px;left:12px}#game-rules-modal .game-rules-arrow{cursor:pointer;opacity:1;object-fit:contain;width:30px;height:30px;transition:opacity .3s,transform .2s}#game-rules-modal .game-rules-arrow:hover:not(.disabled){opacity:.9;transform:scale(1.1)}#game-rules-modal .game-rules-arrow.active{opacity:1}#game-rules-modal .game-rules-arrow.disabled{opacity:.5;cursor:not-allowed}body.popupvisible #game-container{filter:blur(10px)}#paylines{flex-wrap:wrap;max-width:1000px;margin:auto;padding:0;display:flex}#paylines .img-container{text-align:center;width:20%;padding-left:10px;padding-right:10px}#paylines .img-container span{font-size:19px;font-weight:600}#game-rules-content{color:#fff;text-align:left;font-family:Arial,sans-serif;font-size:14px;line-height:1.7}#game-rules-content.text-center{text-align:center}#game-rules-content p,#game-rules-content ul{margin-top:0}#symbol-payouts{flex-wrap:wrap;display:flex}#symbol-payouts .symbol-item{width:auto;margin-bottom:20px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;display:flex}#symbol-payouts .symbol-item .img-container{width:140px}#symbol-payouts .symbol-item .img-container img{margin:0}#symbol-payouts .symbol-item ul{margin-top:20px;margin-bottom:auto;padding-left:0;list-style:none}#symbol-payouts .symbol-item ul li{white-space:nowrap}@media screen and (max-width:768px){#game-rules-modal .game-rules-close{width:25px;height:25px;top:10px;right:10px}#game-rules-modal .game-rules-content{border-radius:15px;width:90%;padding:15px 15px 60px}#game-rules-modal .game-rules-arrow{width:30px;height:30px}#game-rules-modal .game-rules-arrows{gap:10px}#game-rules-modal .game-rules-tab{font-size:14px}#game-rules-content{font-size:12px}#paylines .img-container{width:33.33%}#paylines .img-container span{font-size:13px;font-weight:600}.ppg-top-right-alert--pos-top-center{width:90%}}@media screen and (max-width:640px){#symbol-payouts .symbol-item ul li{white-space:nowrap}}@media screen and (max-width:500px){#paylines .img-container{width:50%}#paylines .img-container span{font-size:13px;font-weight:600}#game-rules-modal .game-rules-tab{font-size:14px}#game-rules-content{font-size:11px}}@media screen and (max-width:400px){#game-rules-modal .game-rules-tab{font-size:11px}}.swal2-container.swal2-backdrop-show{background-color:#19191abf!important}.swal2-popup{border-radius:15px;color:#e1e1e1!important;background:#19191a!important}.swal2-title,.swal2-html-container{color:#e1e1e1!important}.swal2-styled.swal2-confirm{color:#fff!important;background-color:#7066e0!important}.swal2-styled.swal2-cancel{color:#fff!important;background-color:#6e7881!important}.swal2-styled.swal2-deny{color:#fff!important;background-color:#dc3741!important}.swal2-close{color:#ccc!important}.swal2-close:hover{color:#f27474!important}.swal2-input,.swal2-textarea,.swal2-file{color:#e1e1e1!important;background-color:#323234!important;border-color:#6e6e70!important}.swal2-validation-message{color:#e1e1e1!important;background-color:#323234!important}.swal2-footer{color:#bebebe!important;border-top-color:#555!important}.swal2-toast.swal2-popup{background:#19191a!important}.ppg-top-right-alert{z-index:99999;color:#fff;opacity:0;border-radius:5px;align-items:flex-start;gap:12px;max-width:320px;padding:15px 70px 15px 16px;font-family:system-ui,-apple-system,sans-serif;font-size:.8em;transition:opacity .25s;display:flex;position:fixed;box-shadow:0 2px 10px #d6d6d633}.ppg-top-right-alert--pos-top-right{top:16px;right:16px}.ppg-top-right-alert--pos-top-left{top:16px;left:16px}.ppg-top-right-alert--pos-top-center{top:16px;left:50%;transform:translate(-50%)}.ppg-top-right-alert--pos-bottom-right{bottom:16px;right:16px}.ppg-top-right-alert--pos-bottom-left{bottom:16px;left:16px}.ppg-top-right-alert--pos-bottom-center{bottom:16px;left:50%;transform:translate(-50%)}.ppg-top-right-alert--pos-center{top:50%;left:50%;transform:translate(-50%,-50%)}.ppg-top-right-alert__icon{background:#ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:1.3em;font-weight:700;line-height:1;display:inline-flex}.ppg-top-right-alert__icon--info,.ppg-top-right-alert__icon--success,.ppg-top-right-alert__icon--warning,.ppg-top-right-alert__icon--error{background:#ffffff4d}.ppg-top-right-alert__message{flex:1;min-width:0;font-weight:600}.ppg-top-right-alert__close{color:#ff000f;cursor:pointer;opacity:.85;background:0 0;border:none;flex-shrink:0;padding:0;font-size:19px;line-height:1;position:absolute;right:10px}.ppg-top-right-alert__close:hover,.ppg-top-right-alert--visible{opacity:1}.ppg-top-right-alert--info{background-color:#121415;border:1px solid #3b3b3b}.ppg-top-right-alert--success{background-color:#4caf50;border:1px solid #388e3c}.ppg-top-right-alert--warning{background-color:#ff9800;border:1px solid #f57c00}.ppg-top-right-alert--error{background-color:#f44336;border:1px solid #d32f2f}@media screen and (max-width:768px){#game-container{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}}#bet-selector-modal{z-index:1060;justify-content:center;align-items:center;font-family:Anton,sans-serif;display:none;position:fixed;inset:0}#bet-selector-modal.is-open{display:flex}#bet-selector-modal .bet-selector-backdrop{background-color:#000c;position:absolute;inset:0}#bet-selector-modal .bet-selector-content{z-index:1060;background-color:#000;border:2px solid #333;border-radius:24px;flex-direction:column;width:420px;max-width:80vw;height:720px;max-height:calc(100vh - 30px);font-size:14px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 16px #757575}#bet-selector-modal .bet-selector-header{border-bottom:2px solid #333;flex:none;justify-content:space-between;align-items:center;padding:clamp(8px,2vh,18px) clamp(12px,4vw,28px);display:flex}#bet-selector-modal .bet-selector-title{color:var(--bet-selector-accent,#fba033);letter-spacing:2px;margin:0;font-family:Anton,sans-serif;font-size:clamp(18px,3vh,28px);line-height:1}#bet-selector-modal .bet-selector-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:0 6px;font-size:clamp(20px,3vh,30px);line-height:1;transition:opacity .2s,transform .2s}#bet-selector-modal .bet-selector-close:hover{opacity:.85;transform:scale(1.1)}#bet-selector-modal .bet-selector-list{flex-direction:column;flex:auto;min-height:0;margin:0;padding:6px 5px;list-style:none;display:flex;overflow:hidden}#bet-selector-modal .bet-selector-list li{flex:1 1 0;min-height:0;margin:2px 0;display:flex}#bet-selector-modal .bet-selector-item{color:#fff;letter-spacing:1px;cursor:pointer;text-align:center;background:0 0;border:1px solid #333;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;padding:2px 15px;font-family:Anton,sans-serif;font-size:clamp(12px,2vh,18px);line-height:1;transition:border-color .2s,color .2s,background-color .2s;display:flex}#bet-selector-modal .bet-selector-item:hover{border-color:var(--bet-selector-accent,#fba033);color:var(--bet-selector-accent,#fba033)}#bet-selector-modal .bet-selector-item.is-selected{background:var(--bet-selector-accent,#fba033);border-color:var(--bet-selector-accent,#fba033);color:var(--bet-selector-accent-text,#000)}
