.tile{display:block;background-position:0 0;background-repeat:no-repeat}.audio-button{position:absolute;bottom:0;left:0;width:64px;height:64px;z-index:99;opacity:.7}.audio-button button{appearance:none;border:0;padding:0;background-color:transparent;cursor:pointer}.audio-button:hover{opacity:1}@font-face{font-family:Pixels;src:url(./fonts/BoldsPixels.woff2) format("woff2"),url(./fonts/BoldsPixels.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}:root{font-family:Pixels,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;flex-direction:column;justify-content:center;gap:24px;min-width:320px;min-height:100vh;background-image:url(./images/dirt.webp);background-color:#efefef;image-rendering:pixelated}#root{width:800px;height:768px;margin:0 auto;border:32px solid transparent;border-image-source:url(./images/game-borders.png);border-image-slice:32 fill;border-image-width:32px;border-image-repeat:round;filter:drop-shadow(18px 18px 0 rgba(17,17,17,.5));box-sizing:border-box;position:relative}#root>.player .next-actions{display:none}hr.ui-separator{height:24px;border:0 solid transparent;border-width:0 51px;border-image-source:url(./images/separator.png);border-image-slice:0 51 0 51 fill;border-image-repeat:repeat stretch;width:75%;margin-bottom:auto}p{margin:0;padding:0}.slot-machine-panel-fallen{animation:fall .6s cubic-bezier(.55,0,1,1) forwards}.floating-choice-item:hover{animation-play-state:paused,running}.floating-choice-item{animation:floating-choice-item-float 3s ease-in-out infinite,floating-choice-item-tremble .15s linear infinite;animation-play-state:running,paused}.game-over-gold-container{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px}.game-over-gold-container .gold-counter{position:static}.leaderboard-table-container{width:60%;margin:24px 0;border:32px solid transparent;border-image-source:url(./images/machine-borders.png);border-image-slice:32 fill;border-image-width:32px;border-image-repeat:round;max-height:400px;overflow:auto}.leaderboard-table{text-align:center;border-collapse:collapse;width:100%}.leaderboard-table td,.leaderboard-table th{padding:12px 0}.leaderboard-table thead{font-size:25px;position:sticky;top:0;background:#4c4449}.leaderboard-table tbody{font-size:20px}.leaderboard-table tbody td:not(:first-child,:last-child){border-top:3px solid}.leaderboard-table tbody tr:hover{background-color:#ffffff1a}@keyframes floating-choice-item-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floating-choice-item-tremble{0%{translate:-1px -.5px}25%{translate:1px .5px}50%{translate:-1px .5px}75%{translate:1px -.5px}to{translate:-1px -.5px}}@keyframes fall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(120%) rotate(8deg);opacity:0}}@media screen and (max-width:1080px){body{gap:12px}}.screen{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;color:#fff}.button-base{appearance:none;color:transparent;border:0;padding:0;margin:0;background:none;background-position:top;cursor:pointer;display:inline-block}.button-base:disabled{pointer-events:none;background-position:bottom}.button-base:hover:not(:disabled),.button-base:focus-visible:not(:disabled){background-position:center}.home-devil{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;position:relative}.home-devil:after{content:"A game by KorHosik";position:absolute;bottom:8px;right:8px;color:#716d6f;text-shadow:1px 1px 0 #382f35;font-size:14px}.home-devil-content{text-align:center;position:relative;z-index:10}.home-devil-image{pointer-events:none;position:absolute;z-index:5;inset:0;opacity:0;justify-content:center;background-image:url(./images/home-devil.png);background-repeat:no-repeat;background-position:center;animation:home-devil-appear 5s ease-in-out infinite;animation-play-state:paused;background-size:0%}.home-devil-image.is-appearing{animation-play-state:running}@keyframes home-devil-appear{0%{background-size:1%;opacity:1}25%{background-size:100%;opacity:1}50%{background-size:100%;opacity:1}62%{background-size:60%;opacity:0}90%{background-size:0%;opacity:0}to{background-size:0%;opacity:0}}.choice-item{border:24px solid transparent;border-image-source:url(./images/game-borders.png);border-image-slice:32 fill;border-image-width:32px;border-image-repeat:round;background:none;padding:0;appearance:none;cursor:pointer}.character-description-container{border:32px solid transparent;border-image-source:url(./images/machine-borders.png);border-image-slice:32 fill;border-image-width:32px;border-image-repeat:round;margin-top:24px;width:450px;height:150px}.character-description-name{font-size:24px;text-shadow:1px 1px 0 #000;color:#fff}.character-description-details{font-size:18px;color:#c3bdc0;text-shadow:1px 1px 0 #382f35}.blackout{position:absolute;z-index:10;inset:-9px;opacity:0;background-color:#111;animation:blackout-fade-in 1s ease-out forwards;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff}.blackout h2{text-shadow:2px 2px 0 #000,-2px 2px 0 #000,2px -2px 0 #000,-2px -2px 0 #000;font-size:48px;margin-bottom:24px;line-height:30px}.blackout h2 span{font-size:28px;margin-bottom:24px;opacity:.5}.blackout .fade-in{opacity:0;animation:blackout-fade-in 2s ease-out forwards;animation-delay:var(--animation-delay, 1.5s)}.blackout p{font-size:18px;margin:0 0 24px;text-shadow:1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000}@keyframes blackout-fade-in{0%{opacity:0}to{opacity:1}}.machine-symbol{width:66px;height:66px;text-align:center;line-height:66px;background-repeat:no-repeat;background-position:center;color:transparent;-webkit-user-select:none;user-select:none;transform-origin:center;display:inline-block}.machine-symbol.is-active{animation:machine-symbol-activate .42s ease-out}.machine-symbol.is-active.is-double{animation:machine-symbol-activate-double .52s ease-out}.machine-symbol.is-active.is-triple{animation:machine-symbol-activate-triple .7s ease-out}.machine-symbol-sword{background-image:url(./images/slots/sword.png)}.machine-symbol-super-sword{background-image:url(./images/slots/super-sword.png)}.machine-symbol-shield{background-image:url(./images/slots/shield.png)}.machine-symbol-super-shield{background-image:url(./images/slots/super-shield.png)}.machine-symbol-heart{background-image:url(./images/slots/heart.png)}.machine-symbol-super-heart{background-image:url(./images/slots/super-heart.png)}.machine-symbol-coin{background-image:url(./images/slots/coin.png)}.machine-symbol-super-coin{background-image:url(./images/slots/super-coin.png)}.machine-symbol-sleep{background-image:url(./images/slots/sleep.png)}.machine-symbol-evil-sword{background-image:url(./images/slots/evil-sword.png)}.machine-symbol-evil-shield{background-image:url(./images/slots/evil-shield.png)}.machine-symbol-evil-heart{background-image:url(./images/slots/evil-heart.png)}.machine-symbol-glued{background-image:url(./images/slots/glued.png)}@keyframes machine-symbol-activate{0%{transform:scale(1);filter:brightness(1)}35%{transform:scale(1.22);filter:brightness(1.6)}to{transform:scale(1);filter:brightness(1)}}@keyframes machine-symbol-activate-double{0%{transform:scale(1) rotate(0);filter:brightness(1)}30%{transform:scale(1.28) rotate(5deg);filter:brightness(1.85)}55%{transform:scale(1.1) rotate(-3deg);filter:brightness(1.45)}to{transform:scale(1) rotate(0);filter:brightness(1)}}@keyframes machine-symbol-activate-triple{0%{transform:scale(1) rotate(0);filter:brightness(1)}25%{transform:scale(1.35) rotate(-10deg);filter:brightness(2.1) saturate(1.2)}45%{transform:scale(1.08) rotate(8deg);filter:brightness(1.6)}62%{transform:scale(1.25) rotate(-7deg);filter:brightness(1.9) saturate(1.15)}to{transform:scale(1) rotate(0);filter:brightness(1)}}.machine-symbol-burst{position:absolute;width:0;height:0;pointer-events:none;z-index:9999}.machine-symbol-burst-glow,.machine-symbol-burst-ring,.machine-symbol-burst-rays,.machine-symbol-burst-sparkles{position:absolute;top:0;left:0;pointer-events:none;transform:translate(-50%,-50%);will-change:transform,opacity}.machine-symbol-burst-glow{width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,#ffffe6f2,#ffdc5ab3 30%,#ff8c0059 55%,#ff500000 75%);mix-blend-mode:screen;animation:machine-burst-glow .52s ease-out forwards}.machine-symbol-burst-ring{width:46px;height:46px;border-radius:50%;border:3px solid rgba(255,245,180,.95);box-shadow:0 0 12px #ffdc5ad9,inset 0 0 6px #fff9;opacity:0;animation:machine-burst-ring .6s ease-out forwards}.machine-symbol-burst-ring.is-second{animation-delay:.13s;border-color:#ffffffd9;box-shadow:0 0 14px #ffffffb3,inset 0 0 4px #ffffc880}.machine-symbol-burst-rays{width:96px;height:96px;background:repeating-conic-gradient(from 0deg,rgba(255,245,180,.95) 0deg 8deg,transparent 8deg 45deg);-webkit-mask-image:radial-gradient(circle,transparent 22px,#000 26px,#000 46px,transparent 50px);mask-image:radial-gradient(circle,transparent 22px,#000 26px,#000 46px,transparent 50px);opacity:0;mix-blend-mode:screen;display:none;animation:machine-burst-rays .7s ease-out forwards}.machine-symbol-burst-sparkles{width:0;height:0;display:none}.machine-symbol-burst-sparkle{--sparkle-angle: calc(var(--sparkle-index) * 45deg);--sparkle-distance: 42px;--sparkle-color: #ffe066;position:absolute;top:0;left:0;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;background:radial-gradient(circle,#ffffff 0%,var(--sparkle-color) 55%,transparent 100%);box-shadow:0 0 6px #ffe678e6;opacity:0;animation:machine-burst-sparkle .72s ease-out forwards;animation-delay:calc(var(--sparkle-index) * 12ms)}.machine-symbol-burst.is-double .machine-symbol-burst-rays,.machine-symbol-burst.is-triple .machine-symbol-burst-rays,.machine-symbol-burst.is-double .machine-symbol-burst-sparkles,.machine-symbol-burst.is-triple .machine-symbol-burst-sparkles{display:block}.machine-symbol-burst.is-double .machine-symbol-burst-glow{width:130px;height:130px;animation-duration:.62s}.machine-symbol-burst.is-triple .machine-symbol-burst-glow{width:160px;height:160px;background:radial-gradient(circle,#fff,#ffdc5ad9 22%,#ff5ac88c 50%,#7828dc40 70%,#5000b400 80%);animation-duration:.76s}.machine-symbol-burst.is-triple .machine-symbol-burst-rays{width:130px;height:130px;background:repeating-conic-gradient(from 0deg,rgba(255,255,255,1) 0deg 6deg,rgba(255,220,90,.95) 6deg 10deg,transparent 10deg 30deg);-webkit-mask-image:radial-gradient(circle,transparent 26px,#000 30px,#000 62px,transparent 66px);mask-image:radial-gradient(circle,transparent 26px,#000 30px,#000 62px,transparent 66px);animation-duration:.82s}.machine-symbol-burst.is-triple .machine-symbol-burst-sparkle{--sparkle-distance: 60px;--sparkle-color: #ff7ad6;width:12px;height:12px;margin:-6px 0 0 -6px;box-shadow:0 0 10px #ff82dcf2}.machine-symbol-burst.is-triple .machine-symbol-burst-sparkle:nth-child(odd){--sparkle-color: #fff48a;box-shadow:0 0 10px #fff078f2}.machine-symbol-burst.is-triple .machine-symbol-burst-ring{border-color:#ffdcfff2;box-shadow:0 0 16px #ff82dcd9,inset 0 0 8px #ffffffb3}@keyframes machine-burst-glow{0%{transform:translate(-50%,-50%) scale(.35);opacity:0}25%{opacity:1}to{transform:translate(-50%,-50%) scale(1.45);opacity:0}}@keyframes machine-burst-ring{0%{transform:translate(-50%,-50%) scale(.25);opacity:0}18%{opacity:1}to{transform:translate(-50%,-50%) scale(2.4);opacity:0}}@keyframes machine-burst-rays{0%{transform:translate(-50%,-50%) scale(.3) rotate(0);opacity:0}30%{opacity:.95}to{transform:translate(-50%,-50%) scale(1.45) rotate(60deg);opacity:0}}@keyframes machine-burst-sparkle{0%{transform:rotate(var(--sparkle-angle)) translateY(0) scale(.3);opacity:0}20%{opacity:1;transform:rotate(var(--sparkle-angle)) translateY(calc(var(--sparkle-distance) * -.4)) scale(1)}to{transform:rotate(var(--sparkle-angle)) translateY(calc(var(--sparkle-distance) * -1)) scale(.2);opacity:0}}.tooltip-wrapper{position:relative;display:inline-flex;cursor:help}.tooltip-label{pointer-events:none;position:absolute;transform:translate(-50%,calc(-100% - 6px));white-space:nowrap;background-color:#111;color:#fff;font-size:16px;padding:4px 8px;border:3px solid #fff}.machine-reel{--symbol-size: 66px;--visible-symbols: 3;--reel-spin-duration: .32s;--reel-cycle-distance: 660px;--delta-height: 0px;display:flex;flex-direction:column;position:relative;width:66px;height:calc(var(--symbol-size) * var(--visible-symbols) + var(--delta-height));overflow:hidden;background-image:url(./images/reel.png);border:0;background-color:transparent;padding:0;color:inherit;appearance:none}button.machine-reel{cursor:pointer}button.machine-reel:hover{filter:brightness(1.2);outline:3px solid #fff;border-radius:16px}button.machine-reel>*{pointer-events:none}.machine-reel.is-expanded{--symbol-size: 50px;--delta-height: 16px;background-size:100% 300%;background-position:center}.machine-reel.is-expanded:before,.machine-reel.is-expanded:after{background-color:#4c4449;height:15px}.machine-reel:before,.machine-reel:after{content:"";position:absolute;top:0;left:0;height:16px;width:100%;display:block;pointer-events:none;background-image:url(./images/reel.png);background-position:top;z-index:1}.machine-reel:after{top:auto;bottom:0;background-position:bottom}.machine-reel-strip{display:flex;flex-direction:column;align-items:center;will-change:transform}.machine-reel-strip.is-static{transform:translateY(0)}.machine-reel-symbol{width:66px;height:var(--symbol-size);flex-shrink:0}.machine-reel.is-spinning .machine-reel-strip{animation:reel-scroll var(--reel-spin-duration) linear infinite}.machine-reel.is-stopping .machine-reel-strip.is-static{animation:reel-stop .42s cubic-bezier(.14,.8,.2,1) both}.machine-reel.is-stopping .machine-symbol{animation:reel-stop-symbol .42s ease-out both}.machine-reel-clickable-symbol{cursor:pointer;border:0;background:none;padding:0;appearance:none}.machine-reel-symbol-container.is-new{animation:symbol-appear .32s cubic-bezier(.34,1.56,.64,1) both}@keyframes symbol-appear{0%{transform:scale(1.6);opacity:0}to{transform:scale(1);opacity:1}}.machine-reel-clickable-symbol:hover{filter:drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff);z-index:3}@keyframes reel-scroll{0%{transform:translateY(calc(-1 * var(--reel-cycle-distance)))}to{transform:translateY(0)}}@keyframes reel-stop{0%{transform:translateY(22px) scaleY(1.02)}62%{transform:translateY(-4px) scaleY(.992)}to{transform:translateY(0) scaleY(1)}}@keyframes reel-stop-symbol{0%{filter:blur(1.4px);opacity:.82}to{filter:blur(0);opacity:1}}.machine-hearts{width:45px;overflow:hidden;display:flex;flex-direction:column;gap:24px}.machine-heart{--position-y: top;width:45px;height:45px;background-image:url(./images/hearts.png);background-repeat:no-repeat;background-position:var(--position-x) var(--position-y);appearance:none;border:none;margin:0;padding:0;background-color:transparent;cursor:pointer}.machine-heart.hidden{visibility:hidden;pointer-events:none}.machine-heart:disabled{pointer-events:none}.machine-heart.disabled{pointer-events:none}.machine-heart.inactive{--position-y: bottom}.machine-heart:hover.inactive,.machine-heart:focus-visible.inactive{--position-y: top}.machine-heart:hover.active,.machine-heart:focus-visible.active{filter:brightness(1.5)}.machine-heart-1{--position-x: left}.machine-heart-2{--position-x: center}.machine-heart-3{--position-x: right}.slot-machine{border:32px solid transparent;border-image-source:url(./images/machine-borders.png);border-image-slice:32 fill;border-image-width:32px;border-image-repeat:round;display:inline-block;position:relative}.slot-machine-reels{display:flex;flex-direction:row;gap:16px;align-items:center;position:relative;z-index:2}.slot-machine-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.slot-machine-line{border-top:3px solid transparent;border-bottom:3px solid transparent;width:100%;position:absolute}.slot-machine-line.disabled{filter:grayscale(100%) opacity(50%)}.slot-machine-line-1{border-top-color:#3bce43;border-bottom-color:#238c29;top:calc(50% - 3px)}.slot-machine-line-2{border-top-color:#00d6f0;border-bottom-color:#0086f0;top:27%}.slot-machine-line-1+.slot-machine-line-2{top:70%}.slot-machine-line-3{border-top-color:#faf100;border-bottom-color:#a6a000;width:120%;transform-origin:left center}.slot-machine-line-3:first-child{transform:rotate(42deg);top:16px;left:16px}.slot-machine-line-3:last-child{transform:rotate(-42deg);bottom:16px;left:16px}.machine-reel-lock-button-container{position:absolute;top:32px;left:calc(50% - 24px);width:48px;height:48px;display:block;z-index:10}.machine-reel-lock-button{width:48px;height:48px;display:block;appearance:none;background-color:transparent;background-image:url(./images/lock.png);background-size:48px 96px;border:0;padding:0;cursor:pointer;background-position:bottom}.machine-reel-lock-button.locked{background-position:top}.spin-button{position:absolute;bottom:-10px;left:50%;z-index:10}.helper-text{position:absolute;font-size:18px;color:#716d6f;text-shadow:1px 1px 0 #382f35}.helper-text.text-1{top:-10px;left:55px}.helper-text.text-1 img{position:relative;bottom:5px;right:5px}.helper-text.text-2{bottom:-10px;left:100px}.helper-text.text-2 img{position:relative;left:35px}.scene{width:100%;height:279px;background:#111;border:0 solid transparent;border-image-source:url(./images/scene-borders.png);border-image-slice:28 fill;border-image-width:28px;border-image-repeat:round;box-sizing:border-box;background-repeat:no-repeat;background-position:center;position:relative}.level-indicator{border:18px solid transparent;border-image-source:url(./images/machine-borders.png);border-image-slice:32 fill;border-image-width:32px;border-image-repeat:round;position:fixed;top:-9px;left:50%;transform:translate(-50%);font-size:18px;text-shadow:1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;color:#fff}.next-actions{display:flex;flex-direction:row;justify-content:center;gap:4px;min-width:96px}.next-actions-rat{transform:translateY(50px)}.next-actions-knight,.next-actions-blob{transform:translateY(15px)}.next-actions-skeleton{transform:translateY(5px)}.next-actions-wizard{transform:translateY(15px)}.next-actions-random{transform:translateY(5px)}.next-action{position:relative;display:flex;flex-direction:row;align-items:center;filter:drop-shadow(3px 3px 0 black);animation:float 2.5s ease-in-out infinite}.next-action-type{display:flex;align-items:center;justify-content:center;width:33px}.next-action-value{font-size:20px;position:absolute;right:0;bottom:10px;color:#fff;text-shadow:1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.enemy{display:flex;flex-direction:column;align-items:flex-end;position:absolute;right:72px;bottom:48px}.player{display:block;position:absolute;left:72px;bottom:48px;overflow:visible}.health-bar{width:189px;height:45px;position:absolute;top:12px;background-repeat:no-repeat}.health-bar-hero{background-image:url(./images/health_bar_hero.png);left:15px}.health-bar-enemy{background-image:url(./images/health_bar_enemy.png);right:15px}.health-bar-container{width:135px;height:6px;position:absolute;top:12px}.health-bar-hero .health-bar-container{left:45px}.health-bar-enemy .health-bar-container{right:45px}.health-bar-fill{position:absolute;top:3px;height:0px;border-top:2px solid red;border-bottom:4px solid darkred;transition:width .3s ease-in-out}.health-bar-hero .health-bar-fill{left:0}.health-bar-enemy .health-bar-fill{right:0}.health-bar-label{position:absolute;font-size:16px;color:#fff;width:100%;height:24px;line-height:6px;top:3px;text-align:center;text-shadow:1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000}.gold-counter{width:90px;height:45px;position:absolute;top:60px;background-repeat:no-repeat;background-image:url(./images/gold_counter.png);left:15px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding-left:45px;padding-right:9px}.gold-counter-label{font-size:18px;color:#fff;text-align:center;text-shadow:1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000}.victory-message{animation:victory-fade-in 1s ease-out forwards;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;font-size:24px;flex:1}.victory-message h2{font-size:48px;margin-bottom:24px}.victory-message .fade-in{opacity:0;animation:victory-fade-in 2s ease-out forwards;animation-delay:var(--animation-delay, 1.5s)}.victory-nav{display:flex;gap:24px;flex-direction:row;margin-top:24px}.victory-nav-choice{appearance:none;display:block;color:transparent;width:96px;height:96px;background-image:url(./images/destiny-choice.png);background-size:192px 96px;padding:0;background-color:transparent;border:0;cursor:pointer;-webkit-user-select:none;user-select:none}.victory-nav-choice-heal{background-position:left}.victory-nav-choice-devil{background-position:right;animation-delay:-1.5s,0s}@keyframes victory-fade-in{0%{opacity:0}to{opacity:1}}.machine-update{position:absolute}.machine-update:before{content:"";position:fixed;inset:0;background:#0000004d}.machine-update-reels{display:flex;flex-direction:row;gap:16px;justify-content:center}.machine-update-question{font-size:18px}.machine-update-question .machine-symbol{margin:0 -12px 16px 0;transform:translateY(16px)}.machine-update-back-button{text-align:center;margin-top:6px}.devil-deal-choices{border:24px solid transparent;border-image-source:url(./images/machine-borders.png);border-image-slice:32 fill;border-image-width:32px;border-image-repeat:round;position:relative}.devil-deal-choices-title,.devil-deal-choices-subtitle{margin:0}.devil-deal-choices-title{font-size:18px}.devil-deal-choices-subtitle{font-size:16px;color:#aaa;line-height:12px}.devil-deal-choices-container{margin-top:12px;display:flex;flex-direction:row;gap:8px;justify-content:center;flex-wrap:wrap}.deal-choice-button{appearance:none;border:0;background-color:transparent;padding:0;cursor:pointer;color:transparent;-webkit-user-select:none;user-select:none;width:96px;height:96px;display:block;background-image:url(./images/devil-deal-choice.png);background-size:1824px 96px}.deal-choice-button:disabled{cursor:not-allowed;filter:grayscale(100%) brightness(50%)}.deal-choice-betterbet1{background-position:0 0}.deal-choice-betterbet2{background-position:-96px 0}.deal-choice-lockreel{background-position:-192px 0}.deal-choice-morehealth1{background-position:-288px 0}.deal-choice-morehealth2{background-position:-384px 0}.deal-choice-morehealth3{background-position:-480px 0}.deal-choice-unlockskeleton{background-position:-576px 0}.deal-choice-unlockwizard{background-position:-672px 0}.deal-choice-destroyreelsymbol{background-position:-768px 0}.deal-choice-replacereelsymbol{background-position:-864px 0}.deal-choice-passiveattack{background-position:-960px 0}.deal-choice-passivedefense{background-position:-1056px 0}.deal-choice-passivewantedtodie{background-position:-1152px 0}.deal-choice-superheart{background-position:-1248px 0}.deal-choice-supercoin{background-position:-1344px 0}.deal-choice-supersword{background-position:-1440px 0}.deal-choice-supershield{background-position:-1536px 0}.deal-choice-unlockrandom{background-position:-1632px 0}.deal-choice-unlockrerolldeals,.deal-choice-reroll-deals{background-position:-1728px 0}.deal-reroll-container{position:absolute;left:50%;transform:translate(-50%);bottom:-99px}.replacement-bonus-modal{position:absolute;border:24px solid transparent;border-image-source:url(./images/machine-borders.png);border-image-slice:32 fill;border-image-width:32px;border-image-repeat:round}.replacement-bonus-modal:before{content:"";position:fixed;inset:0;background:#0000004d}
