#character-wrapper{width:var(--char-width, calc(100vw - 300px) );height:var(--char-height, calc(100dvh - 3rem) );position:fixed;bottom:0;right:0;display:flex;justify-content:center;align-items:flex-start;pointer-events:none}#character-wrapper.handheld-anim{animation:handheld 9s ease-in-out infinite}#character-wrapper.tile-mode{height:128px;position:absolute;justify-content:flex-start;align-items:flex-start}#character,#character-wrapper.tile-mode{width:128px;display:flex;flex-direction:column}#character{margin-top:calc(50dvh - 1.5rem - 48px)}#character-wrapper.tile-mode #character{margin-top:0}.char-slice{width:128px;overflow:hidden;position:relative}.char-sprite{position:absolute;width:384px;height:512px;top:0;left:-128px}.char-sprite-bottom{top:-64px}
