:root{font-size:17px;--main-bg-color: hsl(0, 0%, 19%);--main-buttons-size: 12vmin;--blur-radius: min(1vmin, 5px)}html,body{position:relative;margin:0;padding:0;width:100%;height:100%;overflow:hidden;background-color:#303030;background-color:var(--main-bg-color)}@starting-style{#title-screen{opacity:0}}#title-screen{position:absolute;top:0;left:0;width:100%;height:100%;color:#fff;background-color:#303030;background-color:var(--main-bg-color);z-index:9;display:grid;grid-template-columns:1fr;align-items:center;justify-items:center;place-items:center;grid-gap:3vmin;gap:3vmin;font-size:5vmin;padding:3vmin;box-sizing:border-box;opacity:1}#title-screen.hidden{transition:all .225s ease-out;opacity:0;visibility:hidden;pointer-events:none}@media (min-aspect-ratio: 19/20){#title-screen{grid-template-columns:1fr 1fr;grid-template-areas:"title goals" "start-button goals" "footer footer"}#title-screen #title{grid-area:title}#title-screen #goals{grid-area:goals}#title-screen #start-button{grid-area:start-button}#title-screen #footer{grid-area:footer}}#title-screen #cover-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1;-o-object-position:55% 32.5%;object-position:55% 32.5%}#title-screen .blur{backdrop-filter:blur(min(1vmin,5px)) brightness(40%);backdrop-filter:blur(var(--blur-radius)) brightness(40%);-webkit-backdrop-filter:blur(min(1vmin,5px)) brightness(40%);-webkit-backdrop-filter:blur(var(--blur-radius)) brightness(40%)}#title-screen #title{border-radius:8px;padding:2vmin 4vmin;border:2px solid rgba(255,255,255,.5);text-align:center}#title-screen #goals{display:flex;flex-direction:column;gap:2vmin;border:2px solid rgba(255,255,255,.5);border-radius:2.5vmin;padding:3vmin 3.5vmin;justify-self:center}@media (min-aspect-ratio: 19/20){#title-screen #goals{justify-self:start}}#title-screen #goals .goals-line{display:grid;grid-template-columns:.3fr 1.5fr 1fr;grid-gap:1vmin;gap:1vmin;align-items:center;justify-items:center;place-items:center}#title-screen #goals .goals-line span{text-align:center}#title-screen #goals .goals-line span.not-achieved{filter:grayscale();opacity:.38}#title-screen #goals .goals-line span:last-child{justify-self:start}#title-screen #goals #goals-header{padding-bottom:2vmin}#title-screen #goals #goals-header span{justify-self:center}#title-screen #start-button{width:80%;max-width:500px;height:80%;color:#fff;background-color:#ffffff20;border:2px solid rgba(255,255,255,.5);border-radius:2.5vmin;font-size:8vmin}#title-screen #start-button:hover{background-color:#ffffff2d}#title-screen #footer{font-size:min(4vmin,16px);color:#fff6;text-align:center}#title-screen #footer div{padding:0 3px;border-radius:2.5vmin}#title-screen #footer #asset-credits-button{color:#fff6;background-color:#ffffff20;border:none;border-radius:50px;font-size:.9em}#title-screen #footer dialog{text-align:left;font-size:1rem}#title-screen #footer dialog button{font-size:1.25rem}.garamond-font{font-family:Cormorant Garamond,serif;font-optical-sizing:auto;font-weight:600;font-style:normal}.azeret-font{font-family:Azeret Mono,monospace;font-optical-sizing:auto;font-weight:400;font-style:normal}.no-pointer-events{pointer-events:none}#spinner-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#303030;background-color:var(--main-bg-color);z-index:10000;display:grid;align-items:center;justify-items:center;place-items:center}#spinner-wrapper.hidden{display:none}#spinner-wrapper #spinner{width:48px;height:48px;border:5px solid white;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#three-canvas,#tracing-canvas{position:absolute;left:0;top:0;display:block;width:100%;height:100%}#three-canvas.stopped-time{filter:saturate(.5)}#timer-and-record{position:absolute;top:0;left:0;color:#fff}#timer-and-record.stopped-time{opacity:.63}#timer-and-record #timer{font-size:7vmin;font-weight:400;line-height:88%;margin:1vmin}#timer-and-record #record-gameplay{display:flex;flex-direction:column;width:50%;align-items:center;gap:.75vmin;font-size:3.5vmin}#timer-and-record #record-gameplay #record-gameplay-value{font-family:sans-serif;font-weight:400;opacity:.9}#timer-and-record #record-gameplay #record-gameplay-stars{font-size:2.25vmin;opacity:.8}#debug-osd{position:absolute;left:0%;top:25%;font-family:serif;font-weight:400;color:#fff;font-size:1.75rem;margin:.5rem;padding:.25rem;background-color:#000000bf;opacity:.5}#debug-osd:empty{display:none}#toast,#paused-toast{width:100%;position:absolute;top:15%;left:50%;transform:translate(-50%,-50%);color:#fff;background-color:#000;padding:1.53vmin 2.25vmin;box-sizing:border-box;border-top:1px solid rgba(255,255,255,.83);border-bottom:1px solid rgba(255,255,255,.83);opacity:.55;font-size:min(5.5vmin,30px);text-align:center}#toast:empty{display:none}#paused-toast:empty{display:none}#paused-toast{opacity:1;border-top:1px solid rgba(255,255,255,.75);border-bottom:1px solid rgba(255,255,255,.75)}#health-bar-wrapper{position:absolute;bottom:0;left:0;width:100%;display:flex;justify-content:center}#health-bar-wrapper #health-bar{width:calc(100% - 2vw);height:10px;accent-color:red;opacity:.5;height:13px}@media (min-height: 900px){#health-bar-wrapper #health-bar{height:25px}}@media (pointer: coarse) and (orientation: landscape){#health-bar-wrapper #health-bar{width:92.5%}}#main-buttons{pointer-events:none;position:absolute;right:0;bottom:0%;width:100%;box-sizing:border-box;display:flex}#main-buttons.hidden{display:none}#main-buttons.left-handed{flex-direction:row-reverse}#main-buttons.left-handed #handedness-button{margin-right:0;margin-left:auto;transform:scaleX(1)}#main-buttons.no-pointer-events{opacity:.5}#main-buttons>div{pointer-events:all;padding:0;margin:none;outline:none;border:none;width:12vmin;width:var(--main-buttons-size);height:12vmin;height:var(--main-buttons-size);padding:calc(12vmin * .35) calc(12vmin * .2);padding:calc(var(--main-buttons-size) * .35) calc(var(--main-buttons-size) * .2);color:#fff;background-color:transparent;font-family:sans-serif;opacity:.5;display:flex;align-items:center;justify-content:center;font-size:12vmin;font-size:var(--main-buttons-size);-webkit-user-select:none;-moz-user-select:none;user-select:none}#main-buttons.no-pointer-events>div{pointer-events:none}#main-buttons #handedness-button{margin-right:auto;filter:grayscale(100%);transform:scaleX(-1)}#main-buttons #sword-dir-button{opacity:.88}#main-buttons #sword-dir-button span{color:#ff0}@media (orientation: portrait){#main-buttons #sword-dir-button span{rotate:90deg}}#main-buttons #pause-button{font-weight:700}#red-splash{position:absolute;top:0;left:0;width:100%;height:100%;background-color:red;opacity:0;transition:opacity .2s linear;pointer-events:none}#red-splash.hidden{visibility:hidden;opacity:.06}#game-over-screen{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;color:#fff;background-color:#303030;background-color:var(--main-bg-color);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4vh;opacity:1;transition:opacity 1.5s ease-in}#game-over-screen.hidden{visibility:hidden;opacity:0;transition:opacity .25s ease-out;pointer-events:none}#game-over-screen h1{font-size:14.25vmin;font-weight:400;color:#b95050;line-height:100%;margin:0}#game-over-screen #game-over-time-and-stars{display:flex;flex-direction:column;align-items:center}#game-over-screen #game-over-time-and-stars #survived-for{margin:0;margin-bottom:2.25vh;font-size:7.5vmin;line-height:100%;font-family:serif;font-weight:400}#game-over-screen #game-over-time-and-stars #stars-game-over{font-size:6vmin}#game-over-screen button{font-size:6vmin;margin-bottom:10vh;padding:2.5vmin 4vmin;color:#fff;background-color:#494949;border:.5vmin solid rgb(150,150,150);border-radius:1.55vmax;outline:none;font-size:min(5.75vmin,40px)}#game-over-screen button:hover{background-color:#5c5c5c}#ending-comic{position:absolute;top:0;left:0;width:100vw;width:100dvw;height:100vh;height:100dvh;color:#fff;background-color:#303030;background-color:var(--main-bg-color);display:grid;align-items:center;justify-items:center;place-items:center;opacity:1;transition:all 2s ease-in-out}#ending-comic.hidden{visibility:hidden;opacity:0;transition:all 1s ease-out}#ending-comic #ending-panels{width:100vw;width:100dvw;height:100vh;height:100dvh;padding:5vmin;box-sizing:border-box;display:flex;flex-direction:row;gap:3.5vmin;flex-wrap:no-wrap;justify-content:center}@media (orientation: portrait){#ending-comic #ending-panels{flex-direction:column;align-items:center}}#ending-comic #ending-panels img{max-width:50%;max-height:100%}@media (orientation: portrait){#ending-comic #ending-panels img{max-width:100%;max-height:50%}}#ending-comic #ending-panels img{-o-object-fit:contain;object-fit:contain}#survived-dialog{width:min(80vmin,700px);height:min(80vmin,700px);font-size:6vmin;color:#fff;background-color:#303030;background-color:var(--main-bg-color);border-radius:5vmin;border-color:#fff7}#survived-dialog #survived-container{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}#survived-dialog #survived-container h1{margin:1vmin;color:#00a300}#survived-dialog #survived-container #survived-timer-and-stars{display:flex;flex-direction:column;align-items:center}#survived-dialog #survived-container #survived-timer-and-stars #survived-timer{font-family:snas-serif;font-weight:400;font-size:8vmin}#survived-dialog #survived-container button{width:50%;color:#fff;background-color:#636363;outline:none;font-size:1em;padding:1.5vmin 0;border:2px solid rgba(255,255,255,.35);border-radius:3vmin}#survived-dialog #survived-container button:hover{background-color:#6b6b6b}.preload{transition:none!important;animation-duration:1ms!important}
