@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Martel:wght@400;700&display=swap";:root{--bg-color:#0d0d0d;--panel-bg:#2d2d2d;--panel-border:#555;--text-color:silver;--accent:#d4af37;--hp-red:#a61b1b;--mana-blue:#23377d}body{color:var(--text-color);-webkit-user-select:none;user-select:none;background:#000 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiPgo8cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSIjMjIyMjIyIi8+CjxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+);height:100dvh;margin:0;font-family:Martel,serif;display:flex;overflow:hidden}@media (width<=900px),(height<=600px){html,body{overscroll-behavior:none;width:100%;position:fixed;inset:0}}#game-wrapper{box-sizing:border-box;background:#0a0a0a;width:100%;height:100%;padding:0;display:flex}#viewport{cursor:crosshair;background:#000;border-right:1px solid #1a1a1a;flex:1;position:relative;overflow:hidden}canvas{width:100%;height:100%;image-rendering:pixelated;touch-action:none;display:block}#sidebar{z-index:50;background:#0e0e0e;flex-direction:column;width:220px;padding:0;display:flex;overflow:hidden auto}#sidebar::-webkit-scrollbar{width:3px}#sidebar::-webkit-scrollbar-thumb{background:#222}#sidebar h1{display:none}.panel{box-shadow:none;background:0 0;border:none;border-bottom:1px solid #1a1a1a;margin-bottom:0;padding:8px 10px 4px}.bar-wrap{background:#111;border:1px solid #1e1e1e;border-radius:2px;height:14px;margin:1px 0 6px;position:relative}.bar-fill{border-radius:2px;height:100%;transition:width .2s}.hp-fill{background:linear-gradient(90deg,#c0392b,#e74c3c)}.stam-fill{background:linear-gradient(90deg,#d35400,#f39c12)}.mana-fill{background:linear-gradient(90deg,#2471a3,#3498db)}.xp-fill{background:linear-gradient(90deg,#7d3c98,#a569bd)}.stat-row{color:#777;justify-content:space-between;margin-bottom:1px;font-size:12px;display:flex}.val{color:#ddd;font-family:monospace;font-size:12px;font-weight:700}.grid-header{text-align:center;color:#444;text-transform:uppercase;letter-spacing:2px;margin-bottom:4px;font-family:Cinzel,serif;font-size:12px}.equip-grid{grid-template-columns:repeat(3,1fr);justify-items:center;gap:3px;padding:2px 4px;display:grid}.slot{cursor:pointer;touch-action:manipulation;background:#141414;border:1px solid #222;border-radius:3px;justify-content:center;align-items:center;width:34px;height:34px;font-size:20px;transition:border-color .1s;display:flex;position:relative}.slot:hover{border-color:#d4af37}.slot-label{color:#333;pointer-events:none;font-family:monospace;font-size:12px;position:absolute;bottom:0;right:1px}#log-panel{background:#090909;border:none;border-top:1px solid #1a1a1a;flex-grow:1;padding:6px 8px;font-family:Courier New,monospace;font-size:13px;line-height:1.4;overflow-y:auto}.log-entry{opacity:.85;border-bottom:1px solid #111;margin-bottom:1px;padding-bottom:1px}.log-time{color:#3a3a3a;margin-right:4px;font-size:12px}.overlay{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000000d9;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:absolute;top:0;left:0;overflow-y:auto}.card-container{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.class-card{text-align:center;cursor:pointer;touch-action:manipulation;appearance:none;width:200px;font:inherit;color:inherit;background:#2b2b2b;border:2px outset #555;padding:20px;transition:transform .2s;box-shadow:0 10px 20px #00000080}.class-card:hover{border-color:var(--accent);transform:scale(1.05)}.class-icon{filter:drop-shadow(0 3px 6px #000000b3);margin-bottom:4px;font-size:48px}.class-desc{color:#999;font-size:12px}.class-card-text{display:contents}#class-menu{background:#000000eb}#class-menu .card-container{background:#252525;border:3px ridge #555;grid-template-columns:repeat(4,1fr);gap:5px;max-width:680px;padding:8px;display:grid;box-shadow:0 0 40px #000c,inset 0 0 30px #0009}#class-menu .class-card{aspect-ratio:1;cursor:pointer;background:linear-gradient(160deg,#303030 0%,#1a1a1a 50%,#252525 100%);border:2px solid #3a3a3a;flex-direction:column;justify-content:center;align-items:center;width:auto;height:auto;padding:8px 4px;transition:all .1s ease-out;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0f,inset 0 -2px 6px #00000080,0 2px 4px #0006}#class-menu .class-card:before{content:"";pointer-events:none;background:radial-gradient(at 50% 30%,#ffffff0d 0%,#0000 60%);transition:opacity .1s;position:absolute;inset:0}#class-menu .class-card:hover{z-index:2;border-color:#d4af37;transform:none;box-shadow:inset 0 0 15px #d4af3726,0 0 12px #d4af3780,0 0 30px #d4af3733}#class-menu .class-card:hover:before{background:radial-gradient(at 50% 30%,#d4af371f 0%,#0000 60%)}#class-menu .class-card:active{border-color:#fff;transform:scale(.94);box-shadow:inset 0 0 20px #ffffff1a,0 0 15px #fff6}#class-menu .class-icon{filter:drop-shadow(0 4px 8px #000c);margin-bottom:8px;font-size:54px;transition:transform .1s}#class-menu .class-card:hover .class-icon{filter:drop-shadow(0 4px 8px #000c)drop-shadow(0 0 6px #d4af3766);transform:scale(1.12)}#class-menu .class-title{letter-spacing:1.5px;text-transform:uppercase;text-shadow:0 1px 3px #000000e6;font-size:12px}#class-menu .class-desc{display:none}#class-menu-title{color:#d4af37;text-shadow:0 0 20px #d4af3740,0 2px #000,0 3px 6px #000c;letter-spacing:6px;text-transform:uppercase;border:none;margin-bottom:4px;font-family:Cinzel,serif;font-size:34px}#class-menu-sub{color:#666;letter-spacing:5px;text-transform:uppercase;margin-bottom:24px;font-family:Cinzel,serif;font-size:13px;font-style:normal}#class-menu-footer{color:#444;letter-spacing:2px;text-transform:uppercase;margin-top:14px;font-family:monospace;font-size:12px}#char-info-panel{opacity:.4;background:#1a1a1a;border:2px ridge #444;justify-content:center;align-items:center;gap:12px;width:100%;max-width:680px;height:34px;margin-top:5px;transition:opacity .15s;display:flex;box-shadow:inset 0 0 10px #0009}#char-info-panel.active{opacity:1}#char-info-name{color:#d4af37;text-transform:uppercase;letter-spacing:3px;text-shadow:0 0 8px #d4af3766;font-family:Cinzel,serif;font-size:16px}#char-info-desc{color:#777;letter-spacing:.5px;font-size:12px}#title-screen{z-index:130;background:#0d0b12;justify-content:center;align-items:stretch;display:flex;position:fixed;inset:0;overflow:hidden}#title-screen:before{content:"";pointer-events:none;background:radial-gradient(at 50% 28%,#c8a24a12 0%,#0000 55%),radial-gradient(at 50% 118%,#5a2d821f 0%,#0000 60%);position:absolute;inset:0}#title-bg{background-position:50% 35%;background-size:cover;background-image:var(--menu-bg-land,none);image-rendering:pixelated;opacity:0;transition:opacity .8s;position:absolute;inset:0}@media (orientation:portrait){#title-bg{background-image:var(--menu-bg-port,var(--menu-bg-land,none))}}#title-screen.has-art #title-bg{opacity:1}#title-bg:after{content:"";background:linear-gradient(#0d0b129e 0%,#0d0b121a 30%,#0d0b1229 58%,#0d0b12e0 100%);position:absolute;inset:0}.title-inner{z-index:1;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:24px;display:flex;position:relative}.title-corner{top:calc(10px + env(safe-area-inset-top,0px));right:calc(12px + env(safe-area-inset-right,0px));z-index:2;gap:8px;display:flex;position:absolute}.title-corner .sound-toggle{color:#b9ae94;width:auto;height:30px;font-family:var(--mono),monospace;letter-spacing:1px;background:#0d0b12b8;border:1px solid #c8a24a47;border-radius:0;padding:0 12px;font-size:20px;position:static}.title-corner .sound-toggle:hover{color:#c8a24a;border-color:#c8a24a}.title-block{flex-direction:column;align-items:center;display:flex}#title-wordmark{mix-blend-mode:screen;max-width:min(560px,86vw);height:auto;image-rendering:pixelated;filter:drop-shadow(0 4px 18px #000000b3);display:none}#title-screen.has-mark #title-wordmark{display:block}#title-screen.has-mark .title-name,#title-screen.has-mark .title-sub{display:none}.title-name{color:#c8a24a;text-transform:uppercase;letter-spacing:.18em;text-indent:.18em;text-align:center;text-shadow:0 0 26px #c8a24a38,0 2px #000,0 4px 10px #000000d9;font-family:Cinzel,serif;font-size:clamp(26px,7.2vw,44px);font-weight:700}.title-sub{color:#8d8296;letter-spacing:.55em;text-indent:.55em;text-transform:uppercase;text-align:center;margin-top:6px;font-family:Cinzel,serif;font-size:clamp(12px,2.6vw,15px)}.title-rule{background:linear-gradient(90deg,#0000,#c8a24a8c,#0000);width:min(240px,60vw);height:1px;margin:22px 0 14px;position:relative}.title-rule:after{content:"";background:#0d0b12;border:1px solid #c8a24ab3;width:7px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.title-premise{color:#9a8f78;letter-spacing:.5px;text-shadow:0 1px #000;text-align:center;margin-bottom:34px;font-size:13px;font-style:italic}.title-actions{-webkit-backdrop-filter:blur(3px);background:#0d0b12a8;border:1px solid #c8a24a38;flex-direction:column;gap:10px;width:min(400px,88vw);padding:14px;display:flex;box-shadow:0 0 44px #0000008c,inset 0 0 0 1px #0009}.title-cta{color:#e8dcc0;letter-spacing:.34em;text-indent:.34em;text-transform:uppercase;cursor:pointer;touch-action:manipulation;appearance:none;background:linear-gradient(#c8a24a33,#c8a24a0d);border:1px solid #c8a24aa6;width:100%;padding:15px 0;font-family:Cinzel,serif;font-size:19px;font-weight:700;transition:all .15s ease-out;display:block;box-shadow:inset 0 0 0 1px #0d0b12e6,inset 0 0 22px #c8a24a14}.title-cta:hover{color:#fff;border-color:#e0be6a;box-shadow:inset 0 0 0 1px #0d0b12e6,inset 0 0 26px #c8a24a29,0 0 24px #c8a24a4d}.title-cta:active{transform:scale(.97)}.title-cta-sub{letter-spacing:.18em;text-indent:.18em;color:#b9ae94;text-transform:uppercase;margin-top:5px;font-family:Cinzel,serif;font-size:12px;font-weight:400;display:block}.title-row{flex-wrap:wrap;justify-content:center;gap:4px 18px;padding-top:2px;display:flex}.title-min{color:#8d8296;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;touch-action:manipulation;appearance:none;background:0 0;border:none;padding:6px 2px;font-family:Cinzel,serif;font-size:13px;transition:color .15s}.title-min:hover{color:#c8a24a}.title-min-sanctum{color:#a887c9}.title-min-sanctum:hover{color:#c39bd3}.title-footer{color:#57506a;letter-spacing:2px;text-transform:uppercase;margin-top:18px;font-family:monospace;font-size:12px}@media (height<=420px){.title-rule{margin:10px 0 8px}.title-premise{margin-bottom:14px}.title-actions{gap:6px;padding:10px}.title-cta{padding:10px 0}.title-footer{margin-top:10px;margin-bottom:26px}}#feedback-screen{z-index:136;box-sizing:border-box;background:#000000f2;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0;overflow-y:auto}.fb-card{background:#1e1e1e;border:2px solid #444;width:100%;max-width:420px;padding:24px;box-shadow:0 0 40px #000c}.fb-title{color:#d4af37;text-align:center;letter-spacing:3px;margin-bottom:4px;font-family:Cinzel,serif;font-size:22px}.fb-sub{color:#666;text-align:center;letter-spacing:1px;margin-bottom:18px;font-size:12px}.fb-q{color:#aaa;letter-spacing:1px;margin:12px 0 6px;font-family:Cinzel,serif;font-size:12px}.fb-stars{gap:4px;display:flex}.fb-star{cursor:pointer;touch-action:manipulation;appearance:none;width:40px;height:40px;color:inherit;background:#252525;border:2px solid #3a3a3a;justify-content:center;align-items:center;padding:0;font-size:24px;transition:all .1s;display:flex}.fb-star:hover,.fb-star.active{background:#3a3520;border-color:#d4af37;box-shadow:0 0 8px #d4af374d}@keyframes fbNeed{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.fb-stars.fb-need{animation:.45s fbNeed}.fb-stars.fb-need .fb-star{border-color:#c0392b;box-shadow:0 0 8px #c0392b66}.fb-chips{flex-wrap:wrap;gap:5px;display:flex}.fb-chip{color:#aaa;cursor:pointer;touch-action:manipulation;appearance:none;background:#252525;border:2px solid #3a3a3a;border-radius:0;padding:6px 12px;font-family:Martel,serif;font-size:12px;transition:all .1s}.fb-chip:hover,.fb-chip.active{color:#d4af37;background:#3a3520;border-color:#d4af37}.fb-text{color:#ccc;resize:none;box-sizing:border-box;background:#252525;border:2px solid #3a3a3a;width:100%;height:50px;padding:8px;font-family:Martel,serif;font-size:12px}.fb-text:focus{border-color:#d4af37;outline:none}.fb-text::placeholder{color:#555}.fb-submit{letter-spacing:3px;color:#d4af37;cursor:pointer;touch-action:manipulation;background:linear-gradient(160deg,#303030,#1a1a1a);border:2px solid #d4af37;width:100%;margin-top:14px;padding:12px;font-family:Cinzel,serif;font-size:14px;transition:all .1s}.fb-submit:hover{background:#3a3520;box-shadow:0 0 15px #d4af3766}.fb-submit:disabled{opacity:.3;cursor:default}.fb-thanks{text-align:center;color:#2ecc71;letter-spacing:2px;margin-top:10px;font-family:Cinzel,serif;font-size:16px;display:none}.fb-back{color:#666;cursor:pointer;letter-spacing:2px;z-index:5;touch-action:manipulation;appearance:none;background:0 0;border:none;padding:0;font-family:Cinzel,serif;font-size:12px;position:absolute;top:15px;left:15px}.fb-back:hover{color:#d4af37}#updates-screen{z-index:135;background:#000000f2;flex-direction:column;justify-content:flex-start;align-items:center;display:none;position:fixed;inset:0;overflow:hidden}.updates-header{text-align:center;flex:none;padding:28px 24px 0}.updates-title{color:#d4af37;letter-spacing:5px;text-transform:uppercase;text-shadow:0 0 12px #d4af3740;margin-bottom:4px;font-family:Cinzel,serif;font-size:28px}.updates-sub{color:#555;letter-spacing:3px;text-transform:uppercase;margin-bottom:16px;font-family:Cinzel,serif;font-size:12px}.updates-scroll{box-sizing:border-box;flex:1;width:100%;max-width:660px;padding:0 28px 80px;overflow-y:auto}.updates-scroll::-webkit-scrollbar{width:4px}.updates-scroll::-webkit-scrollbar-thumb{background:#333;border-radius:2px}.upd-ver{margin-bottom:20px}.upd-tag{color:#d4af37;letter-spacing:1px;margin-bottom:2px;font-family:Cinzel,serif;font-size:1rem}.upd-date{color:#555;margin-bottom:8px;font-family:monospace;font-size:.75rem}.upd-list{margin:0;padding:0;list-style:none}.upd-list li{color:#999;padding:2px 0 2px 16px;font-size:.8125rem;line-height:1.6;position:relative}.upd-list li:before{content:"›";color:#555;position:absolute;left:3px}.upd-add{color:#2ecc71}.upd-fix{color:#3498db}.upd-buff{color:#f1c40f}.upd-nerf{color:#e67e22}.upd-ui{color:#9b59b6}.upd-back{color:#aaa;cursor:pointer;letter-spacing:1px;z-index:136;touch-action:manipulation;background:#141414f2;border:2px solid #444;border-radius:4px;padding:12px 36px;font-family:Cinzel,serif;font-size:14px;transition:all .15s;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.upd-back:hover{color:#d4af37;border-color:#d4af37}@media (width<=900px),(height<=600px){.updates-title{font-size:18px}.updates-scroll{padding:0 14px 80px}}#tooltip{pointer-events:none;z-index:2000;background:#111;border:1px solid #777;min-width:160px;padding:6px;font-family:Martel,serif;display:none;position:absolute;box-shadow:0 4px 15px #000000e6}#tooltip .t-title{color:#d4af37;margin-bottom:3px;font-family:Cinzel,serif;font-size:.75rem}#tooltip .t-sub{color:silver;font-size:.75rem;line-height:1.25}#tooltip .t-dim{color:#888;margin-top:4px;font-size:.75rem}#tap-info{top:calc(120px + env(safe-area-inset-top));z-index:2000;background:#111;border:1px solid #777;min-width:180px;max-width:80vw;padding:8px 12px;font-family:Martel,serif;display:none;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #000000e6}#tap-info .t-title{color:#d4af37;margin-bottom:3px;font-family:Cinzel,serif;font-size:.8125rem}#tap-info .t-sub{color:silver;font-size:.75rem;line-height:1.3}#tap-info .t-dim{color:#888;margin-top:4px;font-size:.75rem}.controls-hint{color:#888;pointer-events:none;text-shadow:1px 1px #000;background:#000000b3;border-radius:10px;padding:3px 12px;font-family:sans-serif;font-size:12px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}#action-bar{z-index:45;pointer-events:auto;gap:5px;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%)}#action-bar:empty{display:none}#action-bar .ab-slot{cursor:pointer;-webkit-user-select:none;user-select:none;background:#1a1420;border:1px solid #6a4a8a;border-radius:7px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex;position:relative;box-shadow:inset 0 0 6px #0007}#action-bar .ab-slot:hover{border-color:#c9a6ff}#action-bar .ab-slot.ab-special{border-color:#e0c060}#action-bar .ab-slot.ab-dim{opacity:.4;filter:grayscale()}#action-bar .ab-slot.ab-aim{border-color:#7fdfff;box-shadow:0 0 9px #7fdfff8c}#action-bar .ab-slot .ab-key{color:#c9a6ff;text-shadow:0 0 2px #000;pointer-events:none;font-size:9px;font-weight:700;position:absolute;top:1px;left:3px}#action-bar .ab-slot .ab-ic{pointer-events:none;line-height:1}@media (width<=900px),(height<=600px){#action-bar{display:none!important}}#ability-tray{z-index:60;background:#0a080eed;border:1px solid #4a3a5a;border-radius:10px;flex-wrap:wrap;justify-content:flex-end;gap:5px;max-width:172px;padding:6px;display:flex;position:fixed;bottom:152px;right:8px;box-shadow:0 -4px 14px #0009}#ability-tray.hidden{display:none}#ability-tray .tray-slot{cursor:pointer;-webkit-user-select:none;user-select:none;background:#1a1420;border:1px solid #6a4a8a;border-radius:7px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}#ability-tray .tray-slot.tray-dim{opacity:.4;filter:grayscale()}.act.act-tray{letter-spacing:1px;font-size:20px}#audio-start-hint{bottom:calc(12px + env(safe-area-inset-bottom,0px));white-space:nowrap;color:#b9ae94;font-family:var(--mono),monospace;letter-spacing:2px;z-index:200;pointer-events:none;text-shadow:0 1px #000;font-size:19px;animation:1.6s infinite pulse;position:fixed;left:50%;transform:translate(-50%)}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes flash{0%{background:#ff00004d}to{background:0 0}}.flash-anim{animation:.15s linear flash}::-webkit-scrollbar{width:6px}#mobile-hud,#mobile-log-panel{display:none}@media (width<=900px),(height<=600px){body{background:#000;overflow:hidden}#game-wrapper{background:#000;border:none;flex-direction:column;height:100dvh;padding:0;overflow:hidden}#sidebar{display:none!important}#mobile-hud{z-index:90;width:100%;padding:calc(4px + env(safe-area-inset-top)) 10px 0;box-sizing:border-box;background:#080808;order:-1;display:block}#map-confirm{bottom:calc(60px + env(safe-area-inset-bottom))}.mhud-bars{gap:6px;margin-bottom:2px;display:flex}.mhud-bar-group{flex:1;min-width:0}.mhud-bar-top{justify-content:space-between;align-items:baseline;margin-bottom:1px;display:flex}.mhud-bar-lbl{color:#555;text-transform:uppercase;letter-spacing:1px;font-family:monospace;font-size:12px;font-weight:700}.mhud-bar-val{color:#eee;font-family:monospace;font-size:12px;font-weight:700}.mhud-bar{background:#111;border:1px solid #1a1a1a;border-radius:3px;height:14px;overflow:hidden}.mhud-bar-fill{border-radius:3px;height:100%;transition:width .25s}.mhud-hp-fill{background:linear-gradient(90deg,#c0392b,#e74c3c)}.mhud-mp-fill{background:linear-gradient(90deg,#2471a3,#3498db)}.mhud-stam-fill{background:linear-gradient(90deg,#d35400,#f39c12)}.mhud-strip{border-top:1px solid #111;align-items:center;gap:0;padding:3px 0 2px;display:flex}.mhud-xp-wrap{flex:2;padding-right:6px}.mhud-xp-top{color:#555;justify-content:space-between;margin-bottom:1px;font-family:monospace;font-size:12px;display:flex}.mhud-xp-top .xp-lvl{color:#d4af37;font-size:12px;font-weight:700}.mhud-xp-top .xp-val{color:#666}.mhud-xp-bar{background:#111;border-radius:3px;height:5px;overflow:hidden}.mhud-xp-fill{background:linear-gradient(90deg,#8e44ad,#c39bd3);border-radius:3px;height:100%;transition:width .25s}.mhud-chip{text-align:center;color:#555;border-left:1px solid #151515;flex-shrink:0;padding:0 6px;font-family:monospace;font-size:12px;line-height:1.2}.mhud-chip b{color:#ccc;font-size:12px;display:block}.mhud-chip.gold b{color:#d4af37}.mhud-chip.danger b{color:#e74c3c}.mhud-equip,.mhud-skills{display:none!important}#mhud-objective{background:#0a0a0a;border-bottom:1px solid #1a1a1a}#mobile-log-panel{color:#555;box-sizing:border-box;background:#050505;border-top:1px solid #111;width:100%;max-height:40px;padding:2px 10px;font-family:Courier New,monospace;font-size:15px;display:block;overflow:hidden}#mobile-log-panel .mlog-entry{text-overflow:ellipsis;white-space:nowrap;line-height:19px;display:block;overflow:hidden}#viewport{border:none;flex:1;min-height:0;position:relative;overflow:hidden}.controls-hint{display:none}#mobile-controls{pointer-events:none;width:100%;padding:0 calc(8px + env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) calc(8px + env(safe-area-inset-left));box-sizing:border-box;z-index:80;background:linear-gradient(#0000 0%,#0009 50%,#000000e6 100%);justify-content:space-between;align-items:flex-end;height:160px;display:flex;position:fixed;bottom:0;left:0}.ctrl-dpad{pointer-events:auto;grid-template-rows:44px 44px 44px;grid-template-columns:40px 44px 40px;place-items:center;gap:2px;display:grid}.mv{color:#ffffffbf;touch-action:manipulation;background:#161616cc;border:1.5px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;display:flex;box-shadow:0 2px 5px #0009}.mv:active{background:#ffffff14;transform:scale(.94)}.ds{color:#d4af37a6;touch-action:manipulation;background:#0f0d05cc;border:1px solid #d4af3733;border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;font-size:12px;font-weight:700;display:flex}.ds:active{color:#d4af37;background:#d4af3740}.ctrl-actions{pointer-events:auto;flex-direction:column;align-items:flex-end;gap:6px;display:flex}.ctrl-action-row{align-items:center;gap:6px;display:flex}.act{touch-action:manipulation;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;box-shadow:0 2px 8px #00000080}.act:active{transform:scale(.92)}.act-atk{background:radial-gradient(circle at 40% 35%,#b41e1e80,#780f0f66);border:2px solid #e74c3c59;width:62px;height:62px;font-size:26px}.act-atk:active{background:radial-gradient(circle,#e74c3c99,#96141466)}.act-skill{color:#d4af37;background:#121008b3;border:1.5px solid #d4af374d;width:46px;height:46px;font-size:16px}.act-skill:active{background:#d4af374d}.act-hk{color:#9b59b6bf;background:#121219b3;border:1.5px solid #9b59b640;width:36px;height:36px;font-size:13px}.act-hk:active{background:#9b59b64d}.act-dash{color:#d4af37;background:#181408b3;border:1.5px solid #d4af3773;width:46px;height:46px;font-size:20px}.act-dash:active{background:#d4af3759}.act-dash.dashno{opacity:.35}.act-lbl{color:#fff3;text-transform:uppercase;letter-spacing:.5px;text-align:center;pointer-events:none;font-size:12px}#class-menu .card-container{flex-direction:column;gap:8px;width:90vw;max-height:85vh;padding:10px;display:flex;overflow-y:auto}#class-menu .class-card{aspect-ratio:auto;background:#1a1a1a;border:2px solid #444;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;width:calc(90vw - 40px);height:auto;padding:12px;display:flex}#class-menu .class-card .class-icon{margin-bottom:0;font-size:36px}#class-menu .class-card .class-title{text-align:left;font-size:13px}#class-menu .class-desc{color:#666;text-align:left;font-size:12px;display:block}.class-card-text{flex-direction:column;display:flex}#class-menu-title{letter-spacing:2px;font-size:22px!important}#class-menu-sub{margin-bottom:12px;font-size:12px}#class-menu-footer,#char-info-panel{display:none}.overlay{padding:10px;overflow-y:auto}#class-menu{justify-content:center}#tutorial-overlay{justify-content:flex-start;padding-top:3vh;padding-bottom:170px}#tutorial-overlay .tut-card{width:90vw;max-width:380px}}#tutorial-overlay{z-index:110;box-sizing:border-box;background:#000000eb;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:none;position:absolute;top:0;left:0;overflow-y:auto}.tut-card{text-align:center;width:100%;max-width:480px}.tut-icon{filter:drop-shadow(0 4px 12px #000c);margin-bottom:6px;font-size:80px}.tut-title{text-shadow:0 0 15px #000000e6;margin-bottom:4px;font-family:Cinzel,serif;font-size:28px}.tut-sub{color:#888;margin-bottom:18px;font-size:13px;font-style:italic}.tut-section{text-align:left;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;margin-bottom:10px;padding:12px 16px}.tut-section-title{color:#888;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;font-family:Cinzel,serif;font-size:12px}.tut-row{color:#ccc;align-items:center;gap:10px;margin-bottom:6px;font-size:13px;display:flex}.tut-row:last-child{margin-bottom:0}.tut-key{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;min-width:36px;height:28px;font-family:monospace;font-size:14px;display:flex}.tut-key.wide{min-width:52px;font-size:12px}.tut-desc{flex:1;line-height:1.3}.tut-highlight{color:#d4af37;font-weight:700}.tut-mechanic{color:#bbb;background:#ffffff08;border-left:3px solid;border-radius:0 6px 6px 0;margin-bottom:8px;padding:8px 12px;font-size:12px;line-height:1.4}.tut-begin{cursor:pointer;letter-spacing:1px;text-transform:uppercase;touch-action:manipulation;background:0 0;border:2px solid;border-radius:6px;margin-top:16px;padding:14px 60px;font-family:Cinzel,serif;font-size:16px;transition:all .2s}.tut-begin:hover{filter:brightness(1.3);transform:scale(1.05)}.tut-begin:active{transform:scale(.97)}.tut-btns{justify-content:center;gap:14px;margin-top:18px;display:flex}.tut-back{cursor:pointer;color:#888;letter-spacing:1px;text-transform:uppercase;touch-action:manipulation;background:0 0;border:1px solid #555;border-radius:6px;padding:12px 30px;font-family:Cinzel,serif;font-size:13px;transition:all .2s}.tut-back:hover{color:#ccc;border-color:#aaa}#intro-tutorial{z-index:120;background:#0a0a0a;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.intro-pages{width:100%;max-width:600px;height:100%;position:relative;overflow:hidden}.intro-page{box-sizing:border-box;opacity:0;pointer-events:none;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;height:100%;padding:5vh 28px 80px;transition:opacity .35s,transform .35s;display:flex;position:absolute;top:0;left:0;overflow-y:auto;transform:translate(60px)}.intro-page.active{opacity:1;pointer-events:auto;transform:translate(0)}.intro-page.exit-left{opacity:0;transform:translate(-60px)}.intro-hdr{color:#d4af37;text-align:center;margin-bottom:6px;font-family:Cinzel,serif;font-size:28px}.intro-sub{color:#666;text-align:center;margin-bottom:20px;font-size:14px;font-style:italic}.intro-item{box-sizing:border-box;background:#ffffff08;border-left:3px solid #333;border-radius:6px;grid-template-columns:60px 1fr;width:100%;height:64px;margin-bottom:8px;display:grid;overflow:hidden}.intro-item-icon{background:#0003;justify-content:center;align-items:center;font-size:22px;display:flex}.intro-item-body{flex-direction:column;justify-content:center;padding:0 16px;display:flex;overflow:hidden}.intro-item-name{color:#eee;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;line-height:1.3;overflow:hidden}.intro-item-desc{color:#777;white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.3;overflow:hidden}.intro-grid{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:6px;width:100%;display:grid}.intro-chip{box-sizing:border-box;background:#ffffff08;border-left:2px solid #333;border-radius:5px;grid-template-columns:42px 1fr;height:48px;display:grid;overflow:hidden}.intro-chip-icon{background:#0003;justify-content:center;align-items:center;font-size:17px;display:flex}.intro-chip-text{flex-direction:column;justify-content:center;padding:0 10px;display:flex;overflow:hidden}.intro-chip-text b{color:#ddd;white-space:nowrap;font-size:13px;line-height:1.3}.intro-chip-text{color:#888;font-size:12px;line-height:1.3}.intro-label{color:#555;text-transform:uppercase;letter-spacing:1.5px;text-align:center;margin:12px 0 8px;font-family:Cinzel,serif;font-size:12px}.intro-nav{z-index:121;box-sizing:border-box;background:linear-gradient(#0000,#0a0a0a 40%);justify-content:center;align-items:center;gap:16px;width:100%;padding:16px 24px;display:flex;position:fixed;bottom:0;left:0}.intro-dots{align-items:center;gap:8px;display:flex}.intro-dot{background:#333;border-radius:50%;width:10px;height:10px;transition:all .25s}.intro-dot.on{background:#d4af37;box-shadow:0 0 6px #d4af3780}.intro-btn{color:#ccc;cursor:pointer;letter-spacing:.5px;touch-action:manipulation;background:0 0;border:1.5px solid #555;border-radius:6px;padding:12px 32px;font-family:Cinzel,serif;font-size:14px;transition:all .2s}.intro-btn:hover,.intro-btn.primary{color:#d4af37;border-color:#d4af37}.intro-divider{background:#222;align-self:center;width:50px;height:1px;margin:10px auto 16px}@media (width<=900px),(height<=600px){.intro-page{padding:3vh 14px 90px}.intro-hdr{font-size:19px}.intro-item{grid-template-columns:42px 1fr;height:48px}.intro-item-icon{font-size:15px}.intro-item-body{padding:0 10px}.intro-item-name,.intro-item-desc{font-size:12px}.intro-nav{padding:12px 16px}.intro-chip{grid-template-columns:30px 1fr;height:36px}.intro-chip-icon{font-size:12px}.intro-chip-text{padding:0 6px}.intro-chip-text b,.intro-chip-text{font-size:12px}}.overlay h1{font-size:22px!important}.overlay p{font-size:12px!important}.class-card{width:calc(90vw - 40px);height:auto;padding:12px}.class-icon{font-size:36px!important}@media (width<=400px){.ctrl-dpad{grid-template-rows:40px 40px 40px;grid-template-columns:34px 40px 34px}.act-atk{width:54px;height:54px;font-size:22px}.act-skill{width:40px;height:40px;font-size:14px}.act-hk{width:32px;height:32px;font-size:12px}.act-dash{width:40px;height:40px;font-size:16px}#mobile-controls{height:145px}}@media (orientation:landscape) and (height<=600px){html #mobile-hud{width:auto;padding:calc(4px + env(safe-area-inset-top)) 0 0 calc(6px + env(safe-area-inset-left));pointer-events:none;z-index:90;text-shadow:0 1px 2px #000,0 0 3px #000;order:0;position:absolute;inset:0;background:0 0!important;border-bottom:none!important}.mhud-bars{background:#0808086b;border-radius:6px;max-width:300px;margin:0 0 4px;padding:3px 6px}.mhud-strip{background:#0808086b;border-top:none;border-radius:6px;gap:6px;max-width:300px;padding:3px 6px}.mhud-xp-wrap{flex:auto;min-width:90px}#mhud-toll,#mhud-gold,#mhud-marrow,#mhud-zone,#mhud-danger{display:none}.mhud-chip{border-left:none}#mhud-char-btn{pointer-events:auto}html #m-relic-strip{pointer-events:auto;background:#0808086b;border-bottom:none;border-radius:6px;width:fit-content;max-width:300px;margin-top:3px;padding:3px 6px}#mhud-objective{top:calc(4px + env(safe-area-inset-top));border-radius:6px;width:min(46vw,280px);position:absolute;left:50%;transform:translate(-50%)}#mobile-log-panel{left:50%;bottom:calc(6px + env(safe-area-inset-bottom));z-index:81;background:#08080880;border-top:none;border-radius:6px;width:min(56vw,360px);max-height:20px;padding:1px 10px;position:absolute;transform:translate(-50%)}#mobile-controls{height:clamp(92px,32vh,140px);padding-right:calc(8px + env(safe-area-inset-right))}}.milestone-title{color:#d4af37;text-align:center;letter-spacing:.5px;margin:0 0 10px;font-family:Cinzel,serif;font-size:.875rem}.small-note{color:#aaa;text-align:center;margin:6px 0 10px;font-size:.75rem;font-style:italic}.shop-row,.spell-row{background:#1f1f1f;border:1px solid #444;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;padding:8px;display:flex}.shop-left,.spell-left{align-items:center;gap:10px;min-width:0;display:flex}.shop-icon,.spell-icon{font-size:24px}.shop-meta,.spell-meta{flex-direction:column;min-width:0;display:flex}.shop-name,.spell-name{color:#eee;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.shop-sub,.spell-sub{color:#999;font-size:.75rem}.price{color:#d4af37;white-space:nowrap;font-family:monospace;font-size:.75rem}.mbtn{cursor:pointer;color:#eee;touch-action:manipulation;background:#2d2d2d;border:2px solid #555;padding:6px 10px;font-family:Cinzel,serif;font-size:.75rem}.mbtn:hover{border-color:#d4af37}.mbtn:disabled{opacity:.45;cursor:not-allowed;border-color:#444}.portal-card{cursor:pointer;text-align:center;touch-action:manipulation;appearance:none;font:inherit;color:inherit;background:#1f1f1f;border:2px solid #555;width:100%;margin-bottom:10px;padding:12px}.portal-card:hover{border-color:#d4af37;transform:scale(1.01)}.portal-big{font-size:44px}.portal-label{color:#eee;margin-top:6px;font-family:Cinzel,serif;font-size:.75rem}.portal-sub{color:#aaa;margin-top:4px;font-size:.75rem}.portal-disabled{opacity:.45;cursor:not-allowed}.spell-tier-header{color:#888;text-align:center;border-bottom:1px solid #333;margin:10px 0 6px;padding-bottom:3px;font-family:Cinzel,serif;font-size:12px}#run-map{z-index:130;background:#0a0a0a;flex-direction:column;align-items:center;width:100%;height:100%;display:none;position:absolute;top:0;left:0;overflow:hidden}#run-map-canvas{z-index:1;cursor:pointer;touch-action:manipulation;width:100%;height:100%;position:absolute;top:0;left:0}.map-header{text-align:center;z-index:3;pointer-events:none;position:absolute;top:10px;left:0;right:0}.map-act-title{color:#d4af37;letter-spacing:4px;text-shadow:0 0 12px #d4af374d;font-family:Cinzel,serif;font-size:18px}.map-act-sub{color:#555;letter-spacing:2px;font-family:Cinzel,serif;font-size:12px}.map-omen{color:#c0392b;letter-spacing:2px;text-shadow:0 1px #000;margin-top:4px;font-family:monogram,monospace;font-size:22px}.map-bottom{z-index:3;pointer-events:none;position:absolute;bottom:0;left:0;right:0}.map-hud{background:linear-gradient(#0000,#000000e6);justify-content:center;gap:24px;padding:6px 0;display:flex}.map-hud-item{color:#777;font-family:Martel,serif;font-size:12px}.map-hud-item span{color:#d4af37}#map-tooltip{text-align:center;background:#0f0f0ff2;border-top:1px solid #222;min-height:44px;padding:8px 16px;transition:opacity .15s}#map-tooltip.hidden{opacity:0}.sound-toggle{z-index:140;cursor:pointer;touch-action:manipulation;appearance:none;width:40px;height:40px;color:inherit;background:#1e1e1ed9;border:1px solid #555;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:20px;line-height:1;transition:border-color .15s;display:flex;position:absolute;top:10px;right:10px}.sound-toggle:hover{border-color:#d4af37}#map-confirm{z-index:5;text-align:center;background:#0f0c08f5;border:2px solid #d4af37;border-radius:8px;min-width:250px;max-width:340px;padding:16px 24px;display:none;position:absolute;bottom:60px;left:50%;transform:translate(-50%);box-shadow:0 0 30px #d4af3733}#map-confirm .mc-icon{margin-bottom:4px;font-size:36px}#map-confirm .mc-type{letter-spacing:2px;margin-bottom:2px;font-family:Cinzel,serif;font-size:16px}#map-confirm .mc-mod{color:#aaa;min-height:16px;margin-bottom:12px;font-size:12px}#map-confirm .mc-mod b{color:#d4af37}#map-confirm .mc-btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}#map-confirm .mc-btn{color:#ccc;letter-spacing:1px;cursor:pointer;touch-action:manipulation;appearance:none;background:#282828e6;border:1px solid #555;border-radius:4px;padding:8px 20px;font-family:Cinzel,serif;font-size:12px;transition:all .12s}#map-confirm .mc-btn:hover{color:#d4af37;border-color:#d4af37}#map-confirm .mc-btn.mc-go{color:#d4af37;background:#d4af371f;border-color:#d4af37}#map-confirm .mc-btn.mc-go:hover{background:#d4af3740}.mtt-type{letter-spacing:2px;margin-bottom:2px;font-family:Cinzel,serif;font-size:13px}.mtt-mod{color:#999;font-family:Martel,serif;font-size:12px}.mtt-mod b{color:#d4af37}#room-overlay{z-index:132;box-sizing:border-box;background:#000000eb;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:none;position:absolute;top:0;left:0}.room-card{background:#1e1e1e;border:2px solid #444;width:100%;max-width:480px;max-height:85vh;padding:24px;overflow-y:auto;box-shadow:0 0 40px #000c}.room-title{color:#d4af37;text-align:center;letter-spacing:3px;margin-bottom:4px;font-family:Cinzel,serif;font-size:1.375rem}.room-sub{color:#777;text-align:center;letter-spacing:1px;margin-bottom:16px;font-size:.75rem}.room-icon-big{text-align:center;margin:8px 0 12px;font-size:52px}.ic-wrap{display:inline-block;position:relative}.ic-badge{color:#9b59b6;text-shadow:0 0 3px #000,1px 1px #000;pointer-events:none;font-size:13px;line-height:1;position:absolute;bottom:-3px;right:-5px}.room-text{color:#bbb;margin:10px 0;font-family:Martel,serif;font-size:.8125rem;line-height:1.6}.room-choices{flex-direction:column;gap:8px;margin-top:14px;display:flex}.room-choice{cursor:pointer;color:#ccc;touch-action:manipulation;appearance:none;text-align:left;background:#252525;border:2px solid #3a3a3a;width:100%;padding:12px 16px;font-family:Martel,serif;font-size:.8125rem;transition:all .1s}.room-choice:hover{color:#d4af37;background:#3a3520;border-color:#d4af37}.room-choice .rc-label{color:#eee;margin-bottom:2px;font-family:Cinzel,serif;font-size:.875rem}.room-choice .rc-desc{color:#999;font-size:.8125rem;line-height:1.45}.room-choice.disabled{opacity:.3;cursor:default;pointer-events:none}#room-complete{z-index:131;text-align:center;pointer-events:none;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rc-banner{color:#d4af37;letter-spacing:6px;text-shadow:0 0 20px #d4af3780;font-family:Cinzel,serif;font-size:32px;animation:.6s ease-out rcPulse}.rc-sub-banner{color:#888;letter-spacing:2px;margin-top:6px;font-size:13px}@keyframes rcPulse{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}#boss-banner{z-index:140;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:none;position:fixed;inset:0}#boss-banner .bb-bar{background:#000;width:100%;height:0;transition:height .25s ease-out;position:absolute;left:0}#boss-banner .bb-top{top:0}#boss-banner .bb-bot{bottom:0}#boss-banner.show .bb-bar{height:13%}#boss-banner .bb-plate{text-align:center;opacity:0;transition:opacity .4s ease-out,transform .4s ease-out;transform:scale(.92)}#boss-banner.show .bb-plate{opacity:1;transform:scale(1)}#boss-banner .bb-name{color:#d4af37;letter-spacing:6px;text-shadow:0 2px 12px #000000e6,0 0 24px #d4af3759;font-family:Cinzel,serif;font-size:36px}#boss-banner .bb-tag{color:#bbb;letter-spacing:3px;margin-top:8px;font-size:14px}@media (prefers-reduced-motion:reduce){#boss-banner .bb-bar{transition:none;height:0!important}#boss-banner .bb-plate{transition:opacity .6s;transform:none}.rc-banner,.act-card,.act-card *{animation:none!important}}#relic-strip{flex-wrap:wrap;gap:4px;padding:5px 0 3px;display:flex}#m-relic-strip{background:#0a0a0a;border-bottom:1px solid #1a1a1a;flex-wrap:wrap;gap:4px;padding:3px 10px 4px;display:flex}.relic-chip{cursor:pointer;background:#141414;border:1px solid #3a3a3a;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:flex;position:relative;overflow:visible}.relic-chip .relic-n{color:#000;background:#d4af37;border-radius:5px;padding:1px 3px;font-family:monospace;font-size:12px;font-weight:700;line-height:1;position:absolute;bottom:-3px;right:-3px}.nm-stepper{align-items:center;gap:8px;margin:6px 0;display:flex}.nm-stepper #nm-rank-val{color:#e74c3c;text-align:center;letter-spacing:1px;min-width:120px;font-family:Cinzel,serif;font-size:.875rem}.nm-stepper .nm-best{color:#777;font-family:monospace;font-size:.75rem}.nm-curses{color:#bbb;font-family:Martel,serif;font-size:.75rem;line-height:1.7}.nm-curses b{color:#e74c3c}#death-progress{text-align:left;max-width:380px;margin:6px auto 14px}.dp-title{color:#d4af37;letter-spacing:2px;margin:10px 0 4px;font-family:monospace;font-size:12px}.dp-row{color:#ccc;margin-bottom:4px;font-family:Martel,serif;font-size:12px}.dp-row.dp-earned{color:#d4af37}.dp-label .dp-delta{color:#2ecc71;font-family:monospace;font-size:12px}.dp-bar{background:#141414;border:1px solid #333;border-radius:3px;height:12px;margin-top:2px;position:relative;overflow:hidden}.dp-bar i{background:linear-gradient(90deg,#8a6d1f,#d4af37);height:100%;display:block}.dp-bar em{color:#ddd;font-family:monospace;font-size:12px;font-style:normal;line-height:12px;position:absolute;top:0;right:5px}.dp-chips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.dp-chips .dp-more{color:#888;font-family:monospace;font-size:12px}#codex-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin:4px 0 10px;display:flex}@media (width<=420px){#codex-tabs{gap:5px}#codex-tabs .mbtn{padding:6px;font-size:.68rem}}#codex-grid.feats{width:90vw;max-width:520px;display:block}.codex-divider{color:#d4af37;letter-spacing:2px;border-bottom:1px solid #2a2a2a;margin:14px 0 6px;padding-bottom:3px;font-family:monospace;font-size:12px}.feat-row{background:#101010;border:1px solid #222;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:5px;padding:6px 8px;display:flex}.feat-row.earned{background:#161208;border-color:#d4af3744}.feat-row .feat-main{text-align:left;flex-direction:column;display:flex}.feat-row .feat-main b{color:#ddd;font-family:Cinzel,serif;font-size:.75rem}.feat-row.earned .feat-main b{color:#d4af37}.feat-row .feat-main span{color:#888;font-size:.75rem}.feat-row .feat-date{color:#d4af37;white-space:nowrap;font-family:monospace;font-size:.75rem}.feat-row .feat-bar{background:#141414;border:1px solid #333;border-radius:3px;width:120px;min-width:120px;height:12px;position:relative;overflow:hidden}.feat-row .feat-bar i{background:linear-gradient(90deg,#444,#888);height:100%;display:block}.feat-row .feat-bar em{color:#ccc;font-family:monospace;font-size:.75rem;font-style:normal;line-height:12px;position:absolute;top:0;right:4px}.settings-gear{font-size:18px}#settings-card{background:#101010;border:1px solid #2a2a2a;border-radius:10px;width:min(420px,88vw);padding:18px}.set-row{align-items:center;gap:12px;margin-bottom:14px;display:flex}.set-row label{color:#bbb;letter-spacing:1px;flex:0 0 110px;font-family:Cinzel,serif;font-size:.75rem}.set-row input[type=range]{accent-color:#d4af37;touch-action:manipulation;flex:1}.set-row .set-val{text-align:right;color:#d4af37;flex:0 0 42px;font-family:monospace;font-size:.75rem}.set-row .mbtn{min-width:60px}.set-note{color:#555;font-family:monospace;font-size:.75rem}#char-sheet{justify-content:flex-start;padding:18px 0 24px}#char-sheet h1{margin:6px 0 10px;font-size:1.5rem}#cs-body{text-align:left;width:min(440px,92vw);max-height:72vh;padding:0 4px;overflow-y:auto}.cs-section{margin-bottom:14px}.cs-title{color:#d4af37;letter-spacing:2px;border-bottom:1px solid #222;margin-bottom:6px;padding-bottom:3px;font-family:monospace;font-size:.75rem}.cs-gear{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.cs-slot{cursor:pointer;background:#141414;border:1px solid #2e2e2e;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:2px;height:52px;display:flex;position:relative}.cs-slot .spr{zoom:2;image-rendering:pixelated}.cs-slot em{color:#aaa;font-family:monospace;font-size:.75rem;font-style:normal}.cs-slot.empty span{color:#3a3a3a;font-family:monospace;font-size:.75rem}.cs-stats{grid-template-columns:1fr 1fr;gap:3px 14px;display:grid}.cs-stat{align-items:baseline;gap:8px;font-family:monospace;font-size:.75rem;display:flex}.cs-stat span{flex:0 0 56px;font-size:.75rem}.cs-stat b{color:#eee}.cs-stat i{color:#666;font-size:.75rem;font-style:normal}.cs-skill{color:#bbb;align-items:center;gap:10px;margin-bottom:4px;font-family:monospace;font-size:.75rem;display:flex}.cs-skill span{flex:0 0 64px}.cs-bar{background:#141414;border:1px solid #2a2a2a;border-radius:3px;flex:1;height:8px;overflow:hidden}.cs-bar i{background:linear-gradient(90deg,#8a6d1f,#d4af37);height:100%;display:block}.cs-spell{flex-direction:column;margin-bottom:6px;display:flex}.cs-spell b{color:#ddd;font-family:Cinzel,serif;font-size:.75rem}.cs-spell b .cs-hk{color:#d4af37;font-family:monospace;font-size:.75rem;font-style:normal}.cs-spell span{color:#888;font-size:.75rem}#mobile-log-panel.mlog-expanded{z-index:130;max-height:40vh;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#080808f5;border-top:1px solid #333;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}#mobile-log-panel.mlog-expanded .mlog-entry{white-space:normal;font-size:12px;line-height:1.5}#save-pill{color:#2ecc71;letter-spacing:1px;opacity:0;pointer-events:none;z-index:60;background:#141e12eb;border:1px solid #2ecc71;border-radius:12px;padding:4px 12px;font-family:monospace;font-size:12px;position:absolute;top:52px;left:50%;transform:translate(-50%)}#save-pill.show{animation:1.6s forwards savepill}@keyframes savepill{0%{opacity:0;transform:translate(-50%)translateY(-6px)}15%{opacity:1;transform:translate(-50%)translateY(0)}75%{opacity:1}to{opacity:0}}@keyframes absorbpulse{0%,to{border-color:#1abc9c80;box-shadow:0 0 4px #1abc9c66}50%{border-color:#1abc9c;box-shadow:0 0 16px #1abc9ce6}}#btn-special.absorb-ready{color:#1abc9c;animation:1.1s ease-in-out infinite absorbpulse}@keyframes guidepulse{0%,to{box-shadow:0 0 4px #d4af3766}50%{box-shadow:0 0 18px #d4af37f2}}.guide-pulse{animation:1.1s ease-in-out infinite guidepulse}body:not(.ctl-dpad) .ctrl-dpad,body.ctl-dpad .act-dash{display:none}#stick-base{pointer-events:none;z-index:40;background:radial-gradient(circle,#ffffff0d 0%,#ffffff05 55%,#0000 70%);border:2px solid #ffffff24;border-radius:50%;width:140px;height:140px;display:none;position:fixed;top:0;left:0;box-shadow:inset 0 0 0 47px #0000,inset 0 0 24px #00000059}#stick-base:after{content:"";border:1px dashed #ffffff2e;border-radius:50%;position:absolute;inset:46px}#stick-knob{pointer-events:none;z-index:41;background:#dcdcdc47;border:2px solid #ffffff80;border-radius:50%;width:40px;height:40px;transition:background .1s,border-color .1s;display:none;position:fixed;top:0;left:0}#stick-knob.dash{background:#d4af3773;border-color:#d4af37;box-shadow:0 0 14px #d4af37b3}#btn-special{position:relative}#btn-special-badge{color:#000;pointer-events:none;background:#d4af37;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-family:monospace;font-size:12px;font-weight:700;line-height:1;display:none;position:absolute;top:-6px;right:-6px;box-shadow:0 1px 4px #0009}.toll-overcharged{animation:.9s ease-in-out infinite tollPulse}@keyframes tollPulse{0%,to{filter:brightness()}50%{filter:brightness(1.7)}}.spr{image-rendering:pixelated;vertical-align:middle;background-image:url(./atlas-BtIU_HIl.png);background-repeat:no-repeat;display:inline-block}.spr1{zoom:1}.spr2{zoom:2}.spr3{zoom:3}.spr4{zoom:4}.spr-angel_idle_anim_f0{background-position:-312px -2987px;width:16px;height:16px}.spr-angel_idle_anim_f1{background-position:-330px -2987px;width:16px;height:16px}.spr-angel_idle_anim_f2{background-position:-348px -2987px;width:16px;height:16px}.spr-angel_idle_anim_f3{background-position:-366px -2987px;width:16px;height:16px}.spr-angel_pink_idle_anim_f0{background-position:-384px -2987px;width:16px;height:16px}.spr-angel_pink_idle_anim_f1{background-position:-402px -2987px;width:16px;height:16px}.spr-angel_pink_idle_anim_f2{background-position:-420px -2987px;width:16px;height:16px}.spr-angel_pink_idle_anim_f3{background-position:-438px -2987px;width:16px;height:16px}.spr-angel_pink_run_anim_f0{background-position:-456px -2987px;width:16px;height:16px}.spr-angel_pink_run_anim_f1{background-position:-474px -2987px;width:16px;height:16px}.spr-angel_pink_run_anim_f2{background-position:-492px -2987px;width:16px;height:16px}.spr-angel_pink_run_anim_f3{background-position:-510px -2987px;width:16px;height:16px}.spr-angel_run_anim_f0{background-position:-528px -2987px;width:16px;height:16px}.spr-angel_run_anim_f1{background-position:-546px -2987px;width:16px;height:16px}.spr-angel_run_anim_f2{background-position:-564px -2987px;width:16px;height:16px}.spr-angel_run_anim_f3{background-position:-582px -2987px;width:16px;height:16px}.spr-angel_void_idle_anim_f0{background-position:-600px -2987px;width:16px;height:16px}.spr-angel_void_idle_anim_f1{background-position:-618px -2987px;width:16px;height:16px}.spr-angel_void_idle_anim_f2{background-position:-636px -2987px;width:16px;height:16px}.spr-angel_void_idle_anim_f3{background-position:-654px -2987px;width:16px;height:16px}.spr-angel_void_run_anim_f0{background-position:-672px -2987px;width:16px;height:16px}.spr-angel_void_run_anim_f1{background-position:-690px -2987px;width:16px;height:16px}.spr-angel_void_run_anim_f2{background-position:-708px -2987px;width:16px;height:16px}.spr-angel_void_run_anim_f3{background-position:-726px -2987px;width:16px;height:16px}.spr-bc_abyssal_crawler_attack_anim_f0{background-position:-176px -1928px;width:40px;height:46px}.spr-bc_abyssal_crawler_attack_anim_f1{background-position:-218px -1928px;width:44px;height:46px}.spr-bc_abyssal_crawler_death_anim_f0{background-position:-234px -2249px;width:46px;height:38px}.spr-bc_abyssal_crawler_death_anim_f1{background-position:-682px -2443px;width:44px;height:35px}.spr-bc_abyssal_crawler_idle_anim_f0{background-position:-546px -2207px;width:46px;height:39px}.spr-bc_ae_unindexed_attack_anim_f0{background-position:-604px -1346px;width:30px;height:54px}.spr-bc_ae_unindexed_attack_anim_f1{background-position:-859px -1977px;width:39px;height:45px}.spr-bc_ae_unindexed_death_anim_f0{background-position:-481px -1676px;width:30px;height:48px}.spr-bc_ae_unindexed_death_anim_f1{background-position:-513px -1676px;width:20px;height:48px}.spr-bc_ae_unindexed_idle_anim_f0{background-position:-535px -1676px;width:38px;height:48px}.spr-bc_alchemist_attack_anim_f0{background-position:-636px -1346px;width:30px;height:54px}.spr-bc_alchemist_attack_anim_f1{background-position:-102px -1515px;width:30px;height:52px}.spr-bc_alchemist_death_anim_f0{background-position:-893px -2118px;width:48px;height:41px}.spr-bc_alchemist_death_anim_f1{background-position:-14px -2840px;width:48px;height:23px}.spr-bc_alchemist_idle_anim_f0{background-position:-575px -1676px;width:39px;height:48px}.spr-bc_alpha_ogre_attack_anim_f0{background-position:-616px -1676px;width:31px;height:48px}.spr-bc_alpha_ogre_attack_anim_f1{background-position:-728px -2443px;width:28px;height:35px}.spr-bc_alpha_ogre_death_anim_f0{background-position:-408px -2118px;width:52px;height:42px}.spr-bc_alpha_ogre_death_anim_f1{background-position:-74px -2705px;width:52px;height:27px}.spr-bc_alpha_ogre_idle_anim_f0{background-position:-282px -2249px;width:52px;height:38px}.spr-bc_altar{background-position:-649px -1676px;width:64px;height:48px}.spr-bc_ancient_golem_attack_anim_f0{background-position:-668px -1346px;width:42px;height:54px}.spr-bc_ancient_golem_attack_anim_f1{background-position:-594px -2207px;width:36px;height:39px}.spr-bc_ancient_golem_death_anim_f0{background-position:-943px -2118px;width:54px;height:41px}.spr-bc_ancient_golem_death_anim_f1{background-position:-64px -2840px;width:46px;height:23px}.spr-bc_ancient_golem_idle_anim_f0{background-position:-900px -1977px;width:54px;height:45px}.spr-bc_apologetic_man_idle_anim_f0{background-position:-624px -300px;width:31px;height:56px}.spr-bc_apologetic_man_idle_anim_f1{background-position:-657px -300px;width:31px;height:56px}.spr-bc_apologetic_man_idle_anim_f2{background-position:-690px -300px;width:31px;height:56px}.spr-bc_apologetic_man_idle_anim_f3{background-position:-723px -300px;width:31px;height:56px}.spr-bc_ash_dragon_attack_anim_f0{background-position:-285px -1878px;width:53px;height:47px}.spr-bc_ash_dragon_attack_anim_f1{background-position:-340px -1878px;width:75px;height:47px}.spr-bc_ash_dragon_death_anim_f0{background-position:-106px -2735px;width:56px;height:24px}.spr-bc_ash_dragon_death_anim_f1{background-position:-531px -2965px;width:56px;height:18px}.spr-bc_ash_dragon_idle_anim_f0{background-position:-417px -1878px;width:56px;height:47px}.spr-bc_assassin_attack_anim_f0{background-position:-712px -1346px;width:47px;height:54px}.spr-bc_assassin_attack_anim_f1{background-position:-475px -1878px;width:63px;height:47px}.spr-bc_assassin_death_anim_f0{background-position:-936px -1570px;width:28px;height:50px}.spr-bc_assassin_death_anim_f1{background-position:-186px -2553px;width:50px;height:28px}.spr-bc_assassin_idle_anim_f0{background-position:-966px -1570px;width:35px;height:50px}.spr-bc_astral_mote_attack_anim_f0{background-position:-264px -1928px;width:39px;height:46px}.spr-bc_astral_mote_attack_anim_f1{background-position:-305px -1928px;width:49px;height:46px}.spr-bc_astral_mote_death_anim_f0{background-position:-804px -2164px;width:27px;height:40px}.spr-bc_astral_mote_death_anim_f1{background-position:-128px -2705px;width:40px;height:27px}.spr-bc_astral_mote_idle_anim_f0{background-position:-833px -2164px;width:33px;height:40px}.spr-bc_baker_idle_anim_f0{background-position:-134px -1515px;width:25px;height:52px}.spr-bc_baker_idle_anim_f1{background-position:-161px -1515px;width:25px;height:52px}.spr-bc_baker_idle_anim_f2{background-position:-188px -1515px;width:25px;height:52px}.spr-bc_baker_idle_anim_f3{background-position:-215px -1515px;width:25px;height:52px}.spr-bc_banshee_queen_attack_anim_f0{background-position:-715px -1676px;width:32px;height:48px}.spr-bc_banshee_queen_attack_anim_f1{background-position:-540px -1878px;width:34px;height:47px}.spr-bc_banshee_queen_death_anim_f0{background-position:-749px -1676px;width:42px;height:48px}.spr-bc_banshee_queen_death_anim_f1{background-position:-164px -2735px;width:42px;height:24px}.spr-bc_banshee_queen_idle_anim_f0{background-position:-356px -1928px;width:48px;height:46px}.spr-bc_beast_king_attack_anim_f0{background-position:-326px -100px;width:39px;height:66px}.spr-bc_beast_king_attack_anim_f1{background-position:-367px -100px;width:51px;height:66px}.spr-bc_beast_king_death_anim_f0{background-position:-447px -170px;width:66px;height:63px}.spr-bc_beast_king_death_anim_f1{background-position:-435px -2518px;width:60px;height:31px}.spr-bc_beast_king_idle_anim_f0{background-position:-420px -100px;width:46px;height:66px}.spr-bc_beast_king_idle_anim_f1{background-position:-468px -100px;width:46px;height:66px}.spr-bc_beast_king_idle_anim_f2{background-position:-516px -100px;width:46px;height:66px}.spr-bc_beast_king_idle_anim_f3{background-position:-564px -100px;width:46px;height:66px}.spr-bc_bloodsucker_attack_anim_f0{background-position:-406px -1928px;width:45px;height:46px}.spr-bc_bloodsucker_attack_anim_f1{background-position:-868px -2164px;width:57px;height:40px}.spr-bc_bloodsucker_death_anim_f0{background-position:-632px -2207px;width:46px;height:39px}.spr-bc_bloodsucker_death_anim_f1{background-position:-82px -2965px;width:46px;height:19px}.spr-bc_bloodsucker_idle_anim_f0{background-position:-2px -2164px;width:46px;height:41px}.spr-bc_bog_croaker_attack_anim_f0{background-position:-640px -2481px;width:51px;height:33px}.spr-bc_bog_croaker_attack_anim_f1{background-position:-758px -2443px;width:46px;height:35px}.spr-bc_bog_croaker_death_anim_f0{background-position:-311px -2941px;width:44px;height:21px}.spr-bc_bog_croaker_death_anim_f1{background-position:-94px -3222px;width:44px;height:14px}.spr-bc_bog_croaker_idle_anim_f0{background-position:-650px -2290px;width:44px;height:36px}.spr-bc_bone_colossus_attack_anim_f0{background-position:-662px -170px;width:40px;height:62px}.spr-bc_bone_colossus_attack_anim_f1{background-position:-927px -2164px;width:36px;height:40px}.spr-bc_bone_colossus_death_anim_f0{background-position:-761px -1346px;width:49px;height:54px}.spr-bc_bone_colossus_death_anim_f1{background-position:-964px -2249px;width:54px;height:37px}.spr-bc_bone_colossus_idle_anim_f0{background-position:-812px -1346px;width:56px;height:54px}.spr-bc_bone_rattler_attack_anim_f0{background-position:-239px -2025px;width:31px;height:44px}.spr-bc_bone_rattler_attack_anim_f1{background-position:-272px -2025px;width:35px;height:44px}.spr-bc_bone_rattler_death_anim_f0{background-position:-309px -2025px;width:31px;height:44px}.spr-bc_bone_rattler_death_anim_f1{background-position:-915px -2965px;width:38px;height:17px}.spr-bc_bone_rattler_idle_anim_f0{background-position:-342px -2025px;width:30px;height:44px}.spr-bc_bristleback_brute_attack_anim_f0{background-position:-2px -1624px;width:49px;height:50px}.spr-bc_bristleback_brute_attack_anim_f1{background-position:-158px -2481px;width:52px;height:34px}.spr-bc_bristleback_brute_death_anim_f0{background-position:-793px -1676px;width:43px;height:48px}.spr-bc_bristleback_brute_death_anim_f1{background-position:-357px -2941px;width:48px;height:21px}.spr-bc_bristleback_brute_idle_anim_f0{background-position:-838px -1676px;width:44px;height:48px}.spr-bc_candied_wraith_attack_anim_f0{background-position:-53px -1624px;width:42px;height:50px}.spr-bc_candied_wraith_attack_anim_f1{background-position:-884px -1676px;width:59px;height:48px}.spr-bc_candied_wraith_death_anim_f0{background-position:-374px -2025px;width:29px;height:44px}.spr-bc_candied_wraith_death_anim_f1{background-position:-955px -2965px;width:40px;height:17px}.spr-bc_candied_wraith_idle_anim_f0{background-position:-405px -2025px;width:43px;height:44px}.spr-bc_cardiac_idol_attack_anim_f0{background-position:-566px -300px;width:56px;height:57px}.spr-bc_cardiac_idol_attack_anim_f1{background-position:-859px -236px;width:60px;height:58px}.spr-bc_cardiac_idol_death_anim_f0{background-position:-242px -1515px;width:41px;height:52px}.spr-bc_cardiac_idol_death_anim_f1{background-position:-589px -2965px;width:46px;height:18px}.spr-bc_cardiac_idol_idle_anim_f0{background-position:-285px -1515px;width:40px;height:52px}.spr-bc_cave_slug_attack_anim_f0{background-position:-52px -2518px;width:19px;height:32px}.spr-bc_cave_slug_attack_anim_f1{background-position:-775px -2705px;width:26px;height:25px}.spr-bc_cave_slug_death_anim_f0{background-position:-965px -2164px;width:21px;height:40px}.spr-bc_cave_slug_death_anim_f1{background-position:-130px -2965px;width:40px;height:19px}.spr-bc_cave_slug_idle_anim_f0{background-position:-439px -2705px;width:40px;height:26px}.spr-bc_cherub_attack_anim_f0{background-position:-956px -1977px;width:38px;height:45px}.spr-bc_cherub_attack_anim_f1{background-position:-2px -2025px;width:42px;height:45px}.spr-bc_cherub_death_anim_f0{background-position:-2px -2207px;width:42px;height:40px}.spr-bc_cherub_death_anim_f1{background-position:-170px -2705px;width:42px;height:27px}.spr-bc_cherub_idle_anim_f0{background-position:-680px -2207px;width:42px;height:39px}.spr-bc_confection_ooze_attack_anim_f0{background-position:-46px -2207px;width:26px;height:40px}.spr-bc_confection_ooze_attack_anim_f1{background-position:-696px -2290px;width:49px;height:36px}.spr-bc_confection_ooze_death_anim_f0{background-position:-810px -2518px;width:44px;height:30px}.spr-bc_confection_ooze_death_anim_f1{background-position:-2px -2987px;width:44px;height:17px}.spr-bc_confection_ooze_idle_anim_f0{background-position:-212px -2481px;width:44px;height:34px}.spr-bc_crystal_titan_attack_anim_f0{background-position:-704px -170px;width:63px;height:62px}.spr-bc_crystal_titan_attack_anim_f1{background-position:-769px -170px;width:77px;height:62px}.spr-bc_crystal_titan_death_anim_f0{background-position:-870px -1346px;width:46px;height:54px}.spr-bc_crystal_titan_death_anim_f1{background-position:-856px -2518px;width:54px;height:30px}.spr-bc_crystal_titan_idle_anim_f0{background-position:-918px -1346px;width:54px;height:54px}.spr-bc_cyclops_gaoler_attack_anim_f0{background-position:-848px -170px;width:33px;height:62px}.spr-bc_cyclops_gaoler_attack_anim_f1{background-position:-106px -2118px;width:34px;height:43px}.spr-bc_cyclops_gaoler_death_anim_f0{background-position:-364px -1459px;width:54px;height:53px}.spr-bc_cyclops_gaoler_death_anim_f1{background-position:-407px -2941px;width:54px;height:21px}.spr-bc_cyclops_gaoler_idle_anim_f0{background-position:-974px -1346px;width:44px;height:54px}.spr-bc_dire_stalker_attack_anim_f0{background-position:-2px -2290px;width:35px;height:37px}.spr-bc_dire_stalker_attack_anim_f1{background-position:-462px -2118px;width:34px;height:42px}.spr-bc_dire_stalker_death_anim_f0{background-position:-238px -2553px;width:46px;height:28px}.spr-bc_dire_stalker_death_anim_f1{background-position:-744px -2987px;width:46px;height:16px}.spr-bc_dire_stalker_idle_anim_f0{background-position:-747px -2290px;width:46px;height:36px}.spr-bc_distended_attack_anim_f0{background-position:-912px -2518px;width:35px;height:30px}.spr-bc_distended_attack_anim_f1{background-position:-463px -2941px;width:35px;height:21px}.spr-bc_distended_death_anim_f0{background-position:-208px -2735px;width:40px;height:24px}.spr-bc_distended_death_anim_f1{background-position:-866px -3204px;width:40px;height:15px}.spr-bc_distended_idle_anim_f0{background-position:-20px -2553px;width:40px;height:29px}.spr-bc_dust_stinger_attack_anim_f0{background-position:-693px -2481px;width:43px;height:33px}.spr-bc_dust_stinger_attack_anim_f1{background-position:-738px -2481px;width:36px;height:33px}.spr-bc_dust_stinger_death_anim_f0{background-position:-74px -2207px;width:35px;height:40px}.spr-bc_dust_stinger_death_anim_f1{background-position:-140px -3222px;width:40px;height:14px}.spr-bc_dust_stinger_idle_anim_f0{background-position:-214px -2705px;width:40px;height:27px}.spr-bc_fallen_paladin_attack_anim_f0{background-position:-327px -1515px;width:56px;height:52px}.spr-bc_fallen_paladin_attack_anim_f1{background-position:-724px -2207px;width:54px;height:39px}.spr-bc_fallen_paladin_death_anim_f0{background-position:-780px -2207px;width:52px;height:39px}.spr-bc_fallen_paladin_death_anim_f1{background-position:-637px -2965px;width:52px;height:18px}.spr-bc_fallen_paladin_idle_anim_f0{background-position:-385px -1515px;width:39px;height:52px}.spr-bc_feral_goblin_attack_anim_f0{background-position:-776px -2481px;width:23px;height:33px}.spr-bc_feral_goblin_attack_anim_f1{background-position:-258px -2481px;width:38px;height:34px}.spr-bc_feral_goblin_death_anim_f0{background-position:-142px -2118px;width:44px;height:43px}.spr-bc_feral_goblin_death_anim_f1{background-position:-112px -2840px;width:44px;height:23px}.spr-bc_feral_goblin_idle_anim_f0{background-position:-73px -2518px;width:44px;height:32px}.spr-bc_fey_dancer_attack_anim_f0{background-position:-945px -1676px;width:36px;height:48px}.spr-bc_fey_dancer_attack_anim_f1{background-position:-97px -1624px;width:41px;height:50px}.spr-bc_fey_dancer_death_anim_f0{background-position:-450px -2025px;width:36px;height:44px}.spr-bc_fey_dancer_death_anim_f1{background-position:-48px -2987px;width:44px;height:17px}.spr-bc_fey_dancer_idle_anim_f0{background-position:-488px -2025px;width:38px;height:44px}.spr-bc_fire_goblin_attack_anim_f0{background-position:-188px -2118px;width:38px;height:43px}.spr-bc_fire_goblin_attack_anim_f1{background-position:-528px -2025px;width:47px;height:44px}.spr-bc_fire_goblin_death_anim_f0{background-position:-577px -2025px;width:22px;height:44px}.spr-bc_fire_goblin_death_anim_f1{background-position:-500px -2941px;width:44px;height:21px}.spr-bc_fire_goblin_idle_anim_f0{background-position:-601px -2025px;width:29px;height:44px}.spr-bc_first_flame_attack_anim_f0{background-position:-281px -2px;width:72px;height:72px}.spr-bc_first_flame_attack_anim_f1{background-position:-664px -2px;width:72px;height:70px}.spr-bc_first_flame_death_anim_f0{background-position:-355px -2px;width:61px;height:72px}.spr-bc_first_flame_death_anim_f1{background-position:-336px -2249px;width:52px;height:38px}.spr-bc_first_flame_idle_anim_f0{background-position:-214px -236px;width:72px;height:60px}.spr-bc_first_flame_idle_anim_f1{background-position:-288px -236px;width:72px;height:60px}.spr-bc_first_flame_idle_anim_f2{background-position:-362px -236px;width:72px;height:60px}.spr-bc_first_flame_idle_anim_f3{background-position:-436px -236px;width:72px;height:60px}.spr-bc_forgotten_titan_attack_anim_f0{background-position:-852px -2px;width:43px;height:68px}.spr-bc_forgotten_titan_attack_anim_f1{background-position:-897px -2px;width:59px;height:68px}.spr-bc_forgotten_titan_death_anim_f0{background-position:-958px -2px;width:57px;height:68px}.spr-bc_forgotten_titan_death_anim_f1{background-position:-481px -2705px;width:68px;height:26px}.spr-bc_forgotten_titan_idle_anim_f0{background-position:-883px -170px;width:68px;height:62px}.spr-bc_forgotten_titan_idle_anim_f1{background-position:-953px -170px;width:68px;height:62px}.spr-bc_forgotten_titan_idle_anim_f2{background-position:-2px -236px;width:68px;height:62px}.spr-bc_forgotten_titan_idle_anim_f3{background-position:-72px -236px;width:68px;height:62px}.spr-bc_frosted_maw_attack_anim_f0{background-position:-111px -2207px;width:26px;height:40px}.spr-bc_frosted_maw_attack_anim_f1{background-position:-497px -2518px;width:40px;height:31px}.spr-bc_frosted_maw_death_anim_f0{background-position:-801px -2481px;width:46px;height:33px}.spr-bc_frosted_maw_death_anim_f1{background-position:-803px -2705px;width:46px;height:25px}.spr-bc_frosted_maw_idle_anim_f0{background-position:-298px -2481px;width:46px;height:34px}.spr-bc_fungal_shambler_attack_anim_f0{background-position:-426px -1515px;width:32px;height:52px}.spr-bc_fungal_shambler_attack_anim_f1{background-position:-140px -1624px;width:34px;height:50px}.spr-bc_fungal_shambler_death_anim_f0{background-position:-453px -1928px;width:23px;height:46px}.spr-bc_fungal_shambler_death_anim_f1{background-position:-851px -2705px;width:46px;height:25px}.spr-bc_fungal_shambler_idle_anim_f0{background-position:-478px -1928px;width:25px;height:46px}.spr-bc_fx_aura_cloud{background-position:-2px -2px;width:96px;height:96px}.spr-bc_gambler2_attack_anim_f0{background-position:-756px -300px;width:58px;height:56px}.spr-bc_gambler2_attack_anim_f1{background-position:-420px -1459px;width:55px;height:53px}.spr-bc_gambler2_idle_anim_f0{background-position:-816px -300px;width:34px;height:56px}.spr-bc_gambler2_idle_anim_f1{background-position:-852px -300px;width:34px;height:56px}.spr-bc_gambler2_idle_anim_f2{background-position:-888px -300px;width:34px;height:56px}.spr-bc_gambler2_idle_anim_f3{background-position:-924px -300px;width:34px;height:56px}.spr-bc_gambler2_run_anim_f0{background-position:-580px -1288px;width:51px;height:55px}.spr-bc_gambler2_run_anim_f1{background-position:-633px -1288px;width:27px;height:55px}.spr-bc_gambler2_run_anim_f2{background-position:-960px -300px;width:28px;height:56px}.spr-bc_gambler2_run_anim_f3{background-position:-990px -300px;width:29px;height:56px}.spr-bc_gambler3_attack_anim_f0{background-position:-2px -360px;width:29px;height:56px}.spr-bc_gambler3_attack_anim_f1{background-position:-33px -360px;width:42px;height:56px}.spr-bc_gambler3_idle_anim_f0{background-position:-77px -360px;width:37px;height:56px}.spr-bc_gambler3_idle_anim_f1{background-position:-116px -360px;width:37px;height:56px}.spr-bc_gambler3_idle_anim_f2{background-position:-155px -360px;width:37px;height:56px}.spr-bc_gambler3_idle_anim_f3{background-position:-194px -360px;width:37px;height:56px}.spr-bc_gambler3_run_anim_f0{background-position:-233px -360px;width:49px;height:56px}.spr-bc_gambler3_run_anim_f1{background-position:-284px -360px;width:52px;height:56px}.spr-bc_gambler3_run_anim_f2{background-position:-338px -360px;width:49px;height:56px}.spr-bc_gambler3_run_anim_f3{background-position:-389px -360px;width:44px;height:56px}.spr-bc_gambler_attack_anim_f0{background-position:-435px -360px;width:79px;height:56px}.spr-bc_gambler_attack_anim_f1{background-position:-516px -360px;width:76px;height:56px}.spr-bc_gambler_idle_anim_f0{background-position:-594px -360px;width:34px;height:56px}.spr-bc_gambler_idle_anim_f1{background-position:-630px -360px;width:34px;height:56px}.spr-bc_gambler_idle_anim_f2{background-position:-666px -360px;width:34px;height:56px}.spr-bc_gambler_idle_anim_f3{background-position:-702px -360px;width:34px;height:56px}.spr-bc_gambler_run_anim_f0{background-position:-738px -360px;width:101px;height:56px}.spr-bc_gambler_run_anim_f1{background-position:-841px -360px;width:54px;height:56px}.spr-bc_gambler_run_anim_f2{background-position:-897px -360px;width:75px;height:56px}.spr-bc_gambler_run_anim_f3{background-position:-2px -418px;width:89px;height:56px}.spr-bc_gambler_t2_attack_anim_f0{background-position:-93px -418px;width:79px;height:56px}.spr-bc_gambler_t2_attack_anim_f1{background-position:-174px -418px;width:76px;height:56px}.spr-bc_gambler_t2_idle_anim_f0{background-position:-252px -418px;width:34px;height:56px}.spr-bc_gambler_t2_idle_anim_f1{background-position:-288px -418px;width:34px;height:56px}.spr-bc_gambler_t2_idle_anim_f2{background-position:-324px -418px;width:34px;height:56px}.spr-bc_gambler_t2_idle_anim_f3{background-position:-360px -418px;width:34px;height:56px}.spr-bc_gambler_t2_run_anim_f0{background-position:-396px -418px;width:101px;height:56px}.spr-bc_gambler_t2_run_anim_f1{background-position:-499px -418px;width:54px;height:56px}.spr-bc_gambler_t2_run_anim_f2{background-position:-555px -418px;width:75px;height:56px}.spr-bc_gambler_t2_run_anim_f3{background-position:-632px -418px;width:89px;height:56px}.spr-bc_gambler_t3_attack_anim_f0{background-position:-723px -418px;width:79px;height:56px}.spr-bc_gambler_t3_attack_anim_f1{background-position:-804px -418px;width:76px;height:56px}.spr-bc_gambler_t3_idle_anim_f0{background-position:-882px -418px;width:34px;height:56px}.spr-bc_gambler_t3_idle_anim_f1{background-position:-918px -418px;width:34px;height:56px}.spr-bc_gambler_t3_idle_anim_f2{background-position:-954px -418px;width:34px;height:56px}.spr-bc_gambler_t3_idle_anim_f3{background-position:-2px -476px;width:34px;height:56px}.spr-bc_gambler_t3_run_anim_f0{background-position:-38px -476px;width:101px;height:56px}.spr-bc_gambler_t3_run_anim_f1{background-position:-141px -476px;width:54px;height:56px}.spr-bc_gambler_t3_run_anim_f2{background-position:-197px -476px;width:75px;height:56px}.spr-bc_gambler_t3_run_anim_f3{background-position:-274px -476px;width:89px;height:56px}.spr-bc_giant_crawler_attack_anim_f0{background-position:-346px -2481px;width:42px;height:34px}.spr-bc_giant_crawler_attack_anim_f1{background-position:-256px -2705px;width:46px;height:27px}.spr-bc_giant_crawler_death_anim_f0{background-position:-546px -2941px;width:42px;height:21px}.spr-bc_giant_crawler_death_anim_f1{background-position:-364px -3222px;width:42px;height:12px}.spr-bc_giant_crawler_idle_anim_f0{background-position:-286px -2553px;width:42px;height:28px}.spr-bc_gilt_wyrm_attack_anim_f0{background-position:-46px -2025px;width:52px;height:45px}.spr-bc_gilt_wyrm_attack_anim_f1{background-position:-50px -2164px;width:72px;height:41px}.spr-bc_gilt_wyrm_death_anim_f0{background-position:-390px -2481px;width:54px;height:34px}.spr-bc_gilt_wyrm_death_anim_f1{background-position:-94px -2987px;width:50px;height:17px}.spr-bc_gilt_wyrm_idle_anim_f0{background-position:-505px -1928px;width:54px;height:46px}.spr-bc_gore_troll_attack_anim_f0{background-position:-2px -1403px;width:29px;height:54px}.spr-bc_gore_troll_attack_anim_f1{background-position:-795px -2290px;width:43px;height:36px}.spr-bc_gore_troll_death_anim_f0{background-position:-33px -1403px;width:43px;height:54px}.spr-bc_gore_troll_death_anim_f1{background-position:-172px -2965px;width:52px;height:19px}.spr-bc_gore_troll_idle_anim_f0{background-position:-78px -1403px;width:37px;height:54px}.spr-bc_heartpiercer_attack_anim_f0{background-position:-498px -2118px;width:40px;height:42px}.spr-bc_heartpiercer_attack_anim_f1{background-position:-540px -2118px;width:41px;height:42px}.spr-bc_heartpiercer_death_anim_f0{background-position:-632px -2025px;width:39px;height:44px}.spr-bc_heartpiercer_death_anim_f1{background-position:-802px -2941px;width:44px;height:20px}.spr-bc_heartpiercer_idle_anim_f0{background-position:-840px -2290px;width:44px;height:36px}.spr-bc_hell_bovine_idle_anim_f0{background-position:-673px -2025px;width:19px;height:44px}.spr-bc_hellhound_attack_anim_f0{background-position:-390px -2249px;width:55px;height:38px}.spr-bc_hellhound_attack_anim_f1{background-position:-39px -2290px;width:60px;height:37px}.spr-bc_hellhound_death_anim_f0{background-position:-250px -2735px;width:46px;height:24px}.spr-bc_hellhound_death_anim_f1{background-position:-908px -3204px;width:46px;height:15px}.spr-bc_hellhound_idle_anim_f0{background-position:-446px -2481px;width:46px;height:34px}.spr-bc_hive2_attack_anim_f0{background-position:-365px -476px;width:52px;height:56px}.spr-bc_hive2_attack_anim_f1{background-position:-419px -476px;width:70px;height:56px}.spr-bc_hive2_idle_anim_f0{background-position:-491px -476px;width:25px;height:56px}.spr-bc_hive2_idle_anim_f1{background-position:-518px -476px;width:24px;height:56px}.spr-bc_hive2_idle_anim_f2{background-position:-544px -476px;width:24px;height:56px}.spr-bc_hive2_idle_anim_f3{background-position:-570px -476px;width:24px;height:56px}.spr-bc_hive2_run_anim_f0{background-position:-596px -476px;width:25px;height:56px}.spr-bc_hive2_run_anim_f1{background-position:-623px -476px;width:25px;height:56px}.spr-bc_hive2_run_anim_f2{background-position:-650px -476px;width:25px;height:56px}.spr-bc_hive2_run_anim_f3{background-position:-677px -476px;width:25px;height:56px}.spr-bc_hive3_attack_anim_f0{background-position:-704px -476px;width:32px;height:56px}.spr-bc_hive3_attack_anim_f1{background-position:-738px -476px;width:85px;height:56px}.spr-bc_hive3_idle_anim_f0{background-position:-825px -476px;width:22px;height:56px}.spr-bc_hive3_idle_anim_f1{background-position:-849px -476px;width:22px;height:56px}.spr-bc_hive3_idle_anim_f2{background-position:-873px -476px;width:22px;height:56px}.spr-bc_hive3_idle_anim_f3{background-position:-897px -476px;width:22px;height:56px}.spr-bc_hive3_run_anim_f0{background-position:-662px -1288px;width:36px;height:55px}.spr-bc_hive3_run_anim_f1{background-position:-921px -476px;width:25px;height:56px}.spr-bc_hive3_run_anim_f2{background-position:-948px -476px;width:25px;height:56px}.spr-bc_hive3_run_anim_f3{background-position:-975px -476px;width:25px;height:56px}.spr-bc_hive_attack_anim_f0{background-position:-2px -534px;width:40px;height:56px}.spr-bc_hive_attack_anim_f1{background-position:-477px -1459px;width:76px;height:53px}.spr-bc_hive_drone_attack_anim_f0{background-position:-886px -2290px;width:33px;height:36px}.spr-bc_hive_drone_attack_anim_f1{background-position:-447px -2249px;width:32px;height:38px}.spr-bc_hive_drone_death_anim_f0{background-position:-62px -2553px;width:42px;height:29px}.spr-bc_hive_drone_death_anim_f1{background-position:-226px -2965px;width:42px;height:19px}.spr-bc_hive_drone_idle_anim_f0{background-position:-119px -2518px;width:42px;height:32px}.spr-bc_hive_idle_anim_f0{background-position:-44px -534px;width:42px;height:56px}.spr-bc_hive_idle_anim_f1{background-position:-88px -534px;width:42px;height:56px}.spr-bc_hive_idle_anim_f2{background-position:-132px -534px;width:41px;height:56px}.spr-bc_hive_idle_anim_f3{background-position:-175px -534px;width:43px;height:56px}.spr-bc_hive_run_anim_f0{background-position:-220px -534px;width:31px;height:56px}.spr-bc_hive_run_anim_f1{background-position:-253px -534px;width:32px;height:56px}.spr-bc_hive_run_anim_f2{background-position:-117px -1403px;width:31px;height:54px}.spr-bc_hive_run_anim_f3{background-position:-150px -1403px;width:31px;height:54px}.spr-bc_hive_t2_attack_anim_f0{background-position:-287px -534px;width:40px;height:56px}.spr-bc_hive_t2_attack_anim_f1{background-position:-555px -1459px;width:76px;height:53px}.spr-bc_hive_t2_idle_anim_f0{background-position:-329px -534px;width:42px;height:56px}.spr-bc_hive_t2_idle_anim_f1{background-position:-373px -534px;width:42px;height:56px}.spr-bc_hive_t2_idle_anim_f2{background-position:-417px -534px;width:41px;height:56px}.spr-bc_hive_t2_idle_anim_f3{background-position:-460px -534px;width:43px;height:56px}.spr-bc_hive_t2_run_anim_f0{background-position:-505px -534px;width:31px;height:56px}.spr-bc_hive_t2_run_anim_f1{background-position:-538px -534px;width:32px;height:56px}.spr-bc_hive_t2_run_anim_f2{background-position:-183px -1403px;width:31px;height:54px}.spr-bc_hive_t2_run_anim_f3{background-position:-216px -1403px;width:31px;height:54px}.spr-bc_hive_t3_attack_anim_f0{background-position:-572px -534px;width:40px;height:56px}.spr-bc_hive_t3_attack_anim_f1{background-position:-633px -1459px;width:76px;height:53px}.spr-bc_hive_t3_idle_anim_f0{background-position:-614px -534px;width:42px;height:56px}.spr-bc_hive_t3_idle_anim_f1{background-position:-658px -534px;width:42px;height:56px}.spr-bc_hive_t3_idle_anim_f2{background-position:-702px -534px;width:41px;height:56px}.spr-bc_hive_t3_idle_anim_f3{background-position:-745px -534px;width:43px;height:56px}.spr-bc_hive_t3_run_anim_f0{background-position:-790px -534px;width:31px;height:56px}.spr-bc_hive_t3_run_anim_f1{background-position:-823px -534px;width:32px;height:56px}.spr-bc_hive_t3_run_anim_f2{background-position:-249px -1403px;width:31px;height:54px}.spr-bc_hive_t3_run_anim_f3{background-position:-282px -1403px;width:31px;height:54px}.spr-bc_hooded_boy_idle_anim_f0{background-position:-694px -2025px;width:22px;height:44px}.spr-bc_hooded_boy_idle_anim_f1{background-position:-718px -2025px;width:22px;height:44px}.spr-bc_hooded_boy_idle_anim_f2{background-position:-742px -2025px;width:22px;height:44px}.spr-bc_hooded_boy_idle_anim_f3{background-position:-766px -2025px;width:22px;height:44px}.spr-bc_ic_aspect_blood{background-position:-298px -2735px;width:24px;height:24px}.spr-bc_ic_aspect_fire{background-position:-324px -2735px;width:24px;height:24px}.spr-bc_ic_aspect_frost{background-position:-350px -2735px;width:24px;height:24px}.spr-bc_ic_aspect_holy{background-position:-376px -2735px;width:24px;height:24px}.spr-bc_ic_aspect_lightning{background-position:-402px -2735px;width:24px;height:24px}.spr-bc_ic_aspect_physical{background-position:-428px -2735px;width:24px;height:24px}.spr-bc_ic_aspect_poison{background-position:-454px -2735px;width:24px;height:24px}.spr-bc_ic_aspect_void{background-position:-480px -2735px;width:24px;height:24px}.spr-bc_ic_event_abandonedCart{background-position:-506px -2735px;width:24px;height:24px}.spr-bc_ic_event_cursedAltar{background-position:-532px -2735px;width:24px;height:24px}.spr-bc_ic_event_field_cairn{background-position:-558px -2735px;width:24px;height:24px}.spr-bc_ic_event_field_offering{background-position:-584px -2735px;width:24px;height:24px}.spr-bc_ic_event_field_whisper{background-position:-610px -2735px;width:24px;height:24px}.spr-bc_ic_event_fountain{background-position:-636px -2735px;width:24px;height:24px}.spr-bc_ic_event_gravedigger{background-position:-662px -2735px;width:24px;height:24px}.spr-bc_ic_event_lostAdventurer{background-position:-688px -2735px;width:24px;height:24px}.spr-bc_ic_event_moltingShrine{background-position:-714px -2735px;width:24px;height:24px}.spr-bc_ic_event_prisoner{background-position:-740px -2735px;width:24px;height:24px}.spr-bc_ic_event_sage{background-position:-766px -2735px;width:24px;height:24px}.spr-bc_ic_event_whisperingIdol{background-position:-792px -2735px;width:24px;height:24px}.spr-bc_ic_relic_berserkTotem{background-position:-818px -2735px;width:24px;height:24px}.spr-bc_ic_relic_bloodPact{background-position:-844px -2735px;width:24px;height:24px}.spr-bc_ic_relic_brandOfRuin{background-position:-870px -2735px;width:24px;height:24px}.spr-bc_ic_relic_cinderHeart{background-position:-896px -2735px;width:24px;height:24px}.spr-bc_ic_relic_echoOfTheBell{background-position:-922px -2735px;width:24px;height:24px}.spr-bc_ic_relic_embersUnderSkin{background-position:-948px -2735px;width:24px;height:24px}.spr-bc_ic_relic_firstBlood{background-position:-974px -2735px;width:24px;height:24px}.spr-bc_ic_relic_ghoulFeast{background-position:-2px -2762px;width:24px;height:24px}.spr-bc_ic_relic_glassIdol{background-position:-28px -2762px;width:24px;height:24px}.spr-bc_ic_relic_gluttonsMark{background-position:-54px -2762px;width:24px;height:24px}.spr-bc_ic_relic_gravebloom{background-position:-80px -2762px;width:24px;height:24px}.spr-bc_ic_relic_gravekeepersLedger{background-position:-106px -2762px;width:24px;height:24px}.spr-bc_ic_relic_headsmansSeal{background-position:-132px -2762px;width:24px;height:24px}.spr-bc_ic_relic_hollowNeedle{background-position:-158px -2762px;width:24px;height:24px}.spr-bc_ic_relic_huntersLantern{background-position:-184px -2762px;width:24px;height:24px}.spr-bc_ic_relic_lashOfTheKept{background-position:-210px -2762px;width:24px;height:24px}.spr-bc_ic_relic_leadenSeal{background-position:-236px -2762px;width:24px;height:24px}.spr-bc_ic_relic_loadedDie{background-position:-262px -2762px;width:24px;height:24px}.spr-bc_ic_relic_martyrsKnot{background-position:-288px -2762px;width:24px;height:24px}.spr-bc_ic_relic_midasFang{background-position:-314px -2762px;width:24px;height:24px}.spr-bc_ic_relic_packratCharm{background-position:-340px -2762px;width:24px;height:24px}.spr-bc_ic_relic_phoenixDown{background-position:-366px -2762px;width:24px;height:24px}.spr-bc_ic_relic_reaperToll{background-position:-392px -2762px;width:24px;height:24px}.spr-bc_ic_relic_scholarsEye{background-position:-418px -2762px;width:24px;height:24px}.spr-bc_ic_relic_seamstressHook{background-position:-444px -2762px;width:24px;height:24px}.spr-bc_ic_relic_slowCandle{background-position:-470px -2762px;width:24px;height:24px}.spr-bc_ic_relic_starShard{background-position:-496px -2762px;width:24px;height:24px}.spr-bc_ic_relic_stoneScripture{background-position:-522px -2762px;width:24px;height:24px}.spr-bc_ic_relic_thornMail{background-position:-548px -2762px;width:24px;height:24px}.spr-bc_ic_relic_tollbreakersCoin{background-position:-574px -2762px;width:24px;height:24px}.spr-bc_ic_relic_toxinHeart{background-position:-600px -2762px;width:24px;height:24px}.spr-bc_ic_relic_wardensThumb{background-position:-626px -2762px;width:24px;height:24px}.spr-bc_ic_relic_winterVerdict{background-position:-652px -2762px;width:24px;height:24px}.spr-bc_ic_relic_zealotsMeridian{background-position:-678px -2762px;width:24px;height:24px}.spr-bc_ic_res_black_bargain{background-position:-704px -2762px;width:24px;height:24px}.spr-bc_ic_res_brand_of_the_wheel{background-position:-730px -2762px;width:24px;height:24px}.spr-bc_ic_res_frostfire_paradox{background-position:-756px -2762px;width:24px;height:24px}.spr-bc_ic_res_glaciers_patience{background-position:-782px -2762px;width:24px;height:24px}.spr-bc_ic_res_hollow_inheritance{background-position:-808px -2762px;width:24px;height:24px}.spr-bc_ic_res_necrotic_economy{background-position:-834px -2762px;width:24px;height:24px}.spr-bc_ic_res_plaguewind{background-position:-860px -2762px;width:24px;height:24px}.spr-bc_ic_res_stormstep{background-position:-886px -2762px;width:24px;height:24px}.spr-bc_ic_res_the_house_always_wins{background-position:-912px -2762px;width:24px;height:24px}.spr-bc_ic_res_thornsong{background-position:-938px -2762px;width:24px;height:24px}.spr-bc_ic_res_verdict{background-position:-964px -2762px;width:24px;height:24px}.spr-bc_ic_res_wildfire_sermon{background-position:-990px -2762px;width:24px;height:24px}.spr-bc_ic_sanctum_boneMarket{background-position:-2px -2788px;width:24px;height:24px}.spr-bc_ic_sanctum_echoGain{background-position:-28px -2788px;width:24px;height:24px}.spr-bc_ic_sanctum_haggler{background-position:-54px -2788px;width:24px;height:24px}.spr-bc_ic_sanctum_lantern{background-position:-80px -2788px;width:24px;height:24px}.spr-bc_ic_sanctum_oldScar{background-position:-106px -2788px;width:24px;height:24px}.spr-bc_ic_sanctum_phoenix{background-position:-132px -2788px;width:24px;height:24px}.spr-bc_ic_sanctum_pity{background-position:-158px -2788px;width:24px;height:24px}.spr-bc_ic_sanctum_purse{background-position:-184px -2788px;width:24px;height:24px}.spr-bc_ic_sanctum_scholar{background-position:-210px -2788px;width:24px;height:24px}.spr-bc_ic_sanctum_shardSense{background-position:-236px -2788px;width:24px;height:24px}.spr-bc_ic_sanctum_startRelics{background-position:-262px -2788px;width:24px;height:24px}.spr-bc_ic_sanctum_swiftHand{background-position:-288px -2788px;width:24px;height:24px}.spr-bc_ic_sanctum_thirdPath{background-position:-314px -2788px;width:24px;height:24px}.spr-bc_ic_sanctum_vigor{background-position:-340px -2788px;width:24px;height:24px}.spr-bc_ic_spell_absorb{background-position:-366px -2788px;width:24px;height:24px}.spr-bc_ic_spell_allIn{background-position:-392px -2788px;width:24px;height:24px}.spr-bc_ic_spell_arcaneEcho_mage{background-position:-418px -2788px;width:24px;height:24px}.spr-bc_ic_spell_arcaneSurge{background-position:-444px -2788px;width:24px;height:24px}.spr-bc_ic_spell_assimilate{background-position:-470px -2788px;width:24px;height:24px}.spr-bc_ic_spell_backstab{background-position:-496px -2788px;width:24px;height:24px}.spr-bc_ic_spell_bbGlitchstorm{background-position:-522px -2788px;width:24px;height:24px}.spr-bc_ic_spell_bbNullFrame{background-position:-548px -2788px;width:24px;height:24px}.spr-bc_ic_spell_bbRupture{background-position:-574px -2788px;width:24px;height:24px}.spr-bc_ic_spell_bbSeamStep{background-position:-600px -2788px;width:24px;height:24px}.spr-bc_ic_spell_bbStaticVeil{background-position:-626px -2788px;width:24px;height:24px}.spr-bc_ic_spell_bbUnravel{background-position:-652px -2788px;width:24px;height:24px}.spr-bc_ic_spell_berserk{background-position:-678px -2788px;width:24px;height:24px}.spr-bc_ic_spell_blink_mage{background-position:-704px -2788px;width:24px;height:24px}.spr-bc_ic_spell_blink_scout{background-position:-730px -2788px;width:24px;height:24px}.spr-bc_ic_spell_bloodletter{background-position:-756px -2788px;width:24px;height:24px}.spr-bc_ic_spell_chainLightning{background-position:-782px -2788px;width:24px;height:24px}.spr-bc_ic_spell_collectiveStrength{background-position:-808px -2788px;width:24px;height:24px}.spr-bc_ic_spell_convergence{background-position:-834px -2788px;width:24px;height:24px}.spr-bc_ic_spell_corpseExplosion{background-position:-860px -2788px;width:24px;height:24px}.spr-bc_ic_spell_deathPact{background-position:-886px -2788px;width:24px;height:24px}.spr-bc_ic_spell_devour{background-position:-912px -2788px;width:24px;height:24px}.spr-bc_ic_spell_doubleOrNothing{background-position:-938px -2788px;width:24px;height:24px}.spr-bc_ic_spell_dragonKick{background-position:-964px -2788px;width:24px;height:24px}.spr-bc_ic_spell_earthquakeStomp{background-position:-990px -2788px;width:24px;height:24px}.spr-bc_ic_spell_evolution{background-position:-2px -2814px;width:24px;height:24px}.spr-bc_ic_spell_fanOfKnives{background-position:-28px -2814px;width:24px;height:24px}.spr-bc_ic_spell_fireball{background-position:-54px -2814px;width:24px;height:24px}.spr-bc_ic_spell_flurryOfBlows{background-position:-80px -2814px;width:24px;height:24px}.spr-bc_ic_spell_hivemindLink{background-position:-106px -2814px;width:24px;height:24px}.spr-bc_ic_spell_hotStreak{background-position:-132px -2814px;width:24px;height:24px}.spr-bc_ic_spell_innerFlow{background-position:-158px -2814px;width:24px;height:24px}.spr-bc_ic_spell_ironFortress{background-position:-184px -2814px;width:24px;height:24px}.spr-bc_ic_spell_ironSkin{background-position:-210px -2814px;width:24px;height:24px}.spr-bc_ic_spell_kiStrike{background-position:-236px -2814px;width:24px;height:24px}.spr-bc_ic_spell_luckyDodge{background-position:-262px -2814px;width:24px;height:24px}.spr-bc_ic_spell_manaShield{background-position:-288px -2814px;width:24px;height:24px}.spr-bc_ic_spell_markedForDeath{background-position:-314px -2814px;width:24px;height:24px}.spr-bc_ic_spell_mitosis{background-position:-340px -2814px;width:24px;height:24px}.spr-bc_ic_spell_parasiteLeap{background-position:-366px -2814px;width:24px;height:24px}.spr-bc_ic_spell_pheromoneCloud{background-position:-392px -2814px;width:24px;height:24px}.spr-bc_ic_spell_plagueField{background-position:-418px -2814px;width:24px;height:24px}.spr-bc_ic_spell_raiseUndead{background-position:-444px -2814px;width:24px;height:24px}.spr-bc_ic_spell_rollTheDice{background-position:-470px -2814px;width:24px;height:24px}.spr-bc_ic_spell_shieldBash{background-position:-496px -2814px;width:24px;height:24px}.spr-bc_ic_spell_smokeScreen{background-position:-522px -2814px;width:24px;height:24px}.spr-bc_ic_spell_soulDrain{background-position:-548px -2814px;width:24px;height:24px}.spr-bc_ic_spell_stealth{background-position:-574px -2814px;width:24px;height:24px}.spr-bc_ic_spell_swarmFrenzy{background-position:-600px -2814px;width:24px;height:24px}.spr-bc_ic_spell_toxicBurst{background-position:-626px -2814px;width:24px;height:24px}.spr-bc_ic_spell_undyingRage{background-position:-652px -2814px;width:24px;height:24px}.spr-bc_ic_spell_unholyAura{background-position:-678px -2814px;width:24px;height:24px}.spr-bc_ic_spell_wildCard{background-position:-704px -2814px;width:24px;height:24px}.spr-bc_ic_spell_zenFocus{background-position:-730px -2814px;width:24px;height:24px}.spr-bc_imp_firestarter_attack_anim_f0{background-position:-583px -2118px;width:27px;height:42px}.spr-bc_imp_firestarter_attack_anim_f1{background-position:-481px -2249px;width:43px;height:38px}.spr-bc_imp_firestarter_death_anim_f0{background-position:-612px -2118px;width:35px;height:42px}.spr-bc_imp_firestarter_death_anim_f1{background-position:-756px -2814px;width:38px;height:24px}.spr-bc_imp_firestarter_idle_anim_f0{background-position:-649px -2118px;width:29px;height:42px}.spr-bc_infernal_orc_attack_anim_f0{background-position:-176px -1624px;width:32px;height:50px}.spr-bc_infernal_orc_attack_anim_f1{background-position:-539px -2518px;width:45px;height:31px}.spr-bc_infernal_orc_death_anim_f0{background-position:-337px -1676px;width:50px;height:49px}.spr-bc_infernal_orc_death_anim_f1{background-position:-158px -2840px;width:48px;height:23px}.spr-bc_infernal_orc_idle_anim_f0{background-position:-124px -2164px;width:50px;height:41px}.spr-bc_inferno_elemental_attack_anim_f0{background-position:-210px -1624px;width:49px;height:50px}.spr-bc_inferno_elemental_attack_anim_f1{background-position:-315px -1403px;width:80px;height:54px}.spr-bc_inferno_elemental_death_anim_f0{background-position:-397px -1403px;width:29px;height:54px}.spr-bc_inferno_elemental_death_anim_f1{background-position:-691px -2965px;width:54px;height:18px}.spr-bc_inferno_elemental_idle_anim_f0{background-position:-576px -1878px;width:50px;height:47px}.spr-bc_kiln_born_attack_anim_f0{background-position:-428px -1403px;width:56px;height:54px}.spr-bc_kiln_born_attack_anim_f1{background-position:-2px -1728px;width:70px;height:48px}.spr-bc_kiln_born_death_anim_f0{background-position:-261px -1624px;width:45px;height:50px}.spr-bc_kiln_born_death_anim_f1{background-position:-848px -2941px;width:44px;height:20px}.spr-bc_kiln_born_idle_anim_f0{background-position:-308px -1624px;width:49px;height:50px}.spr-bc_kraken_spawn_attack_anim_f0{background-position:-628px -1878px;width:50px;height:47px}.spr-bc_kraken_spawn_attack_anim_f1{background-position:-74px -1728px;width:56px;height:48px}.spr-bc_kraken_spawn_death_anim_f0{background-position:-132px -1728px;width:36px;height:48px}.spr-bc_kraken_spawn_death_anim_f1{background-position:-792px -2987px;width:48px;height:16px}.spr-bc_kraken_spawn_idle_anim_f0{background-position:-139px -2207px;width:48px;height:40px}.spr-bc_lantern_keeper_idle_anim_f0{background-position:-857px -534px;width:37px;height:56px}.spr-bc_lantern_keeper_idle_anim_f1{background-position:-896px -534px;width:37px;height:56px}.spr-bc_lantern_keeper_idle_anim_f2{background-position:-935px -534px;width:37px;height:56px}.spr-bc_lantern_keeper_idle_anim_f3{background-position:-974px -534px;width:37px;height:56px}.spr-bc_last_ember_attack_anim_f0{background-position:-359px -1624px;width:46px;height:50px}.spr-bc_last_ember_attack_anim_f1{background-position:-407px -1624px;width:92px;height:50px}.spr-bc_last_ember_death_anim_f0{background-position:-486px -1403px;width:56px;height:54px}.spr-bc_last_ember_death_anim_f1{background-position:-100px -2025px;width:48px;height:45px}.spr-bc_last_ember_idle_anim_f0{background-position:-711px -1459px;width:56px;height:53px}.spr-bc_last_ember_idle_anim_f1{background-position:-769px -1459px;width:56px;height:53px}.spr-bc_last_ember_idle_anim_f2{background-position:-827px -1459px;width:56px;height:53px}.spr-bc_last_ember_idle_anim_f3{background-position:-885px -1459px;width:56px;height:53px}.spr-bc_lava_serpent_attack_anim_f0{background-position:-561px -1928px;width:28px;height:46px}.spr-bc_lava_serpent_attack_anim_f1{background-position:-101px -2290px;width:30px;height:37px}.spr-bc_lava_serpent_death_anim_f0{background-position:-834px -2207px;width:46px;height:39px}.spr-bc_lava_serpent_death_anim_f1{background-position:-590px -2941px;width:44px;height:21px}.spr-bc_lava_serpent_idle_anim_f0{background-position:-680px -2118px;width:46px;height:42px}.spr-bc_leeroi_attack_anim_f0{background-position:-460px -1515px;width:40px;height:52px}.spr-bc_leeroi_attack_anim_f1{background-position:-565px -1570px;width:62px;height:51px}.spr-bc_leeroi_death_anim_f0{background-position:-501px -1624px;width:40px;height:50px}.spr-bc_leeroi_death_anim_f1{background-position:-894px -2941px;width:50px;height:20px}.spr-bc_leeroi_idle_anim_f0{background-position:-543px -1624px;width:32px;height:50px}.spr-bc_leeroi_idle_anim_f1{background-position:-577px -1624px;width:32px;height:50px}.spr-bc_leeroi_idle_anim_f2{background-position:-611px -1624px;width:32px;height:50px}.spr-bc_leeroi_idle_anim_f3{background-position:-645px -1624px;width:32px;height:50px}.spr-bc_lowing_knight_idle_anim_f0{background-position:-170px -1728px;width:23px;height:48px}.spr-bc_lurking_horror_attack_anim_f0{background-position:-133px -2290px;width:46px;height:37px}.spr-bc_lurking_horror_attack_anim_f1{background-position:-176px -2164px;width:56px;height:41px}.spr-bc_lurking_horror_death_anim_f0{background-position:-586px -2518px;width:46px;height:31px}.spr-bc_lurking_horror_death_anim_f1{background-position:-629px -3222px;width:46px;height:11px}.spr-bc_lurking_horror_idle_anim_f0{background-position:-806px -2443px;width:46px;height:35px}.spr-bc_magma_golem_attack_anim_f0{background-position:-544px -1403px;width:39px;height:54px}.spr-bc_magma_golem_attack_anim_f1{background-position:-679px -1624px;width:44px;height:50px}.spr-bc_magma_golem_death_anim_f0{background-position:-725px -1624px;width:54px;height:50px}.spr-bc_magma_golem_death_anim_f1{background-position:-270px -2965px;width:46px;height:19px}.spr-bc_magma_golem_idle_anim_f0{background-position:-585px -1403px;width:48px;height:54px}.spr-bc_mimic_attack_anim_f0{background-position:-195px -1728px;width:37px;height:48px}.spr-bc_mimic_attack_anim_f1{background-position:-150px -2025px;width:35px;height:45px}.spr-bc_mimic_death_anim_f0{background-position:-234px -2164px;width:44px;height:41px}.spr-bc_mimic_death_anim_f1{background-position:-899px -2705px;width:44px;height:25px}.spr-bc_mimic_idle_anim_f0{background-position:-790px -2025px;width:40px;height:44px}.spr-bc_mire_leech_attack_anim_f0{background-position:-2px -2941px;width:17px;height:22px}.spr-bc_mire_leech_attack_anim_f1{background-position:-21px -2941px;width:21px;height:22px}.spr-bc_mire_leech_death_anim_f0{background-position:-551px -2705px;width:42px;height:26px}.spr-bc_mire_leech_death_anim_f1{background-position:-318px -2965px;width:42px;height:19px}.spr-bc_mire_leech_idle_anim_f0{background-position:-408px -3222px;width:42px;height:12px}.spr-bc_misnamed_tyrant_attack_anim_f0{background-position:-635px -1403px;width:38px;height:54px}.spr-bc_misnamed_tyrant_attack_anim_f1{background-position:-189px -2207px;width:54px;height:40px}.spr-bc_misnamed_tyrant_death_anim_f0{background-position:-675px -1403px;width:51px;height:54px}.spr-bc_misnamed_tyrant_death_anim_f1{background-position:-362px -2965px;width:54px;height:19px}.spr-bc_misnamed_tyrant_idle_anim_f0{background-position:-832px -2025px;width:54px;height:44px}.spr-bc_monk2_attack_anim_f0{background-position:-2px -592px;width:39px;height:56px}.spr-bc_monk2_attack_anim_f1{background-position:-43px -592px;width:77px;height:56px}.spr-bc_monk2_idle_anim_f0{background-position:-122px -592px;width:38px;height:56px}.spr-bc_monk2_idle_anim_f1{background-position:-162px -592px;width:38px;height:56px}.spr-bc_monk2_idle_anim_f2{background-position:-202px -592px;width:38px;height:56px}.spr-bc_monk2_idle_anim_f3{background-position:-242px -592px;width:38px;height:56px}.spr-bc_monk2_run_anim_f0{background-position:-728px -1403px;width:30px;height:54px}.spr-bc_monk2_run_anim_f1{background-position:-760px -1403px;width:30px;height:54px}.spr-bc_monk2_run_anim_f2{background-position:-282px -592px;width:48px;height:56px}.spr-bc_monk2_run_anim_f3{background-position:-332px -592px;width:49px;height:56px}.spr-bc_monk3_attack_anim_f0{background-position:-383px -592px;width:59px;height:56px}.spr-bc_monk3_attack_anim_f1{background-position:-444px -592px;width:73px;height:56px}.spr-bc_monk3_idle_anim_f0{background-position:-519px -592px;width:41px;height:56px}.spr-bc_monk3_idle_anim_f1{background-position:-562px -592px;width:41px;height:56px}.spr-bc_monk3_idle_anim_f2{background-position:-605px -592px;width:41px;height:56px}.spr-bc_monk3_idle_anim_f3{background-position:-648px -592px;width:41px;height:56px}.spr-bc_monk3_run_anim_f0{background-position:-943px -1459px;width:35px;height:53px}.spr-bc_monk3_run_anim_f1{background-position:-980px -1459px;width:35px;height:53px}.spr-bc_monk3_run_anim_f2{background-position:-2px -1515px;width:35px;height:53px}.spr-bc_monk3_run_anim_f3{background-position:-39px -1515px;width:35px;height:53px}.spr-bc_monk_attack_anim_f0{background-position:-691px -592px;width:71px;height:56px}.spr-bc_monk_attack_anim_f1{background-position:-764px -592px;width:70px;height:56px}.spr-bc_monk_idle_anim_f0{background-position:-836px -592px;width:34px;height:56px}.spr-bc_monk_idle_anim_f1{background-position:-872px -592px;width:34px;height:56px}.spr-bc_monk_idle_anim_f2{background-position:-908px -592px;width:33px;height:56px}.spr-bc_monk_idle_anim_f3{background-position:-943px -592px;width:33px;height:56px}.spr-bc_monk_run_anim_f0{background-position:-2px -650px;width:64px;height:56px}.spr-bc_monk_run_anim_f1{background-position:-68px -650px;width:68px;height:56px}.spr-bc_monk_run_anim_f2{background-position:-138px -650px;width:67px;height:56px}.spr-bc_monk_run_anim_f3{background-position:-207px -650px;width:66px;height:56px}.spr-bc_monk_t2_attack_anim_f0{background-position:-275px -650px;width:71px;height:56px}.spr-bc_monk_t2_attack_anim_f1{background-position:-348px -650px;width:70px;height:56px}.spr-bc_monk_t2_idle_anim_f0{background-position:-420px -650px;width:34px;height:56px}.spr-bc_monk_t2_idle_anim_f1{background-position:-456px -650px;width:34px;height:56px}.spr-bc_monk_t2_idle_anim_f2{background-position:-492px -650px;width:33px;height:56px}.spr-bc_monk_t2_idle_anim_f3{background-position:-527px -650px;width:33px;height:56px}.spr-bc_monk_t2_run_anim_f0{background-position:-562px -650px;width:64px;height:56px}.spr-bc_monk_t2_run_anim_f1{background-position:-628px -650px;width:68px;height:56px}.spr-bc_monk_t2_run_anim_f2{background-position:-698px -650px;width:67px;height:56px}.spr-bc_monk_t2_run_anim_f3{background-position:-767px -650px;width:66px;height:56px}.spr-bc_monk_t3_attack_anim_f0{background-position:-835px -650px;width:71px;height:56px}.spr-bc_monk_t3_attack_anim_f1{background-position:-908px -650px;width:70px;height:56px}.spr-bc_monk_t3_idle_anim_f0{background-position:-980px -650px;width:34px;height:56px}.spr-bc_monk_t3_idle_anim_f1{background-position:-2px -708px;width:34px;height:56px}.spr-bc_monk_t3_idle_anim_f2{background-position:-38px -708px;width:33px;height:56px}.spr-bc_monk_t3_idle_anim_f3{background-position:-73px -708px;width:33px;height:56px}.spr-bc_monk_t3_run_anim_f0{background-position:-108px -708px;width:64px;height:56px}.spr-bc_monk_t3_run_anim_f1{background-position:-174px -708px;width:68px;height:56px}.spr-bc_monk_t3_run_anim_f2{background-position:-244px -708px;width:67px;height:56px}.spr-bc_monk_t3_run_anim_f3{background-position:-313px -708px;width:66px;height:56px}.spr-bc_moo_sovereign_idle_anim_f0{background-position:-792px -1403px;width:27px;height:54px}.spr-bc_moon_pestle_attack_anim_f0{background-position:-502px -1515px;width:23px;height:52px}.spr-bc_moon_pestle_attack_anim_f1{background-position:-527px -1515px;width:34px;height:52px}.spr-bc_moon_pestle_death_anim_f0{background-position:-591px -1928px;width:42px;height:46px}.spr-bc_moon_pestle_death_anim_f1{background-position:-330px -2553px;width:46px;height:28px}.spr-bc_moon_pestle_idle_anim_f0{background-position:-635px -1928px;width:24px;height:46px}.spr-bc_moss_shambler_attack_anim_f0{background-position:-563px -1515px;width:30px;height:52px}.spr-bc_moss_shambler_attack_anim_f1{background-position:-595px -1515px;width:52px;height:52px}.spr-bc_moss_shambler_death_anim_f0{background-position:-661px -1928px;width:46px;height:46px}.spr-bc_moss_shambler_death_anim_f1{background-position:-956px -3204px;width:46px;height:15px}.spr-bc_moss_shambler_idle_anim_f0{background-position:-709px -1928px;width:38px;height:46px}.spr-bc_necromancer2_attack_anim_f0{background-position:-381px -708px;width:44px;height:56px}.spr-bc_necromancer2_attack_anim_f1{background-position:-427px -708px;width:86px;height:56px}.spr-bc_necromancer2_idle_anim_f0{background-position:-515px -708px;width:62px;height:56px}.spr-bc_necromancer2_idle_anim_f1{background-position:-579px -708px;width:62px;height:56px}.spr-bc_necromancer2_idle_anim_f2{background-position:-643px -708px;width:62px;height:56px}.spr-bc_necromancer2_idle_anim_f3{background-position:-707px -708px;width:62px;height:56px}.spr-bc_necromancer2_run_anim_f0{background-position:-771px -708px;width:41px;height:56px}.spr-bc_necromancer2_run_anim_f1{background-position:-814px -708px;width:47px;height:56px}.spr-bc_necromancer2_run_anim_f2{background-position:-863px -708px;width:50px;height:56px}.spr-bc_necromancer2_run_anim_f3{background-position:-915px -708px;width:44px;height:56px}.spr-bc_necromancer3_attack_anim_f0{background-position:-961px -708px;width:33px;height:56px}.spr-bc_necromancer3_attack_anim_f1{background-position:-2px -766px;width:82px;height:56px}.spr-bc_necromancer3_idle_anim_f0{background-position:-86px -766px;width:43px;height:56px}.spr-bc_necromancer3_idle_anim_f1{background-position:-131px -766px;width:43px;height:56px}.spr-bc_necromancer3_idle_anim_f2{background-position:-176px -766px;width:43px;height:56px}.spr-bc_necromancer3_idle_anim_f3{background-position:-221px -766px;width:43px;height:56px}.spr-bc_necromancer3_run_anim_f0{background-position:-266px -766px;width:57px;height:56px}.spr-bc_necromancer3_run_anim_f1{background-position:-325px -766px;width:58px;height:56px}.spr-bc_necromancer3_run_anim_f2{background-position:-385px -766px;width:58px;height:56px}.spr-bc_necromancer3_run_anim_f3{background-position:-445px -766px;width:57px;height:56px}.spr-bc_necromancer_attack_anim_f0{background-position:-504px -766px;width:54px;height:56px}.spr-bc_necromancer_attack_anim_f1{background-position:-680px -1878px;width:95px;height:47px}.spr-bc_necromancer_idle_anim_f0{background-position:-560px -766px;width:61px;height:56px}.spr-bc_necromancer_idle_anim_f1{background-position:-623px -766px;width:61px;height:56px}.spr-bc_necromancer_idle_anim_f2{background-position:-686px -766px;width:61px;height:56px}.spr-bc_necromancer_idle_anim_f3{background-position:-749px -766px;width:61px;height:56px}.spr-bc_necromancer_run_anim_f0{background-position:-812px -766px;width:75px;height:56px}.spr-bc_necromancer_run_anim_f1{background-position:-889px -766px;width:61px;height:56px}.spr-bc_necromancer_run_anim_f2{background-position:-952px -766px;width:62px;height:56px}.spr-bc_necromancer_run_anim_f3{background-position:-700px -1288px;width:60px;height:55px}.spr-bc_necromancer_t2_attack_anim_f0{background-position:-2px -824px;width:54px;height:56px}.spr-bc_necromancer_t2_attack_anim_f1{background-position:-777px -1878px;width:95px;height:47px}.spr-bc_necromancer_t2_idle_anim_f0{background-position:-58px -824px;width:61px;height:56px}.spr-bc_necromancer_t2_idle_anim_f1{background-position:-121px -824px;width:61px;height:56px}.spr-bc_necromancer_t2_idle_anim_f2{background-position:-184px -824px;width:61px;height:56px}.spr-bc_necromancer_t2_idle_anim_f3{background-position:-247px -824px;width:61px;height:56px}.spr-bc_necromancer_t2_run_anim_f0{background-position:-310px -824px;width:75px;height:56px}.spr-bc_necromancer_t2_run_anim_f1{background-position:-387px -824px;width:61px;height:56px}.spr-bc_necromancer_t2_run_anim_f2{background-position:-450px -824px;width:62px;height:56px}.spr-bc_necromancer_t2_run_anim_f3{background-position:-762px -1288px;width:60px;height:55px}.spr-bc_necromancer_t3_attack_anim_f0{background-position:-514px -824px;width:54px;height:56px}.spr-bc_necromancer_t3_attack_anim_f1{background-position:-874px -1878px;width:95px;height:47px}.spr-bc_necromancer_t3_idle_anim_f0{background-position:-570px -824px;width:61px;height:56px}.spr-bc_necromancer_t3_idle_anim_f1{background-position:-633px -824px;width:61px;height:56px}.spr-bc_necromancer_t3_idle_anim_f2{background-position:-696px -824px;width:61px;height:56px}.spr-bc_necromancer_t3_idle_anim_f3{background-position:-759px -824px;width:61px;height:56px}.spr-bc_necromancer_t3_run_anim_f0{background-position:-822px -824px;width:75px;height:56px}.spr-bc_necromancer_t3_run_anim_f1{background-position:-899px -824px;width:61px;height:56px}.spr-bc_necromancer_t3_run_anim_f2{background-position:-2px -882px;width:62px;height:56px}.spr-bc_necromancer_t3_run_anim_f3{background-position:-824px -1288px;width:60px;height:55px}.spr-bc_night_swarm_attack_anim_f0{background-position:-526px -2249px;width:40px;height:38px}.spr-bc_night_swarm_attack_anim_f1{background-position:-568px -2249px;width:35px;height:38px}.spr-bc_night_swarm_death_anim_f0{background-position:-854px -2443px;width:42px;height:35px}.spr-bc_night_swarm_death_anim_f1{background-position:-146px -2987px;width:42px;height:17px}.spr-bc_night_swarm_idle_anim_f0{background-position:-494px -2481px;width:42px;height:34px}.spr-bc_nightmare_lord_attack_anim_f0{background-position:-738px -2px;width:49px;height:70px}.spr-bc_nightmare_lord_attack_anim_f1{background-position:-612px -100px;width:47px;height:66px}.spr-bc_nightmare_lord_death_anim_f0{background-position:-789px -2px;width:61px;height:70px}.spr-bc_nightmare_lord_death_anim_f1{background-position:-849px -2481px;width:64px;height:33px}.spr-bc_nightmare_lord_idle_anim_f0{background-position:-649px -1515px;width:70px;height:52px}.spr-bc_nightmare_lord_idle_anim_f1{background-position:-721px -1515px;width:70px;height:52px}.spr-bc_nightmare_lord_idle_anim_f2{background-position:-793px -1515px;width:70px;height:52px}.spr-bc_nightmare_lord_idle_anim_f3{background-position:-865px -1515px;width:70px;height:52px}.spr-bc_occultist2_attack_anim_f0{background-position:-66px -882px;width:42px;height:56px}.spr-bc_occultist2_attack_anim_f1{background-position:-110px -882px;width:94px;height:56px}.spr-bc_occultist2_idle_anim_f0{background-position:-206px -882px;width:74px;height:56px}.spr-bc_occultist2_idle_anim_f1{background-position:-282px -882px;width:74px;height:56px}.spr-bc_occultist2_idle_anim_f2{background-position:-358px -882px;width:74px;height:56px}.spr-bc_occultist2_idle_anim_f3{background-position:-434px -882px;width:74px;height:56px}.spr-bc_occultist2_run_anim_f0{background-position:-510px -882px;width:31px;height:56px}.spr-bc_occultist2_run_anim_f1{background-position:-543px -882px;width:31px;height:56px}.spr-bc_occultist2_run_anim_f2{background-position:-576px -882px;width:31px;height:56px}.spr-bc_occultist2_run_anim_f3{background-position:-609px -882px;width:37px;height:56px}.spr-bc_occultist3_attack_anim_f0{background-position:-648px -882px;width:60px;height:56px}.spr-bc_occultist3_attack_anim_f1{background-position:-710px -882px;width:130px;height:56px}.spr-bc_occultist3_idle_anim_f0{background-position:-842px -882px;width:43px;height:56px}.spr-bc_occultist3_idle_anim_f1{background-position:-887px -882px;width:43px;height:56px}.spr-bc_occultist3_idle_anim_f2{background-position:-932px -882px;width:43px;height:56px}.spr-bc_occultist3_idle_anim_f3{background-position:-977px -882px;width:43px;height:56px}.spr-bc_occultist3_run_anim_f0{background-position:-2px -940px;width:54px;height:56px}.spr-bc_occultist3_run_anim_f1{background-position:-58px -940px;width:52px;height:56px}.spr-bc_occultist3_run_anim_f2{background-position:-112px -940px;width:54px;height:56px}.spr-bc_occultist3_run_anim_f3{background-position:-168px -940px;width:51px;height:56px}.spr-bc_occultist_attack_anim_f0{background-position:-221px -940px;width:60px;height:56px}.spr-bc_occultist_attack_anim_f1{background-position:-629px -1570px;width:89px;height:51px}.spr-bc_occultist_idle_anim_f0{background-position:-283px -940px;width:57px;height:56px}.spr-bc_occultist_idle_anim_f1{background-position:-342px -940px;width:57px;height:56px}.spr-bc_occultist_idle_anim_f2{background-position:-401px -940px;width:57px;height:56px}.spr-bc_occultist_idle_anim_f3{background-position:-460px -940px;width:57px;height:56px}.spr-bc_occultist_run_anim_f0{background-position:-519px -940px;width:59px;height:56px}.spr-bc_occultist_run_anim_f1{background-position:-886px -1288px;width:57px;height:55px}.spr-bc_occultist_run_anim_f2{background-position:-945px -1288px;width:57px;height:55px}.spr-bc_occultist_run_anim_f3{background-position:-2px -1346px;width:57px;height:55px}.spr-bc_occultist_t2_attack_anim_f0{background-position:-580px -940px;width:60px;height:56px}.spr-bc_occultist_t2_attack_anim_f1{background-position:-720px -1570px;width:89px;height:51px}.spr-bc_occultist_t2_idle_anim_f0{background-position:-642px -940px;width:57px;height:56px}.spr-bc_occultist_t2_idle_anim_f1{background-position:-701px -940px;width:57px;height:56px}.spr-bc_occultist_t2_idle_anim_f2{background-position:-760px -940px;width:57px;height:56px}.spr-bc_occultist_t2_idle_anim_f3{background-position:-819px -940px;width:57px;height:56px}.spr-bc_occultist_t2_run_anim_f0{background-position:-878px -940px;width:59px;height:56px}.spr-bc_occultist_t2_run_anim_f1{background-position:-61px -1346px;width:57px;height:55px}.spr-bc_occultist_t2_run_anim_f2{background-position:-120px -1346px;width:57px;height:55px}.spr-bc_occultist_t2_run_anim_f3{background-position:-179px -1346px;width:57px;height:55px}.spr-bc_occultist_t3_attack_anim_f0{background-position:-939px -940px;width:60px;height:56px}.spr-bc_occultist_t3_attack_anim_f1{background-position:-811px -1570px;width:89px;height:51px}.spr-bc_occultist_t3_idle_anim_f0{background-position:-2px -998px;width:57px;height:56px}.spr-bc_occultist_t3_idle_anim_f1{background-position:-61px -998px;width:57px;height:56px}.spr-bc_occultist_t3_idle_anim_f2{background-position:-120px -998px;width:57px;height:56px}.spr-bc_occultist_t3_idle_anim_f3{background-position:-179px -998px;width:57px;height:56px}.spr-bc_occultist_t3_run_anim_f0{background-position:-238px -998px;width:59px;height:56px}.spr-bc_occultist_t3_run_anim_f1{background-position:-238px -1346px;width:57px;height:55px}.spr-bc_occultist_t3_run_anim_f2{background-position:-297px -1346px;width:57px;height:55px}.spr-bc_occultist_t3_run_anim_f3{background-position:-356px -1346px;width:57px;height:55px}.spr-bc_old_flame_attack_anim_f0{background-position:-234px -1728px;width:31px;height:48px}.spr-bc_old_flame_attack_anim_f1{background-position:-267px -1728px;width:47px;height:48px}.spr-bc_old_flame_death_anim_f0{background-position:-316px -1728px;width:40px;height:48px}.spr-bc_old_flame_death_anim_f1{background-position:-304px -2705px;width:48px;height:27px}.spr-bc_old_flame_idle_anim_f0{background-position:-358px -1728px;width:42px;height:48px}.spr-bc_old_flame_idle_anim_f1{background-position:-402px -1728px;width:42px;height:48px}.spr-bc_old_flame_idle_anim_f2{background-position:-446px -1728px;width:42px;height:48px}.spr-bc_old_flame_idle_anim_f3{background-position:-490px -1728px;width:42px;height:48px}.spr-bc_orc_berserker_attack_anim_f0{background-position:-76px -1515px;width:24px;height:53px}.spr-bc_orc_berserker_attack_anim_f1{background-position:-882px -2207px;width:30px;height:39px}.spr-bc_orc_berserker_death_anim_f0{background-position:-781px -1624px;width:43px;height:50px}.spr-bc_orc_berserker_death_anim_f1{background-position:-915px -2481px;width:50px;height:33px}.spr-bc_orc_berserker_idle_anim_f0{background-position:-826px -1624px;width:43px;height:50px}.spr-bc_pale_wisp_attack_anim_f0{background-position:-914px -2207px;width:33px;height:39px}.spr-bc_pale_wisp_attack_anim_f1{background-position:-949px -2207px;width:48px;height:39px}.spr-bc_pale_wisp_death_anim_f0{background-position:-921px -2290px;width:40px;height:36px}.spr-bc_pale_wisp_death_anim_f1{background-position:-743px -3222px;width:36px;height:8px}.spr-bc_pale_wisp_idle_anim_f0{background-position:-967px -2481px;width:40px;height:33px}.spr-bc_pallid_grub_attack_anim_f0{background-position:-190px -2987px;width:26px;height:17px}.spr-bc_pallid_grub_attack_anim_f1{background-position:-182px -3222px;width:26px;height:14px}.spr-bc_pallid_grub_death_anim_f0{background-position:-218px -2987px;width:40px;height:17px}.spr-bc_pallid_grub_death_anim_f1{background-position:-452px -3222px;width:40px;height:12px}.spr-bc_pallid_grub_idle_anim_f0{background-position:-946px -2941px;width:40px;height:20px}.spr-bc_parasite2_attack_anim_f0{background-position:-534px -1728px;width:50px;height:48px}.spr-bc_parasite2_attack_anim_f1{background-position:-586px -1728px;width:87px;height:48px}.spr-bc_parasite2_idle_anim_f0{background-position:-675px -1728px;width:44px;height:48px}.spr-bc_parasite2_idle_anim_f1{background-position:-721px -1728px;width:44px;height:48px}.spr-bc_parasite2_idle_anim_f2{background-position:-767px -1728px;width:44px;height:48px}.spr-bc_parasite2_idle_anim_f3{background-position:-813px -1728px;width:44px;height:48px}.spr-bc_parasite2_run_anim_f0{background-position:-859px -1728px;width:39px;height:48px}.spr-bc_parasite2_run_anim_f1{background-position:-900px -1728px;width:40px;height:48px}.spr-bc_parasite2_run_anim_f2{background-position:-942px -1728px;width:38px;height:48px}.spr-bc_parasite2_run_anim_f3{background-position:-2px -1778px;width:44px;height:48px}.spr-bc_parasite3_attack_anim_f0{background-position:-48px -1778px;width:45px;height:48px}.spr-bc_parasite3_attack_anim_f1{background-position:-95px -1778px;width:78px;height:48px}.spr-bc_parasite3_idle_anim_f0{background-position:-175px -1778px;width:45px;height:48px}.spr-bc_parasite3_idle_anim_f1{background-position:-222px -1778px;width:44px;height:48px}.spr-bc_parasite3_idle_anim_f2{background-position:-268px -1778px;width:45px;height:48px}.spr-bc_parasite3_idle_anim_f3{background-position:-315px -1778px;width:44px;height:48px}.spr-bc_parasite3_run_anim_f0{background-position:-361px -1778px;width:27px;height:48px}.spr-bc_parasite3_run_anim_f1{background-position:-390px -1778px;width:27px;height:48px}.spr-bc_parasite3_run_anim_f2{background-position:-419px -1778px;width:27px;height:48px}.spr-bc_parasite3_run_anim_f3{background-position:-448px -1778px;width:27px;height:48px}.spr-bc_parasite_attack_anim_f0{background-position:-477px -1778px;width:67px;height:48px}.spr-bc_parasite_attack_anim_f1{background-position:-749px -1928px;width:131px;height:46px}.spr-bc_parasite_idle_anim_f0{background-position:-546px -1778px;width:32px;height:48px}.spr-bc_parasite_idle_anim_f1{background-position:-580px -1778px;width:33px;height:48px}.spr-bc_parasite_idle_anim_f2{background-position:-615px -1778px;width:31px;height:48px}.spr-bc_parasite_idle_anim_f3{background-position:-648px -1778px;width:32px;height:48px}.spr-bc_parasite_run_anim_f0{background-position:-682px -1778px;width:44px;height:48px}.spr-bc_parasite_run_anim_f1{background-position:-2px -1928px;width:56px;height:47px}.spr-bc_parasite_run_anim_f2{background-position:-728px -1778px;width:44px;height:48px}.spr-bc_parasite_run_anim_f3{background-position:-774px -1778px;width:45px;height:48px}.spr-bc_parasite_t2_attack_anim_f0{background-position:-821px -1778px;width:67px;height:48px}.spr-bc_parasite_t2_attack_anim_f1{background-position:-882px -1928px;width:131px;height:46px}.spr-bc_parasite_t2_idle_anim_f0{background-position:-890px -1778px;width:32px;height:48px}.spr-bc_parasite_t2_idle_anim_f1{background-position:-924px -1778px;width:33px;height:48px}.spr-bc_parasite_t2_idle_anim_f2{background-position:-959px -1778px;width:31px;height:48px}.spr-bc_parasite_t2_idle_anim_f3{background-position:-2px -1828px;width:32px;height:48px}.spr-bc_parasite_t2_run_anim_f0{background-position:-36px -1828px;width:44px;height:48px}.spr-bc_parasite_t2_run_anim_f1{background-position:-60px -1928px;width:56px;height:47px}.spr-bc_parasite_t2_run_anim_f2{background-position:-82px -1828px;width:44px;height:48px}.spr-bc_parasite_t2_run_anim_f3{background-position:-128px -1828px;width:45px;height:48px}.spr-bc_parasite_t3_attack_anim_f0{background-position:-175px -1828px;width:67px;height:48px}.spr-bc_parasite_t3_attack_anim_f1{background-position:-2px -1977px;width:131px;height:46px}.spr-bc_parasite_t3_idle_anim_f0{background-position:-244px -1828px;width:32px;height:48px}.spr-bc_parasite_t3_idle_anim_f1{background-position:-278px -1828px;width:33px;height:48px}.spr-bc_parasite_t3_idle_anim_f2{background-position:-313px -1828px;width:31px;height:48px}.spr-bc_parasite_t3_idle_anim_f3{background-position:-346px -1828px;width:32px;height:48px}.spr-bc_parasite_t3_run_anim_f0{background-position:-380px -1828px;width:44px;height:48px}.spr-bc_parasite_t3_run_anim_f1{background-position:-118px -1928px;width:56px;height:47px}.spr-bc_parasite_t3_run_anim_f2{background-position:-426px -1828px;width:44px;height:48px}.spr-bc_parasite_t3_run_anim_f3{background-position:-472px -1828px;width:45px;height:48px}.spr-bc_pit_demon_attack_anim_f0{background-position:-519px -1828px;width:43px;height:48px}.spr-bc_pit_demon_attack_anim_f1{background-position:-564px -1828px;width:48px;height:48px}.spr-bc_pit_demon_death_anim_f0{background-position:-614px -1828px;width:39px;height:48px}.spr-bc_pit_demon_death_anim_f1{background-position:-747px -2965px;width:46px;height:18px}.spr-bc_pit_demon_idle_anim_f0{background-position:-655px -1828px;width:46px;height:48px}.spr-bc_pit_hare_attack_anim_f0{background-position:-888px -2025px;width:50px;height:44px}.spr-bc_pit_hare_attack_anim_f1{background-position:-538px -2481px;width:56px;height:34px}.spr-bc_pit_hare_death_anim_f0{background-position:-181px -2290px;width:54px;height:37px}.spr-bc_pit_hare_death_anim_f1{background-position:-796px -2814px;width:50px;height:24px}.spr-bc_pit_hare_idle_anim_f0{background-position:-821px -1403px;width:45px;height:54px}.spr-bc_plague_bearer_attack_anim_f0{background-position:-299px -998px;width:32px;height:56px}.spr-bc_plague_bearer_attack_anim_f1{background-position:-135px -1977px;width:42px;height:46px}.spr-bc_plague_bearer_death_anim_f0{background-position:-871px -1624px;width:35px;height:50px}.spr-bc_plague_bearer_death_anim_f1{background-position:-418px -2965px;width:50px;height:19px}.spr-bc_plague_bearer_idle_anim_f0{background-position:-908px -1624px;width:35px;height:50px}.spr-bc_plague_gnat_attack_anim_f0{background-position:-237px -2290px;width:37px;height:37px}.spr-bc_plague_gnat_attack_anim_f1{background-position:-163px -2518px;width:41px;height:32px}.spr-bc_plague_gnat_death_anim_f0{background-position:-595px -2705px;width:42px;height:26px}.spr-bc_plague_gnat_death_anim_f1{background-position:-2px -3222px;width:42px;height:15px}.spr-bc_plague_gnat_idle_anim_f0{background-position:-634px -2518px;width:42px;height:31px}.spr-bc_prism_wyrm_attack_anim_f0{background-position:-937px -1515px;width:50px;height:52px}.spr-bc_prism_wyrm_attack_anim_f1{background-position:-245px -2207px;width:76px;height:40px}.spr-bc_prism_wyrm_death_anim_f0{background-position:-963px -2290px;width:46px;height:36px}.spr-bc_prism_wyrm_death_anim_f1{background-position:-945px -2705px;width:42px;height:25px}.spr-bc_prism_wyrm_idle_anim_f0{background-position:-179px -1977px;width:41px;height:46px}.spr-bc_promised_cake_attack_anim_f0{background-position:-228px -2118px;width:19px;height:43px}.spr-bc_promised_cake_attack_anim_f1{background-position:-249px -2118px;width:32px;height:43px}.spr-bc_promised_cake_death_anim_f0{background-position:-728px -2118px;width:35px;height:42px}.spr-bc_promised_cake_death_anim_f1{background-position:-2px -2735px;width:42px;height:25px}.spr-bc_promised_cake_idle_anim_f0{background-position:-276px -2290px;width:42px;height:37px}.spr-bc_promised_cake_idle_anim_f1{background-position:-320px -2290px;width:42px;height:37px}.spr-bc_promised_cake_idle_anim_f2{background-position:-364px -2290px;width:42px;height:37px}.spr-bc_promised_cake_idle_anim_f3{background-position:-408px -2290px;width:42px;height:37px}.spr-bc_prop_brazier_f0{background-position:-333px -998px;width:44px;height:56px}.spr-bc_prop_brazier_f1{background-position:-379px -998px;width:44px;height:56px}.spr-bc_prop_cage_closed{background-position:-698px -100px;width:32px;height:64px}.spr-bc_prop_cage_open{background-position:-732px -100px;width:41px;height:64px}.spr-bc_prop_pedestal{background-position:-452px -2290px;width:40px;height:37px}.spr-bc_red_gaoler_attack_anim_f0{background-position:-510px -236px;width:45px;height:60px}.spr-bc_red_gaoler_attack_anim_f1{background-position:-557px -236px;width:59px;height:60px}.spr-bc_red_gaoler_death_anim_f0{background-position:-868px -1403px;width:43px;height:54px}.spr-bc_red_gaoler_death_anim_f1{background-position:-2px -2329px;width:54px;height:36px}.spr-bc_red_gaoler_idle_anim_f0{background-position:-913px -1403px;width:46px;height:54px}.spr-bc_red_gaoler_idle_anim_f1{background-position:-961px -1403px;width:46px;height:54px}.spr-bc_red_gaoler_idle_anim_f2{background-position:-2px -1459px;width:46px;height:54px}.spr-bc_red_gaoler_idle_anim_f3{background-position:-50px -1459px;width:46px;height:54px}.spr-bc_reproachful_shade_attack_anim_f0{background-position:-940px -2025px;width:34px;height:44px}.spr-bc_reproachful_shade_attack_anim_f1{background-position:-2px -2072px;width:63px;height:44px}.spr-bc_reproachful_shade_death_anim_f0{background-position:-67px -2072px;width:41px;height:44px}.spr-bc_reproachful_shade_death_anim_f1{background-position:-677px -3222px;width:22px;height:11px}.spr-bc_reproachful_shade_idle_anim_f0{background-position:-110px -2072px;width:41px;height:44px}.spr-bc_reproachful_shade_idle_anim_f1{background-position:-153px -2072px;width:41px;height:44px}.spr-bc_reproachful_shade_idle_anim_f2{background-position:-196px -2072px;width:41px;height:44px}.spr-bc_reproachful_shade_idle_anim_f3{background-position:-239px -2072px;width:41px;height:44px}.spr-bc_rimebound_sentinel_attack_anim_f0{background-position:-98px -1459px;width:32px;height:54px}.spr-bc_rimebound_sentinel_attack_anim_f1{background-position:-132px -1459px;width:34px;height:54px}.spr-bc_rimebound_sentinel_death_anim_f0{background-position:-703px -1828px;width:34px;height:48px}.spr-bc_rimebound_sentinel_death_anim_f1{background-position:-208px -2840px;width:48px;height:23px}.spr-bc_rimebound_sentinel_idle_anim_f0{background-position:-739px -1828px;width:29px;height:48px}.spr-bc_rimewalker_attack_anim_f0{background-position:-945px -1624px;width:40px;height:50px}.spr-bc_rimewalker_attack_anim_f1{background-position:-283px -2118px;width:70px;height:43px}.spr-bc_rimewalker_death_anim_f0{background-position:-282px -2072px;width:25px;height:44px}.spr-bc_rimewalker_death_anim_f1{background-position:-848px -2814px;width:40px;height:24px}.spr-bc_rimewalker_idle_anim_f0{background-position:-309px -2072px;width:18px;height:44px}.spr-bc_river_lizard_attack_anim_f0{background-position:-280px -2164px;width:31px;height:41px}.spr-bc_river_lizard_attack_anim_f1{background-position:-106px -2553px;width:58px;height:29px}.spr-bc_river_lizard_death_anim_f0{background-position:-2px -2249px;width:44px;height:39px}.spr-bc_river_lizard_death_anim_f1{background-position:-494px -3222px;width:44px;height:12px}.spr-bc_river_lizard_idle_anim_f0{background-position:-898px -2443px;width:44px;height:35px}.spr-bc_rotting_zombie_attack_anim_f0{background-position:-222px -1977px;width:35px;height:46px}.spr-bc_rotting_zombie_attack_anim_f1{background-position:-313px -2164px;width:39px;height:41px}.spr-bc_rotting_zombie_death_anim_f0{background-position:-259px -1977px;width:37px;height:46px}.spr-bc_rotting_zombie_death_anim_f1{background-position:-842px -2987px;width:46px;height:16px}.spr-bc_rotting_zombie_idle_anim_f0{background-position:-298px -1977px;width:31px;height:46px}.spr-bc_scout2_attack_anim_f0{background-position:-425px -998px;width:57px;height:56px}.spr-bc_scout2_attack_anim_f1{background-position:-484px -998px;width:81px;height:56px}.spr-bc_scout2_idle_anim_f0{background-position:-567px -998px;width:35px;height:56px}.spr-bc_scout2_idle_anim_f1{background-position:-604px -998px;width:35px;height:56px}.spr-bc_scout2_idle_anim_f2{background-position:-641px -998px;width:35px;height:56px}.spr-bc_scout2_idle_anim_f3{background-position:-678px -998px;width:35px;height:56px}.spr-bc_scout2_run_anim_f0{background-position:-715px -998px;width:48px;height:56px}.spr-bc_scout2_run_anim_f1{background-position:-765px -998px;width:48px;height:56px}.spr-bc_scout2_run_anim_f2{background-position:-815px -998px;width:48px;height:56px}.spr-bc_scout2_run_anim_f3{background-position:-865px -998px;width:52px;height:56px}.spr-bc_scout3_attack_anim_f0{background-position:-919px -998px;width:69px;height:56px}.spr-bc_scout3_attack_anim_f1{background-position:-2px -1056px;width:66px;height:56px}.spr-bc_scout3_idle_anim_f0{background-position:-70px -1056px;width:34px;height:56px}.spr-bc_scout3_idle_anim_f1{background-position:-106px -1056px;width:34px;height:56px}.spr-bc_scout3_idle_anim_f2{background-position:-142px -1056px;width:34px;height:56px}.spr-bc_scout3_idle_anim_f3{background-position:-178px -1056px;width:34px;height:56px}.spr-bc_scout3_run_anim_f0{background-position:-214px -1056px;width:61px;height:56px}.spr-bc_scout3_run_anim_f1{background-position:-277px -1056px;width:58px;height:56px}.spr-bc_scout3_run_anim_f2{background-position:-168px -1459px;width:42px;height:54px}.spr-bc_scout3_run_anim_f3{background-position:-337px -1056px;width:63px;height:56px}.spr-bc_scout_attack_anim_f0{background-position:-402px -1056px;width:61px;height:56px}.spr-bc_scout_attack_anim_f1{background-position:-465px -1056px;width:44px;height:56px}.spr-bc_scout_idle_anim_f0{background-position:-511px -1056px;width:57px;height:56px}.spr-bc_scout_idle_anim_f1{background-position:-570px -1056px;width:57px;height:56px}.spr-bc_scout_idle_anim_f2{background-position:-629px -1056px;width:57px;height:56px}.spr-bc_scout_idle_anim_f3{background-position:-688px -1056px;width:57px;height:56px}.spr-bc_scout_run_anim_f0{background-position:-747px -1056px;width:46px;height:56px}.spr-bc_scout_run_anim_f1{background-position:-795px -1056px;width:50px;height:56px}.spr-bc_scout_run_anim_f2{background-position:-847px -1056px;width:54px;height:56px}.spr-bc_scout_run_anim_f3{background-position:-903px -1056px;width:47px;height:56px}.spr-bc_scout_t2_attack_anim_f0{background-position:-952px -1056px;width:61px;height:56px}.spr-bc_scout_t2_attack_anim_f1{background-position:-2px -1114px;width:44px;height:56px}.spr-bc_scout_t2_idle_anim_f0{background-position:-48px -1114px;width:57px;height:56px}.spr-bc_scout_t2_idle_anim_f1{background-position:-107px -1114px;width:57px;height:56px}.spr-bc_scout_t2_idle_anim_f2{background-position:-166px -1114px;width:57px;height:56px}.spr-bc_scout_t2_idle_anim_f3{background-position:-225px -1114px;width:57px;height:56px}.spr-bc_scout_t2_run_anim_f0{background-position:-284px -1114px;width:46px;height:56px}.spr-bc_scout_t2_run_anim_f1{background-position:-332px -1114px;width:50px;height:56px}.spr-bc_scout_t2_run_anim_f2{background-position:-384px -1114px;width:54px;height:56px}.spr-bc_scout_t2_run_anim_f3{background-position:-440px -1114px;width:47px;height:56px}.spr-bc_scout_t3_attack_anim_f0{background-position:-489px -1114px;width:61px;height:56px}.spr-bc_scout_t3_attack_anim_f1{background-position:-552px -1114px;width:44px;height:56px}.spr-bc_scout_t3_idle_anim_f0{background-position:-598px -1114px;width:57px;height:56px}.spr-bc_scout_t3_idle_anim_f1{background-position:-657px -1114px;width:57px;height:56px}.spr-bc_scout_t3_idle_anim_f2{background-position:-716px -1114px;width:57px;height:56px}.spr-bc_scout_t3_idle_anim_f3{background-position:-775px -1114px;width:57px;height:56px}.spr-bc_scout_t3_run_anim_f0{background-position:-834px -1114px;width:46px;height:56px}.spr-bc_scout_t3_run_anim_f1{background-position:-882px -1114px;width:50px;height:56px}.spr-bc_scout_t3_run_anim_f2{background-position:-934px -1114px;width:54px;height:56px}.spr-bc_scout_t3_run_anim_f3{background-position:-2px -1172px;width:47px;height:56px}.spr-bc_shadow_lord_attack_anim_f0{background-position:-921px -236px;width:33px;height:58px}.spr-bc_shadow_lord_attack_anim_f1{background-position:-956px -236px;width:42px;height:58px}.spr-bc_shadow_lord_death_anim_f0{background-position:-989px -1515px;width:23px;height:52px}.spr-bc_shadow_lord_death_anim_f1{background-position:-44px -2941px;width:52px;height:22px}.spr-bc_shadow_lord_idle_anim_f0{background-position:-2px -1676px;width:38px;height:50px}.spr-bc_shadow_wraith_attack_anim_f0{background-position:-331px -1977px;width:32px;height:46px}.spr-bc_shadow_wraith_attack_anim_f1{background-position:-48px -2249px;width:46px;height:39px}.spr-bc_shadow_wraith_death_anim_f0{background-position:-605px -2249px;width:46px;height:38px}.spr-bc_shadow_wraith_death_anim_f1{background-position:-781px -3222px;width:40px;height:7px}.spr-bc_shadow_wraith_idle_anim_f0{background-position:-365px -1977px;width:42px;height:46px}.spr-bc_skeleton_archer_attack_anim_f0{background-position:-329px -2072px;width:28px;height:44px}.spr-bc_skeleton_archer_attack_anim_f1{background-position:-494px -2290px;width:35px;height:37px}.spr-bc_skeleton_archer_death_anim_f0{background-position:-359px -2072px;width:42px;height:44px}.spr-bc_skeleton_archer_death_anim_f1{background-position:-795px -2965px;width:42px;height:18px}.spr-bc_skeleton_archer_idle_anim_f0{background-position:-403px -2072px;width:43px;height:44px}.spr-bc_soul_eater_attack_anim_f0{background-position:-770px -1828px;width:38px;height:48px}.spr-bc_soul_eater_attack_anim_f1{background-position:-653px -2249px;width:48px;height:38px}.spr-bc_soul_eater_death_anim_f0{background-position:-354px -2164px;width:48px;height:41px}.spr-bc_soul_eater_death_anim_f1{background-position:-323px -2207px;width:44px;height:40px}.spr-bc_soul_eater_idle_anim_f0{background-position:-409px -1977px;width:48px;height:46px}.spr-bc_stone_golem_attack_anim_f0{background-position:-212px -1459px;width:34px;height:54px}.spr-bc_stone_golem_attack_anim_f1{background-position:-248px -1459px;width:42px;height:54px}.spr-bc_stone_golem_death_anim_f0{background-position:-389px -1676px;width:52px;height:49px}.spr-bc_stone_golem_death_anim_f1{background-position:-46px -3222px;width:46px;height:15px}.spr-bc_stone_golem_idle_anim_f0{background-position:-810px -1828px;width:52px;height:48px}.spr-bc_stone_warden_attack_anim_f0{background-position:-2px -100px;width:42px;height:68px}.spr-bc_stone_warden_attack_anim_f1{background-position:-415px -1346px;width:40px;height:55px}.spr-bc_stone_warden_death_anim_f0{background-position:-46px -100px;width:44px;height:68px}.spr-bc_stone_warden_death_anim_f1{background-position:-96px -2249px;width:68px;height:39px}.spr-bc_stone_warden_idle_anim_f0{background-position:-775px -100px;width:68px;height:64px}.spr-bc_stone_warden_idle_anim_f1{background-position:-845px -100px;width:68px;height:64px}.spr-bc_stone_warden_idle_anim_f2{background-position:-915px -100px;width:68px;height:64px}.spr-bc_stone_warden_idle_anim_f3{background-position:-2px -170px;width:68px;height:64px}.spr-bc_storm_shaman_attack_anim_f0{background-position:-2px -1570px;width:20px;height:52px}.spr-bc_storm_shaman_attack_anim_f1{background-position:-864px -1828px;width:52px;height:48px}.spr-bc_storm_shaman_death_anim_f0{background-position:-459px -1977px;width:33px;height:46px}.spr-bc_storm_shaman_death_anim_f1{background-position:-98px -2941px;width:46px;height:22px}.spr-bc_storm_shaman_idle_anim_f0{background-position:-494px -1977px;width:44px;height:46px}.spr-bc_storybook_prince_attack_anim_f0{background-position:-2px -300px;width:29px;height:58px}.spr-bc_storybook_prince_attack_anim_f1{background-position:-443px -1676px;width:36px;height:49px}.spr-bc_storybook_prince_death_anim_f0{background-position:-206px -2518px;width:52px;height:32px}.spr-bc_storybook_prince_death_anim_f1{background-position:-636px -2941px;width:52px;height:21px}.spr-bc_storybook_prince_idle_anim_f0{background-position:-24px -1570px;width:51px;height:52px}.spr-bc_striped_revenant_attack_anim_f0{background-position:-404px -2164px;width:30px;height:41px}.spr-bc_striped_revenant_attack_anim_f1{background-position:-260px -2518px;width:25px;height:32px}.spr-bc_striped_revenant_death_anim_f0{background-position:-369px -2207px;width:48px;height:40px}.spr-bc_striped_revenant_death_anim_f1{background-position:-470px -2965px;width:48px;height:19px}.spr-bc_striped_revenant_idle_anim_f0{background-position:-944px -2443px;width:48px;height:35px}.spr-bc_stuffed_tyrant_attack_anim_f0{background-position:-77px -1570px;width:39px;height:52px}.spr-bc_stuffed_tyrant_attack_anim_f1{background-position:-58px -2329px;width:51px;height:36px}.spr-bc_stuffed_tyrant_death_anim_f0{background-position:-378px -2553px;width:50px;height:28px}.spr-bc_stuffed_tyrant_death_anim_f1{background-position:-890px -2814px;width:50px;height:24px}.spr-bc_stuffed_tyrant_idle_anim_f0{background-position:-540px -1977px;width:50px;height:46px}.spr-bc_swamp_creeper_attack_anim_f0{background-position:-639px -2705px;width:49px;height:26px}.spr-bc_swamp_creeper_attack_anim_f1{background-position:-430px -2553px;width:54px;height:28px}.spr-bc_swamp_creeper_death_anim_f0{background-position:-765px -2118px;width:37px;height:42px}.spr-bc_swamp_creeper_death_anim_f1{background-position:-2px -2965px;width:42px;height:20px}.spr-bc_swamp_creeper_idle_anim_f0{background-position:-146px -2941px;width:42px;height:22px}.spr-bc_the_absent_attack_anim_f0{background-position:-592px -1977px;width:38px;height:46px}.spr-bc_the_absent_attack_anim_f1{background-position:-419px -2207px;width:79px;height:40px}.spr-bc_the_absent_death_anim_f0{background-position:-632px -1977px;width:37px;height:46px}.spr-bc_the_absent_death_anim_f1{background-position:-839px -2965px;width:30px;height:18px}.spr-bc_the_absent_idle_anim_f0{background-position:-671px -1977px;width:45px;height:46px}.spr-bc_the_absent_idle_anim_f1{background-position:-718px -1977px;width:45px;height:46px}.spr-bc_the_absent_idle_anim_f2{background-position:-765px -1977px;width:45px;height:46px}.spr-bc_the_absent_idle_anim_f3{background-position:-812px -1977px;width:45px;height:46px}.spr-bc_the_errant_attack_anim_f0{background-position:-531px -2290px;width:30px;height:37px}.spr-bc_the_errant_attack_anim_f1{background-position:-354px -2705px;width:37px;height:27px}.spr-bc_the_errant_death_anim_f0{background-position:-890px -2987px;width:40px;height:16px}.spr-bc_the_errant_death_anim_f1{background-position:-701px -3222px;width:40px;height:9px}.spr-bc_the_errant_idle_anim_f0{background-position:-678px -2518px;width:40px;height:31px}.spr-bc_the_eternal_attack_anim_f0{background-position:-418px -2px;width:52px;height:72px}.spr-bc_the_eternal_attack_anim_f1{background-position:-472px -2px;width:53px;height:72px}.spr-bc_the_eternal_death_anim_f0{background-position:-527px -2px;width:66px;height:72px}.spr-bc_the_eternal_death_anim_f1{background-position:-595px -2px;width:67px;height:72px}.spr-bc_the_eternal_idle_anim_f0{background-position:-33px -300px;width:72px;height:58px}.spr-bc_the_eternal_idle_anim_f1{background-position:-107px -300px;width:72px;height:58px}.spr-bc_the_eternal_idle_anim_f2{background-position:-181px -300px;width:72px;height:58px}.spr-bc_the_eternal_idle_anim_f3{background-position:-255px -300px;width:72px;height:58px}.spr-bc_the_midden_attack_anim_f0{background-position:-436px -2164px;width:36px;height:41px}.spr-bc_the_midden_attack_anim_f1{background-position:-703px -2249px;width:36px;height:38px}.spr-bc_the_midden_death_anim_f0{background-position:-918px -1828px;width:39px;height:48px}.spr-bc_the_midden_death_anim_f1{background-position:-2px -2518px;width:48px;height:33px}.spr-bc_the_midden_idle_anim_f0{background-position:-2px -2481px;width:48px;height:35px}.spr-bc_the_unrendered_attack_anim_f0{background-position:-563px -2290px;width:27px;height:37px}.spr-bc_the_unrendered_attack_anim_f1{background-position:-111px -2329px;width:28px;height:36px}.spr-bc_the_unrendered_death_anim_f0{background-position:-448px -2072px;width:42px;height:44px}.spr-bc_the_unrendered_death_anim_f1{background-position:-210px -3222px;width:44px;height:14px}.spr-bc_the_unrendered_idle_anim_f0{background-position:-720px -2518px;width:44px;height:31px}.spr-bc_thornbloom_attack_anim_f0{background-position:-42px -1676px;width:26px;height:50px}.spr-bc_thornbloom_attack_anim_f1{background-position:-70px -1676px;width:32px;height:50px}.spr-bc_thornbloom_death_anim_f0{background-position:-492px -2072px;width:35px;height:44px}.spr-bc_thornbloom_death_anim_f1{background-position:-871px -2965px;width:42px;height:18px}.spr-bc_thornbloom_idle_anim_f0{background-position:-529px -2072px;width:43px;height:44px}.spr-bc_thunder_djinn_attack_anim_f0{background-position:-959px -1828px;width:19px;height:48px}.spr-bc_thunder_djinn_attack_anim_f1{background-position:-474px -2164px;width:48px;height:41px}.spr-bc_thunder_djinn_death_anim_f0{background-position:-2px -1878px;width:43px;height:48px}.spr-bc_thunder_djinn_death_anim_f1{background-position:-47px -1878px;width:41px;height:48px}.spr-bc_thunder_djinn_idle_anim_f0{background-position:-90px -1878px;width:40px;height:48px}.spr-bc_tomb_ghoul_attack_anim_f0{background-position:-574px -2072px;width:54px;height:44px}.spr-bc_tomb_ghoul_attack_anim_f1{background-position:-741px -2249px;width:41px;height:38px}.spr-bc_tomb_ghoul_death_anim_f0{background-position:-630px -2072px;width:39px;height:44px}.spr-bc_tomb_ghoul_death_anim_f1{background-position:-258px -2840px;width:42px;height:23px}.spr-bc_tomb_ghoul_idle_anim_f0{background-position:-592px -2290px;width:44px;height:37px}.spr-bc_trailing_revenant_attack_anim_f0{background-position:-104px -1676px;width:30px;height:50px}.spr-bc_trailing_revenant_attack_anim_f1{background-position:-52px -2481px;width:50px;height:35px}.spr-bc_trailing_revenant_death_anim_f0{background-position:-500px -2207px;width:44px;height:40px}.spr-bc_trailing_revenant_death_anim_f1{background-position:-190px -2941px;width:44px;height:22px}.spr-bc_trailing_revenant_idle_anim_f0{background-position:-671px -2072px;width:41px;height:44px}.spr-bc_tunnel_worm_attack_anim_f0{background-position:-132px -1878px;width:30px;height:48px}.spr-bc_tunnel_worm_attack_anim_f1{background-position:-164px -1878px;width:34px;height:48px}.spr-bc_tunnel_worm_death_anim_f0{background-position:-596px -2481px;width:42px;height:34px}.spr-bc_tunnel_worm_death_anim_f1{background-position:-540px -3222px;width:42px;height:12px}.spr-bc_tunnel_worm_idle_anim_f0{background-position:-804px -2118px;width:31px;height:42px}.spr-bc_unwritten2_attack_anim_f0{background-position:-457px -1346px;width:92px;height:55px}.spr-bc_unwritten2_attack_anim_f1{background-position:-51px -1172px;width:110px;height:56px}.spr-bc_unwritten2_idle_anim_f0{background-position:-524px -2164px;width:56px;height:41px}.spr-bc_unwritten2_idle_anim_f1{background-position:-582px -2164px;width:56px;height:41px}.spr-bc_unwritten2_idle_anim_f2{background-position:-640px -2164px;width:56px;height:41px}.spr-bc_unwritten2_idle_anim_f3{background-position:-698px -2164px;width:56px;height:41px}.spr-bc_unwritten2_run_anim_f0{background-position:-163px -1172px;width:98px;height:56px}.spr-bc_unwritten2_run_anim_f1{background-position:-263px -1172px;width:99px;height:56px}.spr-bc_unwritten2_run_anim_f2{background-position:-136px -1676px;width:98px;height:50px}.spr-bc_unwritten2_run_anim_f3{background-position:-236px -1676px;width:99px;height:50px}.spr-bc_unwritten3_attack_anim_f0{background-position:-618px -236px;width:162px;height:60px}.spr-bc_unwritten3_attack_anim_f1{background-position:-92px -100px;width:118px;height:68px}.spr-bc_unwritten3_idle_anim_f0{background-position:-118px -1570px;width:68px;height:52px}.spr-bc_unwritten3_idle_anim_f1{background-position:-188px -1570px;width:68px;height:52px}.spr-bc_unwritten3_idle_anim_f2{background-position:-258px -1570px;width:68px;height:52px}.spr-bc_unwritten3_idle_anim_f3{background-position:-328px -1570px;width:68px;height:52px}.spr-bc_unwritten3_run_anim_f0{background-position:-212px -100px;width:112px;height:68px}.spr-bc_unwritten3_run_anim_f1{background-position:-515px -170px;width:78px;height:63px}.spr-bc_unwritten3_run_anim_f2{background-position:-595px -170px;width:65px;height:63px}.spr-bc_unwritten_attack_anim_f0{background-position:-714px -2072px;width:22px;height:44px}.spr-bc_unwritten_attack_anim_f1{background-position:-738px -2072px;width:22px;height:44px}.spr-bc_unwritten_idle_anim_f0{background-position:-762px -2072px;width:43px;height:44px}.spr-bc_unwritten_idle_anim_f1{background-position:-807px -2072px;width:43px;height:44px}.spr-bc_unwritten_idle_anim_f2{background-position:-852px -2072px;width:43px;height:44px}.spr-bc_unwritten_idle_anim_f3{background-position:-897px -2072px;width:43px;height:44px}.spr-bc_unwritten_run_anim_f0{background-position:-942px -2072px;width:22px;height:44px}.spr-bc_unwritten_run_anim_f1{background-position:-966px -2072px;width:22px;height:44px}.spr-bc_unwritten_run_anim_f2{background-position:-990px -2072px;width:22px;height:44px}.spr-bc_unwritten_run_anim_f3{background-position:-2px -2118px;width:22px;height:44px}.spr-bc_vanguard2_attack_anim_f0{background-position:-100px -2px;width:56px;height:80px}.spr-bc_vanguard2_attack_anim_f1{background-position:-142px -236px;width:70px;height:61px}.spr-bc_vanguard2_idle_anim_f0{background-position:-364px -1172px;width:85px;height:56px}.spr-bc_vanguard2_idle_anim_f1{background-position:-451px -1172px;width:85px;height:56px}.spr-bc_vanguard2_idle_anim_f2{background-position:-538px -1172px;width:85px;height:56px}.spr-bc_vanguard2_idle_anim_f3{background-position:-625px -1172px;width:85px;height:56px}.spr-bc_vanguard2_run_anim_f0{background-position:-712px -1172px;width:34px;height:56px}.spr-bc_vanguard2_run_anim_f1{background-position:-748px -1172px;width:36px;height:56px}.spr-bc_vanguard2_run_anim_f2{background-position:-786px -1172px;width:39px;height:56px}.spr-bc_vanguard2_run_anim_f3{background-position:-827px -1172px;width:38px;height:56px}.spr-bc_vanguard3_attack_anim_f0{background-position:-661px -100px;width:35px;height:65px}.spr-bc_vanguard3_attack_anim_f1{background-position:-72px -170px;width:67px;height:64px}.spr-bc_vanguard3_idle_anim_f0{background-position:-867px -1172px;width:73px;height:56px}.spr-bc_vanguard3_idle_anim_f1{background-position:-942px -1172px;width:73px;height:56px}.spr-bc_vanguard3_idle_anim_f2{background-position:-2px -1230px;width:73px;height:56px}.spr-bc_vanguard3_idle_anim_f3{background-position:-77px -1230px;width:73px;height:56px}.spr-bc_vanguard3_run_anim_f0{background-position:-152px -1230px;width:46px;height:56px}.spr-bc_vanguard3_run_anim_f1{background-position:-200px -1230px;width:46px;height:56px}.spr-bc_vanguard3_run_anim_f2{background-position:-248px -1230px;width:45px;height:56px}.spr-bc_vanguard3_run_anim_f3{background-position:-551px -1346px;width:51px;height:55px}.spr-bc_vanguard_attack_anim_f0{background-position:-158px -2px;width:39px;height:80px}.spr-bc_vanguard_attack_anim_f1{background-position:-329px -300px;width:77px;height:58px}.spr-bc_vanguard_idle_anim_f0{background-position:-295px -1230px;width:54px;height:56px}.spr-bc_vanguard_idle_anim_f1{background-position:-351px -1230px;width:54px;height:56px}.spr-bc_vanguard_idle_anim_f2{background-position:-407px -1230px;width:54px;height:56px}.spr-bc_vanguard_idle_anim_f3{background-position:-463px -1230px;width:54px;height:56px}.spr-bc_vanguard_run_anim_f0{background-position:-519px -1230px;width:52px;height:56px}.spr-bc_vanguard_run_anim_f1{background-position:-573px -1230px;width:47px;height:56px}.spr-bc_vanguard_run_anim_f2{background-position:-622px -1230px;width:48px;height:56px}.spr-bc_vanguard_run_anim_f3{background-position:-672px -1230px;width:49px;height:56px}.spr-bc_vanguard_t2_attack_anim_f0{background-position:-199px -2px;width:39px;height:80px}.spr-bc_vanguard_t2_attack_anim_f1{background-position:-408px -300px;width:77px;height:58px}.spr-bc_vanguard_t2_idle_anim_f0{background-position:-723px -1230px;width:54px;height:56px}.spr-bc_vanguard_t2_idle_anim_f1{background-position:-779px -1230px;width:54px;height:56px}.spr-bc_vanguard_t2_idle_anim_f2{background-position:-835px -1230px;width:54px;height:56px}.spr-bc_vanguard_t2_idle_anim_f3{background-position:-891px -1230px;width:54px;height:56px}.spr-bc_vanguard_t2_run_anim_f0{background-position:-947px -1230px;width:52px;height:56px}.spr-bc_vanguard_t2_run_anim_f1{background-position:-2px -1288px;width:47px;height:56px}.spr-bc_vanguard_t2_run_anim_f2{background-position:-51px -1288px;width:48px;height:56px}.spr-bc_vanguard_t2_run_anim_f3{background-position:-101px -1288px;width:49px;height:56px}.spr-bc_vanguard_t3_attack_anim_f0{background-position:-240px -2px;width:39px;height:80px}.spr-bc_vanguard_t3_attack_anim_f1{background-position:-487px -300px;width:77px;height:58px}.spr-bc_vanguard_t3_idle_anim_f0{background-position:-152px -1288px;width:54px;height:56px}.spr-bc_vanguard_t3_idle_anim_f1{background-position:-208px -1288px;width:54px;height:56px}.spr-bc_vanguard_t3_idle_anim_f2{background-position:-264px -1288px;width:54px;height:56px}.spr-bc_vanguard_t3_idle_anim_f3{background-position:-320px -1288px;width:54px;height:56px}.spr-bc_vanguard_t3_run_anim_f0{background-position:-376px -1288px;width:52px;height:56px}.spr-bc_vanguard_t3_run_anim_f1{background-position:-430px -1288px;width:47px;height:56px}.spr-bc_vanguard_t3_run_anim_f2{background-position:-479px -1288px;width:48px;height:56px}.spr-bc_vanguard_t3_run_anim_f3{background-position:-529px -1288px;width:49px;height:56px}.spr-bc_void_lich_attack_anim_f0{background-position:-398px -1570px;width:31px;height:52px}.spr-bc_void_lich_attack_anim_f1{background-position:-166px -2249px;width:66px;height:39px}.spr-bc_void_lich_death_anim_f0{background-position:-431px -1570px;width:30px;height:52px}.spr-bc_void_lich_death_anim_f1{background-position:-46px -2735px;width:46px;height:25px}.spr-bc_void_lich_idle_anim_f0{background-position:-463px -1570px;width:44px;height:52px}.spr-bc_void_worm_attack_anim_f0{background-position:-756px -2164px;width:46px;height:41px}.spr-bc_void_worm_attack_anim_f1{background-position:-104px -2481px;width:52px;height:35px}.spr-bc_void_worm_death_anim_f0{background-position:-837px -2118px;width:54px;height:42px}.spr-bc_void_worm_death_anim_f1{background-position:-690px -2941px;width:54px;height:21px}.spr-bc_void_worm_idle_anim_f0{background-position:-292px -1459px;width:43px;height:54px}.spr-bc_voltfang_mauschen_attack_anim_f0{background-position:-141px -2329px;width:34px;height:36px}.spr-bc_voltfang_mauschen_attack_anim_f1{background-position:-784px -2249px;width:62px;height:38px}.spr-bc_voltfang_mauschen_death_anim_f0{background-position:-766px -2518px;width:42px;height:31px}.spr-bc_voltfang_mauschen_death_anim_f1{background-position:-256px -3222px;width:42px;height:14px}.spr-bc_voltfang_mauschen_idle_anim_f0{background-position:-287px -2518px;width:42px;height:32px}.spr-bc_web_lurker_attack_anim_f0{background-position:-949px -2518px;width:23px;height:30px}.spr-bc_web_lurker_attack_anim_f1{background-position:-942px -2814px;width:30px;height:24px}.spr-bc_web_lurker_death_anim_f0{background-position:-393px -2705px;width:44px;height:27px}.spr-bc_web_lurker_death_anim_f1{background-position:-486px -2553px;width:44px;height:28px}.spr-bc_web_lurker_idle_anim_f0{background-position:-532px -2553px;width:44px;height:28px}.spr-bc_wending_oak_attack_anim_f0{background-position:-902px -1570px;width:32px;height:51px}.spr-bc_wending_oak_attack_anim_f1{background-position:-355px -2118px;width:51px;height:43px}.spr-bc_wending_oak_death_anim_f0{background-position:-848px -2249px;width:70px;height:38px}.spr-bc_wending_oak_death_anim_f1{background-position:-260px -2987px;width:50px;height:17px}.spr-bc_wending_oak_idle_anim_f0{background-position:-187px -2025px;width:50px;height:45px}.spr-bc_withered_childe_attack_anim_f0{background-position:-782px -236px;width:34px;height:60px}.spr-bc_withered_childe_attack_anim_f1{background-position:-818px -236px;width:39px;height:60px}.spr-bc_withered_childe_death_anim_f0{background-position:-509px -1570px;width:54px;height:52px}.spr-bc_withered_childe_death_anim_f1{background-position:-200px -1878px;width:47px;height:48px}.spr-bc_withered_childe_idle_anim_f0{background-position:-337px -1459px;width:25px;height:54px}.spr-bc_wyrm_hatchling_attack_anim_f0{background-position:-26px -2118px;width:36px;height:44px}.spr-bc_wyrm_hatchling_attack_anim_f1{background-position:-64px -2118px;width:40px;height:44px}.spr-bc_wyrm_hatchling_death_anim_f0{background-position:-236px -2941px;width:42px;height:22px}.spr-bc_wyrm_hatchling_death_anim_f1{background-position:-312px -3222px;width:42px;height:13px}.spr-bc_wyrm_hatchling_idle_anim_f0{background-position:-920px -2249px;width:42px;height:38px}.spr-bc_zombie_king_attack_anim_f0{background-position:-141px -170px;width:35px;height:64px}.spr-bc_zombie_king_attack_anim_f1{background-position:-178px -170px;width:45px;height:64px}.spr-bc_zombie_king_death_anim_f0{background-position:-225px -170px;width:48px;height:64px}.spr-bc_zombie_king_death_anim_f1{background-position:-690px -2705px;width:51px;height:26px}.spr-bc_zombie_king_idle_anim_f0{background-position:-275px -170px;width:41px;height:64px}.spr-bc_zombie_king_idle_anim_f1{background-position:-318px -170px;width:41px;height:64px}.spr-bc_zombie_king_idle_anim_f2{background-position:-361px -170px;width:41px;height:64px}.spr-bc_zombie_king_idle_anim_f3{background-position:-404px -170px;width:41px;height:64px}.spr-big_demon_ash_idle_anim_f0{background-position:-177px -2329px;width:32px;height:36px}.spr-big_demon_ash_idle_anim_f1{background-position:-211px -2329px;width:32px;height:36px}.spr-big_demon_ash_idle_anim_f2{background-position:-245px -2329px;width:32px;height:36px}.spr-big_demon_ash_idle_anim_f3{background-position:-279px -2329px;width:32px;height:36px}.spr-big_demon_ash_run_anim_f0{background-position:-313px -2329px;width:32px;height:36px}.spr-big_demon_ash_run_anim_f1{background-position:-347px -2329px;width:32px;height:36px}.spr-big_demon_ash_run_anim_f2{background-position:-381px -2329px;width:32px;height:36px}.spr-big_demon_ash_run_anim_f3{background-position:-415px -2329px;width:32px;height:36px}.spr-big_demon_idle_anim_f0{background-position:-449px -2329px;width:32px;height:36px}.spr-big_demon_idle_anim_f1{background-position:-483px -2329px;width:32px;height:36px}.spr-big_demon_idle_anim_f2{background-position:-517px -2329px;width:32px;height:36px}.spr-big_demon_idle_anim_f3{background-position:-551px -2329px;width:32px;height:36px}.spr-big_demon_run_anim_f0{background-position:-585px -2329px;width:32px;height:36px}.spr-big_demon_run_anim_f1{background-position:-619px -2329px;width:32px;height:36px}.spr-big_demon_run_anim_f2{background-position:-653px -2329px;width:32px;height:36px}.spr-big_demon_run_anim_f3{background-position:-687px -2329px;width:32px;height:36px}.spr-big_zombie_bronze_idle_anim_f0{background-position:-721px -2329px;width:32px;height:36px}.spr-big_zombie_bronze_idle_anim_f1{background-position:-755px -2329px;width:32px;height:36px}.spr-big_zombie_bronze_idle_anim_f2{background-position:-789px -2329px;width:32px;height:36px}.spr-big_zombie_bronze_idle_anim_f3{background-position:-823px -2329px;width:32px;height:36px}.spr-big_zombie_bronze_run_anim_f0{background-position:-857px -2329px;width:32px;height:36px}.spr-big_zombie_bronze_run_anim_f1{background-position:-891px -2329px;width:32px;height:36px}.spr-big_zombie_bronze_run_anim_f2{background-position:-925px -2329px;width:32px;height:36px}.spr-big_zombie_bronze_run_anim_f3{background-position:-959px -2329px;width:32px;height:36px}.spr-big_zombie_ginger_idle_anim_f0{background-position:-2px -2367px;width:32px;height:36px}.spr-big_zombie_ginger_idle_anim_f1{background-position:-36px -2367px;width:32px;height:36px}.spr-big_zombie_ginger_idle_anim_f2{background-position:-70px -2367px;width:32px;height:36px}.spr-big_zombie_ginger_idle_anim_f3{background-position:-104px -2367px;width:32px;height:36px}.spr-big_zombie_ginger_run_anim_f0{background-position:-138px -2367px;width:32px;height:36px}.spr-big_zombie_ginger_run_anim_f1{background-position:-172px -2367px;width:32px;height:36px}.spr-big_zombie_ginger_run_anim_f2{background-position:-206px -2367px;width:32px;height:36px}.spr-big_zombie_ginger_run_anim_f3{background-position:-240px -2367px;width:32px;height:36px}.spr-big_zombie_idle_anim_f0{background-position:-274px -2367px;width:32px;height:36px}.spr-big_zombie_idle_anim_f1{background-position:-308px -2367px;width:32px;height:36px}.spr-big_zombie_idle_anim_f2{background-position:-342px -2367px;width:32px;height:36px}.spr-big_zombie_idle_anim_f3{background-position:-376px -2367px;width:32px;height:36px}.spr-big_zombie_run_anim_f0{background-position:-410px -2367px;width:32px;height:36px}.spr-big_zombie_run_anim_f1{background-position:-444px -2367px;width:32px;height:36px}.spr-big_zombie_run_anim_f2{background-position:-478px -2367px;width:32px;height:36px}.spr-big_zombie_run_anim_f3{background-position:-512px -2367px;width:32px;height:36px}.spr-bomb_f0{background-position:-932px -2987px;width:16px;height:16px}.spr-bomb_f1{background-position:-950px -2987px;width:16px;height:16px}.spr-bomb_f2{background-position:-968px -2987px;width:16px;height:16px}.spr-button_blue_down{background-position:-986px -2987px;width:16px;height:16px}.spr-button_blue_up{background-position:-1004px -2987px;width:16px;height:16px}.spr-button_red_down{background-position:-2px -3006px;width:16px;height:16px}.spr-button_red_up{background-position:-20px -3006px;width:16px;height:16px}.spr-chest_empty_open_anim_f0{background-position:-38px -3006px;width:16px;height:16px}.spr-chest_empty_open_anim_f1{background-position:-56px -3006px;width:16px;height:16px}.spr-chest_empty_open_anim_f2{background-position:-74px -3006px;width:16px;height:16px}.spr-chest_full_open_anim_f0{background-position:-92px -3006px;width:16px;height:16px}.spr-chest_full_open_anim_f1{background-position:-110px -3006px;width:16px;height:16px}.spr-chest_full_open_anim_f2{background-position:-128px -3006px;width:16px;height:16px}.spr-chest_mimic_open_anim_f0{background-position:-146px -3006px;width:16px;height:16px}.spr-chest_mimic_open_anim_f1{background-position:-164px -3006px;width:16px;height:16px}.spr-chest_mimic_open_anim_f2{background-position:-182px -3006px;width:16px;height:16px}.spr-chort_beast_idle_anim_f0{background-position:-302px -2840px;width:16px;height:23px}.spr-chort_beast_idle_anim_f1{background-position:-320px -2840px;width:16px;height:23px}.spr-chort_beast_idle_anim_f2{background-position:-338px -2840px;width:16px;height:23px}.spr-chort_beast_idle_anim_f3{background-position:-356px -2840px;width:16px;height:23px}.spr-chort_beast_run_anim_f0{background-position:-374px -2840px;width:16px;height:23px}.spr-chort_beast_run_anim_f1{background-position:-392px -2840px;width:16px;height:23px}.spr-chort_beast_run_anim_f2{background-position:-410px -2840px;width:16px;height:23px}.spr-chort_beast_run_anim_f3{background-position:-428px -2840px;width:16px;height:23px}.spr-chort_black_idle_anim_f0{background-position:-446px -2840px;width:16px;height:23px}.spr-chort_black_idle_anim_f1{background-position:-464px -2840px;width:16px;height:23px}.spr-chort_black_idle_anim_f2{background-position:-482px -2840px;width:16px;height:23px}.spr-chort_black_idle_anim_f3{background-position:-500px -2840px;width:16px;height:23px}.spr-chort_black_run_anim_f0{background-position:-518px -2840px;width:16px;height:23px}.spr-chort_black_run_anim_f1{background-position:-536px -2840px;width:16px;height:23px}.spr-chort_black_run_anim_f2{background-position:-554px -2840px;width:16px;height:23px}.spr-chort_black_run_anim_f3{background-position:-572px -2840px;width:16px;height:23px}.spr-chort_doom_idle_anim_f0{background-position:-590px -2840px;width:16px;height:23px}.spr-chort_doom_idle_anim_f1{background-position:-608px -2840px;width:16px;height:23px}.spr-chort_doom_idle_anim_f2{background-position:-626px -2840px;width:16px;height:23px}.spr-chort_doom_idle_anim_f3{background-position:-644px -2840px;width:16px;height:23px}.spr-chort_doom_run_anim_f0{background-position:-662px -2840px;width:16px;height:23px}.spr-chort_doom_run_anim_f1{background-position:-680px -2840px;width:16px;height:23px}.spr-chort_doom_run_anim_f2{background-position:-698px -2840px;width:16px;height:23px}.spr-chort_doom_run_anim_f3{background-position:-716px -2840px;width:16px;height:23px}.spr-chort_idle_anim_f0{background-position:-734px -2840px;width:16px;height:23px}.spr-chort_idle_anim_f1{background-position:-752px -2840px;width:16px;height:23px}.spr-chort_idle_anim_f2{background-position:-770px -2840px;width:16px;height:23px}.spr-chort_idle_anim_f3{background-position:-788px -2840px;width:16px;height:23px}.spr-chort_run_anim_f0{background-position:-806px -2840px;width:16px;height:23px}.spr-chort_run_anim_f1{background-position:-824px -2840px;width:16px;height:23px}.spr-chort_run_anim_f2{background-position:-842px -2840px;width:16px;height:23px}.spr-chort_run_anim_f3{background-position:-860px -2840px;width:16px;height:23px}.spr-coin_anim_f0{background-position:-823px -3222px;width:6px;height:7px}.spr-coin_anim_f1{background-position:-831px -3222px;width:6px;height:7px}.spr-coin_anim_f2{background-position:-839px -3222px;width:6px;height:7px}.spr-coin_anim_f3{background-position:-847px -3222px;width:6px;height:7px}.spr-column{background-position:-249px -1878px;width:16px;height:48px}.spr-column_wall{background-position:-267px -1878px;width:16px;height:48px}.spr-crate{background-position:-974px -2814px;width:16px;height:24px}.spr-doc_crimson_idle_anim_f0{background-position:-878px -2840px;width:16px;height:23px}.spr-doc_crimson_idle_anim_f1{background-position:-896px -2840px;width:16px;height:23px}.spr-doc_crimson_idle_anim_f2{background-position:-914px -2840px;width:16px;height:23px}.spr-doc_crimson_idle_anim_f3{background-position:-932px -2840px;width:16px;height:23px}.spr-doc_crimson_run_anim_f0{background-position:-950px -2840px;width:16px;height:23px}.spr-doc_crimson_run_anim_f1{background-position:-968px -2840px;width:16px;height:23px}.spr-doc_crimson_run_anim_f2{background-position:-986px -2840px;width:16px;height:23px}.spr-doc_crimson_run_anim_f3{background-position:-1004px -2840px;width:16px;height:23px}.spr-doc_idle_anim_f0{background-position:-2px -2866px;width:16px;height:23px}.spr-doc_idle_anim_f1{background-position:-20px -2866px;width:16px;height:23px}.spr-doc_idle_anim_f2{background-position:-38px -2866px;width:16px;height:23px}.spr-doc_idle_anim_f3{background-position:-56px -2866px;width:16px;height:23px}.spr-doc_plague_idle_anim_f0{background-position:-74px -2866px;width:16px;height:23px}.spr-doc_plague_idle_anim_f1{background-position:-92px -2866px;width:16px;height:23px}.spr-doc_plague_idle_anim_f2{background-position:-110px -2866px;width:16px;height:23px}.spr-doc_plague_idle_anim_f3{background-position:-128px -2866px;width:16px;height:23px}.spr-doc_plague_run_anim_f0{background-position:-146px -2866px;width:16px;height:23px}.spr-doc_plague_run_anim_f1{background-position:-164px -2866px;width:16px;height:23px}.spr-doc_plague_run_anim_f2{background-position:-182px -2866px;width:16px;height:23px}.spr-doc_plague_run_anim_f3{background-position:-200px -2866px;width:16px;height:23px}.spr-doc_run_anim_f0{background-position:-218px -2866px;width:16px;height:23px}.spr-doc_run_anim_f1{background-position:-236px -2866px;width:16px;height:23px}.spr-doc_run_anim_f2{background-position:-254px -2866px;width:16px;height:23px}.spr-doc_run_anim_f3{background-position:-272px -2866px;width:16px;height:23px}.spr-doc_t2_idle_anim_f0{background-position:-290px -2866px;width:16px;height:23px}.spr-doc_t2_idle_anim_f1{background-position:-308px -2866px;width:16px;height:23px}.spr-doc_t2_idle_anim_f2{background-position:-326px -2866px;width:16px;height:23px}.spr-doc_t2_idle_anim_f3{background-position:-344px -2866px;width:16px;height:23px}.spr-doc_t2_run_anim_f0{background-position:-362px -2866px;width:16px;height:23px}.spr-doc_t2_run_anim_f1{background-position:-380px -2866px;width:16px;height:23px}.spr-doc_t2_run_anim_f2{background-position:-398px -2866px;width:16px;height:23px}.spr-doc_t2_run_anim_f3{background-position:-416px -2866px;width:16px;height:23px}.spr-doc_t3_idle_anim_f0{background-position:-434px -2866px;width:16px;height:23px}.spr-doc_t3_idle_anim_f1{background-position:-452px -2866px;width:16px;height:23px}.spr-doc_t3_idle_anim_f2{background-position:-470px -2866px;width:16px;height:23px}.spr-doc_t3_idle_anim_f3{background-position:-488px -2866px;width:16px;height:23px}.spr-doc_t3_run_anim_f0{background-position:-506px -2866px;width:16px;height:23px}.spr-doc_t3_run_anim_f1{background-position:-524px -2866px;width:16px;height:23px}.spr-doc_t3_run_anim_f2{background-position:-542px -2866px;width:16px;height:23px}.spr-doc_t3_run_anim_f3{background-position:-560px -2866px;width:16px;height:23px}.spr-doors_frame_left{background-position:-331px -2518px;width:16px;height:32px}.spr-doors_frame_right{background-position:-349px -2518px;width:16px;height:32px}.spr-doors_frame_top{background-position:-200px -3006px;width:32px;height:16px}.spr-doors_leaf_closed{background-position:-367px -2518px;width:32px;height:32px}.spr-doors_leaf_open{background-position:-401px -2518px;width:32px;height:32px}.spr-dwarf_f_hit_anim_f0{background-position:-578px -2553px;width:16px;height:28px}.spr-dwarf_f_idle_anim_f0{background-position:-596px -2553px;width:16px;height:28px}.spr-dwarf_f_idle_anim_f1{background-position:-614px -2553px;width:16px;height:28px}.spr-dwarf_f_idle_anim_f2{background-position:-632px -2553px;width:16px;height:28px}.spr-dwarf_f_idle_anim_f3{background-position:-650px -2553px;width:16px;height:28px}.spr-dwarf_f_run_anim_f0{background-position:-668px -2553px;width:16px;height:28px}.spr-dwarf_f_run_anim_f1{background-position:-686px -2553px;width:16px;height:28px}.spr-dwarf_f_run_anim_f2{background-position:-704px -2553px;width:16px;height:28px}.spr-dwarf_f_run_anim_f3{background-position:-722px -2553px;width:16px;height:28px}.spr-dwarf_m_hit_anim_f0{background-position:-740px -2553px;width:16px;height:28px}.spr-dwarf_m_idle_anim_f0{background-position:-758px -2553px;width:16px;height:28px}.spr-dwarf_m_idle_anim_f1{background-position:-776px -2553px;width:16px;height:28px}.spr-dwarf_m_idle_anim_f2{background-position:-794px -2553px;width:16px;height:28px}.spr-dwarf_m_idle_anim_f3{background-position:-812px -2553px;width:16px;height:28px}.spr-dwarf_m_red_hit_anim_f0{background-position:-830px -2553px;width:16px;height:28px}.spr-dwarf_m_red_idle_anim_f0{background-position:-848px -2553px;width:16px;height:28px}.spr-dwarf_m_red_idle_anim_f1{background-position:-866px -2553px;width:16px;height:28px}.spr-dwarf_m_red_idle_anim_f2{background-position:-884px -2553px;width:16px;height:28px}.spr-dwarf_m_red_idle_anim_f3{background-position:-902px -2553px;width:16px;height:28px}.spr-dwarf_m_red_run_anim_f0{background-position:-920px -2553px;width:16px;height:28px}.spr-dwarf_m_red_run_anim_f1{background-position:-938px -2553px;width:16px;height:28px}.spr-dwarf_m_red_run_anim_f2{background-position:-956px -2553px;width:16px;height:28px}.spr-dwarf_m_red_run_anim_f3{background-position:-974px -2553px;width:16px;height:28px}.spr-dwarf_m_run_anim_f0{background-position:-992px -2553px;width:16px;height:28px}.spr-dwarf_m_run_anim_f1{background-position:-2px -2585px;width:16px;height:28px}.spr-dwarf_m_run_anim_f2{background-position:-20px -2585px;width:16px;height:28px}.spr-dwarf_m_run_anim_f3{background-position:-38px -2585px;width:16px;height:28px}.spr-edge_down{background-position:-234px -3006px;width:16px;height:16px}.spr-elf_f_hit_anim_f0{background-position:-56px -2585px;width:16px;height:28px}.spr-elf_f_idle_anim_f0{background-position:-74px -2585px;width:16px;height:28px}.spr-elf_f_idle_anim_f1{background-position:-92px -2585px;width:16px;height:28px}.spr-elf_f_idle_anim_f2{background-position:-110px -2585px;width:16px;height:28px}.spr-elf_f_idle_anim_f3{background-position:-128px -2585px;width:16px;height:28px}.spr-elf_f_pastel_hit_anim_f0{background-position:-146px -2585px;width:16px;height:28px}.spr-elf_f_pastel_idle_anim_f0{background-position:-164px -2585px;width:16px;height:28px}.spr-elf_f_pastel_idle_anim_f1{background-position:-182px -2585px;width:16px;height:28px}.spr-elf_f_pastel_idle_anim_f2{background-position:-200px -2585px;width:16px;height:28px}.spr-elf_f_pastel_idle_anim_f3{background-position:-218px -2585px;width:16px;height:28px}.spr-elf_f_pastel_run_anim_f0{background-position:-236px -2585px;width:16px;height:28px}.spr-elf_f_pastel_run_anim_f1{background-position:-254px -2585px;width:16px;height:28px}.spr-elf_f_pastel_run_anim_f2{background-position:-272px -2585px;width:16px;height:28px}.spr-elf_f_pastel_run_anim_f3{background-position:-290px -2585px;width:16px;height:28px}.spr-elf_f_run_anim_f0{background-position:-308px -2585px;width:16px;height:28px}.spr-elf_f_run_anim_f1{background-position:-326px -2585px;width:16px;height:28px}.spr-elf_f_run_anim_f2{background-position:-344px -2585px;width:16px;height:28px}.spr-elf_f_run_anim_f3{background-position:-362px -2585px;width:16px;height:28px}.spr-elf_m_hit_anim_f0{background-position:-380px -2585px;width:16px;height:28px}.spr-elf_m_idle_anim_f0{background-position:-398px -2585px;width:16px;height:28px}.spr-elf_m_idle_anim_f1{background-position:-416px -2585px;width:16px;height:28px}.spr-elf_m_idle_anim_f2{background-position:-434px -2585px;width:16px;height:28px}.spr-elf_m_idle_anim_f3{background-position:-452px -2585px;width:16px;height:28px}.spr-elf_m_run_anim_f0{background-position:-470px -2585px;width:16px;height:28px}.spr-elf_m_run_anim_f1{background-position:-488px -2585px;width:16px;height:28px}.spr-elf_m_run_anim_f2{background-position:-506px -2585px;width:16px;height:28px}.spr-elf_m_run_anim_f3{background-position:-524px -2585px;width:16px;height:28px}.spr-elf_m_t2_hit_anim_f0{background-position:-542px -2585px;width:16px;height:28px}.spr-elf_m_t2_idle_anim_f0{background-position:-560px -2585px;width:16px;height:28px}.spr-elf_m_t2_idle_anim_f1{background-position:-578px -2585px;width:16px;height:28px}.spr-elf_m_t2_idle_anim_f2{background-position:-596px -2585px;width:16px;height:28px}.spr-elf_m_t2_idle_anim_f3{background-position:-614px -2585px;width:16px;height:28px}.spr-elf_m_t2_run_anim_f0{background-position:-632px -2585px;width:16px;height:28px}.spr-elf_m_t2_run_anim_f1{background-position:-650px -2585px;width:16px;height:28px}.spr-elf_m_t2_run_anim_f2{background-position:-668px -2585px;width:16px;height:28px}.spr-elf_m_t2_run_anim_f3{background-position:-686px -2585px;width:16px;height:28px}.spr-elf_m_t3_hit_anim_f0{background-position:-704px -2585px;width:16px;height:28px}.spr-elf_m_t3_idle_anim_f0{background-position:-722px -2585px;width:16px;height:28px}.spr-elf_m_t3_idle_anim_f1{background-position:-740px -2585px;width:16px;height:28px}.spr-elf_m_t3_idle_anim_f2{background-position:-758px -2585px;width:16px;height:28px}.spr-elf_m_t3_idle_anim_f3{background-position:-776px -2585px;width:16px;height:28px}.spr-elf_m_t3_run_anim_f0{background-position:-794px -2585px;width:16px;height:28px}.spr-elf_m_t3_run_anim_f1{background-position:-812px -2585px;width:16px;height:28px}.spr-elf_m_t3_run_anim_f2{background-position:-830px -2585px;width:16px;height:28px}.spr-elf_m_t3_run_anim_f3{background-position:-848px -2585px;width:16px;height:28px}.spr-flask_big_blue{background-position:-252px -3006px;width:16px;height:16px}.spr-flask_big_green{background-position:-270px -3006px;width:16px;height:16px}.spr-flask_big_red{background-position:-288px -3006px;width:16px;height:16px}.spr-flask_big_yellow{background-position:-306px -3006px;width:16px;height:16px}.spr-flask_blue{background-position:-324px -3006px;width:16px;height:16px}.spr-flask_green{background-position:-342px -3006px;width:16px;height:16px}.spr-flask_red{background-position:-360px -3006px;width:16px;height:16px}.spr-flask_yellow{background-position:-378px -3006px;width:16px;height:16px}.spr-floor_1{background-position:-396px -3006px;width:16px;height:16px}.spr-floor_1__abyss{background-position:-414px -3006px;width:16px;height:16px}.spr-floor_1__beyondThrone{background-position:-432px -3006px;width:16px;height:16px}.spr-floor_1__boneyard{background-position:-450px -3006px;width:16px;height:16px}.spr-floor_1__caverns{background-position:-468px -3006px;width:16px;height:16px}.spr-floor_1__cloudtop{background-position:-486px -3006px;width:16px;height:16px}.spr-floor_1__crystalGarden{background-position:-504px -3006px;width:16px;height:16px}.spr-floor_1__dungeon{background-position:-522px -3006px;width:16px;height:16px}.spr-floor_1__inferno{background-position:-540px -3006px;width:16px;height:16px}.spr-floor_1__meadow{background-position:-558px -3006px;width:16px;height:16px}.spr-floor_1__ruins{background-position:-576px -3006px;width:16px;height:16px}.spr-floor_1__wilderness{background-position:-594px -3006px;width:16px;height:16px}.spr-floor_2{background-position:-612px -3006px;width:16px;height:16px}.spr-floor_2__abyss{background-position:-630px -3006px;width:16px;height:16px}.spr-floor_2__beyondThrone{background-position:-648px -3006px;width:16px;height:16px}.spr-floor_2__boneyard{background-position:-666px -3006px;width:16px;height:16px}.spr-floor_2__caverns{background-position:-684px -3006px;width:16px;height:16px}.spr-floor_2__cloudtop{background-position:-702px -3006px;width:16px;height:16px}.spr-floor_2__crystalGarden{background-position:-720px -3006px;width:16px;height:16px}.spr-floor_2__dungeon{background-position:-738px -3006px;width:16px;height:16px}.spr-floor_2__inferno{background-position:-756px -3006px;width:16px;height:16px}.spr-floor_2__meadow{background-position:-774px -3006px;width:16px;height:16px}.spr-floor_2__ruins{background-position:-792px -3006px;width:16px;height:16px}.spr-floor_2__wilderness{background-position:-810px -3006px;width:16px;height:16px}.spr-floor_3{background-position:-828px -3006px;width:16px;height:16px}.spr-floor_3__abyss{background-position:-846px -3006px;width:16px;height:16px}.spr-floor_3__beyondThrone{background-position:-864px -3006px;width:16px;height:16px}.spr-floor_3__boneyard{background-position:-882px -3006px;width:16px;height:16px}.spr-floor_3__caverns{background-position:-900px -3006px;width:16px;height:16px}.spr-floor_3__cloudtop{background-position:-918px -3006px;width:16px;height:16px}.spr-floor_3__crystalGarden{background-position:-936px -3006px;width:16px;height:16px}.spr-floor_3__dungeon{background-position:-954px -3006px;width:16px;height:16px}.spr-floor_3__inferno{background-position:-972px -3006px;width:16px;height:16px}.spr-floor_3__meadow{background-position:-990px -3006px;width:16px;height:16px}.spr-floor_3__ruins{background-position:-2px -3024px;width:16px;height:16px}.spr-floor_3__wilderness{background-position:-20px -3024px;width:16px;height:16px}.spr-floor_4{background-position:-38px -3024px;width:16px;height:16px}.spr-floor_4__abyss{background-position:-56px -3024px;width:16px;height:16px}.spr-floor_4__beyondThrone{background-position:-74px -3024px;width:16px;height:16px}.spr-floor_4__boneyard{background-position:-92px -3024px;width:16px;height:16px}.spr-floor_4__caverns{background-position:-110px -3024px;width:16px;height:16px}.spr-floor_4__cloudtop{background-position:-128px -3024px;width:16px;height:16px}.spr-floor_4__crystalGarden{background-position:-146px -3024px;width:16px;height:16px}.spr-floor_4__dungeon{background-position:-164px -3024px;width:16px;height:16px}.spr-floor_4__inferno{background-position:-182px -3024px;width:16px;height:16px}.spr-floor_4__meadow{background-position:-200px -3024px;width:16px;height:16px}.spr-floor_4__ruins{background-position:-218px -3024px;width:16px;height:16px}.spr-floor_4__wilderness{background-position:-236px -3024px;width:16px;height:16px}.spr-floor_5{background-position:-254px -3024px;width:16px;height:16px}.spr-floor_5__abyss{background-position:-272px -3024px;width:16px;height:16px}.spr-floor_5__beyondThrone{background-position:-290px -3024px;width:16px;height:16px}.spr-floor_5__boneyard{background-position:-308px -3024px;width:16px;height:16px}.spr-floor_5__caverns{background-position:-326px -3024px;width:16px;height:16px}.spr-floor_5__cloudtop{background-position:-344px -3024px;width:16px;height:16px}.spr-floor_5__crystalGarden{background-position:-362px -3024px;width:16px;height:16px}.spr-floor_5__dungeon{background-position:-380px -3024px;width:16px;height:16px}.spr-floor_5__inferno{background-position:-398px -3024px;width:16px;height:16px}.spr-floor_5__meadow{background-position:-416px -3024px;width:16px;height:16px}.spr-floor_5__ruins{background-position:-434px -3024px;width:16px;height:16px}.spr-floor_5__wilderness{background-position:-452px -3024px;width:16px;height:16px}.spr-floor_6{background-position:-470px -3024px;width:16px;height:16px}.spr-floor_6__abyss{background-position:-488px -3024px;width:16px;height:16px}.spr-floor_6__beyondThrone{background-position:-506px -3024px;width:16px;height:16px}.spr-floor_6__boneyard{background-position:-524px -3024px;width:16px;height:16px}.spr-floor_6__caverns{background-position:-542px -3024px;width:16px;height:16px}.spr-floor_6__cloudtop{background-position:-560px -3024px;width:16px;height:16px}.spr-floor_6__crystalGarden{background-position:-578px -3024px;width:16px;height:16px}.spr-floor_6__dungeon{background-position:-596px -3024px;width:16px;height:16px}.spr-floor_6__inferno{background-position:-614px -3024px;width:16px;height:16px}.spr-floor_6__meadow{background-position:-632px -3024px;width:16px;height:16px}.spr-floor_6__ruins{background-position:-650px -3024px;width:16px;height:16px}.spr-floor_6__wilderness{background-position:-668px -3024px;width:16px;height:16px}.spr-floor_7{background-position:-686px -3024px;width:16px;height:16px}.spr-floor_7__abyss{background-position:-704px -3024px;width:16px;height:16px}.spr-floor_7__beyondThrone{background-position:-722px -3024px;width:16px;height:16px}.spr-floor_7__boneyard{background-position:-740px -3024px;width:16px;height:16px}.spr-floor_7__caverns{background-position:-758px -3024px;width:16px;height:16px}.spr-floor_7__cloudtop{background-position:-776px -3024px;width:16px;height:16px}.spr-floor_7__crystalGarden{background-position:-794px -3024px;width:16px;height:16px}.spr-floor_7__dungeon{background-position:-812px -3024px;width:16px;height:16px}.spr-floor_7__inferno{background-position:-830px -3024px;width:16px;height:16px}.spr-floor_7__meadow{background-position:-848px -3024px;width:16px;height:16px}.spr-floor_7__ruins{background-position:-866px -3024px;width:16px;height:16px}.spr-floor_7__wilderness{background-position:-884px -3024px;width:16px;height:16px}.spr-floor_8{background-position:-902px -3024px;width:16px;height:16px}.spr-floor_8__abyss{background-position:-920px -3024px;width:16px;height:16px}.spr-floor_8__beyondThrone{background-position:-938px -3024px;width:16px;height:16px}.spr-floor_8__boneyard{background-position:-956px -3024px;width:16px;height:16px}.spr-floor_8__caverns{background-position:-974px -3024px;width:16px;height:16px}.spr-floor_8__cloudtop{background-position:-992px -3024px;width:16px;height:16px}.spr-floor_8__crystalGarden{background-position:-2px -3042px;width:16px;height:16px}.spr-floor_8__dungeon{background-position:-20px -3042px;width:16px;height:16px}.spr-floor_8__inferno{background-position:-38px -3042px;width:16px;height:16px}.spr-floor_8__meadow{background-position:-56px -3042px;width:16px;height:16px}.spr-floor_8__ruins{background-position:-74px -3042px;width:16px;height:16px}.spr-floor_8__wilderness{background-position:-92px -3042px;width:16px;height:16px}.spr-floor_ladder{background-position:-110px -3042px;width:16px;height:16px}.spr-floor_spikes_anim_f0{background-position:-128px -3042px;width:16px;height:16px}.spr-floor_spikes_anim_f1{background-position:-146px -3042px;width:16px;height:16px}.spr-floor_spikes_anim_f2{background-position:-164px -3042px;width:16px;height:16px}.spr-floor_spikes_anim_f3{background-position:-182px -3042px;width:16px;height:16px}.spr-floor_stairs{background-position:-200px -3042px;width:16px;height:16px}.spr-goblin_fire_idle_anim_f0{background-position:-218px -3042px;width:16px;height:16px}.spr-goblin_fire_idle_anim_f1{background-position:-236px -3042px;width:16px;height:16px}.spr-goblin_fire_idle_anim_f2{background-position:-254px -3042px;width:16px;height:16px}.spr-goblin_fire_idle_anim_f3{background-position:-272px -3042px;width:16px;height:16px}.spr-goblin_fire_run_anim_f0{background-position:-290px -3042px;width:16px;height:16px}.spr-goblin_fire_run_anim_f1{background-position:-308px -3042px;width:16px;height:16px}.spr-goblin_fire_run_anim_f2{background-position:-326px -3042px;width:16px;height:16px}.spr-goblin_fire_run_anim_f3{background-position:-344px -3042px;width:16px;height:16px}.spr-goblin_idle_anim_f0{background-position:-362px -3042px;width:16px;height:16px}.spr-goblin_idle_anim_f1{background-position:-380px -3042px;width:16px;height:16px}.spr-goblin_idle_anim_f2{background-position:-398px -3042px;width:16px;height:16px}.spr-goblin_idle_anim_f3{background-position:-416px -3042px;width:16px;height:16px}.spr-goblin_run_anim_f0{background-position:-434px -3042px;width:16px;height:16px}.spr-goblin_run_anim_f1{background-position:-452px -3042px;width:16px;height:16px}.spr-goblin_run_anim_f2{background-position:-470px -3042px;width:16px;height:16px}.spr-goblin_run_anim_f3{background-position:-488px -3042px;width:16px;height:16px}.spr-goblin_sage_idle_anim_f0{background-position:-506px -3042px;width:16px;height:16px}.spr-goblin_sage_idle_anim_f1{background-position:-524px -3042px;width:16px;height:16px}.spr-goblin_sage_idle_anim_f2{background-position:-542px -3042px;width:16px;height:16px}.spr-goblin_sage_idle_anim_f3{background-position:-560px -3042px;width:16px;height:16px}.spr-goblin_sage_run_anim_f0{background-position:-578px -3042px;width:16px;height:16px}.spr-goblin_sage_run_anim_f1{background-position:-596px -3042px;width:16px;height:16px}.spr-goblin_sage_run_anim_f2{background-position:-614px -3042px;width:16px;height:16px}.spr-goblin_sage_run_anim_f3{background-position:-632px -3042px;width:16px;height:16px}.spr-hole{background-position:-650px -3042px;width:16px;height:16px}.spr-ice_zombie_anim_f0{background-position:-668px -3042px;width:16px;height:16px}.spr-ice_zombie_anim_f1{background-position:-686px -3042px;width:16px;height:16px}.spr-ice_zombie_anim_f2{background-position:-704px -3042px;width:16px;height:16px}.spr-ice_zombie_anim_f3{background-position:-722px -3042px;width:16px;height:16px}.spr-icon_armor_01a{background-position:-740px -3042px;width:16px;height:16px}.spr-icon_armor_01b{background-position:-758px -3042px;width:16px;height:16px}.spr-icon_armor_01c{background-position:-776px -3042px;width:16px;height:16px}.spr-icon_armor_01d{background-position:-794px -3042px;width:16px;height:16px}.spr-icon_armor_01e{background-position:-812px -3042px;width:16px;height:16px}.spr-icon_arrow_01a{background-position:-830px -3042px;width:16px;height:16px}.spr-icon_arrow_01b{background-position:-848px -3042px;width:16px;height:16px}.spr-icon_arrow_01c{background-position:-866px -3042px;width:16px;height:16px}.spr-icon_arrow_01d{background-position:-884px -3042px;width:16px;height:16px}.spr-icon_arrow_01e{background-position:-902px -3042px;width:16px;height:16px}.spr-icon_arrow_02a{background-position:-920px -3042px;width:16px;height:16px}.spr-icon_arrow_02b{background-position:-938px -3042px;width:16px;height:16px}.spr-icon_arrow_02c{background-position:-956px -3042px;width:16px;height:16px}.spr-icon_arrow_02d{background-position:-974px -3042px;width:16px;height:16px}.spr-icon_arrow_02e{background-position:-992px -3042px;width:16px;height:16px}.spr-icon_arrow_03a{background-position:-2px -3060px;width:16px;height:16px}.spr-icon_arrow_03b{background-position:-20px -3060px;width:16px;height:16px}.spr-icon_arrow_03c{background-position:-38px -3060px;width:16px;height:16px}.spr-icon_arrow_03d{background-position:-56px -3060px;width:16px;height:16px}.spr-icon_arrow_03e{background-position:-74px -3060px;width:16px;height:16px}.spr-icon_book_01a{background-position:-92px -3060px;width:16px;height:16px}.spr-icon_book_01b{background-position:-110px -3060px;width:16px;height:16px}.spr-icon_book_01c{background-position:-128px -3060px;width:16px;height:16px}.spr-icon_book_01d{background-position:-146px -3060px;width:16px;height:16px}.spr-icon_book_01e{background-position:-164px -3060px;width:16px;height:16px}.spr-icon_book_02a{background-position:-182px -3060px;width:16px;height:16px}.spr-icon_book_02b{background-position:-200px -3060px;width:16px;height:16px}.spr-icon_book_02c{background-position:-218px -3060px;width:16px;height:16px}.spr-icon_book_02d{background-position:-236px -3060px;width:16px;height:16px}.spr-icon_book_02e{background-position:-254px -3060px;width:16px;height:16px}.spr-icon_book_03a{background-position:-272px -3060px;width:16px;height:16px}.spr-icon_book_03b{background-position:-290px -3060px;width:16px;height:16px}.spr-icon_book_03c{background-position:-308px -3060px;width:16px;height:16px}.spr-icon_book_03d{background-position:-326px -3060px;width:16px;height:16px}.spr-icon_book_03e{background-position:-344px -3060px;width:16px;height:16px}.spr-icon_boots_01a{background-position:-362px -3060px;width:16px;height:16px}.spr-icon_boots_01b{background-position:-380px -3060px;width:16px;height:16px}.spr-icon_boots_01c{background-position:-398px -3060px;width:16px;height:16px}.spr-icon_boots_01d{background-position:-416px -3060px;width:16px;height:16px}.spr-icon_boots_01e{background-position:-434px -3060px;width:16px;height:16px}.spr-icon_bow_01a{background-position:-452px -3060px;width:16px;height:16px}.spr-icon_bow_01b{background-position:-470px -3060px;width:16px;height:16px}.spr-icon_bow_01d{background-position:-488px -3060px;width:16px;height:16px}.spr-icon_bow_01e{background-position:-506px -3060px;width:16px;height:16px}.spr-icon_bow_02a{background-position:-524px -3060px;width:16px;height:16px}.spr-icon_bow_02b{background-position:-542px -3060px;width:16px;height:16px}.spr-icon_bow_02d{background-position:-560px -3060px;width:16px;height:16px}.spr-icon_bow_02e{background-position:-578px -3060px;width:16px;height:16px}.spr-icon_bow_03a{background-position:-596px -3060px;width:16px;height:16px}.spr-icon_bow_03b{background-position:-614px -3060px;width:16px;height:16px}.spr-icon_bow_03c{background-position:-632px -3060px;width:16px;height:16px}.spr-icon_bow_03d{background-position:-650px -3060px;width:16px;height:16px}.spr-icon_bow_03e{background-position:-668px -3060px;width:16px;height:16px}.spr-icon_candy_01a{background-position:-686px -3060px;width:16px;height:16px}.spr-icon_candy_01b{background-position:-704px -3060px;width:16px;height:16px}.spr-icon_candy_01c{background-position:-722px -3060px;width:16px;height:16px}.spr-icon_candy_01d{background-position:-740px -3060px;width:16px;height:16px}.spr-icon_candy_01e{background-position:-758px -3060px;width:16px;height:16px}.spr-icon_candy_02a{background-position:-776px -3060px;width:16px;height:16px}.spr-icon_candy_02b{background-position:-794px -3060px;width:16px;height:16px}.spr-icon_candy_02c{background-position:-812px -3060px;width:16px;height:16px}.spr-icon_candy_02d{background-position:-830px -3060px;width:16px;height:16px}.spr-icon_candy_02e{background-position:-848px -3060px;width:16px;height:16px}.spr-icon_coin_01a{background-position:-866px -3060px;width:16px;height:16px}.spr-icon_coin_01b{background-position:-884px -3060px;width:16px;height:16px}.spr-icon_coin_01c{background-position:-902px -3060px;width:16px;height:16px}.spr-icon_coin_01d{background-position:-920px -3060px;width:16px;height:16px}.spr-icon_coin_01e{background-position:-938px -3060px;width:16px;height:16px}.spr-icon_coin_02a{background-position:-956px -3060px;width:16px;height:16px}.spr-icon_coin_02b{background-position:-974px -3060px;width:16px;height:16px}.spr-icon_coin_02c{background-position:-992px -3060px;width:16px;height:16px}.spr-icon_coin_02d{background-position:-2px -3078px;width:16px;height:16px}.spr-icon_coin_02e{background-position:-20px -3078px;width:16px;height:16px}.spr-icon_coin_03a{background-position:-38px -3078px;width:16px;height:16px}.spr-icon_coin_03b{background-position:-56px -3078px;width:16px;height:16px}.spr-icon_coin_03c{background-position:-74px -3078px;width:16px;height:16px}.spr-icon_coin_03d{background-position:-92px -3078px;width:16px;height:16px}.spr-icon_coin_03e{background-position:-110px -3078px;width:16px;height:16px}.spr-icon_crystal_01a{background-position:-128px -3078px;width:16px;height:16px}.spr-icon_crystal_01b{background-position:-146px -3078px;width:16px;height:16px}.spr-icon_crystal_01c{background-position:-164px -3078px;width:16px;height:16px}.spr-icon_crystal_01d{background-position:-182px -3078px;width:16px;height:16px}.spr-icon_crystal_01e{background-position:-200px -3078px;width:16px;height:16px}.spr-icon_fish_01a{background-position:-218px -3078px;width:16px;height:16px}.spr-icon_fish_01b{background-position:-236px -3078px;width:16px;height:16px}.spr-icon_fish_01c{background-position:-254px -3078px;width:16px;height:16px}.spr-icon_fish_01d{background-position:-272px -3078px;width:16px;height:16px}.spr-icon_fish_01e{background-position:-290px -3078px;width:16px;height:16px}.spr-icon_gem_01a{background-position:-308px -3078px;width:16px;height:16px}.spr-icon_gem_01b{background-position:-326px -3078px;width:16px;height:16px}.spr-icon_gem_01c{background-position:-344px -3078px;width:16px;height:16px}.spr-icon_gem_01d{background-position:-362px -3078px;width:16px;height:16px}.spr-icon_gem_01e{background-position:-380px -3078px;width:16px;height:16px}.spr-icon_gloves_01a{background-position:-398px -3078px;width:16px;height:16px}.spr-icon_gloves_01b{background-position:-416px -3078px;width:16px;height:16px}.spr-icon_gloves_01c{background-position:-434px -3078px;width:16px;height:16px}.spr-icon_gloves_01d{background-position:-452px -3078px;width:16px;height:16px}.spr-icon_gloves_01e{background-position:-470px -3078px;width:16px;height:16px}.spr-icon_hat_01a{background-position:-488px -3078px;width:16px;height:16px}.spr-icon_hat_01b{background-position:-506px -3078px;width:16px;height:16px}.spr-icon_hat_01c{background-position:-524px -3078px;width:16px;height:16px}.spr-icon_hat_01d{background-position:-542px -3078px;width:16px;height:16px}.spr-icon_hat_01e{background-position:-560px -3078px;width:16px;height:16px}.spr-icon_helmet_01a{background-position:-578px -3078px;width:16px;height:16px}.spr-icon_helmet_01b{background-position:-596px -3078px;width:16px;height:16px}.spr-icon_helmet_01c{background-position:-614px -3078px;width:16px;height:16px}.spr-icon_helmet_01d{background-position:-632px -3078px;width:16px;height:16px}.spr-icon_helmet_01e{background-position:-650px -3078px;width:16px;height:16px}.spr-icon_helmet_02a{background-position:-668px -3078px;width:16px;height:16px}.spr-icon_helmet_02b{background-position:-686px -3078px;width:16px;height:16px}.spr-icon_helmet_02c{background-position:-704px -3078px;width:16px;height:16px}.spr-icon_helmet_02d{background-position:-722px -3078px;width:16px;height:16px}.spr-icon_helmet_02e{background-position:-740px -3078px;width:16px;height:16px}.spr-icon_key_01a{background-position:-758px -3078px;width:16px;height:16px}.spr-icon_key_01b{background-position:-776px -3078px;width:16px;height:16px}.spr-icon_key_01c{background-position:-794px -3078px;width:16px;height:16px}.spr-icon_key_01d{background-position:-812px -3078px;width:16px;height:16px}.spr-icon_key_01e{background-position:-830px -3078px;width:16px;height:16px}.spr-icon_key_02a{background-position:-848px -3078px;width:16px;height:16px}.spr-icon_key_02b{background-position:-866px -3078px;width:16px;height:16px}.spr-icon_key_02c{background-position:-884px -3078px;width:16px;height:16px}.spr-icon_key_02d{background-position:-902px -3078px;width:16px;height:16px}.spr-icon_key_02e{background-position:-920px -3078px;width:16px;height:16px}.spr-icon_necklace_01a{background-position:-938px -3078px;width:16px;height:16px}.spr-icon_necklace_01b{background-position:-956px -3078px;width:16px;height:16px}.spr-icon_necklace_01c{background-position:-974px -3078px;width:16px;height:16px}.spr-icon_necklace_01d{background-position:-992px -3078px;width:16px;height:16px}.spr-icon_necklace_01e{background-position:-2px -3096px;width:16px;height:16px}.spr-icon_necklace_02a{background-position:-20px -3096px;width:16px;height:16px}.spr-icon_necklace_02b{background-position:-38px -3096px;width:16px;height:16px}.spr-icon_necklace_02c{background-position:-56px -3096px;width:16px;height:16px}.spr-icon_necklace_02d{background-position:-74px -3096px;width:16px;height:16px}.spr-icon_necklace_02e{background-position:-92px -3096px;width:16px;height:16px}.spr-icon_necklace_03a{background-position:-110px -3096px;width:16px;height:16px}.spr-icon_necklace_03b{background-position:-128px -3096px;width:16px;height:16px}.spr-icon_necklace_03c{background-position:-146px -3096px;width:16px;height:16px}.spr-icon_necklace_03d{background-position:-164px -3096px;width:16px;height:16px}.spr-icon_necklace_03e{background-position:-182px -3096px;width:16px;height:16px}.spr-icon_potion_01a{background-position:-200px -3096px;width:16px;height:16px}.spr-icon_potion_01b{background-position:-218px -3096px;width:16px;height:16px}.spr-icon_potion_01c{background-position:-236px -3096px;width:16px;height:16px}.spr-icon_potion_01d{background-position:-254px -3096px;width:16px;height:16px}.spr-icon_potion_01e{background-position:-272px -3096px;width:16px;height:16px}.spr-icon_potion_02a{background-position:-290px -3096px;width:16px;height:16px}.spr-icon_potion_02b{background-position:-308px -3096px;width:16px;height:16px}.spr-icon_potion_02c{background-position:-326px -3096px;width:16px;height:16px}.spr-icon_potion_02d{background-position:-344px -3096px;width:16px;height:16px}.spr-icon_potion_02e{background-position:-362px -3096px;width:16px;height:16px}.spr-icon_potion_03a{background-position:-380px -3096px;width:16px;height:16px}.spr-icon_potion_03b{background-position:-398px -3096px;width:16px;height:16px}.spr-icon_potion_03c{background-position:-416px -3096px;width:16px;height:16px}.spr-icon_potion_03d{background-position:-434px -3096px;width:16px;height:16px}.spr-icon_potion_03e{background-position:-452px -3096px;width:16px;height:16px}.spr-icon_ring_01a{background-position:-470px -3096px;width:16px;height:16px}.spr-icon_ring_01b{background-position:-488px -3096px;width:16px;height:16px}.spr-icon_ring_01c{background-position:-506px -3096px;width:16px;height:16px}.spr-icon_ring_01d{background-position:-524px -3096px;width:16px;height:16px}.spr-icon_ring_01e{background-position:-542px -3096px;width:16px;height:16px}.spr-icon_ring_02a{background-position:-560px -3096px;width:16px;height:16px}.spr-icon_ring_02b{background-position:-578px -3096px;width:16px;height:16px}.spr-icon_ring_02c{background-position:-596px -3096px;width:16px;height:16px}.spr-icon_ring_02d{background-position:-614px -3096px;width:16px;height:16px}.spr-icon_ring_02e{background-position:-632px -3096px;width:16px;height:16px}.spr-icon_ring_03a{background-position:-650px -3096px;width:16px;height:16px}.spr-icon_ring_03b{background-position:-668px -3096px;width:16px;height:16px}.spr-icon_ring_03c{background-position:-686px -3096px;width:16px;height:16px}.spr-icon_ring_03d{background-position:-704px -3096px;width:16px;height:16px}.spr-icon_ring_03e{background-position:-722px -3096px;width:16px;height:16px}.spr-icon_scroll_01a{background-position:-740px -3096px;width:16px;height:16px}.spr-icon_scroll_01b{background-position:-758px -3096px;width:16px;height:16px}.spr-icon_scroll_01c{background-position:-776px -3096px;width:16px;height:16px}.spr-icon_scroll_01d{background-position:-794px -3096px;width:16px;height:16px}.spr-icon_scroll_01e{background-position:-812px -3096px;width:16px;height:16px}.spr-icon_shield_01a{background-position:-830px -3096px;width:16px;height:16px}.spr-icon_shield_01b{background-position:-848px -3096px;width:16px;height:16px}.spr-icon_shield_01c{background-position:-866px -3096px;width:16px;height:16px}.spr-icon_shield_01d{background-position:-884px -3096px;width:16px;height:16px}.spr-icon_shield_01e{background-position:-902px -3096px;width:16px;height:16px}.spr-icon_shield_02a{background-position:-920px -3096px;width:16px;height:16px}.spr-icon_shield_02b{background-position:-938px -3096px;width:16px;height:16px}.spr-icon_shield_02c{background-position:-956px -3096px;width:16px;height:16px}.spr-icon_shield_02d{background-position:-974px -3096px;width:16px;height:16px}.spr-icon_shield_02e{background-position:-992px -3096px;width:16px;height:16px}.spr-icon_shield_03a{background-position:-2px -3114px;width:16px;height:16px}.spr-icon_shield_03b{background-position:-20px -3114px;width:16px;height:16px}.spr-icon_shield_03c{background-position:-38px -3114px;width:16px;height:16px}.spr-icon_shield_03d{background-position:-56px -3114px;width:16px;height:16px}.spr-icon_shield_03e{background-position:-74px -3114px;width:16px;height:16px}.spr-icon_skull_01a{background-position:-92px -3114px;width:16px;height:16px}.spr-icon_skull_01b{background-position:-110px -3114px;width:16px;height:16px}.spr-icon_spellbook_01a{background-position:-128px -3114px;width:16px;height:16px}.spr-icon_spellbook_01b{background-position:-146px -3114px;width:16px;height:16px}.spr-icon_spellbook_01c{background-position:-164px -3114px;width:16px;height:16px}.spr-icon_spellbook_01d{background-position:-182px -3114px;width:16px;height:16px}.spr-icon_spellbook_01e{background-position:-200px -3114px;width:16px;height:16px}.spr-icon_spellbook_02a{background-position:-218px -3114px;width:16px;height:16px}.spr-icon_spellbook_02b{background-position:-236px -3114px;width:16px;height:16px}.spr-icon_spellbook_02c{background-position:-254px -3114px;width:16px;height:16px}.spr-icon_spellbook_02d{background-position:-272px -3114px;width:16px;height:16px}.spr-icon_spellbook_02e{background-position:-290px -3114px;width:16px;height:16px}.spr-icon_spellbook_03a{background-position:-308px -3114px;width:16px;height:16px}.spr-icon_spellbook_03b{background-position:-326px -3114px;width:16px;height:16px}.spr-icon_spellbook_03c{background-position:-344px -3114px;width:16px;height:16px}.spr-icon_spellbook_03d{background-position:-362px -3114px;width:16px;height:16px}.spr-icon_spellbook_03e{background-position:-380px -3114px;width:16px;height:16px}.spr-icon_staff_01a{background-position:-398px -3114px;width:16px;height:16px}.spr-icon_staff_01b{background-position:-416px -3114px;width:16px;height:16px}.spr-icon_staff_01c{background-position:-434px -3114px;width:16px;height:16px}.spr-icon_staff_01d{background-position:-452px -3114px;width:16px;height:16px}.spr-icon_staff_01e{background-position:-470px -3114px;width:16px;height:16px}.spr-icon_staff_02b{background-position:-488px -3114px;width:16px;height:16px}.spr-icon_staff_02c{background-position:-506px -3114px;width:16px;height:16px}.spr-icon_staff_02d{background-position:-524px -3114px;width:16px;height:16px}.spr-icon_staff_02e{background-position:-542px -3114px;width:16px;height:16px}.spr-icon_staff_03a{background-position:-560px -3114px;width:16px;height:16px}.spr-icon_staff_03b{background-position:-578px -3114px;width:16px;height:16px}.spr-icon_staff_03c{background-position:-596px -3114px;width:16px;height:16px}.spr-icon_staff_03d{background-position:-614px -3114px;width:16px;height:16px}.spr-icon_staff_03e{background-position:-632px -3114px;width:16px;height:16px}.spr-icon_sword_01a{background-position:-650px -3114px;width:16px;height:16px}.spr-icon_sword_01b{background-position:-668px -3114px;width:16px;height:16px}.spr-icon_sword_01c{background-position:-686px -3114px;width:16px;height:16px}.spr-icon_sword_01d{background-position:-704px -3114px;width:16px;height:16px}.spr-icon_sword_01e{background-position:-722px -3114px;width:16px;height:16px}.spr-icon_sword_02a{background-position:-740px -3114px;width:16px;height:16px}.spr-icon_sword_02b{background-position:-758px -3114px;width:16px;height:16px}.spr-icon_sword_02c{background-position:-776px -3114px;width:16px;height:16px}.spr-icon_sword_02d{background-position:-794px -3114px;width:16px;height:16px}.spr-icon_sword_02e{background-position:-812px -3114px;width:16px;height:16px}.spr-icon_sword_03a{background-position:-830px -3114px;width:16px;height:16px}.spr-icon_sword_03b{background-position:-848px -3114px;width:16px;height:16px}.spr-icon_sword_03c{background-position:-866px -3114px;width:16px;height:16px}.spr-icon_sword_03d{background-position:-884px -3114px;width:16px;height:16px}.spr-icon_sword_03e{background-position:-902px -3114px;width:16px;height:16px}.spr-imp_amber_idle_anim_f0{background-position:-920px -3114px;width:16px;height:16px}.spr-imp_amber_idle_anim_f1{background-position:-938px -3114px;width:16px;height:16px}.spr-imp_amber_idle_anim_f2{background-position:-956px -3114px;width:16px;height:16px}.spr-imp_amber_idle_anim_f3{background-position:-974px -3114px;width:16px;height:16px}.spr-imp_amber_run_anim_f0{background-position:-992px -3114px;width:16px;height:16px}.spr-imp_amber_run_anim_f1{background-position:-2px -3132px;width:16px;height:16px}.spr-imp_amber_run_anim_f2{background-position:-20px -3132px;width:16px;height:16px}.spr-imp_amber_run_anim_f3{background-position:-38px -3132px;width:16px;height:16px}.spr-imp_dusk_idle_anim_f0{background-position:-56px -3132px;width:16px;height:16px}.spr-imp_dusk_idle_anim_f1{background-position:-74px -3132px;width:16px;height:16px}.spr-imp_dusk_idle_anim_f2{background-position:-92px -3132px;width:16px;height:16px}.spr-imp_dusk_idle_anim_f3{background-position:-110px -3132px;width:16px;height:16px}.spr-imp_dusk_run_anim_f0{background-position:-128px -3132px;width:16px;height:16px}.spr-imp_dusk_run_anim_f1{background-position:-146px -3132px;width:16px;height:16px}.spr-imp_dusk_run_anim_f2{background-position:-164px -3132px;width:16px;height:16px}.spr-imp_dusk_run_anim_f3{background-position:-182px -3132px;width:16px;height:16px}.spr-imp_hive_idle_anim_f0{background-position:-200px -3132px;width:16px;height:16px}.spr-imp_hive_idle_anim_f1{background-position:-218px -3132px;width:16px;height:16px}.spr-imp_hive_idle_anim_f2{background-position:-236px -3132px;width:16px;height:16px}.spr-imp_hive_idle_anim_f3{background-position:-254px -3132px;width:16px;height:16px}.spr-imp_hive_run_anim_f0{background-position:-272px -3132px;width:16px;height:16px}.spr-imp_hive_run_anim_f1{background-position:-290px -3132px;width:16px;height:16px}.spr-imp_hive_run_anim_f2{background-position:-308px -3132px;width:16px;height:16px}.spr-imp_hive_run_anim_f3{background-position:-326px -3132px;width:16px;height:16px}.spr-imp_hive_t2_idle_anim_f0{background-position:-344px -3132px;width:16px;height:16px}.spr-imp_hive_t2_idle_anim_f1{background-position:-362px -3132px;width:16px;height:16px}.spr-imp_hive_t2_idle_anim_f2{background-position:-380px -3132px;width:16px;height:16px}.spr-imp_hive_t2_idle_anim_f3{background-position:-398px -3132px;width:16px;height:16px}.spr-imp_hive_t2_run_anim_f0{background-position:-416px -3132px;width:16px;height:16px}.spr-imp_hive_t2_run_anim_f1{background-position:-434px -3132px;width:16px;height:16px}.spr-imp_hive_t2_run_anim_f2{background-position:-452px -3132px;width:16px;height:16px}.spr-imp_hive_t2_run_anim_f3{background-position:-470px -3132px;width:16px;height:16px}.spr-imp_hive_t3_idle_anim_f0{background-position:-488px -3132px;width:16px;height:16px}.spr-imp_hive_t3_idle_anim_f1{background-position:-506px -3132px;width:16px;height:16px}.spr-imp_hive_t3_idle_anim_f2{background-position:-524px -3132px;width:16px;height:16px}.spr-imp_hive_t3_idle_anim_f3{background-position:-542px -3132px;width:16px;height:16px}.spr-imp_hive_t3_run_anim_f0{background-position:-560px -3132px;width:16px;height:16px}.spr-imp_hive_t3_run_anim_f1{background-position:-578px -3132px;width:16px;height:16px}.spr-imp_hive_t3_run_anim_f2{background-position:-596px -3132px;width:16px;height:16px}.spr-imp_hive_t3_run_anim_f3{background-position:-614px -3132px;width:16px;height:16px}.spr-imp_idle_anim_f0{background-position:-632px -3132px;width:16px;height:16px}.spr-imp_idle_anim_f1{background-position:-650px -3132px;width:16px;height:16px}.spr-imp_idle_anim_f2{background-position:-668px -3132px;width:16px;height:16px}.spr-imp_idle_anim_f3{background-position:-686px -3132px;width:16px;height:16px}.spr-imp_run_anim_f0{background-position:-704px -3132px;width:16px;height:16px}.spr-imp_run_anim_f1{background-position:-722px -3132px;width:16px;height:16px}.spr-imp_run_anim_f2{background-position:-740px -3132px;width:16px;height:16px}.spr-imp_run_anim_f3{background-position:-758px -3132px;width:16px;height:16px}.spr-imp_silver_idle_anim_f0{background-position:-776px -3132px;width:16px;height:16px}.spr-imp_silver_idle_anim_f1{background-position:-794px -3132px;width:16px;height:16px}.spr-imp_silver_idle_anim_f2{background-position:-812px -3132px;width:16px;height:16px}.spr-imp_silver_idle_anim_f3{background-position:-830px -3132px;width:16px;height:16px}.spr-imp_silver_run_anim_f0{background-position:-848px -3132px;width:16px;height:16px}.spr-imp_silver_run_anim_f1{background-position:-866px -3132px;width:16px;height:16px}.spr-imp_silver_run_anim_f2{background-position:-884px -3132px;width:16px;height:16px}.spr-imp_silver_run_anim_f3{background-position:-902px -3132px;width:16px;height:16px}.spr-imp_star_idle_anim_f0{background-position:-920px -3132px;width:16px;height:16px}.spr-imp_star_idle_anim_f1{background-position:-938px -3132px;width:16px;height:16px}.spr-imp_star_idle_anim_f2{background-position:-956px -3132px;width:16px;height:16px}.spr-imp_star_idle_anim_f3{background-position:-974px -3132px;width:16px;height:16px}.spr-imp_star_run_anim_f0{background-position:-992px -3132px;width:16px;height:16px}.spr-imp_star_run_anim_f1{background-position:-2px -3150px;width:16px;height:16px}.spr-imp_star_run_anim_f2{background-position:-20px -3150px;width:16px;height:16px}.spr-imp_star_run_anim_f3{background-position:-38px -3150px;width:16px;height:16px}.spr-imp_toxic_idle_anim_f0{background-position:-56px -3150px;width:16px;height:16px}.spr-imp_toxic_idle_anim_f1{background-position:-74px -3150px;width:16px;height:16px}.spr-imp_toxic_idle_anim_f2{background-position:-92px -3150px;width:16px;height:16px}.spr-imp_toxic_idle_anim_f3{background-position:-110px -3150px;width:16px;height:16px}.spr-imp_toxic_run_anim_f0{background-position:-128px -3150px;width:16px;height:16px}.spr-imp_toxic_run_anim_f1{background-position:-146px -3150px;width:16px;height:16px}.spr-imp_toxic_run_anim_f2{background-position:-164px -3150px;width:16px;height:16px}.spr-imp_toxic_run_anim_f3{background-position:-182px -3150px;width:16px;height:16px}.spr-imp_yellow_idle_anim_f0{background-position:-200px -3150px;width:16px;height:16px}.spr-imp_yellow_idle_anim_f1{background-position:-218px -3150px;width:16px;height:16px}.spr-imp_yellow_idle_anim_f2{background-position:-236px -3150px;width:16px;height:16px}.spr-imp_yellow_idle_anim_f3{background-position:-254px -3150px;width:16px;height:16px}.spr-imp_yellow_run_anim_f0{background-position:-272px -3150px;width:16px;height:16px}.spr-imp_yellow_run_anim_f1{background-position:-290px -3150px;width:16px;height:16px}.spr-imp_yellow_run_anim_f2{background-position:-308px -3150px;width:16px;height:16px}.spr-imp_yellow_run_anim_f3{background-position:-326px -3150px;width:16px;height:16px}.spr-knight_f_hit_anim_f0{background-position:-866px -2585px;width:16px;height:28px}.spr-knight_f_idle_anim_f0{background-position:-884px -2585px;width:16px;height:28px}.spr-knight_f_idle_anim_f1{background-position:-902px -2585px;width:16px;height:28px}.spr-knight_f_idle_anim_f2{background-position:-920px -2585px;width:16px;height:28px}.spr-knight_f_idle_anim_f3{background-position:-938px -2585px;width:16px;height:28px}.spr-knight_f_red_hit_anim_f0{background-position:-956px -2585px;width:16px;height:28px}.spr-knight_f_red_idle_anim_f0{background-position:-974px -2585px;width:16px;height:28px}.spr-knight_f_red_idle_anim_f1{background-position:-992px -2585px;width:16px;height:28px}.spr-knight_f_red_idle_anim_f2{background-position:-2px -2615px;width:16px;height:28px}.spr-knight_f_red_idle_anim_f3{background-position:-20px -2615px;width:16px;height:28px}.spr-knight_f_red_run_anim_f0{background-position:-38px -2615px;width:16px;height:28px}.spr-knight_f_red_run_anim_f1{background-position:-56px -2615px;width:16px;height:28px}.spr-knight_f_red_run_anim_f2{background-position:-74px -2615px;width:16px;height:28px}.spr-knight_f_red_run_anim_f3{background-position:-92px -2615px;width:16px;height:28px}.spr-knight_f_run_anim_f0{background-position:-110px -2615px;width:16px;height:28px}.spr-knight_f_run_anim_f1{background-position:-128px -2615px;width:16px;height:28px}.spr-knight_f_run_anim_f2{background-position:-146px -2615px;width:16px;height:28px}.spr-knight_f_run_anim_f3{background-position:-164px -2615px;width:16px;height:28px}.spr-knight_m_dark_hit_anim_f0{background-position:-182px -2615px;width:16px;height:28px}.spr-knight_m_dark_idle_anim_f0{background-position:-200px -2615px;width:16px;height:28px}.spr-knight_m_dark_idle_anim_f1{background-position:-218px -2615px;width:16px;height:28px}.spr-knight_m_dark_idle_anim_f2{background-position:-236px -2615px;width:16px;height:28px}.spr-knight_m_dark_idle_anim_f3{background-position:-254px -2615px;width:16px;height:28px}.spr-knight_m_dark_run_anim_f0{background-position:-272px -2615px;width:16px;height:28px}.spr-knight_m_dark_run_anim_f1{background-position:-290px -2615px;width:16px;height:28px}.spr-knight_m_dark_run_anim_f2{background-position:-308px -2615px;width:16px;height:28px}.spr-knight_m_dark_run_anim_f3{background-position:-326px -2615px;width:16px;height:28px}.spr-knight_m_gold_hit_anim_f0{background-position:-344px -2615px;width:16px;height:28px}.spr-knight_m_gold_idle_anim_f0{background-position:-362px -2615px;width:16px;height:28px}.spr-knight_m_gold_idle_anim_f1{background-position:-380px -2615px;width:16px;height:28px}.spr-knight_m_gold_idle_anim_f2{background-position:-398px -2615px;width:16px;height:28px}.spr-knight_m_gold_idle_anim_f3{background-position:-416px -2615px;width:16px;height:28px}.spr-knight_m_gold_run_anim_f0{background-position:-434px -2615px;width:16px;height:28px}.spr-knight_m_gold_run_anim_f1{background-position:-452px -2615px;width:16px;height:28px}.spr-knight_m_gold_run_anim_f2{background-position:-470px -2615px;width:16px;height:28px}.spr-knight_m_gold_run_anim_f3{background-position:-488px -2615px;width:16px;height:28px}.spr-knight_m_hit_anim_f0{background-position:-506px -2615px;width:16px;height:28px}.spr-knight_m_idle_anim_f0{background-position:-524px -2615px;width:16px;height:28px}.spr-knight_m_idle_anim_f1{background-position:-542px -2615px;width:16px;height:28px}.spr-knight_m_idle_anim_f2{background-position:-560px -2615px;width:16px;height:28px}.spr-knight_m_idle_anim_f3{background-position:-578px -2615px;width:16px;height:28px}.spr-knight_m_run_anim_f0{background-position:-596px -2615px;width:16px;height:28px}.spr-knight_m_run_anim_f1{background-position:-614px -2615px;width:16px;height:28px}.spr-knight_m_run_anim_f2{background-position:-632px -2615px;width:16px;height:28px}.spr-knight_m_run_anim_f3{background-position:-650px -2615px;width:16px;height:28px}.spr-knight_m_t2_hit_anim_f0{background-position:-668px -2615px;width:16px;height:28px}.spr-knight_m_t2_idle_anim_f0{background-position:-686px -2615px;width:16px;height:28px}.spr-knight_m_t2_idle_anim_f1{background-position:-704px -2615px;width:16px;height:28px}.spr-knight_m_t2_idle_anim_f2{background-position:-722px -2615px;width:16px;height:28px}.spr-knight_m_t2_idle_anim_f3{background-position:-740px -2615px;width:16px;height:28px}.spr-knight_m_t2_run_anim_f0{background-position:-758px -2615px;width:16px;height:28px}.spr-knight_m_t2_run_anim_f1{background-position:-776px -2615px;width:16px;height:28px}.spr-knight_m_t2_run_anim_f2{background-position:-794px -2615px;width:16px;height:28px}.spr-knight_m_t2_run_anim_f3{background-position:-812px -2615px;width:16px;height:28px}.spr-knight_m_t3_hit_anim_f0{background-position:-830px -2615px;width:16px;height:28px}.spr-knight_m_t3_idle_anim_f0{background-position:-848px -2615px;width:16px;height:28px}.spr-knight_m_t3_idle_anim_f1{background-position:-866px -2615px;width:16px;height:28px}.spr-knight_m_t3_idle_anim_f2{background-position:-884px -2615px;width:16px;height:28px}.spr-knight_m_t3_idle_anim_f3{background-position:-902px -2615px;width:16px;height:28px}.spr-knight_m_t3_run_anim_f0{background-position:-920px -2615px;width:16px;height:28px}.spr-knight_m_t3_run_anim_f1{background-position:-938px -2615px;width:16px;height:28px}.spr-knight_m_t3_run_anim_f2{background-position:-956px -2615px;width:16px;height:28px}.spr-knight_m_t3_run_anim_f3{background-position:-974px -2615px;width:16px;height:28px}.spr-knight_m_white_hit_anim_f0{background-position:-992px -2615px;width:16px;height:28px}.spr-knight_m_white_idle_anim_f0{background-position:-2px -2645px;width:16px;height:28px}.spr-knight_m_white_idle_anim_f1{background-position:-20px -2645px;width:16px;height:28px}.spr-knight_m_white_idle_anim_f2{background-position:-38px -2645px;width:16px;height:28px}.spr-knight_m_white_idle_anim_f3{background-position:-56px -2645px;width:16px;height:28px}.spr-knight_m_white_run_anim_f0{background-position:-74px -2645px;width:16px;height:28px}.spr-knight_m_white_run_anim_f1{background-position:-92px -2645px;width:16px;height:28px}.spr-knight_m_white_run_anim_f2{background-position:-110px -2645px;width:16px;height:28px}.spr-knight_m_white_run_anim_f3{background-position:-128px -2645px;width:16px;height:28px}.spr-lever_left{background-position:-344px -3150px;width:16px;height:16px}.spr-lever_right{background-position:-362px -3150px;width:16px;height:16px}.spr-lizard_f_hit_anim_f0{background-position:-146px -2645px;width:16px;height:28px}.spr-lizard_f_idle_anim_f0{background-position:-164px -2645px;width:16px;height:28px}.spr-lizard_f_idle_anim_f1{background-position:-182px -2645px;width:16px;height:28px}.spr-lizard_f_idle_anim_f2{background-position:-200px -2645px;width:16px;height:28px}.spr-lizard_f_idle_anim_f3{background-position:-218px -2645px;width:16px;height:28px}.spr-lizard_f_pastel_hit_anim_f0{background-position:-236px -2645px;width:16px;height:28px}.spr-lizard_f_pastel_idle_anim_f0{background-position:-254px -2645px;width:16px;height:28px}.spr-lizard_f_pastel_idle_anim_f1{background-position:-272px -2645px;width:16px;height:28px}.spr-lizard_f_pastel_idle_anim_f2{background-position:-290px -2645px;width:16px;height:28px}.spr-lizard_f_pastel_idle_anim_f3{background-position:-308px -2645px;width:16px;height:28px}.spr-lizard_f_pastel_run_anim_f0{background-position:-326px -2645px;width:16px;height:28px}.spr-lizard_f_pastel_run_anim_f1{background-position:-344px -2645px;width:16px;height:28px}.spr-lizard_f_pastel_run_anim_f2{background-position:-362px -2645px;width:16px;height:28px}.spr-lizard_f_pastel_run_anim_f3{background-position:-380px -2645px;width:16px;height:28px}.spr-lizard_f_red_hit_anim_f0{background-position:-398px -2645px;width:16px;height:28px}.spr-lizard_f_red_idle_anim_f0{background-position:-416px -2645px;width:16px;height:28px}.spr-lizard_f_red_idle_anim_f1{background-position:-434px -2645px;width:16px;height:28px}.spr-lizard_f_red_idle_anim_f2{background-position:-452px -2645px;width:16px;height:28px}.spr-lizard_f_red_idle_anim_f3{background-position:-470px -2645px;width:16px;height:28px}.spr-lizard_f_red_run_anim_f0{background-position:-488px -2645px;width:16px;height:28px}.spr-lizard_f_red_run_anim_f1{background-position:-506px -2645px;width:16px;height:28px}.spr-lizard_f_red_run_anim_f2{background-position:-524px -2645px;width:16px;height:28px}.spr-lizard_f_red_run_anim_f3{background-position:-542px -2645px;width:16px;height:28px}.spr-lizard_f_run_anim_f0{background-position:-560px -2645px;width:16px;height:28px}.spr-lizard_f_run_anim_f1{background-position:-578px -2645px;width:16px;height:28px}.spr-lizard_f_run_anim_f2{background-position:-596px -2645px;width:16px;height:28px}.spr-lizard_f_run_anim_f3{background-position:-614px -2645px;width:16px;height:28px}.spr-lizard_m_hit_anim_f0{background-position:-632px -2645px;width:16px;height:28px}.spr-lizard_m_idle_anim_f0{background-position:-650px -2645px;width:16px;height:28px}.spr-lizard_m_idle_anim_f1{background-position:-668px -2645px;width:16px;height:28px}.spr-lizard_m_idle_anim_f2{background-position:-686px -2645px;width:16px;height:28px}.spr-lizard_m_idle_anim_f3{background-position:-704px -2645px;width:16px;height:28px}.spr-lizard_m_run_anim_f0{background-position:-722px -2645px;width:16px;height:28px}.spr-lizard_m_run_anim_f1{background-position:-740px -2645px;width:16px;height:28px}.spr-lizard_m_run_anim_f2{background-position:-758px -2645px;width:16px;height:28px}.spr-lizard_m_run_anim_f3{background-position:-776px -2645px;width:16px;height:28px}.spr-lizard_m_t2_hit_anim_f0{background-position:-794px -2645px;width:16px;height:28px}.spr-lizard_m_t2_idle_anim_f0{background-position:-812px -2645px;width:16px;height:28px}.spr-lizard_m_t2_idle_anim_f1{background-position:-830px -2645px;width:16px;height:28px}.spr-lizard_m_t2_idle_anim_f2{background-position:-848px -2645px;width:16px;height:28px}.spr-lizard_m_t2_idle_anim_f3{background-position:-866px -2645px;width:16px;height:28px}.spr-lizard_m_t2_run_anim_f0{background-position:-884px -2645px;width:16px;height:28px}.spr-lizard_m_t2_run_anim_f1{background-position:-902px -2645px;width:16px;height:28px}.spr-lizard_m_t2_run_anim_f2{background-position:-920px -2645px;width:16px;height:28px}.spr-lizard_m_t2_run_anim_f3{background-position:-938px -2645px;width:16px;height:28px}.spr-lizard_m_t3_hit_anim_f0{background-position:-956px -2645px;width:16px;height:28px}.spr-lizard_m_t3_idle_anim_f0{background-position:-974px -2645px;width:16px;height:28px}.spr-lizard_m_t3_idle_anim_f1{background-position:-992px -2645px;width:16px;height:28px}.spr-lizard_m_t3_idle_anim_f2{background-position:-2px -2675px;width:16px;height:28px}.spr-lizard_m_t3_idle_anim_f3{background-position:-20px -2675px;width:16px;height:28px}.spr-lizard_m_t3_run_anim_f0{background-position:-38px -2675px;width:16px;height:28px}.spr-lizard_m_t3_run_anim_f1{background-position:-56px -2675px;width:16px;height:28px}.spr-lizard_m_t3_run_anim_f2{background-position:-74px -2675px;width:16px;height:28px}.spr-lizard_m_t3_run_anim_f3{background-position:-92px -2675px;width:16px;height:28px}.spr-masked_orc_dark_idle_anim_f0{background-position:-578px -2866px;width:16px;height:23px}.spr-masked_orc_dark_idle_anim_f1{background-position:-596px -2866px;width:16px;height:23px}.spr-masked_orc_dark_idle_anim_f2{background-position:-614px -2866px;width:16px;height:23px}.spr-masked_orc_dark_idle_anim_f3{background-position:-632px -2866px;width:16px;height:23px}.spr-masked_orc_dark_run_anim_f0{background-position:-650px -2866px;width:16px;height:23px}.spr-masked_orc_dark_run_anim_f1{background-position:-668px -2866px;width:16px;height:23px}.spr-masked_orc_dark_run_anim_f2{background-position:-686px -2866px;width:16px;height:23px}.spr-masked_orc_dark_run_anim_f3{background-position:-704px -2866px;width:16px;height:23px}.spr-masked_orc_earth_idle_anim_f0{background-position:-722px -2866px;width:16px;height:23px}.spr-masked_orc_earth_idle_anim_f1{background-position:-740px -2866px;width:16px;height:23px}.spr-masked_orc_earth_idle_anim_f2{background-position:-758px -2866px;width:16px;height:23px}.spr-masked_orc_earth_idle_anim_f3{background-position:-776px -2866px;width:16px;height:23px}.spr-masked_orc_earth_run_anim_f0{background-position:-794px -2866px;width:16px;height:23px}.spr-masked_orc_earth_run_anim_f1{background-position:-812px -2866px;width:16px;height:23px}.spr-masked_orc_earth_run_anim_f2{background-position:-830px -2866px;width:16px;height:23px}.spr-masked_orc_earth_run_anim_f3{background-position:-848px -2866px;width:16px;height:23px}.spr-masked_orc_idle_anim_f0{background-position:-866px -2866px;width:16px;height:23px}.spr-masked_orc_idle_anim_f1{background-position:-884px -2866px;width:16px;height:23px}.spr-masked_orc_idle_anim_f2{background-position:-902px -2866px;width:16px;height:23px}.spr-masked_orc_idle_anim_f3{background-position:-920px -2866px;width:16px;height:23px}.spr-masked_orc_run_anim_f0{background-position:-938px -2866px;width:16px;height:23px}.spr-masked_orc_run_anim_f1{background-position:-956px -2866px;width:16px;height:23px}.spr-masked_orc_run_anim_f2{background-position:-974px -2866px;width:16px;height:23px}.spr-masked_orc_run_anim_f3{background-position:-992px -2866px;width:16px;height:23px}.spr-missing_texture_anim_f0{background-position:-46px -2965px;width:16px;height:20px}.spr-missing_texture_anim_f1{background-position:-64px -2965px;width:16px;height:20px}.spr-muddy_anim_f0{background-position:-380px -3150px;width:16px;height:16px}.spr-muddy_anim_f1{background-position:-398px -3150px;width:16px;height:16px}.spr-muddy_anim_f2{background-position:-416px -3150px;width:16px;height:16px}.spr-muddy_anim_f3{background-position:-434px -3150px;width:16px;height:16px}.spr-muddy_cream_anim_f0{background-position:-452px -3150px;width:16px;height:16px}.spr-muddy_cream_anim_f1{background-position:-470px -3150px;width:16px;height:16px}.spr-muddy_cream_anim_f2{background-position:-488px -3150px;width:16px;height:16px}.spr-muddy_cream_anim_f3{background-position:-506px -3150px;width:16px;height:16px}.spr-muddy_green_anim_f0{background-position:-524px -3150px;width:16px;height:16px}.spr-muddy_green_anim_f1{background-position:-542px -3150px;width:16px;height:16px}.spr-muddy_green_anim_f2{background-position:-560px -3150px;width:16px;height:16px}.spr-muddy_green_anim_f3{background-position:-578px -3150px;width:16px;height:16px}.spr-muddy_pale_anim_f0{background-position:-596px -3150px;width:16px;height:16px}.spr-muddy_pale_anim_f1{background-position:-614px -3150px;width:16px;height:16px}.spr-muddy_pale_anim_f2{background-position:-632px -3150px;width:16px;height:16px}.spr-muddy_pale_anim_f3{background-position:-650px -3150px;width:16px;height:16px}.spr-muddy_pink_anim_f0{background-position:-668px -3150px;width:16px;height:16px}.spr-muddy_pink_anim_f1{background-position:-686px -3150px;width:16px;height:16px}.spr-muddy_pink_anim_f2{background-position:-704px -3150px;width:16px;height:16px}.spr-muddy_pink_anim_f3{background-position:-722px -3150px;width:16px;height:16px}.spr-necromancer_anim_f0{background-position:-2px -2891px;width:16px;height:23px}.spr-necromancer_anim_f1{background-position:-20px -2891px;width:16px;height:23px}.spr-necromancer_anim_f2{background-position:-38px -2891px;width:16px;height:23px}.spr-necromancer_anim_f3{background-position:-56px -2891px;width:16px;height:23px}.spr-necromancer_shadow_anim_f0{background-position:-74px -2891px;width:16px;height:23px}.spr-necromancer_shadow_anim_f1{background-position:-92px -2891px;width:16px;height:23px}.spr-necromancer_shadow_anim_f2{background-position:-110px -2891px;width:16px;height:23px}.spr-necromancer_shadow_anim_f3{background-position:-128px -2891px;width:16px;height:23px}.spr-necromancer_t2_anim_f0{background-position:-146px -2891px;width:16px;height:23px}.spr-necromancer_t2_anim_f1{background-position:-164px -2891px;width:16px;height:23px}.spr-necromancer_t2_anim_f2{background-position:-182px -2891px;width:16px;height:23px}.spr-necromancer_t2_anim_f3{background-position:-200px -2891px;width:16px;height:23px}.spr-necromancer_t3_anim_f0{background-position:-218px -2891px;width:16px;height:23px}.spr-necromancer_t3_anim_f1{background-position:-236px -2891px;width:16px;height:23px}.spr-necromancer_t3_anim_f2{background-position:-254px -2891px;width:16px;height:23px}.spr-necromancer_t3_anim_f3{background-position:-272px -2891px;width:16px;height:23px}.spr-ogre_blood_idle_anim_f0{background-position:-546px -2367px;width:32px;height:36px}.spr-ogre_blood_idle_anim_f1{background-position:-580px -2367px;width:32px;height:36px}.spr-ogre_blood_idle_anim_f2{background-position:-614px -2367px;width:32px;height:36px}.spr-ogre_blood_idle_anim_f3{background-position:-648px -2367px;width:32px;height:36px}.spr-ogre_blood_run_anim_f0{background-position:-682px -2367px;width:32px;height:36px}.spr-ogre_blood_run_anim_f1{background-position:-716px -2367px;width:32px;height:36px}.spr-ogre_blood_run_anim_f2{background-position:-750px -2367px;width:32px;height:36px}.spr-ogre_blood_run_anim_f3{background-position:-784px -2367px;width:32px;height:36px}.spr-ogre_idle_anim_f0{background-position:-818px -2367px;width:32px;height:36px}.spr-ogre_idle_anim_f1{background-position:-852px -2367px;width:32px;height:36px}.spr-ogre_idle_anim_f2{background-position:-886px -2367px;width:32px;height:36px}.spr-ogre_idle_anim_f3{background-position:-920px -2367px;width:32px;height:36px}.spr-ogre_king_idle_anim_f0{background-position:-954px -2367px;width:32px;height:36px}.spr-ogre_king_idle_anim_f1{background-position:-988px -2367px;width:32px;height:36px}.spr-ogre_king_idle_anim_f2{background-position:-2px -2405px;width:32px;height:36px}.spr-ogre_king_idle_anim_f3{background-position:-36px -2405px;width:32px;height:36px}.spr-ogre_king_run_anim_f0{background-position:-70px -2405px;width:32px;height:36px}.spr-ogre_king_run_anim_f1{background-position:-104px -2405px;width:32px;height:36px}.spr-ogre_king_run_anim_f2{background-position:-138px -2405px;width:32px;height:36px}.spr-ogre_king_run_anim_f3{background-position:-172px -2405px;width:32px;height:36px}.spr-ogre_magma_idle_anim_f0{background-position:-206px -2405px;width:32px;height:36px}.spr-ogre_magma_idle_anim_f1{background-position:-240px -2405px;width:32px;height:36px}.spr-ogre_magma_idle_anim_f2{background-position:-274px -2405px;width:32px;height:36px}.spr-ogre_magma_idle_anim_f3{background-position:-308px -2405px;width:32px;height:36px}.spr-ogre_magma_run_anim_f0{background-position:-342px -2405px;width:32px;height:36px}.spr-ogre_magma_run_anim_f1{background-position:-376px -2405px;width:32px;height:36px}.spr-ogre_magma_run_anim_f2{background-position:-410px -2405px;width:32px;height:36px}.spr-ogre_magma_run_anim_f3{background-position:-444px -2405px;width:32px;height:36px}.spr-ogre_moss_idle_anim_f0{background-position:-478px -2405px;width:32px;height:36px}.spr-ogre_moss_idle_anim_f1{background-position:-512px -2405px;width:32px;height:36px}.spr-ogre_moss_idle_anim_f2{background-position:-546px -2405px;width:32px;height:36px}.spr-ogre_moss_idle_anim_f3{background-position:-580px -2405px;width:32px;height:36px}.spr-ogre_moss_run_anim_f0{background-position:-614px -2405px;width:32px;height:36px}.spr-ogre_moss_run_anim_f1{background-position:-648px -2405px;width:32px;height:36px}.spr-ogre_moss_run_anim_f2{background-position:-682px -2405px;width:32px;height:36px}.spr-ogre_moss_run_anim_f3{background-position:-716px -2405px;width:32px;height:36px}.spr-ogre_pink_idle_anim_f0{background-position:-750px -2405px;width:32px;height:36px}.spr-ogre_pink_idle_anim_f1{background-position:-784px -2405px;width:32px;height:36px}.spr-ogre_pink_idle_anim_f2{background-position:-818px -2405px;width:32px;height:36px}.spr-ogre_pink_idle_anim_f3{background-position:-852px -2405px;width:32px;height:36px}.spr-ogre_pink_run_anim_f0{background-position:-886px -2405px;width:32px;height:36px}.spr-ogre_pink_run_anim_f1{background-position:-920px -2405px;width:32px;height:36px}.spr-ogre_pink_run_anim_f2{background-position:-954px -2405px;width:32px;height:36px}.spr-ogre_pink_run_anim_f3{background-position:-988px -2405px;width:32px;height:36px}.spr-ogre_rose_idle_anim_f0{background-position:-2px -2443px;width:32px;height:36px}.spr-ogre_rose_idle_anim_f1{background-position:-36px -2443px;width:32px;height:36px}.spr-ogre_rose_idle_anim_f2{background-position:-70px -2443px;width:32px;height:36px}.spr-ogre_rose_idle_anim_f3{background-position:-104px -2443px;width:32px;height:36px}.spr-ogre_rose_run_anim_f0{background-position:-138px -2443px;width:32px;height:36px}.spr-ogre_rose_run_anim_f1{background-position:-172px -2443px;width:32px;height:36px}.spr-ogre_rose_run_anim_f2{background-position:-206px -2443px;width:32px;height:36px}.spr-ogre_rose_run_anim_f3{background-position:-240px -2443px;width:32px;height:36px}.spr-ogre_run_anim_f0{background-position:-274px -2443px;width:32px;height:36px}.spr-ogre_run_anim_f1{background-position:-308px -2443px;width:32px;height:36px}.spr-ogre_run_anim_f2{background-position:-342px -2443px;width:32px;height:36px}.spr-ogre_run_anim_f3{background-position:-376px -2443px;width:32px;height:36px}.spr-ogre_stone_idle_anim_f0{background-position:-410px -2443px;width:32px;height:36px}.spr-ogre_stone_idle_anim_f1{background-position:-444px -2443px;width:32px;height:36px}.spr-ogre_stone_idle_anim_f2{background-position:-478px -2443px;width:32px;height:36px}.spr-ogre_stone_idle_anim_f3{background-position:-512px -2443px;width:32px;height:36px}.spr-ogre_stone_run_anim_f0{background-position:-546px -2443px;width:32px;height:36px}.spr-ogre_stone_run_anim_f1{background-position:-580px -2443px;width:32px;height:36px}.spr-ogre_stone_run_anim_f2{background-position:-614px -2443px;width:32px;height:36px}.spr-ogre_stone_run_anim_f3{background-position:-648px -2443px;width:32px;height:36px}.spr-orc_shaman_blue_idle_anim_f0{background-position:-290px -2891px;width:16px;height:23px}.spr-orc_shaman_blue_idle_anim_f1{background-position:-308px -2891px;width:16px;height:23px}.spr-orc_shaman_blue_idle_anim_f2{background-position:-326px -2891px;width:16px;height:23px}.spr-orc_shaman_blue_idle_anim_f3{background-position:-344px -2891px;width:16px;height:23px}.spr-orc_shaman_blue_run_anim_f0{background-position:-362px -2891px;width:16px;height:23px}.spr-orc_shaman_blue_run_anim_f1{background-position:-380px -2891px;width:16px;height:23px}.spr-orc_shaman_blue_run_anim_f2{background-position:-398px -2891px;width:16px;height:23px}.spr-orc_shaman_blue_run_anim_f3{background-position:-416px -2891px;width:16px;height:23px}.spr-orc_shaman_idle_anim_f0{background-position:-434px -2891px;width:16px;height:23px}.spr-orc_shaman_idle_anim_f1{background-position:-452px -2891px;width:16px;height:23px}.spr-orc_shaman_idle_anim_f2{background-position:-470px -2891px;width:16px;height:23px}.spr-orc_shaman_idle_anim_f3{background-position:-488px -2891px;width:16px;height:23px}.spr-orc_shaman_run_anim_f0{background-position:-506px -2891px;width:16px;height:23px}.spr-orc_shaman_run_anim_f1{background-position:-524px -2891px;width:16px;height:23px}.spr-orc_shaman_run_anim_f2{background-position:-542px -2891px;width:16px;height:23px}.spr-orc_shaman_run_anim_f3{background-position:-560px -2891px;width:16px;height:23px}.spr-orc_warrior_idle_anim_f0{background-position:-578px -2891px;width:16px;height:23px}.spr-orc_warrior_idle_anim_f1{background-position:-596px -2891px;width:16px;height:23px}.spr-orc_warrior_idle_anim_f2{background-position:-614px -2891px;width:16px;height:23px}.spr-orc_warrior_idle_anim_f3{background-position:-632px -2891px;width:16px;height:23px}.spr-orc_warrior_infernal_idle_anim_f0{background-position:-650px -2891px;width:16px;height:23px}.spr-orc_warrior_infernal_idle_anim_f1{background-position:-668px -2891px;width:16px;height:23px}.spr-orc_warrior_infernal_idle_anim_f2{background-position:-686px -2891px;width:16px;height:23px}.spr-orc_warrior_infernal_idle_anim_f3{background-position:-704px -2891px;width:16px;height:23px}.spr-orc_warrior_infernal_run_anim_f0{background-position:-722px -2891px;width:16px;height:23px}.spr-orc_warrior_infernal_run_anim_f1{background-position:-740px -2891px;width:16px;height:23px}.spr-orc_warrior_infernal_run_anim_f2{background-position:-758px -2891px;width:16px;height:23px}.spr-orc_warrior_infernal_run_anim_f3{background-position:-776px -2891px;width:16px;height:23px}.spr-orc_warrior_run_anim_f0{background-position:-794px -2891px;width:16px;height:23px}.spr-orc_warrior_run_anim_f1{background-position:-812px -2891px;width:16px;height:23px}.spr-orc_warrior_run_anim_f2{background-position:-830px -2891px;width:16px;height:23px}.spr-orc_warrior_run_anim_f3{background-position:-848px -2891px;width:16px;height:23px}.spr-pumpkin_dude_frost_idle_anim_f0{background-position:-866px -2891px;width:16px;height:23px}.spr-pumpkin_dude_frost_idle_anim_f1{background-position:-884px -2891px;width:16px;height:23px}.spr-pumpkin_dude_frost_idle_anim_f2{background-position:-902px -2891px;width:16px;height:23px}.spr-pumpkin_dude_frost_idle_anim_f3{background-position:-920px -2891px;width:16px;height:23px}.spr-pumpkin_dude_frost_run_anim_f0{background-position:-938px -2891px;width:16px;height:23px}.spr-pumpkin_dude_frost_run_anim_f1{background-position:-956px -2891px;width:16px;height:23px}.spr-pumpkin_dude_frost_run_anim_f2{background-position:-974px -2891px;width:16px;height:23px}.spr-pumpkin_dude_frost_run_anim_f3{background-position:-992px -2891px;width:16px;height:23px}.spr-pumpkin_dude_idle_anim_f0{background-position:-2px -2916px;width:16px;height:23px}.spr-pumpkin_dude_idle_anim_f1{background-position:-20px -2916px;width:16px;height:23px}.spr-pumpkin_dude_idle_anim_f2{background-position:-38px -2916px;width:16px;height:23px}.spr-pumpkin_dude_idle_anim_f3{background-position:-56px -2916px;width:16px;height:23px}.spr-pumpkin_dude_run_anim_f0{background-position:-74px -2916px;width:16px;height:23px}.spr-pumpkin_dude_run_anim_f1{background-position:-92px -2916px;width:16px;height:23px}.spr-pumpkin_dude_run_anim_f2{background-position:-110px -2916px;width:16px;height:23px}.spr-pumpkin_dude_run_anim_f3{background-position:-128px -2916px;width:16px;height:23px}.spr-skelet_dark_idle_anim_f0{background-position:-740px -3150px;width:16px;height:16px}.spr-skelet_dark_idle_anim_f1{background-position:-758px -3150px;width:16px;height:16px}.spr-skelet_dark_idle_anim_f2{background-position:-776px -3150px;width:16px;height:16px}.spr-skelet_dark_idle_anim_f3{background-position:-794px -3150px;width:16px;height:16px}.spr-skelet_dark_run_anim_f0{background-position:-812px -3150px;width:16px;height:16px}.spr-skelet_dark_run_anim_f1{background-position:-830px -3150px;width:16px;height:16px}.spr-skelet_dark_run_anim_f2{background-position:-848px -3150px;width:16px;height:16px}.spr-skelet_dark_run_anim_f3{background-position:-866px -3150px;width:16px;height:16px}.spr-skelet_idle_anim_f0{background-position:-884px -3150px;width:16px;height:16px}.spr-skelet_idle_anim_f1{background-position:-902px -3150px;width:16px;height:16px}.spr-skelet_idle_anim_f2{background-position:-920px -3150px;width:16px;height:16px}.spr-skelet_idle_anim_f3{background-position:-938px -3150px;width:16px;height:16px}.spr-skelet_run_anim_f0{background-position:-956px -3150px;width:16px;height:16px}.spr-skelet_run_anim_f1{background-position:-974px -3150px;width:16px;height:16px}.spr-skelet_run_anim_f2{background-position:-992px -3150px;width:16px;height:16px}.spr-skelet_run_anim_f3{background-position:-2px -3168px;width:16px;height:16px}.spr-skull{background-position:-20px -3168px;width:16px;height:16px}.spr-skull_bonfire{background-position:-38px -3168px;width:16px;height:16px}.spr-slug_anim_f0{background-position:-146px -2916px;width:16px;height:23px}.spr-slug_anim_f1{background-position:-164px -2916px;width:16px;height:23px}.spr-slug_anim_f2{background-position:-182px -2916px;width:16px;height:23px}.spr-slug_anim_f3{background-position:-200px -2916px;width:16px;height:23px}.spr-slug_candy_anim_f0{background-position:-218px -2916px;width:16px;height:23px}.spr-slug_candy_anim_f1{background-position:-236px -2916px;width:16px;height:23px}.spr-slug_candy_anim_f2{background-position:-254px -2916px;width:16px;height:23px}.spr-slug_candy_anim_f3{background-position:-272px -2916px;width:16px;height:23px}.spr-slug_dark_anim_f0{background-position:-290px -2916px;width:16px;height:23px}.spr-slug_dark_anim_f1{background-position:-308px -2916px;width:16px;height:23px}.spr-slug_dark_anim_f2{background-position:-326px -2916px;width:16px;height:23px}.spr-slug_dark_anim_f3{background-position:-344px -2916px;width:16px;height:23px}.spr-slug_fire_anim_f0{background-position:-362px -2916px;width:16px;height:23px}.spr-slug_fire_anim_f1{background-position:-380px -2916px;width:16px;height:23px}.spr-slug_fire_anim_f2{background-position:-398px -2916px;width:16px;height:23px}.spr-slug_fire_anim_f3{background-position:-416px -2916px;width:16px;height:23px}.spr-slug_green_anim_f0{background-position:-434px -2916px;width:16px;height:23px}.spr-slug_green_anim_f1{background-position:-452px -2916px;width:16px;height:23px}.spr-slug_green_anim_f2{background-position:-470px -2916px;width:16px;height:23px}.spr-slug_green_anim_f3{background-position:-488px -2916px;width:16px;height:23px}.spr-slug_sand_anim_f0{background-position:-506px -2916px;width:16px;height:23px}.spr-slug_sand_anim_f1{background-position:-524px -2916px;width:16px;height:23px}.spr-slug_sand_anim_f2{background-position:-542px -2916px;width:16px;height:23px}.spr-slug_sand_anim_f3{background-position:-560px -2916px;width:16px;height:23px}.spr-slug_violet_anim_f0{background-position:-578px -2916px;width:16px;height:23px}.spr-slug_violet_anim_f1{background-position:-596px -2916px;width:16px;height:23px}.spr-slug_violet_anim_f2{background-position:-614px -2916px;width:16px;height:23px}.spr-slug_violet_anim_f3{background-position:-632px -2916px;width:16px;height:23px}.spr-slug_void_anim_f0{background-position:-650px -2916px;width:16px;height:23px}.spr-slug_void_anim_f1{background-position:-668px -2916px;width:16px;height:23px}.spr-slug_void_anim_f2{background-position:-686px -2916px;width:16px;height:23px}.spr-slug_void_anim_f3{background-position:-704px -2916px;width:16px;height:23px}.spr-swampy_anim_f0{background-position:-56px -3168px;width:16px;height:16px}.spr-swampy_anim_f1{background-position:-74px -3168px;width:16px;height:16px}.spr-swampy_anim_f2{background-position:-92px -3168px;width:16px;height:16px}.spr-swampy_anim_f3{background-position:-110px -3168px;width:16px;height:16px}.spr-swampy_flower_anim_f0{background-position:-128px -3168px;width:16px;height:16px}.spr-swampy_flower_anim_f1{background-position:-146px -3168px;width:16px;height:16px}.spr-swampy_flower_anim_f2{background-position:-164px -3168px;width:16px;height:16px}.spr-swampy_flower_anim_f3{background-position:-182px -3168px;width:16px;height:16px}.spr-swampy_fungal_anim_f0{background-position:-200px -3168px;width:16px;height:16px}.spr-swampy_fungal_anim_f1{background-position:-218px -3168px;width:16px;height:16px}.spr-swampy_fungal_anim_f2{background-position:-236px -3168px;width:16px;height:16px}.spr-swampy_fungal_anim_f3{background-position:-254px -3168px;width:16px;height:16px}.spr-swampy_moss_anim_f0{background-position:-272px -3168px;width:16px;height:16px}.spr-swampy_moss_anim_f1{background-position:-290px -3168px;width:16px;height:16px}.spr-swampy_moss_anim_f2{background-position:-308px -3168px;width:16px;height:16px}.spr-swampy_moss_anim_f3{background-position:-326px -3168px;width:16px;height:16px}.spr-swampy_tree_anim_f0{background-position:-344px -3168px;width:16px;height:16px}.spr-swampy_tree_anim_f1{background-position:-362px -3168px;width:16px;height:16px}.spr-swampy_tree_anim_f2{background-position:-380px -3168px;width:16px;height:16px}.spr-swampy_tree_anim_f3{background-position:-398px -3168px;width:16px;height:16px}.spr-swampy_violet_anim_f0{background-position:-416px -3168px;width:16px;height:16px}.spr-swampy_violet_anim_f1{background-position:-434px -3168px;width:16px;height:16px}.spr-swampy_violet_anim_f2{background-position:-452px -3168px;width:16px;height:16px}.spr-swampy_violet_anim_f3{background-position:-470px -3168px;width:16px;height:16px}.spr-swampy_violet_t2_anim_f0{background-position:-488px -3168px;width:16px;height:16px}.spr-swampy_violet_t2_anim_f1{background-position:-506px -3168px;width:16px;height:16px}.spr-swampy_violet_t2_anim_f2{background-position:-524px -3168px;width:16px;height:16px}.spr-swampy_violet_t2_anim_f3{background-position:-542px -3168px;width:16px;height:16px}.spr-swampy_violet_t3_anim_f0{background-position:-560px -3168px;width:16px;height:16px}.spr-swampy_violet_t3_anim_f1{background-position:-578px -3168px;width:16px;height:16px}.spr-swampy_violet_t3_anim_f2{background-position:-596px -3168px;width:16px;height:16px}.spr-swampy_violet_t3_anim_f3{background-position:-614px -3168px;width:16px;height:16px}.spr-tiny_slug_anim_f0{background-position:-632px -3168px;width:16px;height:16px}.spr-tiny_slug_anim_f1{background-position:-650px -3168px;width:16px;height:16px}.spr-tiny_slug_anim_f2{background-position:-668px -3168px;width:16px;height:16px}.spr-tiny_slug_anim_f3{background-position:-686px -3168px;width:16px;height:16px}.spr-tiny_slug_glitch_anim_f0{background-position:-704px -3168px;width:16px;height:16px}.spr-tiny_slug_glitch_anim_f1{background-position:-722px -3168px;width:16px;height:16px}.spr-tiny_slug_glitch_anim_f2{background-position:-740px -3168px;width:16px;height:16px}.spr-tiny_slug_glitch_anim_f3{background-position:-758px -3168px;width:16px;height:16px}.spr-tiny_slug_pink_anim_f0{background-position:-776px -3168px;width:16px;height:16px}.spr-tiny_slug_pink_anim_f1{background-position:-794px -3168px;width:16px;height:16px}.spr-tiny_slug_pink_anim_f2{background-position:-812px -3168px;width:16px;height:16px}.spr-tiny_slug_pink_anim_f3{background-position:-830px -3168px;width:16px;height:16px}.spr-tiny_slug_sand_anim_f0{background-position:-848px -3168px;width:16px;height:16px}.spr-tiny_slug_sand_anim_f1{background-position:-866px -3168px;width:16px;height:16px}.spr-tiny_slug_sand_anim_f2{background-position:-884px -3168px;width:16px;height:16px}.spr-tiny_slug_sand_anim_f3{background-position:-902px -3168px;width:16px;height:16px}.spr-tiny_slug_white_anim_f0{background-position:-920px -3168px;width:16px;height:16px}.spr-tiny_slug_white_anim_f1{background-position:-938px -3168px;width:16px;height:16px}.spr-tiny_slug_white_anim_f2{background-position:-956px -3168px;width:16px;height:16px}.spr-tiny_slug_white_anim_f3{background-position:-974px -3168px;width:16px;height:16px}.spr-tiny_zombie_ghost_idle_anim_f0{background-position:-992px -3168px;width:16px;height:16px}.spr-tiny_zombie_ghost_idle_anim_f1{background-position:-2px -3186px;width:16px;height:16px}.spr-tiny_zombie_ghost_idle_anim_f2{background-position:-20px -3186px;width:16px;height:16px}.spr-tiny_zombie_ghost_idle_anim_f3{background-position:-38px -3186px;width:16px;height:16px}.spr-tiny_zombie_ghost_run_anim_f0{background-position:-56px -3186px;width:16px;height:16px}.spr-tiny_zombie_ghost_run_anim_f1{background-position:-74px -3186px;width:16px;height:16px}.spr-tiny_zombie_ghost_run_anim_f2{background-position:-92px -3186px;width:16px;height:16px}.spr-tiny_zombie_ghost_run_anim_f3{background-position:-110px -3186px;width:16px;height:16px}.spr-tiny_zombie_idle_anim_f0{background-position:-128px -3186px;width:16px;height:16px}.spr-tiny_zombie_idle_anim_f1{background-position:-146px -3186px;width:16px;height:16px}.spr-tiny_zombie_idle_anim_f2{background-position:-164px -3186px;width:16px;height:16px}.spr-tiny_zombie_idle_anim_f3{background-position:-182px -3186px;width:16px;height:16px}.spr-tiny_zombie_pale_idle_anim_f0{background-position:-200px -3186px;width:16px;height:16px}.spr-tiny_zombie_pale_idle_anim_f1{background-position:-218px -3186px;width:16px;height:16px}.spr-tiny_zombie_pale_idle_anim_f2{background-position:-236px -3186px;width:16px;height:16px}.spr-tiny_zombie_pale_idle_anim_f3{background-position:-254px -3186px;width:16px;height:16px}.spr-tiny_zombie_pale_run_anim_f0{background-position:-272px -3186px;width:16px;height:16px}.spr-tiny_zombie_pale_run_anim_f1{background-position:-290px -3186px;width:16px;height:16px}.spr-tiny_zombie_pale_run_anim_f2{background-position:-308px -3186px;width:16px;height:16px}.spr-tiny_zombie_pale_run_anim_f3{background-position:-326px -3186px;width:16px;height:16px}.spr-tiny_zombie_run_anim_f0{background-position:-344px -3186px;width:16px;height:16px}.spr-tiny_zombie_run_anim_f1{background-position:-362px -3186px;width:16px;height:16px}.spr-tiny_zombie_run_anim_f2{background-position:-380px -3186px;width:16px;height:16px}.spr-tiny_zombie_run_anim_f3{background-position:-398px -3186px;width:16px;height:16px}.spr-tiny_zombie_teal_idle_anim_f0{background-position:-416px -3186px;width:16px;height:16px}.spr-tiny_zombie_teal_idle_anim_f1{background-position:-434px -3186px;width:16px;height:16px}.spr-tiny_zombie_teal_idle_anim_f2{background-position:-452px -3186px;width:16px;height:16px}.spr-tiny_zombie_teal_idle_anim_f3{background-position:-470px -3186px;width:16px;height:16px}.spr-tiny_zombie_teal_run_anim_f0{background-position:-488px -3186px;width:16px;height:16px}.spr-tiny_zombie_teal_run_anim_f1{background-position:-506px -3186px;width:16px;height:16px}.spr-tiny_zombie_teal_run_anim_f2{background-position:-524px -3186px;width:16px;height:16px}.spr-tiny_zombie_teal_run_anim_f3{background-position:-542px -3186px;width:16px;height:16px}.spr-ui_heart_empty{background-position:-584px -3222px;width:13px;height:12px}.spr-ui_heart_full{background-position:-599px -3222px;width:13px;height:12px}.spr-ui_heart_half{background-position:-614px -3222px;width:13px;height:12px}.spr-wall_banner_blue{background-position:-560px -3186px;width:16px;height:16px}.spr-wall_banner_green{background-position:-578px -3186px;width:16px;height:16px}.spr-wall_banner_red{background-position:-596px -3186px;width:16px;height:16px}.spr-wall_banner_yellow{background-position:-614px -3186px;width:16px;height:16px}.spr-wall_edge_bottom_left{background-position:-632px -3186px;width:16px;height:16px}.spr-wall_edge_bottom_right{background-position:-650px -3186px;width:16px;height:16px}.spr-wall_edge_left{background-position:-668px -3186px;width:16px;height:16px}.spr-wall_edge_mid_left{background-position:-686px -3186px;width:16px;height:16px}.spr-wall_edge_mid_right{background-position:-704px -3186px;width:16px;height:16px}.spr-wall_edge_right{background-position:-722px -3186px;width:16px;height:16px}.spr-wall_edge_top_left{background-position:-740px -3186px;width:16px;height:16px}.spr-wall_edge_top_right{background-position:-758px -3186px;width:16px;height:16px}.spr-wall_edge_tshape_bottom_left{background-position:-776px -3186px;width:16px;height:16px}.spr-wall_edge_tshape_bottom_right{background-position:-794px -3186px;width:16px;height:16px}.spr-wall_edge_tshape_left{background-position:-812px -3186px;width:16px;height:16px}.spr-wall_edge_tshape_right{background-position:-830px -3186px;width:16px;height:16px}.spr-wall_fountain_basin_blue_anim_f0{background-position:-848px -3186px;width:16px;height:16px}.spr-wall_fountain_basin_blue_anim_f1{background-position:-866px -3186px;width:16px;height:16px}.spr-wall_fountain_basin_blue_anim_f2{background-position:-884px -3186px;width:16px;height:16px}.spr-wall_fountain_basin_red_anim_f0{background-position:-902px -3186px;width:16px;height:16px}.spr-wall_fountain_basin_red_anim_f1{background-position:-920px -3186px;width:16px;height:16px}.spr-wall_fountain_basin_red_anim_f2{background-position:-938px -3186px;width:16px;height:16px}.spr-wall_fountain_mid_blue_anim_f0{background-position:-956px -3186px;width:16px;height:16px}.spr-wall_fountain_mid_blue_anim_f1{background-position:-974px -3186px;width:16px;height:16px}.spr-wall_fountain_mid_blue_anim_f2{background-position:-992px -3186px;width:16px;height:16px}.spr-wall_fountain_mid_red_anim_f0{background-position:-2px -3204px;width:16px;height:16px}.spr-wall_fountain_mid_red_anim_f1{background-position:-20px -3204px;width:16px;height:16px}.spr-wall_fountain_mid_red_anim_f2{background-position:-38px -3204px;width:16px;height:16px}.spr-wall_fountain_top_1{background-position:-56px -3204px;width:16px;height:16px}.spr-wall_fountain_top_2{background-position:-74px -3204px;width:16px;height:16px}.spr-wall_fountain_top_3{background-position:-92px -3204px;width:16px;height:16px}.spr-wall_goo{background-position:-110px -3204px;width:16px;height:16px}.spr-wall_goo_base{background-position:-128px -3204px;width:16px;height:16px}.spr-wall_hole_1{background-position:-146px -3204px;width:16px;height:16px}.spr-wall_hole_2{background-position:-164px -3204px;width:16px;height:16px}.spr-wall_left{background-position:-182px -3204px;width:16px;height:16px}.spr-wall_mid{background-position:-200px -3204px;width:16px;height:16px}.spr-wall_mid__abyss{background-position:-218px -3204px;width:16px;height:16px}.spr-wall_mid__beyondThrone{background-position:-236px -3204px;width:16px;height:16px}.spr-wall_mid__boneyard{background-position:-254px -3204px;width:16px;height:16px}.spr-wall_mid__caverns{background-position:-272px -3204px;width:16px;height:16px}.spr-wall_mid__cloudtop{background-position:-290px -3204px;width:16px;height:16px}.spr-wall_mid__crystalGarden{background-position:-308px -3204px;width:16px;height:16px}.spr-wall_mid__dungeon{background-position:-326px -3204px;width:16px;height:16px}.spr-wall_mid__inferno{background-position:-344px -3204px;width:16px;height:16px}.spr-wall_mid__meadow{background-position:-362px -3204px;width:16px;height:16px}.spr-wall_mid__ruins{background-position:-380px -3204px;width:16px;height:16px}.spr-wall_mid__wilderness{background-position:-398px -3204px;width:16px;height:16px}.spr-wall_outer_front_left{background-position:-416px -3204px;width:16px;height:16px}.spr-wall_outer_front_right{background-position:-434px -3204px;width:16px;height:16px}.spr-wall_outer_mid_left{background-position:-452px -3204px;width:16px;height:16px}.spr-wall_outer_mid_right{background-position:-470px -3204px;width:16px;height:16px}.spr-wall_outer_top_left{background-position:-488px -3204px;width:16px;height:16px}.spr-wall_outer_top_right{background-position:-506px -3204px;width:16px;height:16px}.spr-wall_right{background-position:-524px -3204px;width:16px;height:16px}.spr-wall_top_left{background-position:-542px -3204px;width:16px;height:16px}.spr-wall_top_mid{background-position:-560px -3204px;width:16px;height:16px}.spr-wall_top_mid__abyss{background-position:-578px -3204px;width:16px;height:16px}.spr-wall_top_mid__beyondThrone{background-position:-596px -3204px;width:16px;height:16px}.spr-wall_top_mid__boneyard{background-position:-614px -3204px;width:16px;height:16px}.spr-wall_top_mid__caverns{background-position:-632px -3204px;width:16px;height:16px}.spr-wall_top_mid__cloudtop{background-position:-650px -3204px;width:16px;height:16px}.spr-wall_top_mid__crystalGarden{background-position:-668px -3204px;width:16px;height:16px}.spr-wall_top_mid__dungeon{background-position:-686px -3204px;width:16px;height:16px}.spr-wall_top_mid__inferno{background-position:-704px -3204px;width:16px;height:16px}.spr-wall_top_mid__meadow{background-position:-722px -3204px;width:16px;height:16px}.spr-wall_top_mid__ruins{background-position:-740px -3204px;width:16px;height:16px}.spr-wall_top_mid__wilderness{background-position:-758px -3204px;width:16px;height:16px}.spr-wall_top_right{background-position:-776px -3204px;width:16px;height:16px}.spr-weapon_anime_sword{background-position:-974px -2518px;width:12px;height:30px}.spr-weapon_arrow{background-position:-746px -2941px;width:7px;height:21px}.spr-weapon_axe{background-position:-755px -2941px;width:9px;height:21px}.spr-weapon_baton_with_spikes{background-position:-280px -2941px;width:10px;height:22px}.spr-weapon_big_hammer{background-position:-638px -2290px;width:10px;height:37px}.spr-weapon_bow{background-position:-743px -2705px;width:14px;height:26px}.spr-weapon_bow_2{background-position:-759px -2705px;width:14px;height:26px}.spr-weapon_cleaver{background-position:-520px -2965px;width:9px;height:19px}.spr-weapon_double_axe{background-position:-992px -2814px;width:16px;height:24px}.spr-weapon_duel_sword{background-position:-988px -2518px;width:9px;height:30px}.spr-weapon_golden_sword{background-position:-292px -2941px;width:10px;height:22px}.spr-weapon_green_magic_staff{background-position:-999px -2518px;width:8px;height:30px}.spr-weapon_hammer{background-position:-1010px -2814px;width:10px;height:24px}.spr-weapon_katana{background-position:-166px -2553px;width:6px;height:29px}.spr-weapon_knife{background-position:-356px -3222px;width:6px;height:13px}.spr-weapon_knight_sword{background-position:-174px -2553px;width:10px;height:29px}.spr-weapon_lavish_sword{background-position:-1009px -2518px;width:10px;height:30px}.spr-weapon_mace{background-position:-2px -2840px;width:10px;height:24px}.spr-weapon_machete{background-position:-304px -2941px;width:5px;height:22px}.spr-weapon_red_gem_sword{background-position:-766px -2941px;width:10px;height:21px}.spr-weapon_red_magic_staff{background-position:-2px -2553px;width:8px;height:30px}.spr-weapon_regular_sword{background-position:-778px -2941px;width:10px;height:21px}.spr-weapon_rusty_sword{background-position:-790px -2941px;width:10px;height:21px}.spr-weapon_saw_sword{background-position:-94px -2735px;width:10px;height:25px}.spr-weapon_spear{background-position:-12px -2553px;width:6px;height:30px}.spr-weapon_throwing_axe{background-position:-300px -3222px;width:10px;height:14px}.spr-weapon_waraxe{background-position:-722px -2916px;width:12px;height:23px}.spr-wizzard_f_ghost_hit_anim_f0{background-position:-110px -2675px;width:16px;height:28px}.spr-wizzard_f_ghost_idle_anim_f0{background-position:-128px -2675px;width:16px;height:28px}.spr-wizzard_f_ghost_idle_anim_f1{background-position:-146px -2675px;width:16px;height:28px}.spr-wizzard_f_ghost_idle_anim_f2{background-position:-164px -2675px;width:16px;height:28px}.spr-wizzard_f_ghost_idle_anim_f3{background-position:-182px -2675px;width:16px;height:28px}.spr-wizzard_f_ghost_run_anim_f0{background-position:-200px -2675px;width:16px;height:28px}.spr-wizzard_f_ghost_run_anim_f1{background-position:-218px -2675px;width:16px;height:28px}.spr-wizzard_f_ghost_run_anim_f2{background-position:-236px -2675px;width:16px;height:28px}.spr-wizzard_f_ghost_run_anim_f3{background-position:-254px -2675px;width:16px;height:28px}.spr-wizzard_f_hit_anim_f0{background-position:-272px -2675px;width:16px;height:28px}.spr-wizzard_f_idle_anim_f0{background-position:-290px -2675px;width:16px;height:28px}.spr-wizzard_f_idle_anim_f1{background-position:-308px -2675px;width:16px;height:28px}.spr-wizzard_f_idle_anim_f2{background-position:-326px -2675px;width:16px;height:28px}.spr-wizzard_f_idle_anim_f3{background-position:-344px -2675px;width:16px;height:28px}.spr-wizzard_f_pink_hit_anim_f0{background-position:-362px -2675px;width:16px;height:28px}.spr-wizzard_f_pink_idle_anim_f0{background-position:-380px -2675px;width:16px;height:28px}.spr-wizzard_f_pink_idle_anim_f1{background-position:-398px -2675px;width:16px;height:28px}.spr-wizzard_f_pink_idle_anim_f2{background-position:-416px -2675px;width:16px;height:28px}.spr-wizzard_f_pink_idle_anim_f3{background-position:-434px -2675px;width:16px;height:28px}.spr-wizzard_f_pink_run_anim_f0{background-position:-452px -2675px;width:16px;height:28px}.spr-wizzard_f_pink_run_anim_f1{background-position:-470px -2675px;width:16px;height:28px}.spr-wizzard_f_pink_run_anim_f2{background-position:-488px -2675px;width:16px;height:28px}.spr-wizzard_f_pink_run_anim_f3{background-position:-506px -2675px;width:16px;height:28px}.spr-wizzard_f_run_anim_f0{background-position:-524px -2675px;width:16px;height:28px}.spr-wizzard_f_run_anim_f1{background-position:-542px -2675px;width:16px;height:28px}.spr-wizzard_f_run_anim_f2{background-position:-560px -2675px;width:16px;height:28px}.spr-wizzard_f_run_anim_f3{background-position:-578px -2675px;width:16px;height:28px}.spr-wizzard_m_hit_anim_f0{background-position:-596px -2675px;width:16px;height:28px}.spr-wizzard_m_idle_anim_f0{background-position:-614px -2675px;width:16px;height:28px}.spr-wizzard_m_idle_anim_f1{background-position:-632px -2675px;width:16px;height:28px}.spr-wizzard_m_idle_anim_f2{background-position:-650px -2675px;width:16px;height:28px}.spr-wizzard_m_idle_anim_f3{background-position:-668px -2675px;width:16px;height:28px}.spr-wizzard_m_run_anim_f0{background-position:-686px -2675px;width:16px;height:28px}.spr-wizzard_m_run_anim_f1{background-position:-704px -2675px;width:16px;height:28px}.spr-wizzard_m_run_anim_f2{background-position:-722px -2675px;width:16px;height:28px}.spr-wizzard_m_run_anim_f3{background-position:-740px -2675px;width:16px;height:28px}.spr-wizzard_m_t2_hit_anim_f0{background-position:-758px -2675px;width:16px;height:28px}.spr-wizzard_m_t2_idle_anim_f0{background-position:-776px -2675px;width:16px;height:28px}.spr-wizzard_m_t2_idle_anim_f1{background-position:-794px -2675px;width:16px;height:28px}.spr-wizzard_m_t2_idle_anim_f2{background-position:-812px -2675px;width:16px;height:28px}.spr-wizzard_m_t2_idle_anim_f3{background-position:-830px -2675px;width:16px;height:28px}.spr-wizzard_m_t2_run_anim_f0{background-position:-848px -2675px;width:16px;height:28px}.spr-wizzard_m_t2_run_anim_f1{background-position:-866px -2675px;width:16px;height:28px}.spr-wizzard_m_t2_run_anim_f2{background-position:-884px -2675px;width:16px;height:28px}.spr-wizzard_m_t2_run_anim_f3{background-position:-902px -2675px;width:16px;height:28px}.spr-wizzard_m_t3_hit_anim_f0{background-position:-920px -2675px;width:16px;height:28px}.spr-wizzard_m_t3_idle_anim_f0{background-position:-938px -2675px;width:16px;height:28px}.spr-wizzard_m_t3_idle_anim_f1{background-position:-956px -2675px;width:16px;height:28px}.spr-wizzard_m_t3_idle_anim_f2{background-position:-974px -2675px;width:16px;height:28px}.spr-wizzard_m_t3_idle_anim_f3{background-position:-992px -2675px;width:16px;height:28px}.spr-wizzard_m_t3_run_anim_f0{background-position:-2px -2705px;width:16px;height:28px}.spr-wizzard_m_t3_run_anim_f1{background-position:-20px -2705px;width:16px;height:28px}.spr-wizzard_m_t3_run_anim_f2{background-position:-38px -2705px;width:16px;height:28px}.spr-wizzard_m_t3_run_anim_f3{background-position:-56px -2705px;width:16px;height:28px}.spr-wogol_idle_anim_f0{background-position:-736px -2916px;width:16px;height:23px}.spr-wogol_idle_anim_f1{background-position:-754px -2916px;width:16px;height:23px}.spr-wogol_idle_anim_f2{background-position:-772px -2916px;width:16px;height:23px}.spr-wogol_idle_anim_f3{background-position:-790px -2916px;width:16px;height:23px}.spr-wogol_run_anim_f0{background-position:-808px -2916px;width:16px;height:23px}.spr-wogol_run_anim_f1{background-position:-826px -2916px;width:16px;height:23px}.spr-wogol_run_anim_f2{background-position:-844px -2916px;width:16px;height:23px}.spr-wogol_run_anim_f3{background-position:-862px -2916px;width:16px;height:23px}.spr-wogol_void_idle_anim_f0{background-position:-880px -2916px;width:16px;height:23px}.spr-wogol_void_idle_anim_f1{background-position:-898px -2916px;width:16px;height:23px}.spr-wogol_void_idle_anim_f2{background-position:-916px -2916px;width:16px;height:23px}.spr-wogol_void_idle_anim_f3{background-position:-934px -2916px;width:16px;height:23px}.spr-wogol_void_run_anim_f0{background-position:-952px -2916px;width:16px;height:23px}.spr-wogol_void_run_anim_f1{background-position:-970px -2916px;width:16px;height:23px}.spr-wogol_void_run_anim_f2{background-position:-988px -2916px;width:16px;height:23px}.spr-wogol_void_run_anim_f3{background-position:-1006px -2916px;width:16px;height:23px}.spr-zombie_anim_f1{background-position:-794px -3204px;width:16px;height:16px}.spr-zombie_anim_f10{background-position:-812px -3204px;width:16px;height:16px}.spr-zombie_anim_f2{background-position:-830px -3204px;width:16px;height:16px}.spr-zombie_anim_f3{background-position:-848px -3204px;width:16px;height:16px}@font-face{font-family:monogram;src:url(./monogram-B3PZ4Y6Y.ttf)format("truetype");font-display:swap}:root{--gold:#d4af37;--panel:#12121a;--panel-2:#181822;--inner-line:#3a3226;--mono:"monogram", monospace;--ui-scale:1}html{font-size:calc(16px * var(--ui-scale))}#side-panel{box-shadow:inset 2px 0 0 var(--inner-line);border-left:2px solid #000;background:var(--panel)!important}.overlay{background:#06060ae0}#log-panel,.slot-label,.stat-chip,.controls-hint,.bar-label,.mhud-chip,#mobile-log-panel{font-family:var(--mono)!important}#log-panel{background:#0b0b10;font-size:1.375rem;line-height:1.1}#mobile-log-panel{font-size:1.125rem!important}.controls-hint{font-size:18px!important}.mhud-chip{font-size:16px!important}.mhud-chip b{font-size:18px!important}.grid-header{color:#6a5f46}.bar-wrap,.mhud-bar{position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #2a2620;background:#0a0a0e!important;border:1px solid #000!important;border-radius:0!important}.bar-fill,.mhud-bar-fill{z-index:2;position:relative;border-radius:0!important}.bar-chip{z-index:1;background:#ffebc873;width:100%;transition:width .55s .18s;position:absolute;top:0;bottom:0;left:0}.bar-wrap:after,.mhud-bar:after{content:"";z-index:3;pointer-events:none;background:repeating-linear-gradient(90deg,#0000 0 9px,#00000059 9px 10px);position:absolute;inset:0}.slot{box-shadow:inset 0 0 0 1px #2a2620;background:#0e0e14!important;border:1px solid #000!important;border-radius:0!important}.slot:hover{box-shadow:inset 0 0 0 1px var(--gold)}.slot .spr{image-rendering:pixelated}#tutorial-overlay{background:0 0;flex-direction:column;justify-content:flex-end;align-items:stretch;padding:0;overflow:hidden}#tutorial-overlay .tut-card{width:100%;max-width:none;max-height:50vh;padding:14px 18px calc(14px + env(safe-area-inset-bottom,0px));box-sizing:border-box;background:#0d0b12f0;border-top:1px solid #c8a24a66;overflow-y:auto;box-shadow:0 -12px 40px #0009}#tutorial-overlay .tut-icon .spr{image-rendering:pixelated}@media (orientation:landscape){#tutorial-overlay{flex-direction:row;justify-content:flex-end;align-items:stretch}#tutorial-overlay .tut-card{border-top:none;border-left:1px solid #c8a24a66;width:min(430px,40vw);height:100%;max-height:none;box-shadow:-12px 0 40px #0009}}#tutorial-overlay .tut-head{text-align:left;align-items:center;gap:14px;margin-bottom:12px;display:flex}#tutorial-overlay .tut-head .tut-icon{flex-shrink:0;margin:0}#tutorial-overlay .tut-head .tut-title{margin:0 0 2px;font-size:22px}#tutorial-overlay .tut-head .tut-sub{margin:0}.tut-stats{flex-direction:column;gap:5px;margin:0 0 12px;display:flex}.tut-stat{align-items:center;gap:10px;display:flex}.tut-stat b{letter-spacing:1.6px;text-transform:uppercase;color:#9a8f7d;text-align:left;flex-shrink:0;width:96px;font-size:10px;font-weight:600}.tut-pips{gap:4px;display:flex}.tut-pip{background:#241f2e;border:1px solid #ffffff0f;width:18px;height:7px}.tut-grid{grid-template-columns:1fr;gap:4px 12px;display:grid}@media (orientation:landscape){.tut-grid{grid-template-columns:1fr 1fr}.tut-grid .tut-row{margin-bottom:0}}#tutorial-overlay .tut-btns{bottom:calc(-14px - env(safe-area-inset-bottom,0px));margin:16px -18px calc(-14px - env(safe-area-inset-bottom,0px));padding:14px 18px calc(12px + env(safe-area-inset-bottom,0px));background:linear-gradient(#0d0b1200 0%,#0d0b12f7 30%);position:sticky}#room-overlay.walk-thru{pointer-events:none;background:#00000073}#room-overlay.walk-thru #room-card{pointer-events:auto}.title-sub{color:#d9cdb2;text-shadow:0 1px #000,0 2px 8px #000000e6,0 0 18px #000000a6}.title-premise{color:#cfc3a8;text-shadow:0 1px #000,0 2px 8px #000000e6,0 0 16px #000000a6}.title-name{text-shadow:0 0 26px #c8a24a38,0 2px #000,0 4px 14px #000000f2,0 0 30px #0009}#title-screen.has-art #title-bg:after{background:linear-gradient(#0d0b12ad 0%,#0d0b124d 28%,#0d0b125c 56%,#0d0b12e6 100%)}.title-footer{text-shadow:0 1px #000,0 2px 6px #000000e6}.intro-btn,button.tut-begin{font-family:var(--mono);letter-spacing:1px;border-radius:0;font-size:22px}.class-card{background:var(--panel-2);box-shadow:inset 0 0 0 2px var(--inner-line), 0 8px 16px #00000080;text-align:center;border:2px solid #000;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:176px;display:flex}.class-title{letter-spacing:1px;font-family:Cinzel,serif;font-size:15px}.class-card:hover{box-shadow:inset 0 0 0 2px var(--gold), 0 10px 24px #0009;border-color:#000;transform:scale(1.04)}.class-preview{width:56px;height:84px;image-rendering:pixelated;flex:none}.class-desc{font-family:var(--mono);color:#9a9a9a;font-size:1.1875rem}.sound-toggle{letter-spacing:1px;font-family:var(--mono)!important;border-radius:0!important;font-size:18px!important}#tooltip{box-shadow:inset 0 0 0 1px var(--inner-line), 0 4px 12px #0009;font-family:var(--mono);border:1px solid #000;border-radius:0;font-size:1.25rem}#mobile-hud{border-bottom:2px solid #000;background:var(--panel)!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0a0a0e}::-webkit-scrollbar-thumb{background:#2a2620;border:1px solid #000}::-webkit-scrollbar-thumb:hover{background:var(--gold)}#act-card{pointer-events:none;z-index:400;opacity:0;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}#descent-fade{z-index:390;pointer-events:none;background:#050308;animation:1.6s ease-out forwards descentfade;position:fixed;inset:0}@keyframes descentfade{0%{opacity:1}40%{opacity:1}to{opacity:0}}#act-card.show{animation:2.2s forwards actcard}.act-card-1{color:var(--gold);letter-spacing:8px;text-shadow:0 2px #000,0 0 30px #d4af3773;text-align:center;padding:0 20px;font-family:Cinzel,serif;font-size:44px}.act-card-2{font-family:var(--mono);color:#aaa;letter-spacing:3px;text-shadow:0 2px #000;margin-top:10px;font-size:20px}#act-card.dire .act-card-2{color:#b07a7a;letter-spacing:2px;margin-top:14px;font-size:19px;font-style:italic}.act-card-3{color:#d9c89a;letter-spacing:4px;text-shadow:0 2px #000,0 0 18px #d4af374d;margin-top:16px;font-family:Cinzel,serif;font-size:22px}.act-card-4{font-family:var(--mono);color:#c79bd6;letter-spacing:1px;text-align:center;text-shadow:0 1px #000,0 0 14px #9b59b659;max-width:min(620px,88vw);margin-top:14px;font-size:19px;line-height:1.4}#act-card.dire.show{animation:3.6s forwards actcard}@keyframes actcard{0%{opacity:0;transform:scale(.96)}12%{opacity:1;transform:scale(1)}78%{opacity:1}to{opacity:0;transform:scale(1.02)}}#sanctum-menu{z-index:510;position:fixed}#sanctum-cards{flex-direction:column;gap:8px;width:min(480px,92vw);max-height:56vh;padding:4px;display:flex;overflow-y:auto}.sanctum-card{text-align:left;font-family:var(--mono);background:#14101ceb;border:1px solid #3a2a50;border-radius:8px;align-items:center;gap:10px;padding:9px 12px;display:flex}.sanctum-card.maxed{border-color:#9b59b6}.sanctum-card .sn-icon{text-align:center;width:30px;font-size:22px}.sanctum-card .sn-meta{flex:1}.sanctum-card .sn-name{color:#e8dff5;font-size:1.25rem}.sanctum-card .sn-desc{color:#a89bbb;margin-top:2px;font-size:1.125rem}.sanctum-card .sn-pips{margin-left:6px}.sanctum-card .sn-pip{vertical-align:middle;border:1px solid #9b59b6;border-radius:50%;width:7px;height:7px;margin-right:3px;display:inline-block}.sanctum-card .sn-pip.on{background:#9b59b6}.sanctum-card .sn-max{color:#9b59b6;letter-spacing:1px;font-size:1rem}.sanctum-card .mbtn{white-space:nowrap}#swap-toast{z-index:320;opacity:0;pointer-events:none;min-width:230px;max-width:92vw;font-family:var(--mono);background:#0e0e14f5;border:1px solid #d4af37;border-radius:8px;padding:10px 14px;transition:opacity .18s,transform .18s;position:fixed;bottom:96px;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 4px 18px #0009}#swap-toast.show{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}#swap-toast .st-name{color:#f0e6d2;margin-bottom:4px;font-size:1.125rem}#swap-toast .st-delta{margin-bottom:8px;font-size:1.0625rem;line-height:1.5}#swap-toast .st-btns{gap:8px;display:flex}#swap-toast .st-btns .mbtn{flex:1;padding:8px 6px;font-size:.875rem}#act-card.wave{justify-content:flex-start;padding-top:16vh}#act-card.wave .act-card-1{letter-spacing:5px;font-size:26px}#act-card.wave .act-card-2{letter-spacing:2px;margin-top:6px;font-size:18px}#act-card.wave.show{animation:1.4s forwards actcard}#boss-bar{z-index:60;width:min(480px,60vw);display:none;position:absolute;top:12px;left:50%;transform:translate(-50%)}#boss-bar .boss-name{color:#e74c3c;letter-spacing:3px;text-align:center;text-shadow:0 1px #000;margin-bottom:3px;font-family:Cinzel,serif;font-size:14px}#boss-bar .bar-wrap{height:12px;margin:0}#toast-host{z-index:500;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:14px;right:14px}.toast{background:var(--panel-2);box-shadow:inset 0 0 0 2px var(--inner-line), 0 6px 18px #0009;border:2px solid #000;min-width:220px;padding:10px 16px;animation:.3s toastin}.toast-unlock{box-shadow:inset 0 0 0 2px var(--gold), 0 6px 18px #0009}.toast.out{opacity:0;transition:all .4s;transform:translate(20px)}.toast-title{font-family:var(--mono);color:var(--gold);letter-spacing:1px;font-size:1.25rem}.toast-sub{font-family:var(--mono);color:#bbb;font-size:1.125rem}@keyframes toastin{0%{opacity:0;transform:translateY(12px)}to{opacity:1}}.class-card.locked{filter:grayscale(.9)brightness(.55);position:relative}.class-card.locked:hover{transform:none;box-shadow:inset 0 0 0 2px #444}.class-lock{font-family:var(--mono);color:#d4af37;border-top:1px solid #333;margin-top:4px;padding-top:6px;font-size:18px}#codex-overlay{z-index:300;position:fixed}#codex-count{font-family:var(--mono);color:#888;margin-bottom:14px;font-size:1.25rem}#codex-grid{grid-template-columns:repeat(auto-fill,108px);justify-content:center;gap:8px;max-width:720px;max-height:60vh;margin-bottom:16px;padding:6px;display:grid;overflow-y:auto}.codex-card{background:var(--panel-2);box-shadow:inset 0 0 0 1px var(--inner-line);text-align:center;border:1px solid #000;padding:8px 4px}.codex-card.unknown{opacity:.35}.codex-spr{height:52px;font-family:var(--mono);color:#555;justify-content:center;align-items:center;font-size:26px;display:flex}.codex-name{font-family:var(--mono);color:#ccc;min-height:30px;font-size:1.125rem;line-height:1.05}.codex-kills{font-family:var(--mono);color:var(--gold);font-size:1.125rem}#codex-detail{z-index:10;background:#0000008c;justify-content:center;align-items:center;display:none;position:absolute;inset:0}.cd-card{background:var(--panel-2);box-shadow:inset 0 0 0 1px var(--inner-line), 0 10px 30px #000000b3;text-align:center;border:1px solid #000;width:86vw;max-width:430px;padding:18px 20px 14px}.cd-spr{height:76px;font-family:var(--mono);color:#555;justify-content:center;align-items:center;font-size:30px;display:flex}.cd-name{font-family:var(--mono);color:#e8d9b0;margin-top:6px;font-size:1.5rem}.cd-kills{font-family:var(--mono);color:var(--gold);margin-bottom:10px;font-size:1.125rem}.cd-wink{color:#b8b2a4;margin:6px 0 12px;font-size:13px;font-style:italic;line-height:1.55}.cd-wink.cd-locked{color:#6f6a60}.cd-wink.cd-locked span{color:#555;font-size:11px;font-style:normal}.cd-badge{font-family:var(--mono);color:#c64bd6;margin-bottom:10px;font-size:1rem}#death-stats{flex-wrap:wrap;justify-content:center;gap:18px;margin-bottom:22px;display:flex}.dstat{text-align:center;font-family:var(--mono)}.dstat b{color:var(--gold);font-size:1.375rem;font-weight:400;display:block}.dstat span{color:#888;font-size:1.125rem}.toast-relic{box-shadow:inset 0 0 0 2px #d4af37,0 6px 18px #0009}.toast-relic .toast-title{color:#f1c40f}
