:root{--contexify-zIndex:666;--contexify-menu-minWidth:220px;--contexify-menu-padding:6px;--contexify-menu-radius:6px;--contexify-menu-bgColor:#fff;--contexify-menu-shadow:1px 2px 2px rgba(0,0,0,.1),2px 4px 4px rgba(0,0,0,.1),3px 6px 6px rgba(0,0,0,.1);--contexify-menu-negatePadding:var(--contexify-menu-padding);--contexify-separator-color:rgba(0,0,0,.2);--contexify-separator-margin:5px;--contexify-itemContent-padding:6px;--contexify-activeItem-radius:4px;--contexify-item-color:#333;--contexify-activeItem-color:#fff;--contexify-activeItem-bgColor:#3498db;--contexify-rightSlot-color:#6f6e77;--contexify-activeRightSlot-color:#fff;--contexify-arrow-color:#6f6e77;--contexify-activeArrow-color:#fff}@keyframes contexify_feedback{0%{opacity:.4}to{opacity:1}}.contexify{position:fixed;opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--contexify-menu-bgColor);box-sizing:border-box;box-shadow:var(--contexify-menu-shadow);border-radius:var(--contexify-menu-radius);padding:var(--contexify-menu-padding);min-width:var(--contexify-menu-minWidth);z-index:var(--contexify-zIndex)}.contexify_submenu-isOpen,.contexify_submenu-isOpen>.contexify_itemContent{color:var(--contexify-activeItem-color);background-color:var(--contexify-activeItem-bgColor);border-radius:var(--contexify-activeItem-radius)}.contexify_submenu-isOpen>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeArrow-color)}.contexify_submenu-isOpen>.contexify_submenu{pointer-events:auto;opacity:1}.contexify .contexify_submenu{position:absolute;pointer-events:none;transition:opacity .265s;top:calc(-1 * var(--contexify-menu-negatePadding));left:100%}.contexify .contexify_submenu-bottom{bottom:calc(-1 * var(--contexify-menu-negatePadding));top:unset}.contexify .contexify_submenu-right{right:100%;left:unset}.contexify_rightSlot{margin-left:auto;display:flex;color:var(--contexify-rightSlot-color)}.contexify_separator{height:1px;cursor:default;margin:var(--contexify-separator-margin);background-color:var(--contexify-separator-color)}.contexify_willLeave-disabled{pointer-events:none}.contexify_item{cursor:pointer;position:relative}.contexify_item:focus{outline:0}.contexify_item:focus .contexify_rightSlot,.contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeRightSlot-color)}.contexify_item:not(.contexify_item-disabled)[aria-haspopup]>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-arrow-color)}.contexify_item:not(.contexify_item-disabled)[aria-haspopup].contexify_submenu-isOpen>.contexify_itemContent .contexify_rightSlot,.contexify_item:not(.contexify_item-disabled)[aria-haspopup]:hover>.contexify_itemContent .contexify_rightSlot,.contexify_item[aria-haspopup]:focus>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeArrow-color)}.contexify_item:not(.contexify_item-disabled):focus>.contexify_itemContent,.contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent{color:var(--contexify-activeItem-color);background-color:var(--contexify-activeItem-bgColor);border-radius:var(--contexify-activeItem-radius)}.contexify_item:not(.contexify_item-disabled):hover>.contexify_submenu{pointer-events:auto;opacity:1}.contexify_item-disabled{cursor:default;opacity:.5}.contexify_itemContent{padding:var(--contexify-itemContent-padding);display:flex;align-items:center;white-space:nowrap;color:var(--contexify-item-color);position:relative}.contexify_item-feedback{animation:contexify_feedback .12s both}.contexify_theme-dark{--contexify-menu-bgColor:rgba(40,40,40,.98);--contexify-separator-color:#4c4c4c;--contexify-item-color:#fff}.contexify_theme-light{--contexify-separator-color:#eee;--contexify-item-color:#666;--contexify-activeItem-color:#3498db;--contexify-activeItem-bgColor:#e0eefd;--contexify-activeRightSlot-color:#3498db;--contexify-active-arrow-color:#3498db}@keyframes contexify_scaleIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes contexify_scaleOut{0%{opacity:1}to{opacity:0;transform:scale3d(.3,.3,.3)}}.contexify_willEnter-scale{transform-origin:top left;animation:contexify_scaleIn .3s}.contexify_willLeave-scale{transform-origin:top left;animation:contexify_scaleOut .3s}@keyframes contexify_fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes contexify_fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.contexify_willEnter-fade{animation:contexify_fadeIn .3s ease}.contexify_willLeave-fade{animation:contexify_fadeOut .3s ease}@keyframes contexify_flipInX{0%{transform:perspective(800px) rotateX(45deg)}to{transform:perspective(800px)}}@keyframes contexify_flipOutX{0%{transform:perspective(800px)}to{transform:perspective(800px) rotateX(45deg);opacity:0}}.contexify_willEnter-flip{animation:contexify_flipInX .3s}.contexify_willEnter-flip,.contexify_willLeave-flip{backface-visibility:visible!important;transform-origin:top center}.contexify_willLeave-flip{animation:contexify_flipOutX .3s}@keyframes contexify_slideIn{0%{opacity:0;transform:scaleY(.3)}to{opacity:1}}@keyframes contexify_slideOut{0%{opacity:1}to{opacity:0;transform:scaleY(.3)}}.contexify_willEnter-slide{transform-origin:top center;animation:contexify_slideIn .3s}.contexify_willLeave-slide{transform-origin:top center;animation:contexify_slideOut .3s}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-right:15px;width:100%;height:6px;border-top:2px solid var(--theme-lowlight);background:var(--theme-flat);border-bottom:2px solid var(--theme-highlight);background-size:70% 100%;background-repeat:no-repeat}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:16px;width:16px;position:relative;top:-2px;background:var(--theme-highlight);cursor:ew-resize;-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out;image-rendering:pixelated;border:2px solid #000}input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;box-shadow:none;border:none;background:transparent}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.input-field{border:2px solid var(--theme-highlight);background:var(--theme-inset);height:2em;padding:4px;outline:none}.zebra-stripe-content tr,.zebra-stripe-content li{padding:2px}.zebra-stripe-content tr:nth-child(odd),.zebra-stripe-content li:nth-child(odd){background:#64646473}.zebra-stripe-content tr td,.zebra-stripe-content li td{line-height:.9em;max-height:.7em;color:var(--theme-text)}.zebra-stripe-content tr.unavailable,.zebra-stripe-content li.unavailable{opacity:.3}.zebra-stripe-content tr:last-child,.zebra-stripe-content li:last-child{border-bottom:none}#split input[type=text]{border:2px solid var(--theme-highlight);color:var(--theme-text);background:var(--theme-inset);width:100%;height:46px;text-align:center;border-radius:0}#split input[type=text]:focus{outline:none}#split input[type=text].focus-visible-only:focus-visible{outline:none}#chat{font-family:sans-serif}#chat #chat-input{color:#fff}#chat #chat-input input{background:inherit;height:1.2em;border-radius:0;width:100%;padding:2px 6px;touch-action:pan-y}#chat #chat-input input:focus{outline:none;background:#64646480}#chat #chat-input input:focus::-moz-placeholder{color:transparent}#chat #chat-input input:focus::placeholder{color:transparent}#chat #chat-input input.focus-visible-only:focus-visible{outline:none}#shop .quantity{border:2px solid var(--theme-highlight);color:var(--theme-text);background:var(--theme-inset)}#shop #shop-header tr th{padding-top:0;padding-bottom:0}#shop #shop-contents{background:#64646466;border-top:2px solid var(--theme-lowlight);border-left:2px solid var(--theme-lowlight);border-right:2px solid var(--theme-highlight);border-bottom:2px solid var(--theme-highlight)}#shop #shop-contents tr:nth-child(odd){background:#64646473}#shop #shop-contents tr td{line-height:.9em;max-height:.7em;color:var(--theme-text)}#shop #shop-contents tr.unavailable{opacity:.3}#shop #shop-contents tr:last-child{border-bottom:none}#combat-log{pointer-events:none;position:absolute;bottom:70px;left:calc(50% - 177px);max-width:200px}#combat-log ul{line-height:1em}#combat-log li{padding:0 4px;background:#00000080}@keyframes animation-cycle{0%{left:0}25%{left:-32px}50%{left:-64px}75%{left:-96px}to{left:-128px}}@keyframes animation-pingpong{0%{left:0}25%{left:-32px}50%{left:-64px}75%{left:-96px}to{left:-128px}125%{left:-160px}150%{left:-192px}175%{left:-224px}200%{left:-256px}}@keyframes animation-random{0%{left:-64px}5%{left:-32px}10%{left:-64px}15%{left:0}20%{left:-64px}25%{left:-64px}30%{left:0}35%{left:-32px}40%{left:-64px}45%{left:-32px}50%{left:0}55%{left:-64px}60%{left:-32px}65%{left:0}70%{left:0}75%{left:0}80%{left:0}85%{left:-64px}90%{left:-64px}95%{left:-64px}to{left:-32px}}@keyframes fadeActiveTool{10%{background-color:#206800}20%{background-color:#5b9541}30%{background-color:#206800}40%{background-color:#5b9541}50%{background-color:#206800}60%{background-color:#5b9541}70%{background-color:#206800}80%{background-color:#5b9541}90%{background-color:#206800}to{background-color:#5b9541}}::-webkit-scrollbar{width:20px;height:10px}@supports (-webkit-touch-callout: none){::-webkit-scrollbar{display:none}}::-webkit-scrollbar-track{background:var(--theme-flat);position:relative}::-webkit-scrollbar-thumb,.scrollbar-thumb{border-image:url(/game/3d-button-dark.png) 2/2px/0px space}::-webkit-scrollbar-thumb:hover{background:var(--theme-highlight)}::-webkit-scrollbar-corner{background:transparent}.scrollbar-thumb{position:absolute;right:0;width:20px;border-radius:6px;pointer-events:none;will-change:transform;backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility:hidden}.radial-menu{transition:none;position:absolute;z-index:2000}.radial-menu ul li{transition:all .1s}.radial-menu ul li button{font-size:14px!important;border:none;background-color:transparent;color:#000;line-height:1em}.radial-menu ul li button:active,.radial-menu ul li button:focus,.radial-menu ul li button:hover{background-color:transparent}.radial-menu button{border-radius:0;background-repeat:no-repeat;width:42px;height:42px;padding:0;position:relative;left:-4px}.radial-menu button.disabled{display:none}.radial-menu button.icon-split{background-image:url(/icons/split.png);background-repeat:no-repeat}.radial-menu button.icon-use{background-image:url(/icons/use.png);background-repeat:no-repeat}.radial-menu button.icon-drop{background-image:url(/icons/drop.png);background-repeat:no-repeat}.context-menu-wrapper{white-space:nowrap;padding:2px;position:absolute;left:16px;top:16px;z-index:400;outline:none}.context-menu-wrapper>div{outline:none}.context-menu-wrapper .header{padding:4px;display:flex;height:45px;align-items:flex-start;width:100%}.context-menu-wrapper .header .slot{flex-shrink:0}.context-menu-wrapper li{padding:0 4px;margin:4px}.context-menu-wrapper li:not(.disabled):hover{background:var(--theme-highlight)}.context-menu-wrapper .separator{height:5px;min-height:5px}.item-comparison-container{display:flex;flex-direction:row;gap:4px;align-items:flex-start}.item-comparison-container .context-menu{flex:0 1 auto}.context-menu,.tooltip-content{-o-border-image:url(/game/3d-button-dark.png) 2/2px/0px stretch;border-image:url(/game/3d-button-dark.png) 2/2px/0px stretch;background:var(--theme-flat)!important;color:var(--theme-text);outline:none}.context-menu.map-item,.tooltip-content.map-item{background:none!important;-o-border-image:none;border-image:none;font-weight:700;margin-top:-74px;margin-left:2px;text-shadow:0px 0px 4px black,0px -2px 4px black,0px 2px 4px black,2px 0px 4px black,-2px 0px 4px black}.tooltip-arrow,.tooltip-disabled{display:none}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;bottom:0;right:0;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=);background-position:bottom right;padding:0 3px 3px 0;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;cursor:se-resize}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }:root{--theme-text: #fff;--theme-disabled-overlay: rgba(0, 0, 0, .75);--theme-text-shadow: #000000aa;--theme-flat: #5d5d5d;--theme-inset: #282329;--theme-mid: #657392;--theme-highlight: #858585;--theme-lowlight: #0f100f;--theme-page-background: black;--theme-red-text: #f68187;--theme-green-text: #3be83b;--theme-orange-text: #edab50}*{-webkit-tap-highlight-color:transparent;image-rendering:pixelated}*:not(input){-webkit-user-select:none;-moz-user-select:none;user-select:none}body{overflow:hidden;font-family:sans-serif;font-size:9pt;margin:0;transition:transform 5s ease,filter 5s ease;background-color:var(--theme-page-background);position:fixed;top:0;left:0;right:0;bottom:0}#phaser-container{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:0!important}.phaser-container-wrapper{position:relative!important;width:100%!important;height:100%!important}th{font-weight:400}hr{clear:both;border-top:2px solid #555;border-bottom:2px solid #333}p{color:var(--theme-text)}.separator{display:flex;align-items:center;text-align:center;min-height:2em}.separator:before,.separator:after{content:"";flex:1;border-top:2px solid var(--theme-highlight);border-bottom:2px solid var(--theme-lowlight)}.separator:not(:empty):before{margin-right:.25em}.separator:not(:empty):after{margin-left:.25em}.pixel-font{font-family:Small5x3Regular;font-size:16px;font-smooth:never;-webkit-font-smoothing:none}.shadow{filter:drop-shadow(0px 0px 10px #000)}.textInput{padding:4px;width:100%;height:40px;margin-bottom:2px;border:2px solid var(--theme-lowlight);background:var(--theme-inset);color:var(--theme-text)}.w-tc-editor{border:2px solid #444}.item-container{border:2px solid;border-width:2px;border-image-source:url(/game/slot.png);border-image-slice:2;border-image-width:2px;border-image-outset:0;border-image-repeat:round;background:var(--theme-flat)}.slot{background:var(--theme-inset);touch-action:none;display:inline-block;position:relative;transition:background-color .5s ease;z-index:1}.slot:not(.last-in-row){border-right:2px solid var(--theme-lowlight)}.slot:not(.last-in-col){border-bottom:2px solid var(--theme-lowlight)}.slot.isolated{border:2px solid var(--theme-lowlight)}.slot .slotIndex{font-size:12px;position:absolute;color:#444;right:2px;top:8px}.slot .cooldown-meter{pointer-events:none;--speed: 0;position:absolute;left:0;width:34px;z-index:2;top:0;height:36px}.slot .cooldown-meter.active{transition:height calc(var(--speed) * 1ms) linear,background-color .25s linear;height:1px;background-color:#00000080}.item-grid .slot .item{display:flex;width:36px;height:36px}.item-animation-wrapper{position:relative;display:inline-block;overflow:hidden;flex-shrink:0}.item-animation-wrapper:not(#shop .item-animation-wrapper){padding:2px}.item-animation-wrapper img{animation-duration:calc(3s / var(--animation-speed));animation-iteration-count:infinite;animation-timing-function:step-end}.item-animation-wrapper.animation-cycle img{animation-name:animation-cycle}.item-animation-wrapper.animation-random img{animation-name:animation-random;animation-direction:alternate}.item-animation-wrapper.animation-pingpong img{animation-name:animation-pingpong;animation-direction:alternate}.item-animation-wrapper .sprite-crop{width:32px;height:32px;overflow:hidden}.item-animation-wrapper .sprite-crop img{position:relative;width:128px;max-width:128px;height:32px;image-rendering:-webkit-crisp-edges;image-rendering:pixelated}.item-animation-wrapper .sprite-crop span{position:absolute;bottom:0;right:0;font-size:16px;text-shadow:-2px -2px black,2px -2px black,2px 2px black,-2px 2px black,0px 2px black,0px -2px black;color:#fff;pointer-events:none;line-height:1em}.tabs{list-style:none;display:flex;position:relative;top:-24px;right:0;width:50%;flex-direction:row-reverse}.tabs li{background:var(--theme-flat);border:var(--theme-inset) 2px solid;border-bottom:var(--theme-inset) 2px solid;border-right:0}.tabs li:first-child{border-right:var(--theme-inset) 2px solid}.tabs li.active{background:var(--theme-inset);border-bottom:var(--theme-inset) 2px solid}.tab-content{border:2px solid var(--theme-inset)}.tab-content-solid{background-color:var(--theme-inset)}#phaser-container{touch-action:manipulation}#mobile-joystick-zone{touch-action:none}.target-preview-meter-container{margin-top:-4px;margin-left:2px}.target-preview-container{width:40px;height:44px;padding:2px;position:relative}.target-preview-container .target-preview-x-circle{position:absolute;top:-3px;right:-3px;width:14px;height:14px;z-index:1}
