html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;box-sizing:border-box;font-family:inter_regular}*{box-sizing:border-box}body{background-size:cover;background-color:#000;display:flex;justify-content:center;align-items:center}.navbar{display:display-inside}#game-container{width:375px;height:667px;position:fixed;top:50%;left:50%;transform-origin:center center;transform:translate(-50%,-50%) scale(var(--scale))}@font-face{font-family:PoetsenOne-Regular;src:url(../fonts/PoetsenOne-Regular.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:arial_black;src:url(../fonts/arial_black.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:inter_regular;src:url(../fonts/Inter_18pt-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:inter_black;src:url(../fonts/Inter_28pt-Black.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geologica;src:url(../fonts/Geologica.ttf) format("opentype")}.dg{z-index:1!important}.dg .cr.number{border-left:3px solid #71f580!important}.dg .c .slider-fg{background:#71f580!important}.dg .cr.number input[type=text]{color:#71f580!important}.dg.main{margin-top:15px}.richText{flex-wrap:wrap;align-items:center;gap:8px}.spin-inlineImage{display:inline-block;width:19px;height:auto;margin-bottom:-1.25%;margin-right:4px;margin-left:4px}.autoplay-inlineImage{display:inline-block;width:24px;height:auto;margin-bottom:-3px}.autoplay-inlineImage-wrapper,.autoplay-inlineImage-wrapper-landscape{position:relative;display:inline-block;vertical-align:middle}.autoplay-inlineImage-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;color:#fff;font-size:4.5px;margin-bottom:-1px;font-weight:700}.autoplay-inlineImage-text-stop-landscape{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;color:red;font-size:12px;margin-bottom:1px;font-weight:bolder}.autoplay-inlineImage-text-landscape{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;color:#fff;font-size:12px;margin-bottom:1px;font-weight:700}.richText-landscape{flex-wrap:wrap;align-items:center;gap:8px}.inlineImage-landscape{display:inline-block;width:32px;height:auto;margin-bottom:-8px;margin-right:2px;margin-left:2px}.spin-inlineImage-landscape{display:inline-block;width:36px;height:auto;margin-bottom:-.5%;margin-right:.5%}.autoplay-inlineImage-landscape{display:inline-block;width:130px;height:auto;margin-bottom:-8px}.pagination-inlineImage-landscape{display:inline-block;width:26px;height:auto;margin-bottom:-.5%}.pagination-inlineImage{display:inline-block;width:9px;height:auto;margin-bottom:-3px}.close-inlineImage-landscape{display:inline-block;width:32px;height:auto;margin-bottom:-7px;margin-top:5px}.close-inlineImage{display:inline-block;width:12px;height:auto;margin-bottom:-3px;margin-top:3px}.paytable-text-landscape-rtp{line-height:2.2}.play-id{color:#777e86}#debug-button{position:fixed;top:2%;left:10px;z-index:20;width:40px;height:40px;border-radius:50%;background-color:#ff6b6b;color:#fff;border:2px solid #fff;font-size:20px;cursor:pointer;box-shadow:0 2px 8px #0000004d;transition:all .3s ease}#debug-button:hover{background-color:#ff5252;transform:scale(1.1);box-shadow:0 4px 12px #0006}#debug-button:active{transform:scale(.95)}.debug-modal{display:none;position:fixed;z-index:2;left:0;top:0;width:100%;height:100%;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.debug-modal.show{display:flex;justify-content:center;align-items:center}.debug-modal-content{background-color:#2c2c3e;border-radius:12px;padding:0;width:90%;max-width:600px;max-height:80vh;box-shadow:0 8px 32px #00000080;display:flex;flex-direction:column;overflow:hidden}.debug-modal-header{background-color:#1c1c2e;padding:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #3c3c4e}.debug-modal-header h2{margin:0;color:#fff;font-family:Exo,sans-serif;font-size:24px}.debug-close{background:none;border:none;color:#fff;font-size:32px;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.debug-close:hover{color:#ff6b6b}.debug-modal-body{padding:20px;overflow-y:auto;flex:1}.debug-modal-body label{display:block;color:#fff;font-family:Exo,sans-serif;font-size:16px;margin-bottom:10px;font-weight:500}.debug-modal-body input[type=number]{width:100%;padding:12px;border:2px solid #3c3c4e;border-radius:8px;background-color:#1c1c2e;color:#fff;font-family:Exo,sans-serif;font-size:16px;box-sizing:border-box}.debug-modal-body input[type=number]:focus{outline:none;border-color:#ff6b6b}.debug-modal-body textarea{width:100%;min-height:200px;padding:12px;border:2px solid #3c3c4e;border-radius:8px;background-color:#1c1c2e;color:#fff;font-family:Courier New,monospace;font-size:14px;resize:vertical;box-sizing:border-box}.debug-modal-body textarea:focus{outline:none;border-color:#ff6b6b}.debug-modal-actions{display:flex;gap:10px;margin-top:20px;justify-content:flex-end}.debug-modal-actions button{padding:10px 24px;border:none;border-radius:6px;font-family:Exo,sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}#debug-submit{background-color:#4caf50;color:#fff}#debug-submit:hover{background-color:#45a049;transform:translateY(-2px);box-shadow:0 4px 8px #4caf504d}#debug-cancel{background-color:#666;color:#fff}#debug-cancel:hover{background-color:#777;transform:translateY(-2px);box-shadow:0 4px 8px #6666664d}.paytable-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:200;justify-content:center;align-items:center;overflow:hidden;color:#fff;text-align:center}#paytable-overlay-landscape,#paytable-overlay-portrait{display:none;pointer-events:auto;z-index:20;position:"absolute";width:"100%";height:"100%";display:"flex";align-Items:"center";justify-Content:"center"}#paytable-overlay-portrait{width:100%;height:100%}#snackbar-root{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:100}.snackbar-toast{position:fixed;left:50%;transform:translate(-50%);font-weight:500;text-align:center;background-color:#20272b;color:#fff;box-shadow:0 4px 12px #0000004d;z-index:1}@media (orientation: portrait){.snackbar-toast{top:10px;padding:6px 12px;border-radius:6px;font-size:11px;max-width:min(90vw,220px)}}@media (orientation: landscape){.snackbar-toast{top:16px;padding:12px 24px;border-radius:12px;font-size:24px;max-width:min(90vw,520px)}}.paytable-overlay-landscape-content{position:relative;width:86%;height:86%;background-color:#000;border-radius:12px;box-shadow:0 4px 20px #00000080;display:flex;flex-direction:column;overflow:hidden}.paytable-overlay-portrait-content{position:relative;width:90%;max-width:1200px;max-height:98%;background-color:#1a1a1a;border-radius:12px;box-shadow:0 4px 20px #00000080;display:flex;flex-direction:column;overflow:hidden}.paytable-close-button-landscape{background:none;border:none;cursor:pointer;top:20px;right:20px;position:absolute;z-index:1;width:50px;height:50px}.paytable-close-button-portrait{background:none;border:none;cursor:pointer;padding:0;top:10px;right:10px;position:absolute;z-index:1;width:15px;height:15px;margin-right:6px}.paytable-close-button-image{width:100%;object-fit:contain}.paytable-scrollable-content{flex:1;overflow-y:auto;padding:10px;box-sizing:border-box}.paytable-content{display:flex;flex-direction:column;align-items:stretch;gap:20px;width:100%;font-size:10px}.paytable-page-container{flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:10px;box-sizing:border-box;position:relative}.paytable-page-content{width:100%;height:100%;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;align-items:center;text-align:center;color:#fff}.paytable-page{width:80%;max-width:100%;height:100%;min-height:0;box-sizing:border-box}.paytable-pagination-controls{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:15px 30px;z-index:10;box-sizing:border-box}.paytable-pagination-buttons{display:flex;align-items:center;gap:2px}.paytable-nav-button{cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;background:none;outline:none;border:none}.paytable-nav-button-image{width:60px;height:60px;object-fit:contain;margin-bottom:15px}.paytable-nav-button.disabled{opacity:.4;cursor:not-allowed}.paytable-page-counter{min-width:50px;margin-right:12px;text-align:right;display:flex;align-items:center;font-size:32px}.paytable-free-spins-image-container{position:relative;display:flex;justify-content:center;align-items:center;height:100px}.paytable-free-spins-image-container-landscape{position:relative;display:flex;justify-content:center;align-items:center;height:200px}.paytable-free-spins-image-landscape{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;object-fit:contain;z-index:1}.paytable-free-spins-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;object-fit:contain;z-index:1}.paytable-free-spins-image-multiplier-landscape{position:absolute;top:75%;left:50%;transform:translate(-50%,-50%);width:150px;object-fit:contain;z-index:2}.paytable-free-spins-image-multiplier{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);width:75px;object-fit:contain;z-index:2}.richText,.richText-landscape{flex-wrap:wrap;align-items:center;gap:8px}.inlineImage{display:inline-block;width:16px;height:auto;margin-bottom:-4px;margin-right:4px;margin-left:4px}.bomb-inlineImage{display:inline-block;width:16px;height:auto;margin-bottom:-4px}.bomb-inlineImage-landscape{display:inline-block;width:32px;height:auto;margin-bottom:-7px}.paytable-title-game-rules-landscape{font-size:25px;margin-bottom:5.5%}.paytable-text-game-rules-landscape--intro{font-size:21px}.paytable-text-landscape{margin-block-start:.5em;margin-block-end:.5em;line-height:1.5;text-align:left;width:100%}.paytable-text-portrait{margin-block-start:.5em;margin-block-end:.5em;line-height:1.5;text-align:left}.paytable-text-landscape-cascade-bottom-description{width:80%}.paytable-section-landscape{display:flex;flex-direction:column;align-items:center;font-size:25px;width:100%;height:100%}.paytable-symbols-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:25px}.paytable-symbol-cell{display:flex;flex-direction:column;flex:1;align-items:center;width:100px;text-align:center;max-height:180px;font-size:10px}.paytable-symbol-image{width:80px;height:80px;object-fit:contain}.paytable-symbol-cell-scatter{display:flex;flex-direction:row;flex:1;align-items:center;justify-content:center;width:100%;font-size:9px;text-align:left;max-height:180px}.paytable-symbol-cell-scatter-values{width:24%;text-align:right;font-size:10px}.paytable-symbol-cell-scatter-image{margin:5px}.paytable-symbol-cell-scatter-text{text-align:left;font-size:8px}.paytable-symbol-image-scatter{width:80px;height:80px;object-fit:contain}.paytable-symbols-container-landscape{display:flex;flex-direction:column;gap:10px;position:absolute;top:25%}.paytable-row{display:flex;justify-content:center;gap:95px}.paytable-symbol-cell-landscape{max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.paytable-symbol-cell-landscape-p{margin:5px 0}.paytable-symbol-image-landscape{max-width:130px;height:auto;aspect-ratio:1;object-fit:contain;box-sizing:border-box}.paytable-symbol-cell-scatter-landscape{display:flex;flex-direction:row;flex:1;align-items:center;width:100%;font-size:9px;text-align:left;max-height:180px;justify-content:center;position:absolute;bottom:7%}.paytable-symbol-cell-scatter-values-landscape{text-align:right;font-size:13px}.paytable-symbol-cell-scatter-landscape-p{margin:0;font-size:23px}.paytable-symbol-cell-scatter-image-landscape{width:150px;height:150px;object-fit:contain;margin:10px}.paytable-symbol-image-scatter-landscape{height:100%;object-fit:contain}.paytable-symbol-cell-scatter-text-landscape{text-align:left;font-size:11px;margin-left:18px}.history-overlay{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#000000ad}.history-main-content{background-color:#20272b;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:95%;height:95%;max-width:1024px;position:relative;overflow:hidden;border-radius:8px;-webkit-user-select:none;user-select:none;padding:0 10px}.history-close-button{position:absolute;top:10px;right:10px;width:45px;height:45px;background-color:#fff3;border:none;border-radius:50%;color:#fff;font-size:50px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background-color .2s ease}.history-modal-close-button{position:absolute;width:28px;height:28px;font-size:18px;top:8px;right:8px;z-index:5}.history-close-button:hover{background-color:#fff6}.history-table-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;flex:1;min-height:0;overflow:hidden;gap:10px;padding:25px 25px 0;box-sizing:border-box}.session-id-wrapper{display:flex;align-items:center;gap:6}.history-table-rows{display:flex;flex-direction:column;align-items:center;width:100%;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;gap:6px}.history-copy-button{background-color:transparent;border:none;color:#fff;cursor:pointer;outline:none}.history-copy-button-img{width:30px;height:30px;margin-left:10px}.history-table-footer{width:100%;padding:20px;display:flex;align-items:center;justify-content:center;border-top:1px solid rgba(255,255,255,.1);flex-shrink:0}.history-load-more-button{padding:15px 40px;border:2px solid rgba(255,255,255,.2);background-color:#ffffff1a;color:#fff;border-radius:10px;font-size:24px;font-family:inter_regular;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.history-load-more-button:disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.history-load-more-button:hover{background-color:#fff3;border-color:#ffffff4d}.history-load-more-button:active{background-color:#ffffff26}#history-table-content{width:100%}.history-table-titles{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;font-size:24px;padding:50px 10px 10px;color:#777e86;background-color:#252d31;flex-shrink:0}.history-table-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;color:#fff;padding:15px;cursor:pointer;transition:background-color .2s ease,color .2s ease,padding .2s ease;background-color:#252d31;flex-shrink:0;font-size:24px}.history-table-row:hover{background-color:#545d61;color:#fff}.history-table-cell{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;width:100%;height:100%;text-align:center}.history-row-details{display:none;flex-direction:column;align-items:center;justify-content:center;background:#242d31;color:#ddd;width:100%;gap:10px;max-height:0;overflow:hidden;transition:max-height .3s ease;flex-shrink:0;padding:0 20px}.history-row-details.open{display:flex;max-height:100%;padding:5px 20px 20px;font-size:24px}.history-freeplays-tag{border:1px solid #ffffff;border-radius:6px;padding:0 6px;display:inline-block;font-size:15px;font-weight:700;position:absolute;top:-11px;width:50px}.history-row-details-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;flex:1;margin-top:10px}.history-row-details-top-win-modal{display:flex;flex-direction:column;text-align:right}.history-row-details-top-win-modal-description{font-size:24px;color:gray}.history-row-details-middle{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;flex:1;gap:15px}.history-row-details-right-modal{text-align:right;display:flex;flex-direction:column;height:100%;flex:1;position:relative}.history-grid-container{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(5,1fr);width:100%;max-width:400px;aspect-ratio:6 / 5}.history-grid-cell{display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#ddd;font-size:12px;min-height:0;aspect-ratio:1;overflow:hidden;position:relative}.history-row-details-accumulated-win{position:absolute;bottom:50%;right:0;display:flex;flex-direction:column}.history-row-details-accumulated-win-description{font-size:24px;color:gray}.history-grid-cell img{max-width:100%;max-height:100%;object-fit:contain}.history-prize-modal-grid-container{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(5,1fr);width:100%;max-width:350px;aspect-ratio:6 / 5}.history-prize-modal-grid-cell{display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#ddd;font-size:12px;min-height:0;aspect-ratio:1;overflow:hidden;position:relative}.history-prize-modal-grid-cell img{max-width:100%;max-height:100%;object-fit:contain}.history-prize-modal-grid-cell-winline{background-color:#7a838d!important}.history-row-details-bottom{display:flex;position:relative;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:10px}.history-row-details-bottom-link{color:#fff;text-decoration:underline;cursor:pointer;transition:color .2s ease}.history-row-details-bottom-link:hover{opacity:.8}.history-prize-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10;padding:20px;box-sizing:border-box}.history-prize-modal-content{background-color:#242d31;border-radius:8px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000080}.history-prize-modal-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.history-prize-modal-spacer{min-width:0}.history-prize-modal-title{font-size:15px;font-weight:700;color:#fff;text-align:center;grid-column:2}.history-prize-modal-close{grid-column:3;justify-self:end;background:none;border:none;color:#fff;font-size:28px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.history-prize-modal-close:hover{color:#ccc}.history-prize-modal-body{padding:10px;color:#ddd;overflow-y:auto;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap}.history-prize-modal-grid-item{display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.history-prize-modal-grid-item-text{font-size:23px;color:#777e86;text-align:center}.history-prize-modal-grid-item-value{font-size:30px;color:#fff;text-align:center;font-weight:700;margin:10px}.history-prize-modal-wins-container{display:flex;gap:16px;align-items:flex-start}.history-prize-modal-win-block{display:flex;flex-direction:column;align-items:center}.history-symbol,.history-symbol-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;font-weight:700;text-align:center;font-size:30px;color:#ff0}.history-symbol span{text-shadow:1px 1px 1.5px black;font-size:33px}.history-row-details-right-value{font-size:18px;font-weight:700;color:#fff;text-align:right}.history-row-details-right-label{font-size:12px;color:#777e86;text-align:right}.history-row-details-free-spins{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;width:100%;bottom:0;position:absolute;right:0;font-size:14px}.history-details-bomb-payment-modal{position:absolute;right:0;bottom:0;font-size:15px;color:gray;text-align:right}.history-row-details-free-spins-label,.history-row-details-free-spins-value{color:#777e86;text-align:rigt}.history-no-history{font-size:18px;color:#777e86;font-weight:700;padding:10px;text-align:center;margin-left:auto;margin-right:auto}.winPositionsModal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:20;pointer-events:auto}.winPositionsModalOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;pointer-events:auto}.winPositionsModalContent{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#242d31;padding:20px;border-radius:8px;display:flex;flex-direction:column;align-items:center}@media (orientation: portrait){.history-main-content{height:95%;width:93%;padding:0 10px}.history-close-button{width:25px;height:25px;top:5px;right:5px;font-size:24px}.history-table-container{padding:10px 10px 0;gap:5px}.history-table-row{padding:10px}.history-table-rows{gap:3px}.history-table-footer{padding:10px}.history-table-cell{font-size:10px}.history-copy-button-img{width:16px;height:36px;margin-left:0}.history-row-details.open{font-size:10px}.history-row-details.open{padding:5px 10px 10px}.history-row-details-accumulated-win-description,.history-row-details-top-win-modal-description,.history-row-details-accumulated-win-value,.history-row-details-top-win-modal-value{font-size:10px}.history-grid-container{max-width:140px}.history-load-more-button{border-radius:4px;font-size:14px;border:1px solid rgba(255,255,255,.2);padding:10px 30px}.winPositionsModalContent{width:95%}.history-table-titles{padding:20px 10px 10px}.history-prize-modal-grid-item-value{font-size:18px}.history-prize-modal-grid-container{max-width:200px}.history-prize-modal-grid-item-text{font-size:13px}.history-row-details-free-spins,.history-details-bomb-payment-modal{font-size:7px}.history-symbol span{font-size:11px}.history-symbol{top:15%}.history-symbol-modal{font-size:17px}}@media (orientation: landscape){.freeplays-widget{top:12%;max-width:238px}.freeplays-widget-management{border-radius:12px 0 0 12px!important}}@media (orientation: portrait){.freeplays-widget{bottom:7%;max-width:117px}.freeplays-widget-management{border-radius:8px 0 0 8px!important}}.freeplays-widget{left:unset!important;right:0%;transform:none!important}.freeplays-widget-info{border-radius:0!important}*::-webkit-scrollbar{width:5px!important;background:transparent!important}*::-webkit-scrollbar-thumb{background:#fff!important;border-radius:5px!important;cursor:pointer}*:hover::-webkit-scrollbar-thumb{background:#fff!important;opacity:.7}
