@font-face{font-family:Open Baskerville;src:url(/assets/OpenBaskerville-GTAJnOQS.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Anta;src:url(/assets/AntaRegular-DzzVeyfu.ttf) format("truetype");font-weight:400;font-style:normal}:root{--bg-color: rgb(17, 0, 9)}body{margin:0;color:#fff;font-family:Open Baskerville,serif}::selection{background-color:#f590e2;color:var(--bg-color)}.gamepad.in_game:not(.paused) *{cursor:none}#game_over,#main_menu,#in_game_overly{display:none}#gui,.gui_screen{position:fixed;top:0;left:0;width:100vw;height:100vh}#game_over,#main_menu,#in_game_overly,#preload{display:none}button{display:flex;align-items:center}button:not(#start_button),header a{position:relative;display:flex;background:none;border:rgb(255,255,255) 2px solid;padding:.3em .7em;margin:20px 0;color:#fff;font-family:Anta,sans-serif;font-size:1.2em;cursor:pointer;border-radius:2px}.gamepad button:not(#start_button):focus,button:not(#start_button):hover{color:var(--bg-color);background-color:#fff}button svg{width:.8em;height:.8em;margin-right:.65em;fill:#fff}.gamepad button:focus svg,button:hover svg{fill:var(--bg-color)}.gamepad button:focus,button:hover{outline:none}.gamepad .button_a_c .control_icon{display:none;margin-right:1rem;width:1.2em;height:1.2em;background-size:contain;background:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M16.936,-0.128c9.418,0 17.064,7.646 17.064,17.064c0,9.418 -7.646,17.064 -17.064,17.064c-9.418,0 -17.064,-7.646 -17.064,-17.064c0,-9.418 7.646,-17.064 17.064,-17.064Zm-3.278,19.431l0.96,-2.647l4.644,0l-2.319,-6.403l-5.244,14.444l-2.835,0l6.415,-17.922l3.315,-0l6.415,17.922l-2.836,0l-1.954,-5.394l-6.561,-0Z'/%3E%3C/svg%3E") no-repeat center}.gamepad .button_a_c:focus .control_icon{display:block}.gamepad button{transition:scale .15s}.gamepad .on_clicking{scale:.85}#alert_screen{background:var(--bg-color);flex-direction:column;justify-content:space-between;align-items:stretch;font-size:1.2em;display:none}#alert_screen p{margin:2em 1em}@media (max-height: 450px){#alert_screen{display:flex;z-index:1222}}#preload{background:var(--bg-color);display:flex;flex-direction:column;justify-content:space-between;align-items:stretch}header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem 1rem 6rem;border-bottom:rgb(255,255,255) 2px solid}header div{display:inherit}header a{padding:.5em}header a:hover{background-color:#fff}header a svg{width:1em;height:1em;fill:#fff}header a:hover svg{fill:var(--bg-color)}#preload_warning{margin:0 6rem;opacity:1;transition:opacity .35s}#preload_bar{position:relative;width:100%;background:#3f2432}#preload_bar span{mix-blend-mode:difference}#preload_load_text{display:flex;justify-content:space-between;margin:1.5rem 2rem 1.5rem 6rem}#preload_progress{position:absolute;top:0;left:0;width:0;height:100%;background:#fff;transition:width .35s}.main_menu #main_menu{display:flex;flex-direction:column;justify-content:space-between}#main_menu_best_score{margin:0}#main_menu_top,#main_menu_bottom{background:#000000e6;transition:translate .7s ease-in-out}#main_menu_top{width:100%;border-bottom:rgb(255,255,255) 2px solid;flex:1;position:relative;z-index:3}#main_menu_infos{display:flex;justify-content:space-between;align-items:center;width:100%}#main_menu_infos>span:last-child,#main_menu_infos span:first-child{flex:1}#main_menu_infos>span:last-child{padding-right:2em}#main_menu_infos>span:first-child{padding-left:2em}#main_menu_infos button{margin-left:auto}#start_button{font-family:Anta,sans-serif;border:rgb(255,255,255) 2px solid;color:#fff;font-size:1.5em;padding:.4em 2em;background:#000;position:absolute;bottom:0;left:50%;translate:-50% 50%;clip-path:polygon(1em 0,calc(100% - 1em) 0,100% 50%,calc(100% - 1em) 100%,1em 100%,0 50%)}#start_button:hover{cursor:pointer}#start_button_bkg{position:absolute;width:100%;height:.2em;bottom:0;left:0;background:#fff;z-index:-1;transition:height .35s}#start_button:hover #start_button_bkg,#start_button:focus #start_button_bkg{height:100%}#start_button_text{position:relative;z-index:1;mix-blend-mode:difference}#main_menu_bottom{padding-top:1em;height:12em;display:flex;flex-direction:column;justify-content:center;align-items:center;border-top:rgb(255,255,255) 1px solid}#main_menu_bottom img{width:5em}#main_menu_logodiv{position:absolute;width:100%;height:100%;top:0;z-index:-3}#main_menu_logo{position:absolute;left:50%;top:50%;translate:-50% -50%}#main_menu_logodeco1,#main_menu_logodeco2,#main_menu_logodeco3{position:absolute;top:50%;left:50%}#main_menu_logodeco3{translate:-290px 60px;animation:3.2s ease-in-out 0s infinite alternate logodeco3fly}@keyframes logodeco3fly{0%{translate:-290px 60px}to{translate:-290px 45px}}#main_menu_logodeco2{translate:-230px -200px;animation:2.95s ease-in-out 0s infinite alternate logodeco2fly}@keyframes logodeco2fly{0%{translate:-230px -200px}to{translate:-230px -215px}}#main_menu_logodeco1{translate:160px -110px;animation:2.67s ease-in-out 0s infinite alternate logodeco1fly}@keyframes logodeco1fly{0%{translate:160px -110px}to{translate:160px -125px}}#main_menu_navbar .button_aside_icon svg{margin:.3em 0 .3em 2px}#main_menu_navbar .button_aside_icon{translate:-2px 0}#aside_button{position:relative;translate:0 0;transition:translate .35s}#aside_button.displayed{translate:80vw 0}#credits_div{position:absolute;left:0;top:-2em;min-height:100%;translate:-100% 0;width:80vw;background:#fff;transition:translate .35s;color:var(--bg-color);padding:1.8em 0;border-radius:0 1em 1em 0}#credits_div h4,#credits_div ul{padding-left:2em}#credits_div h4{margin-bottom:0}#credits_div ul{margin-top:.5em}#credits_div a{color:#fff;background:#000;padding:.2em;border-radius:.2em;text-decoration:none;margin-left:.4em}.gamepad #credits_div a{display:none}.in_game #in_game_overly{display:block}#in_game_controls{margin-top:3em;transition:opacity .24s;opacity:0}.paused #in_game_controls{opacity:1}.in_game_controls_img{margin:0 auto}#in_game_gampad_constrol{display:none}#in_game_keyboard_constrol,.gamepad #in_game_gampad_constrol{display:block}.gamepad #in_game_keyboard_constrol{display:none}#in_game_score{position:absolute;color:#000;min-width:5em;text-align:right;padding:.3em 1em .3em 4em;top:5em;right:0;font-size:1.3em;font-family:Anta,sans-serif;background:linear-gradient(90deg,#ff00,#ff0 4.5em,#ff0)}.game_over #game_over{display:flex}#game_over{flex-direction:column;justify-content:space-between;align-items:center}#game_over_best_score{position:absolute;top:10em;left:21%}#game_over h3{font-size:2em;font-family:Anta,sans-serif;margin:0}#game_over_tilediv{border-top:rgb(255,255,255) 3px solid;position:relative;display:flex;flex-direction:column;align-items:center;background:#000000e0;border-radius:.2em;padding:2em 2.8em;text-align:center}#game_over_tilediv_score{position:absolute;top:0;left:50%;translate:-50% -50%;padding:.5em .95em;background:#fff;color:#000;clip-path:polygon(.5em 0,calc(100% - .5em) 0,100% 50%,calc(100% - .5em) 100%,.5em 100%,0 50%)}button#game_over_restart{margin-bottom:0}#game_over_best_score{font-size:1.4em;color:#000;margin:0;rotate:-3deg}#game_over_best_score:after{content:"";display:block;width:12em;height:12em;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2010%2010'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3e%3cpath%20d='M5,0l1.063,1.727l1.876,-0.772l-0.155,2.022l1.971,0.478l-1.314,1.545l1.314,1.545l-1.971,0.478l0.155,2.022l-1.876,-0.772l-1.063,1.727l-1.063,-1.727l-1.876,0.772l0.155,-2.022l-1.971,-0.478l1.314,-1.545l-1.314,-1.545l1.971,-0.478l-0.155,-2.022l1.876,0.772l1.063,-1.727Z'%20style='fill:%230ff;'/%3e%3c/svg%3e") no-repeat center;position:absolute;top:0;left:0;translate:-23% -47%;z-index:-1;margin:1em 0;animation:12s linear 0s infinite rotation}@keyframes rotation{0%{rotate:0deg}to{rotate:360deg}}#game_over_best_score:before{content:"";display:block;width:12em;height:12em;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2010%2010'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3e%3cpath%20d='M5,0l1.063,1.727l1.876,-0.772l-0.155,2.022l1.971,0.478l-1.314,1.545l1.314,1.545l-1.971,0.478l0.155,2.022l-1.876,-0.772l-1.063,1.727l-1.063,-1.727l-1.876,0.772l0.155,-2.022l-1.971,-0.478l1.314,-1.545l-1.314,-1.545l1.971,-0.478l-0.155,-2.022l1.876,0.772l1.063,-1.727Z'%20style='fill:%23f0f;'/%3e%3c/svg%3e") no-repeat center;position:absolute;top:0;left:0;translate:-23% -47%;z-index:-1;margin:1em 0;animation:9.5s linear 0s infinite rotation}@keyframes rotation{0%{rotate:30deg}to{rotate:390deg}}#game_over_best_score span{display:block;text-align:center}#game_over_best_score_value{font-size:1.6em;color:#fff;background:#000}
