:root{--box-shadow: 0 0 5px 5px rgba( 0, 0, 0, 0.15 );--black: #000;--charcoal: #111;--charcoal2: #222;--white: #FFFDE4;--grey: #959595;--grey-dark: #333;--green: #10FF59;--yellow: #EEFD02;--red: #F30541;--pink: #F49AC1;--purple: #6441A4;--blue: #1795D4;--teal: #2AFFEA;--blue-dark: #004080;--fade-duration: 1000ms;--hide-duration: 240ms}@font-face{font-family:"Calamity-Regular";src:url("fonts/Calamity-Regular.woff") format("woff");font-style:normal;font-stretch:normal;font-display:swap}@font-face{font-family:"Calamity-Bold";src:url("fonts/Calamity-Bold.woff") format("woff");font-style:normal;font-stretch:normal;font-display:swap}@layer reset{*,*:before,*:after{border:0;margin:0;padding:0;box-sizing:border-box}html,:host{line-height:1;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}}@layer base{html,body{color:var(--white);width:100%;height:100%;overflow:hidden;background-color:var(--black)}body{font-style:normal;font-family:"Calamity-Bold";font-stretch:normal;user-select:none;touch-action:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}.btn{color:var(--black);padding:12px 24px;font-size:14px;text-align:center;line-height:1;border-radius:10px;background-color:var(--grey)}.btns{gap:16px;display:flex}._2dk{width:100%;height:100%;position:relative;overflow:hidden}}@layer player{._2dk__screen{top:50%;left:50%;width:480px;height:320px;overflow:hidden;position:fixed;transform:translate3d(-50%, -50%, 0)}}@layer menu{._2dk__menu{top:0;left:0;width:100%;height:100%;z-index:10;opacity:0;display:grid;position:fixed;transition:opacity var(--hide-duration) ease;background-color:rgba(0,0,0,.9);grid-template-rows:auto 1fr}._2dk__menu.is-active{opacity:1}._2dk__menu__tabs{display:grid;text-align:center;align-items:center;grid-template-columns:repeat(4, 1fr);border-bottom:1px solid var(--grey-dark)}._2dk__menu__tab{padding:16px 0;position:relative;font-size:14px}._2dk__menu__tab.is-active{color:var(--teal)}._2dk__menu__tab.is-active::after{left:0;width:100%;height:2px;bottom:0;content:"";position:absolute;background-color:var(--teal)}._2dk__menu__tab:not(:first-child){border-left:1px solid var(--grey-dark)}._2dk__menu__contents{flex:1;overflow-y:auto}._2dk__menu__content{gap:8px;display:none;padding:24px;font-size:14px;text-align:center;line-height:1.5;align-items:center;flex-direction:column;justify-content:center}._2dk__menu__content.is-active{display:flex}._2dk__menu__content[data-content=stats],._2dk__menu__content[data-content=save]{height:100%}._2dk__menu__content[data-content=quests]{padding:64px 0}._2dk__menu__content[data-content=items]{gap:8px;grid-template-columns:repeat(4, 1fr)}._2dk__menu__content[data-content=items]>div{gap:8px;border:1px solid var(--grey-dark);display:flex;align-items:center;aspect-ratio:1/1;flex-direction:column;justify-content:center}._2dk__menu__content[data-content=items].is-active{display:grid}._2dk__menu__save{background-color:var(--blue)}}@layer splash{._2dk__splash{top:0;left:0;color:var(--white);width:100%;height:100%;z-index:10;position:fixed;overflow:hidden;transition:opacity var(--fade-duration) ease-in-out;pointer-events:none;background-color:var(--black)}.is-started ._2dk__splash{opacity:0}.is-fader ._2dk__splash{opacity:1}._2dk__splash__load{gap:16px;top:0;left:0;width:100%;height:100%;display:none;position:fixed;align-items:center;flex-direction:column;justify-content:center}.is-started ._2dk__splash__load{display:none}._2dk__splash__info{top:0;left:0;width:100%;height:100%;display:none;position:fixed;align-items:center;justify-content:center}.is-started ._2dk__splash__info{display:none}._2dk__splash__info>div:first-child{z-index:12;text-align:center;padding-left:36px;padding-right:36px}@media(max-width: 640px){._2dk__splash__info>div:first-child{padding-left:20px;padding-right:20px}}._2dk__splash__info>div:last-child{left:0;width:100%;height:100%;bottom:0;z-index:13;display:flex;position:fixed;text-align:center;align-items:flex-end;padding-left:36px;padding-right:36px;padding-bottom:65px;justify-content:center;background-size:64px 64px;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:50% calc(100% - 65px - 36px)}@media(max-width: 640px){._2dk__splash__info>div:last-child{padding-left:20px;padding-right:20px}}._2dk__splash__info>div>div{padding:8px 0}._2dk__splash__update{top:20px;left:20px;right:20px;z-index:13;display:none;position:fixed;pointer-events:auto}._2dk__splash__update.has-update{display:block}@media(orientation: portrait){._2dk__splash{z-index:11}.is-started ._2dk__splash{opacity:1;transition-duration:0ms}._2dk__splash__info{display:flex}.is-started ._2dk__splash__info{display:flex}._2dk__splash__info>div:last-child{animation:bounce 480ms infinite;transform:translate3d(0, 0, 0);transition:all 240ms ease}}@media(orientation: landscape){._2dk__splash__load{display:flex}}@keyframes bounce{0%{background-position:50% calc(100% - 65px - 36px - 4px)}49.99999%{background-position:50% calc(100% - 65px - 36px - 8px)}50%{background-position:50% calc(100% - 65px - 36px - 8px)}99.99999%{background-position:50% calc(100% - 65px - 36px - 4px)}100%{background-position:50% calc(100% - 65px - 36px)}}}@layer gamebox{._2dk__layer,._2dk__gamebox{top:0;left:0;width:100%;height:100%;position:fixed}._2dk__layer{z-index:1}}@layer dialogue{._2dk__dialogue{top:16px;left:16px;right:16px;border:1px solid var(--black);opacity:0;z-index:10;position:fixed;overflow:hidden;box-shadow:var(--box-shadow);text-align:left;transition:opacity var(--hide-duration) ease;line-height:1.5;border-radius:10px;background-color:rgba(0,0,0,.75)}[data-resolution="1"] ._2dk__dialogue{padding:36px 72px}[data-resolution="2"] ._2dk__dialogue{padding:24px 48px}[data-resolution="1"] ._2dk__dialogue__text{font-size:18px}[data-resolution="2"] ._2dk__dialogue__text{font-size:12px}._2dk__dialogue__text .a{color:var(--teal)}._2dk__dialogue__text .b{color:var(--blue)}._2dk__dialogue.is-texting{opacity:1}}@layer gamepad{._2dk__gamepad{left:0px;width:100%;height:100%;z-index:10;display:block;position:fixed;user-select:none;pointer-events:none}._2dk__gamepad__dpad div,._2dk__gamepad__btns div,._2dk__gamepad__menu div{color:rgba(0,0,0,.25);border:1px solid rgba(0,0,0,.25);display:block;background:hsla(0,0%,100%,.25);text-align:center;line-height:1;pointer-events:auto;-webkit-text-stroke:1px rgba(0,0,0,.25)}._2dk__gamepad__dpad div.is-active,._2dk__gamepad__btns div.is-active,._2dk__gamepad__menu div.is-active{color:rgba(0,0,0,.5);background:hsla(0,0%,100%,.5)}._2dk__gamepad__menu{gap:16px;left:50%;bottom:0;display:flex;position:fixed;transform:translateX(-50%)}._2dk__gamepad__btns div,._2dk__gamepad__menu div{display:flex;align-items:center;justify-content:center}._2dk__gamepad__btns span,._2dk__gamepad__menu span{pointer-events:none}._2dk__gamepad__btns{right:20px;bottom:40px;display:flex;position:fixed;flex-direction:column}._2dk__gamepad__dpad{left:20px;width:176px;height:176px;bottom:40px;display:flex;position:fixed;flex-wrap:wrap;align-items:center;justify-content:flex-start}._2dk__gamepad__dpad div{position:relative;border-radius:10px}._2dk__gamepad__dpad div[data-off=true]{visibility:hidden;pointer-events:none}._2dk__gamepad__up,._2dk__gamepad__down{width:52px;height:62px}._2dk__gamepad__right,._2dk__gamepad__left{width:62px;height:52px}._2dk__gamepad__neutral{width:52px;height:52px}._2dk__gamepad__up-right,._2dk__gamepad__up-left,._2dk__gamepad__down-right,._2dk__gamepad__down-left{width:62px;height:62px;border:none !important;background:none !important}._2dk__gamepad__up-right:after,._2dk__gamepad__up-left:after,._2dk__gamepad__down-right:after,._2dk__gamepad__down-left:after{width:0;height:0;content:"";position:absolute;border-left:32px solid rgba(0,0,0,0);border-right:32px solid rgba(0,0,0,0);border-top:40px solid hsla(0,0%,100%,.25);border-radius:50%}._2dk__gamepad__up-right.is-active:after,._2dk__gamepad__up-left.is-active:after,._2dk__gamepad__down-right.is-active:after,._2dk__gamepad__down-left.is-active:after{border-top-color:hsla(0,0%,100%,.5)}._2dk__gamepad__up-left:after{right:5px;bottom:17px;transform:rotate(-45deg) translate3d(0, 16px, 0)}._2dk__gamepad__up-right:after{left:5px;bottom:17px;transform:rotate(45deg) translate3d(0, 16px, 0)}._2dk__gamepad__down-left:after{top:17px;right:5px;transform:rotate(-135deg) translate3d(0, 16px, 0)}._2dk__gamepad__down-right:after{top:17px;left:5px;transform:rotate(135deg) translate3d(0, 16px, 0)}._2dk__gamepad__a{width:64px;height:64px;position:relative;font-size:24px;border-radius:64px;transform:translateY(4px)}._2dk__gamepad__b{width:64px;height:64px;position:relative;font-size:24px;border-radius:64px;transform:translateX(calc(-100% + 4px))}._2dk__gamepad__start{order:2}._2dk__gamepad__select{order:1}._2dk__gamepad__start,._2dk__gamepad__select{width:82px;height:32px;border-radius:10px 10px 0px 0px}._2dk__gamepad__sprite{display:block}._2dk__gamepad__sprite+span{display:none}._2dk__menu.is-active~._2dk__gamepad ._2dk__gamepad__dpad,._2dk__menu.is-active~._2dk__gamepad ._2dk__gamepad__btns{display:none}}@layer reset, base, player, menu, splash, gamebox, dialogue, gamepad
