*{margin:0;padding:0;box-sizing:border-box}html{font-size:18.2px;height:100svh;scroll-behavior:smooth;scrollbar-color:#a395e8 rgba(11,17,29,.5);scrollbar-width:thin;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;font-family:"VT323",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;cursor:url(4f03bde4032e19dc8419.png),auto}body{width:100%;height:100%;overflow:hidden;background-color:#0b111d;color:#abadaf;font-size:clamp(1rem,5vh,1.2rem);cursor:url(4f03bde4032e19dc8419.png),auto}.app{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.game-canvas{width:100%;height:100%;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.game-canvas.mission-complete{animation:canvas_completed .5s forwards}.game-canvas.title-screen{transform:scale(1.25);animation:break_screen 1.2s ease}.game-canvas.title-screen.out{animation:fix_screen 2s linear forwards}button,input,textarea{font-family:"VT323",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;border:none;outline:none;font-size:clamp(1rem,5vh,1.2rem)}button,.btn,[role=button],button:hover,.btn:hover,[role=button]:hover{border:none;outline:none;cursor:url(0651dae493a3574bc294.png),pointer}input{color:#f0f2f3}textarea{color:#f0f2f3;resize:none;scrollbar-width:thin}textarea{resize:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield;-moz-appearance:textfield}.center{text-align:center}img{pointer-events:none}.avatar{width:125px;height:125px;display:flex;align-items:center;justify-content:center;overflow:hidden}.avatar .hero{width:16px;height:32px;transform:scale(3);image-rendering:pixelated;overflow:hidden}.avatar .hero img{display:block;position:absolute;transform:translate(-48px);pointer-events:none}.keyinfo{display:block;width:fit-content;padding:2px 3px;border-radius:5px;background-color:#00000b;color:#abadaf;font-size:.8rem;text-transform:capitalize;border:1px solid #4e5057;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}div{outline:none}.hidden-preload{display:none}@keyframes popup_in{0%{transform:scale(0.7);opacity:0}80%{transform:scale(1.1)}100%{opacity:1;transform:scale(1)}}@keyframes popup_out{0%{transform:scale(1);opacity:1}100%{transform:scale(0.7);opacity:0}}@keyframes slide_left_in{0%{opacity:0;transform:translateX(50%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide_left_out{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(50%)}}@keyframes slide_right_in{0%{opacity:0;transform:translateX(-50%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide_right_out{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-50%)}}@keyframes slide_up_in{0%{opacity:0;transform:translateY(50%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide_up_out{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(50%)}}@keyframes slide_down_in{0%{opacity:0;transform:translateY(-50%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide_down_out{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-50%)}}@keyframes fade_in{0%{opacity:0}100%{opacity:1}}@keyframes fade_out{0%{opacity:1}100%{opacity:0}}@keyframes flip_right{0%{opacity:0}49%{opacity:0;transform:rotateZ(45deg) rotateY(90deg) scale(0.8)}50%{opacity:1;transform:rotateZ(45deg) rotateY(90deg) scale(0.8)}100%{transform:rotateZ(0deg) rotateY(0deg) scale(1)}}@keyframes canvas_completed{0%{transform:scale(1) translateX(0) translateY(0)}50%{transform:scale(1) translateX(0) translateY(0)}100%{transform:scale(1.5) translateX(0) translateY(0)}}@keyframes fix_screen{0%{transform:scale(1.25)}100%{transform:scale(1)}}@keyframes break_screen{0%{transform:scale(1)}100%{transform:scale(1.25)}}.modal{z-index:98;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,11,.75);display:flex;justify-content:center;align-items:center;color:#f0f2f3}.modal .box{text-align:center;padding:20px;width:calc(100% - 40px);max-width:500px;max-height:calc(100% - 40px);scrollbar-width:thin;overflow-y:auto;scrollbar-width:thin;background-color:#1c222c;border-radius:10px;animation:popup_in .3s;box-shadow:-3px 3px 5px #a395e8}.modal .box .ic{font-size:2.2em;color:#a395e8}.modal .box .inf{margin:20px 0;font-weight:300;font-size:clamp(1rem,5vh,1.2rem)}.modal .box .inf ul,.modal .box .inf ol{margin:10px 0;list-style-position:inside}.modal .box .inf ul li,.modal .box .inf ol li{text-align:left}.modal .box .inf a{color:#a395e8;text-decoration:none}.modal .box .inf p,.modal .box .inf li{line-height:1.5;word-break:break-all;word-break:break-word;hyphens:auto}.modal .box .inf img{margin:0 auto;margin-top:10px;max-width:100%;max-height:300px}.modal .box .inf input[type=text],.modal .box .inf textarea{margin-top:10px;width:100%;padding:10px;border-radius:5px;background-color:#00000b;font-size:clamp(1rem,5vh,1.6rem)}.modal .box .inf textarea{scrollbar-width:thin}.modal .box .inf input[type=text]{text-align:center}.modal .box .inf .modal-radio-form{width:100%;margin-top:10px}.modal .box .inf .modal-radio-form .radio{width:100%;border-radius:10px;border:1px solid #a395e8;margin-bottom:10px}.modal .box .inf .modal-radio-form .radio label{padding:14px;display:block;display:flex;justify-content:left;align-items:center;gap:10px;cursor:url(0651dae493a3574bc294.png),pointer}.modal .box .inf .modal-radio-form .radio label input[type=radio]{-webkit-appearance:none;appearance:none;background-color:#0b111d;margin:0;font:inherit;color:#a395e8;width:1.15em;height:1.15em;border-radius:50%;display:grid;place-content:center;cursor:url(0651dae493a3574bc294.png),pointer}.modal .box .inf .modal-radio-form .radio label input[type=radio]::before{content:"";width:.65em;height:.65em;border-radius:50%;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #1c222c;background-color:#a395e8}.modal .box .inf .modal-radio-form .radio label input[type=radio]:checked{background-color:#a395e8;transform:scale(1)}.modal .box .inf .modal-radio-form .radio label input[type=radio]:checked::before{transform:scale(1)}.modal .box .inf .modal-radio-form .radio label p{max-width:calc(100% - (1.15em + 10px))}.modal .box .inf .radio:has(:checked){border-color:#a395e8;background-color:rgba(163,149,232,.2)}.modal .box .acts{display:flex;justify-content:space-between;gap:10px}.modal .box .acts .keyinfo{margin:0 auto;margin-bottom:5px}.modal .box .acts .keysinfo{margin:0 auto;margin-bottom:5px;display:flex;justify-content:center;align-items:center;gap:5px}.modal .box .acts .keysinfo .keyinfo{margin:0 0;margin-bottom:0}.modal .box .acts .btn-outer{width:50%;text-align:center;align-content:center}.modal .box .acts .btn-outer .btn{width:100%;padding:10px;border-radius:5px;font-size:clamp(1rem,5vh,1.2rem);color:#f0f2f3}.modal .box .acts .btn-outer .btn.btn-cancel{background-color:#0b111d}.modal .box .acts .btn-outer .btn.btn-ok{background-color:#a395e8;color:#0b111d}.modal .box .acts.act{justify-content:center}.modal .box .acts.act .btn-outer{width:100%}.modal.out .box{animation:popup_out .3s forwards}.loading{z-index:98;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,11,.75);color:#0b111d}.loading .box{width:fit-content;max-width:calc(100% - 40px);margin:20px auto;display:flex;justify-content:center;align-items:center;gap:10px;background-color:#a395e8;padding:30px 40px;border-radius:20px;animation:slide_down_in .3s}.loading .box .spinner{font-size:2em}.loading .box p{font-size:1.5em}.loading.out .box{animation:slide_down_out .3s forwards}.sm-loading{z-index:98;position:fixed;right:20px;bottom:20px;background-color:rgba(0,0,11,.8);padding:10px;border-radius:10px;text-align:center;align-content:center;text-transform:uppercase}.newArea{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(11,17,29,.5)}.newArea .form{padding:20px;background-color:#1c222c;border-radius:10px;width:calc(100% - 40px);max-width:500px;max-height:calc(100% - 40px);overflow-y:auto;scrollbar-width:thin;animation:popup_in .3s;box-shadow:-3px 3px 5px #a395e8}.newArea .form .hasFlag{width:100%}.newArea .form>.field:last-child{margin-bottom:0;margin-top:20px}.newArea .form .field{margin-bottom:10px}.newArea .form .field .desc{text-align:center}.newArea .form .field .title{font-weight:600;text-align:center;font-size:1.2em}.newArea .form .field .txts{display:flex;justify-content:space-between;align-items:center;gap:10px}.newArea .form .field .txts .btn{color:#ff6e6e}.newArea .form .field label{display:block;line-height:1.5}.newArea .form .field textarea{width:100%;padding:10px;background-color:rgba(11,17,29,.5);border:1px solid #00000b;border-radius:5px;color:#f0f2f3}.newArea .form .field textarea:focus,.newArea .form .field textarea:active{border-color:#a395e8}.newArea .form .field input,.newArea .form .field select{width:100%;padding:10px;background-color:rgba(11,17,29,.5);border:1px solid #00000b;border-radius:5px;color:#f0f2f3}.newArea .form .field input:focus,.newArea .form .field input:active,.newArea .form .field select:focus,.newArea .form .field select:active{border-color:#a395e8}.newArea .form .field option{background-color:#0b111d}.newArea .form .field .evt-inp{color:#a395e8}.newArea .form .field .froms{width:100%;display:flex;justify-content:space-between;align-content:center;gap:10px}.newArea .form .field .froms .from{width:calc(33.3333333333% - 10px)}.newArea .form .field .radios{width:100%;display:flex;justify-content:left;align-items:center;gap:10px}.newArea .form .field .radios .radio{width:50%;display:flex;justify-content:left;align-items:center;gap:10px;padding:10px;border-radius:5px;background-color:rgba(11,17,29,.5)}.newArea .form .field .radios .radio input{width:fit-content}.newArea .form .field .radios .radio label{flex-grow:1;cursor:url(0651dae493a3574bc294.png),pointer}.newArea .form .field .radios .radio:has(:checked){background-color:#a395e8;color:#0b111d}.newArea .form .field .radios.triple .radio{width:33.3333333333%}.newArea .form .field .btn-add-opt,.newArea .form .field .btn-add-hasflag{padding:10px;margin:20px 0;border-bottom:2px solid #6ccc71;border-radius:10px;text-align:center;color:#6ccc71;font-weight:600}.newArea .form .field .opts{width:100%}.newArea .form .field .opts .opt{width:100%;margin-bottom:5px}.newArea .form .field .opts .opt:last-child{margin-bottom:0}.newArea .form .field .opts .opt .opt-actions{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px}.newArea .form .field .opts .opt .opt-actions .opt-next{display:flex;justify-content:left;align-items:center;gap:5px}.newArea .form .field .opts .opt .opt-actions .opt-next input{width:fit-content}.newArea .form .field .opts .opt .opt-actions .opt-remove{color:#ff6e6e}.newArea .form .field .evt-inp{margin-bottom:3px}.newArea .form .field .evt .card{width:100%;display:flex;justify-content:space-between;align-items:center;background-color:rgba(11,17,29,.5);padding:10px;border-radius:5px;margin-bottom:3px}.newArea .form .field .evt .card:last-child{margin-bottom:0}.newArea .form .field .evt .card .card-desc{flex-grow:1;font-style:italic}.newArea .form .field .evt .card .card-act{color:#ff6e6e}.newArea .form .field .btn-evt{color:#6ccc71;font-weight:600}.newArea .form .field .buttons{display:flex;justify-content:space-between;align-items:center;gap:10px}.newArea .form .field .buttons .btn{width:50%;display:block;text-align:center;padding:10px;border-radius:5px;font-weight:600}.newArea .form .field .buttons .btn.btn-cancel{background-color:#0b111d;color:#ff6e6e}.newArea .form .field .buttons .btn.btn-ok{background-color:#3aa761;color:#f0f2f3}.newArea .form .field .buttons .btn.btn-remove{background-color:#da373b;color:#f0f2f3}.newArea .form .field .buttons.triple .btn{width:33.3333333333%}.newArea.out .form{animation:popup_out .3s forwards}html{font-size:16px}.LandingEdit{text-align:center}.LandingEdit a{color:#a395e8}.MapChooser{width:calc(100% - 40px);max-width:600px;height:calc(100% - 40px);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px}.MapChooser .Map-Actions{width:100%;height:55px}.MapChooser .Map-Actions .btn{border-radius:10px;width:100%;height:100%;padding:10px;display:flex;justify-content:center;align-items:center;gap:5px;background-color:#2d3048}.MapChooser .Map-Actions .btn:hover{color:#f0f2f3}.MapChooser .Map-Content{width:100%;height:calc(100% - 75px);border:2px solid #2d3048;border-radius:10px;overflow:hidden}.MapChooser .Map-Content .Map-About{width:100%;height:80px;display:flex;justify-content:space-between;align-items:center;gap:10px;background-color:#2d3048;padding:10px}.MapChooser .Map-Content .Map-About .Map-Meta{flex-grow:1;height:100%;display:flex;flex-direction:column;align-items:start;justify-content:center}.MapChooser .Map-Content .Map-About .Map-Meta .Map-Title{font-size:1.5em;font-weight:600}.MapChooser .Map-Content .Map-About .Map-Meta .Map-Desc{font-size:.9em}.MapChooser .Map-Content .Map-About .Map-Meta .Map-Desc a{text-decoration:none;color:#fee75b}.MapChooser .Map-Content .Map-About .Map-Back .btn{display:block;padding:10px;border-radius:10px;background-color:#0b111d;color:#fee75b;text-decoration:none}.MapChooser .Map-Content .Map-List{width:100%;height:calc(100% - 80px);padding:10px;overflow-y:auto;scrollbar-width:thin}.MapChooser .Map-Content .Map-List .card{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.MapChooser .Map-Content .Map-List .card:last-child{margin-bottom:0}.MapChooser .Map-Content .Map-List .card .card-title{flex-grow:1;padding:10px;background-color:#00000b;border:1px solid #00000b;display:flex;justify-content:space-between;align-items:center;gap:5px;border-radius:5px;cursor:url(0651dae493a3574bc294.png),pointer}.MapChooser .Map-Content .Map-List .card .card-title:hover{border-color:#a395e8;color:#a395e8}.MapChooser .Map-Content .Map-List .card .card-title i{font-size:.9em}.MapChooser .Map-Content .Map-List .card .card-actions{display:flex;justify-content:right;align-items:center;gap:10px}.MapChooser .Map-Content .Map-List .card .card-actions .btn-delete{color:#ff6e6e}.Editor{position:relative;width:100%;height:100%}.Editor .mode-outer{position:absolute;top:0;left:0;width:100%;height:55px;padding:10px;display:flex;justify-content:space-between;align-items:center;gap:10px;background-color:#2d3048}.Editor .mode-outer .mode-title{font-weight:600}.Editor .mode-outer .mode-content{display:flex;justify-content:space-between;align-items:center;gap:20px}.Editor .mode-outer .mode-content .mode-files{display:flex;justify-content:center;align-items:center;gap:10px}.Editor .mode-outer .mode-content .mode-files .btn{font-size:.9em;padding:3px 10px;border-radius:5px;background-color:#0b111d}.Editor .mode-outer .mode-content .mode-list{display:flex;justify-content:center;align-items:center;gap:5px}.Editor .mode-outer .mode-content .mode-list .btn{padding:3px 5px;border-radius:5px;font-size:.9em}.Editor .mode-outer .mode-content .mode-list .btn.selected{background-color:#a395e8;color:#0b111d}.Editor .mode-outer .mode-content .mode-list .btn.btn-help{font-size:1.1em}.Editor .map-outer{position:absolute;top:55px;left:0;width:100%;height:calc(100% - 55px)}.Editor .map-outer .file-outer{width:250px;height:100%}.Editor .map-outer .file-outer .areas-outer{width:100%;height:calc(100% - 95px)}.Editor .map-outer .file-outer .areas-outer .areas-actions{width:100%;height:70px;display:flex;justify-content:left;align-items:center;overflow-x:auto}.Editor .map-outer .file-outer .areas-outer .areas-actions .btn{width:16.6666666667%;height:100%;display:flex;justify-content:center;align-items:center;padding:10px;background-color:#1c222c}.Editor .map-outer .file-outer .areas-outer .areas-actions .btn.btn-add{color:#6ccc71}.Editor .map-outer .file-outer .areas-outer .areas-actions .btn.btn-remove{color:#ff6e6e}.Editor .map-outer .file-outer .areas-outer .areas-actions .btn.btn-finish,.Editor .map-outer .file-outer .areas-outer .areas-actions .btn.btn-footstep,.Editor .map-outer .file-outer .areas-outer .areas-actions .btn.btn-sz{color:#fee75b}.Editor .map-outer .file-outer .areas-outer .areas-actions .btn:hover{background-color:#2d3048}.Editor .map-outer .file-outer .areas-outer .areas-list{width:100%;height:calc(100% - 70px);overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;background-color:#1c222c}.Editor .map-outer .file-outer .areas-outer .areas-list ul{list-style:none}.Editor .map-outer .file-outer .areas-outer .areas-list ul li{padding:10px;word-break:break-all;word-break:break-word;hyphens:none;cursor:url(0651dae493a3574bc294.png),pointer}.Editor .map-outer .file-outer .areas-outer .areas-list ul li.selected{background-color:#a395e8;color:#0b111d}.Editor .map-outer .file-outer .actions-outer{width:100%;height:95px}.Editor .map-outer .file-outer .actions-outer .actions-list{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.Editor .map-outer .file-outer .actions-outer .actions-list .btn{width:100%;height:50%;padding:10px;font-weight:600;text-align:center}.Editor .map-outer .file-outer .actions-outer .actions-list .btn.btn-export{background-color:#3aa761;color:#f0f2f3}.Editor .map-outer .file-outer .actions-outer .actions-list .btn.btn-close{background-color:#0b111d;color:#ff6e6e}.Editor .map-outer .tile-outer{position:absolute;top:0;left:250px;width:calc(100% - 250px);height:100%;overflow-x:auto;overflow-y:auto;scrollbar-width:thin}.Editor .map-outer .tile-outer .currmap{width:fit-content;height:fit-content;transform:scale(2);transform-origin:0 0}.Editor .map-outer .tile-outer .currmap img{display:block;image-rendering:pixelated}.Editor .map-outer .tile-outer .currmap .tiles{position:absolute;top:0;left:0;display:grid;grid-gap:0px;border-right:1px solid #2d3048;border-bottom:1px solid #2d3048}.Editor .map-outer .tile-outer .currmap .tiles .tile{border-top:1px solid #2d3048;border-left:1px solid #2d3048;width:16px;height:16px}.Editor .map-outer .tile-outer .currmap .tiles .tile.b{background-color:rgba(254,231,91,.5);box-shadow:inset 0 0 3px #0b111d}.Editor .map-outer .tile-outer .currmap .tiles .tile.w{background-color:rgba(255,110,110,.5);box-shadow:inset 0 0 3px #0b111d}.Editor .map-outer .tile-outer .currmap .tiles .tile.s{background-color:rgba(58,167,97,.5);box-shadow:inset 0 0 3px #0b111d}.Editor .map-outer .tile-outer .currmap .tiles .tile.o{background-color:rgba(88,101,241,.5);box-shadow:inset 0 0 3px #0b111d}
