body{background-color:#000;margin:0;overflow-x:hidden}@font-face{font-family:Nova Mono;src:url(/static/media/NovaMono.028c74fec1ce55193806.ttf)}#root{font-family:Nona Mono,monospace;height:100vh}@media screen and (max-width:650px){body{overflow-x:auto}}.Characters{flex-direction:column}.Characters,.character{display:flex;gap:2rem}.character>img{background-color:peru;border-radius:3rem;height:100px;width:100px}.character-info,.character>img{display:flex;justify-content:center}.character-info{align-items:center;flex-direction:column;margin:0 auto}.character-info>p{margin:.3rem 0;text-align:center}.character-info>p:first-child{font-size:1.5rem}.Map{-webkit-animation:fade .5s ease-out;animation:fade .5s ease-out;border-radius:1rem;display:flex;height:600px;justify-content:center}.Map>img{border-radius:2rem 0 0 2rem;height:auto;width:auto}@-webkit-keyframes fade{0%{opacity:.7}to{opacity:1}}@keyframes fade{0%{opacity:.7}to{opacity:1}}.Map:not(:first-child){display:none}.map-container{background-color:#d3d3d3;border-radius:0 2rem 2rem 0;justify-content:space-evenly;padding:0 4rem}.map-container,.map-info{display:flex;flex-direction:column}.map-info{align-items:center}.map-info>h1,.map-info>p{margin:.5rem 0}.circle-container{display:flex;gap:1rem;justify-content:center;margin-top:.5rem}.start{background-color:#f1f1f1;border:none;border-radius:2rem;cursor:pointer;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem;overflow:hidden;padding:.5rem 0;position:relative;z-index:1}.start:after{background:#000;bottom:0;content:"";display:block;left:-100%;padding:.85em .75em;position:absolute;right:100%;top:0;transition:all .5s;z-index:-1}.start:hover{-webkit-animation:changeW .5s ease-in;animation:changeW .5s ease-in;color:#fff}@-webkit-keyframes changeW{0%{color:#000}20%{color:#fff}}@keyframes changeW{0%{color:#000}20%{color:#fff}}.start:hover:after{bottom:0;left:0;right:0;top:0;transition:all .5s}.Home{align-items:center;caret-color:transparent;display:flex;font-family:Nova Mono,monospace;height:100vh;justify-content:center;width:100vw}.dot{background-color:#d3d3d3;border-radius:2rem;cursor:pointer;height:10px;margin-top:1rem;transition:background-color .5s ease-in-out;width:10px}.dot:hover{background-color:#a9a9a9}.move{background-color:initial;border:transparent;border-radius:.5rem;cursor:pointer;padding:.5rem;transition:background-color .5s ease,-webkit-transform .2s ease;transition:transform .2s ease,background-color .5s ease;transition:transform .2s ease,background-color .5s ease,-webkit-transform .2s ease}.move:hover{background-color:#000}.move-back:active{-webkit-transform:translateX(-20px);transform:translateX(-20px)}.move-next:active{-webkit-transform:translateX(20px);transform:translateX(20px)}.move>img{-webkit-filter:invert(1);filter:invert(1);height:auto;width:30px}.win-modal{background-color:rgba(0,0,0,.5);cursor:default;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:999}.win-modal,.win-modal *{font-family:Nova Mono,monospace}.win-modal-box{background-color:wheat;border:5px solid #000;border-radius:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:50%;padding:2em;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:30rem}.win-content{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center}.win-content>h1{margin:0}.win-content>p{font-size:1.2rem;margin:0;text-align:center}.winBtns{display:flex;gap:2rem}.win-content>input{background-color:wheat;border:transparent;border-bottom:2px solid #000;font-size:1rem;padding:.5rem;text-align:center;width:50%}.win-content>input:focus{outline:none}.winBtns>button{background-color:initial;border:none;border-radius:1rem;font-size:1.2rem;outline:2px solid #000;padding:.5rem}.winBtns>button:hover{background-color:#add8e6}.winBtns>button:active{background-color:#2472a3;outline:3px solid #000}#Header{align-items:center;background-color:#2472a3;caret-color:transparent;display:flex;gap:20px;justify-content:space-between;outline:2px solid #000;padding:.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}#Header>a:first-child{color:#000;font-size:3rem;text-decoration:none}#Header>a:last-child{color:#000;font-size:2rem;text-decoration:none}#Header>p{font-size:2.5rem;margin:0}#Game{cursor:url(/static/media/custom-cursor-small.eb01c43ac84b71a39785.svg) 25 25,auto;font-family:Nova Mono,monospace}#Game>img{width:100%}.characters{display:flex;gap:1rem}.characters>img{background-color:peru;border-radius:2rem;height:60px;width:60px}#picker{justify-content:center;text-align:center}#picker,#picker-circle{display:none;position:absolute}#picker-circle{caret-color:transparent;pointer-events:none}.picker-holder{background-color:#a83d3d;border-radius:2rem;display:flex;flex-direction:column;gap:1rem;outline:1px solid #000;padding:.75rem}.picker-holder>img{background-color:peru;border-radius:2rem;cursor:pointer;height:60px;width:60px}#picked{background-color:red;border-radius:.5rem;color:#fff;left:50%;margin:1rem 0;padding:.7rem;position:fixed;-webkit-transform:translate(-50%);transform:translate(-50%)}@media screen and (min-width:1000px){#Game{cursor:url(/static/media/custom-cursor.701a36e4059393af30ea.svg) 50 50,auto}}#Leaderboard{background-color:salmon;font-family:Nova Mono,monospace;height:100%;overflow-y:auto}.header-lb{align-items:center;background-color:#2472a3;caret-color:transparent;display:flex;gap:20px;justify-content:space-between;outline:2px solid #000;padding:.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-lb>a{color:#000;font-size:3rem;text-decoration:none}.header-lb>h1{margin:0 auto}.content-box{padding:4rem 0}.leaderboard-content{background-color:#f4a460;border-radius:2rem;box-shadow:0 0 8px 2px #000;margin:0 auto;padding:2rem;text-align:center;width:60%}.leaderboard-header{border-bottom:2px solid #000;font-size:clamp(2rem,10vw,5rem);padding-bottom:1rem}.leaderboard-times{border-radius:1rem;font-size:clamp(1rem,5vw,2.5rem);padding:2rem;text-align:left}.leaderboard-times>div{align-items:center;display:flex;flex-wrap:nowrap;gap:1rem;justify-content:space-between;text-align:center}
/*# sourceMappingURL=main.1fce7f49.css.map*/