*{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)}}.doodle-pattern{--cell: 88px;--icon: 22px;--alpha: 0.3;--tilt: 20;--accent-h: 210;--accent-s: 16%;--accent-l: 40%;position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;filter:blur(0.1px)}.doodle-grid{position:absolute;inset:0;display:grid;grid-template-columns:repeat(var(--cols), var(--cell));grid-auto-rows:var(--cell);justify-content:center;align-content:center;gap:0px;opacity:1}.doodle-item{display:grid;place-items:center;width:var(--cell);height:var(--cell);transform:rotate(var(--r, 0deg));transition:transform .6s cubic-bezier(0.2, 0.7, 0.2, 1);opacity:var(--alpha)}.doodle-item i{font-size:var(--icon);line-height:1;color:hsl(var(--accent-h), var(--accent-s), var(--accent-l));text-shadow:0 1px 0 rgba(0,0,0,.05)}@media(max-width: 480px){.doodle-pattern{--cell: 72px;--icon: 18px}}@media(min-width: 1280px){.doodle-pattern{--cell: 96px;--icon: 24px}}@media(prefers-reduced-motion: no-preference){.doodle-item{animation:float 10s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0) rotate(var(--r, 0deg))}50%{transform:translateY(-3px) rotate(calc(var(--r, 0deg) * 1))}}}.doodle-pattern.parallax .doodle-grid{transition:transform .2s ease-out}.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}.notip{z-index:103;position:absolute;top:20px;right:20px;width:fit-content;max-width:400px;background-color:#2d3048;color:#f0f2f3;padding:20px;margin-left:20px;border-radius:14px;display:flex;justify-content:space-between;align-items:center;gap:10px;animation:slide_down_in .5s;border:2px solid #a395e8;box-shadow:0 0 0 2px #2d3048,0 4px 8px rgba(0,0,0,.5)}.notip .detail{display:flex;justify-content:space-between;align-items:center;gap:10px;border-right:1px solid CurrentColor;padding-right:10px}.notip .detail .icon{flex-shrink:0;font-size:2.2em}.notip .detail .icon img{width:44px;height:44px;object-fit:cover;object-position:center;-o-object-fit:cover;-o-object-position:center;border-radius:50%}.notip .detail .text{overflow:hidden}.notip .detail .text .top{width:fit-content;font-weight:bold;word-break:break-all;word-break:break-word;hyphens:auto}.notip .detail .text .bottom{width:fit-content;word-break:break-all;word-break:break-word;hyphens:auto;max-height:100px;overflow:hidden;text-overflow:ellipsis}.notip .close{flex-shrink:0;font-size:2.2em}.notip.g{border-color:#0b111d;box-shadow:0 0 0 2px #3aa761,0 4px 8px rgba(0,0,0,.5);background-color:#3aa761;color:#f0f2f3}.notip.y{border-color:#fee75b;box-shadow:0 0 0 2px #0b111d,0 4px 8px rgba(0,0,0,.5);background-color:#0b111d;color:#fee75b}.notip.r{background-color:#ff6e6e;color:#f0f2f3;border-color:#f0f2f3;box-shadow:0 0 0 2px #ff6e6e,0 4px 8px rgba(0,0,0,.5)}.notip.rb{background-color:#0b111d;color:#ff6e6e;border:1px solid #ff6e6e;border-color:#ff6e6e;box-shadow:0 0 0 2px #0b111d,0 4px 8px rgba(0,0,0,.5)}.notip.out{animation:slide_down_out .5s forwards}.BackSongInfo{z-index:103;position:absolute;top:20px;left:50%;transform:translate(-50%, 0);width:max-content;max-width:calc(100% - clamp(5px,1.2vh,10px)*2);background-color:rgba(163,149,232,.8);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);color:#0b111d;padding:clamp(5px,1.2vh,10px);border-radius:14px;display:flex;justify-content:center;align-items:center;gap:clamp(5px,1.2vh,10px);animation:backsong_in 1s ease;border:2px solid #0b111d;box-shadow:0 0 0 2px rgba(163,149,232,.8),0 4px 8px rgba(0,0,0,.5)}.BackSongInfo .icon{flex-shrink:0;font-size:2.2rem}.BackSongInfo .info p{font-size:calc(clamp(1rem,5vh,1.6rem)*.9);text-align:center;line-height:1.2}.BackSongInfo .info .title{font-size:clamp(1rem,5vh,1.6rem)}.BackSongInfo.out{animation:backsong_out 1s ease forwards}@keyframes backsong_in{0%{transform:translate(-50%, calc(-100% - 30px))}100%{transform:translate(-50%, 0)}}@keyframes backsong_out{0%{transform:translate(-50%, 0)}100%{transform:translate(-50%, calc(-100% - 30px))}}.achievement-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:none;z-index:1000}.achievement-notification{background:linear-gradient(135deg, #8e62a3 0%, #2d3048 100%);border-radius:16px;padding:25px;box-shadow:0 10px 30px rgba(0,0,0,.3);display:flex;align-items:center;gap:20px;position:relative;opacity:0;pointer-events:auto;width:fit-content;max-width:calc(100% - 40px);transform:translateY(-100vh) scale(0.8)}.achievement-notification.show{animation:fallAndZoom 7s ease forwards}@keyframes fallAndZoom{0%{transform:translateY(-100vh) scale(0.8);opacity:0}3%{transform:translateY(-30vh) scale(0.8);opacity:.5}8%{transform:translateY(0) scale(1.2);opacity:1}20%{transform:translateY(0) scale(1.2)}80%{transform:translateY(0) scale(1);opacity:1}100%{transform:translateY(0) scale(0.5);opacity:0}}.achievement-icon{width:70px;height:70px;background:linear-gradient(45deg, #2d3048 0%, #a395e8 100%);box-shadow:0 0 20px rgba(163,149,232,.5);border-radius:50%;display:flex;justify-content:center;align-items:center;flex-shrink:0;position:relative;overflow:hidden}.achievement-icon::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.5), transparent);transform:translateX(100%) translateY(100%) rotate(45deg);animation:shine 2s forwards 1.2s}@keyframes shine{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}100%{transform:translateX(100%) translateY(100%) rotate(45deg)}}.achievement-icon i{color:#f0f2f3;font-size:32px;z-index:1}.achievement-content{flex:1;text-align:left}.achievement-title{font-weight:600;color:#f0f2f3;margin-bottom:5px;font-size:clamp(1rem,5vh,1.6rem)}.achievement-description{color:#f0f2f3;font-size:clamp(1rem,5vh,1.2rem)}.particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.particle{position:absolute;width:10px;height:10px;background:hsla(0,0%,100%,.8);border-radius:50%;opacity:0}.achievement-notification.show .particle{animation:particleFloat 3s ease-out .3s forwards}@keyframes particleFloat{0%{transform:translateY(0) translateX(0);opacity:0}20%{opacity:1}80%{opacity:1}100%{transform:translateY(-100px) translateX(var(--x-offset));opacity:0}}.confetti{position:absolute;width:10px;height:10px;opacity:0}.achievement-notification.show .confetti{animation:confettiFall 3s ease-out .3s forwards}@keyframes confettiFall{0%{transform:translateY(-20px) rotate(0deg);opacity:1}80%{opacity:1}100%{transform:translateY(100px) rotate(720deg);opacity:0}}.KulonUI{position:absolute;z-index:19;top:0;left:0;padding:18px;display:flex;justify-content:start;align-items:center;gap:18px;transition:.3s;animation:slide_down_in .3s}.KulonUI .kui{position:relative;background-color:#2d3048;padding:10px;border-radius:10px;color:#a395e8;flex-shrink:0;display:flex;justify-content:center;align-items:center;gap:3px;border:2px solid #a395e8;box-shadow:0 0 0 4px #2d3048,0 4px 8px rgba(0,0,0,.5);transition:.3s}.KulonUI .kui .keyboard{transition:.3s;color:#a395e8;text-transform:capitalize}.KulonUI .kui.unread::before{content:"";width:10px;height:10px;position:absolute;top:5px;left:5px;border-radius:50%;background-color:#ff6e6e}.KulonUI .kui.disabled,.KulonUI .kui:disabled{opacity:.5;background-color:#4e5057;border-color:#abadaf;color:#abadaf}.KulonUI .kui.disabled .keyboard,.KulonUI .kui:disabled .keyboard{color:#abadaf}.KulonUI.hide{transform:translateY(-100%);animation:none}.KulonUI:not(.hide) .kui.unread{animation:pulse 1s ease .5s}.KulonPad{visibility:visible;position:absolute;z-index:18;bottom:0;left:0;animation:fade_in .3s;transition:.3s}.KulonPad.hide{visibility:hidden;animation:fade_out .3s}.KulonPad.disabled{visibility:hidden;transition:none}.KulonInteract{visibility:visible;position:absolute;z-index:18;width:75px;height:75px;bottom:100px;right:100px;border-radius:50%;animation:fade_in .3s;transition:.3s;background-color:rgba(24,34,54,.5647058824);border:2px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;cursor:url(0651dae493a3574bc294.png),pointer}.KulonInteract::before{content:" !";font-family:"Font Awesome 7 Pro";font-size:clamp(1rem,5vh,1.6rem)}.KulonInteract.hide{visibility:hidden;animation:fade_out .3s}.KulonInteract.waiting{transition:none;opacity:.3;background-color:rgba(24,34,54,.5647058824);border:2px solid #4e5057;box-shadow:0 0 0 4px #4e5057;color:#4e5057}.KulonInteract.disabled{visibility:hidden;transition:none}@keyframes pulse{0%,50%,100%{transform:scale(1)}25%,75%{transform:scale(1.2)}}.ForceClose{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.ForceClose .box{padding:20px}.ForceClose .box .msg{font-size:min(5vw,5vh);text-align:center;line-height:2}.ForceClose .box .msg.msg-1 i{font-size:2.5rem}.ForceClose .box .msg.msg-3{margin-top:40px}.ForceClose .box .msg.msg-3 a{font-size:.75em;display:block;margin:0 auto;width:fit-content;padding:3px 16px;background-color:#a395e8;color:#0b111d;font-weight:bold;text-decoration:none;border-radius:10px}.ForceClose .box .msg.msg-3 a .keyinfo{display:inline}.Auth{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#0b111d}.Auth .splash{display:flex;flex-direction:column;align-items:center;gap:1rem;animation:fade_in 1s ease}.Auth .splash p{line-height:1.5;font-size:clamp(1rem,5vh,1.6rem)}.Auth .splash p i{color:#5865f1}.Auth .splash.out{animation:fade_out 1s ease forwards}.Auth .none i{color:rgba(0,0,0,.0039215686)}.Auth .box{z-index:1;width:calc(100% - 40px);max-width:500px;max-height:calc(100% - 40px);scrollbar-width:thin;overflow-x:hidden;overflow-y:auto;background-color:#1c222c;border-radius:10px;animation:popup_in .3s;border:1px solid #a395e8}.Auth .box .top{padding:20px;background:#a395e8;color:#00000b;text-align:center;font-size:clamp(1rem,5vh,1.6rem);font-weight:bold}.Auth .box .form{padding:20px}.Auth .box .form .field{width:100%;margin-bottom:10px}.Auth .box .form .field a{color:#a395e8}.Auth .box .form .field .btn-lang{margin:0 auto;width:fit-content;padding:10px;padding-top:0;border-bottom:1px solid #f0f2f3;border-radius:10px}.Auth .box .form .field .labels{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px}.Auth .box .form .field .labels label{line-height:1.5}.Auth .box .form .field .labels .btn-help{color:#a395e8}.Auth .box .form .field .inp{width:100%}.Auth .box .form .field .inp input{width:100%;background-color:#0b111d;color:#f0f2f3;padding:10px;border-top-left-radius:10px;border-bottom-left-radius:10px;border:1px solid #00000b;transition:200ms}.Auth .box .form .field .inp input.otp{letter-spacing:5px}.Auth .box .form .field .inp input:focus{border-color:#a395e8}.Auth .box .form .field .inp input:-webkit-autofill,.Auth .box .form .field .inp input:-webkit-autofill:hover,.Auth .box .form .field .inp input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #0b111d inset !important;-webkit-text-fill-color:#f0f2f3 !important;transition:none;font-family:"VT323",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.Auth .box .form .field .inp .btn{width:100%;color:#f0f2f3;border-radius:10px;padding:10px;text-align:center;text-transform:capitalize;background-color:#0b111d;border:1px solid #0b111d;display:block;text-decoration:none;margin-bottom:5px}.Auth .box .form .field .inp .btn:focus{border-color:#a395e8}.Auth .box .form .field .inp .btn.btn-login{background-color:#a395e8;color:#00000b}.Auth .box .form .field .inp .btn.btn-login:focus{background-color:#2d3048;color:#f0f2f3;border-color:#a395e8}.Auth .box .form .field .inp .btn.btn-google{color:#ff6e6e}.Auth .box .form .field .inp .btn.btn-discord{color:#5865f1}.Auth .box .form .field .inp .btn.btn-github{margin-top:5px}.Auth .box .form .field .inp .btn.btn-guest{color:#bda94e;margin-top:0}.Auth .box .form .field .btn-headback{color:#a395e8;text-decoration:underline}.Auth .box .form .field .sm{font-size:.9rem;text-align:justify;text-align-last:left;color:#abadaf}.Auth .box .form .field .btn-start-over{text-align:center}.Auth .box .form .field .btn-start-over a{color:#a395e8;text-decoration:none;border-bottom:1px solid #a395e8}.Auth .box .form .field:last-child{margin-bottom:0}.Auth .box.out{animation:popup_out .3s forwards}.Preload{width:100%;height:100%}.Preload .box{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;animation:fade_in 2s ease}.Preload .box .title{margin-bottom:calc(40px + clamp(10px,3vh,20px))}.Preload .box .assetload-data{text-align:center;width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-size:calc(clamp(1rem,5vh,1.2rem)*.8)}.Preload .box .assetload-data .load-data-title{line-height:1.5;margin-bottom:clamp(4px,1vh,8px)}.Preload .box .assetload-data .load-data-list .preload-icons{opacity:.01}.Preload .box .assetload-data .load-data-list .load-data-card{line-height:1.5}.Preload .assets-load{position:absolute;bottom:0;left:0;width:100%;padding:min(40px,4vh)}.Preload .assets-load .info{width:100%;max-width:600px;margin:0 auto;margin-bottom:5px;display:flex;justify-content:space-between;align-items:center;gap:10px}.Preload .assets-load .loader{width:100%;max-width:600px;height:16px;margin:0 auto;background-color:rgba(0,0,0,.2509803922);border-radius:1.65rem;border:1px solid #f0f2f3;overflow:hidden}.Preload .assets-load .loader .inner-loader{background-color:rgba(163,149,232,.7);width:0;height:100%}.Preload .assetload-action{position:absolute;top:0;left:0;width:100%;height:100%}.Preload .assetload-action .btn-start{position:absolute;bottom:0;left:0;width:100%;padding:40px;text-align:center;color:#a395e8;font-size:clamp(1rem,5vh,1.6rem)}.Preload .assetload-action .btn-start .keyinfo{display:inline-block}.Preload.out{animation:fade_out 1s forwards}.TitleScreen{display:block;position:absolute;z-index:20;left:0;top:0;width:100%;height:100%;background-color:rgba(11,17,29,.5);text-align:center;align-content:center;animation:fade_in 1s;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.TitleScreen .user{margin:auto;margin-bottom:128px;width:fit-content;height:fit-content;max-width:250px;background-color:#1c222c;border-left:2px solid #a395e8;border-bottom:2px solid #a395e8;border-radius:10px;padding:20px;color:#a395e8;font-size:clamp(1rem,5vh,1.6rem)}.TitleScreen .user p{word-break:break-all;word-break:break-word;hyphens:none}.TitleScreen .user p:last-child{color:#f0f2f3}.TitleScreen .user.out{animation:popup_out 1s forwards}.TitleScreen .copyright{position:absolute;bottom:40px;left:40px;text-align:left;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-size:1rem}.TitleScreen .copyright p{line-height:1.5;text-shadow:1px 0 3px #0b0b0b,0 1px 3px #0b0b0b,-1px 0 3px #0b0b0b,0 -1px 3px #0b0b0b,1px 1px 10px #0b0b0b,1px -1px 10px #0b0b0b,-1px 1px 10px #0b0b0b,-1px -1px 10px #0b0b0b;color:#f0f2f3}.TitleScreen .copyright.out{animation:slide_up_out 1s forwards}.TitleScreen .main-menu{position:absolute;z-index:-1;right:0;bottom:0;padding:40px;background-color:rgba(11,17,29,.5);border-left:2px solid #a395e8;min-width:300px;height:100%;text-align:center;align-content:center}.TitleScreen .main-menu .game-title{margin-bottom:20px}.TitleScreen .main-menu .menus .btn{position:relative;display:block;background-color:#1c222c;color:#f0f2f3;width:100%;padding:10px 20px;margin-bottom:10px;border-radius:10px;cursor:url(0651dae493a3574bc294.png),pointer;text-decoration:none;transition:100ms;border-left:2px solid #a395e8;border-right:2px solid #a395e8;border-top:2px solid rgba(0,0,0,0);border-bottom:2px solid rgba(0,0,0,0)}.TitleScreen .main-menu .menus .btn i{font-size:1.4rem;font-style:normal}.TitleScreen .main-menu .menus .btn:last-child{margin-bottom:0}.TitleScreen .main-menu .menus .btn span::before,.TitleScreen .main-menu .menus .btn span::after{content:"";opacity:0;position:absolute;display:block;width:30px;height:30px;transition:.5s}.TitleScreen .main-menu .menus .btn span::before{border-bottom:4px solid #a395e8;border-left:4px solid #a395e8;transform:rotate(45deg);top:6px;left:-8px}.TitleScreen .main-menu .menus .btn span::after{border-bottom:4px solid #a395e8;border-left:4px solid #a395e8;transform:rotate(-135deg);top:6px;right:-8px}.TitleScreen .main-menu .menus .btn.selected{border-left-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);border-top-color:#a395e8;border-bottom-color:#a395e8;color:#a395e8;background-color:#2d3048}.TitleScreen .main-menu .menus .btn.selected span::before{opacity:1;left:-25px;transform:rotate(-135deg);animation:titleButtonBefore .75s linear infinite}.TitleScreen .main-menu .menus .btn.selected span::after{opacity:1;right:-25px;transform:rotate(45deg);animation:titleButtonAfter .75s linear infinite}.TitleScreen .main-menu.out{animation:slide_left_out 1s forwards}.TitleScreen.out{animation:fade_out 1s forwards}@keyframes titleButtonBefore{0%{left:-25px}50%{left:-20px}100%{left:-25px}}@keyframes titleButtonAfter{0%{right:-25px}50%{right:-20px}100%{right:-25px}}.ReconnectTool{position:absolute;top:0;left:0;z-index:99;background-color:rgba(11,17,29,.5);width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:60px}.ReconnectTool .box{background-color:#1c222c;max-width:100%;max-height:100%;padding:40px;border:4px solid #fee75b;box-shadow:0 0 0 4px #1c222c,0 8px 16px rgba(0,0,0,.5);border-radius:20px;transition:1s}.ReconnectTool .box .icon{text-align:center;font-size:2.2rem;margin-bottom:20px;color:#fee75b}.ReconnectTool .box .title{text-align:center;font-size:clamp(1rem,5vh,1.6rem);line-height:1.5;color:#abadaf}.ReconnectTool.reconnecting .box{animation:zoominout 1s ease}.ReconnectTool.connected .box{border-color:#6ccc71}.ReconnectTool.connected .box .icon{color:#6ccc71}.ReconnectTool.disconnected .box{border-color:#da373b;animation:slide_down_in .5s}.ReconnectTool.disconnected .box .icon{color:#ff6e6e}.ReconnectTool.out .box{animation:slide_up_out .5s}@keyframes zoominout{0%,100%{transform:rotate(0) scale(1)}50%{transform:rotate(25deg) scale(1.2)}}.Intro{position:absolute;top:0;left:0;width:100%;height:100%;padding:60px}.Intro .box{opacity:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Intro .box img{max-width:min(500px,100% - 5px);max-height:100%}.Intro .box.show{animation:fade_in .5s ease forwards}.Intro .box.hide{animation:fade_out .5s ease forwards}.Intro .icon-packs{position:absolute;right:0;bottom:0;opacity:.1}.Intro .icon-packs i{color:rgba(0,0,0,0)}.Rewards{position:absolute;z-index:101;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg, rgba(163, 149, 232, 0.9), rgba(240, 242, 243, 0.7));backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:fade_in .5s}.Rewards .box{width:100%;max-width:600px;height:fit-content}.Rewards .box .rewards-title{animation:fade_in 2s}.Rewards .box .rewards-title p{color:#0b111d;font-size:clamp(1rem,5vh,1.6rem);text-align:center}.Rewards .box .desc{animation:fade_in 2s}.Rewards .box .desc p{color:#0b111d;text-align:center}.Rewards .box .desc p .keyinfo{display:inline}.Rewards .box .list{padding:10px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px;margin:40px 0}.Rewards .box .list .card{position:relative;background:#a395e8;width:75px;height:75px;padding:10px;border:1px solid #00000b;border-radius:10px;display:flex;justify-content:center;align-items:center;overflow:hidden;animation:flip_right 1.25s ease}.Rewards .box .list .card .expire{position:absolute;top:0;left:0;padding:3px;border-bottom-right-radius:5px;color:#0b111d}.Rewards .box .list .card .expire::after{content:"";font-family:"Font Awesome 7 Pro";font-weight:400;font-size:.7rem;color:#0b111d}.Rewards .box .list .card img{width:100%;image-rendering:pixelated}.Rewards .box .list .card .number{position:absolute;bottom:0;left:0;width:100%;background-color:rgba(28,34,44,.8);font-family:monospace,monospace;text-align:center;font-size:1rem;padding:2px 0}.Rewards .box .list .card.minus{background-color:#ff6e6e}.Rewards .box .list .card.minus .number{background-color:rgba(0,0,11,.8);color:#ff6e6e}.Rewards.out{animation:fade_out .5s forwards}.SceneTransition{position:absolute;left:0;top:0;right:0;bottom:0;background:#0b111d;opacity:0;animation:scene-transition-fade-in 1.2s forwards}.SceneTransition.fade-out{animation:scene-transition-fade-out 1.2s forwards}@keyframes scene-transition-fade-in{from{opacity:0}to{opacity:1}}@keyframes scene-transition-fade-out{from{opacity:1}to{opacity:0}}.Phone{z-index:20;position:absolute;bottom:clamp(10px,3vh,20px);right:clamp(10px,3vh,20px);height:calc(100% - clamp(10px,3vh,20px)*2);max-height:600px;border-radius:20px;box-shadow:0 0 10px #00000b;overflow:hidden;animation:slide_left_in .3s;background-color:#0b111d;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5);display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:0}.Phone .profile{flex-shrink:0;width:clamp(300px,80vh,400px);background-color:#2d3048;display:flex;justify-content:space-between;align-items:center;gap:clamp(10px,2vh,30px);padding:clamp(10px,3vh,20px)}.Phone .profile .detail{flex-grow:1;display:flex;justify-content:left;align-items:center;gap:10px;overflow:hidden}.Phone .profile .detail .avatar{flex-shrink:0;width:70px;height:70px;background-color:rgba(171,173,175,.5);border-radius:50%}.Phone .profile .detail .avatar .hero{transform:scale(3.5)}.Phone .profile .detail .user{flex-grow:1;overflow:hidden}.Phone .profile .detail .user .username{font-size:clamp(1rem,5vh,1.6rem);color:#f0f2f3;overflow:hidden;display:flex;justify-content:left;align-items:center;gap:3px}.Phone .profile .detail .user .username .uname-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.Phone .profile .detail .user .username .btn-rename{flex-shrink:0;font-size:clamp(1rem,5vh,1.2rem);cursor:url(0651dae493a3574bc294.png),pointer}.Phone .profile .detail .user .userid{margin-top:5px;font-size:calc(clamp(1rem,5vh,1.2rem)*.8);color:#6ccc71;display:flex;justify-content:start;align-items:center;gap:5px;font-family:monospace,monospace}.Phone .profile .detail .user .userid .uid{flex-grow:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.Phone .profile .detail .user .userid .btn-copy{flex-shrink:0;font-size:1rem}.Phone .profile .detail .user .userid .btn-copy .keyinfo{display:inline}.Phone .profile .phone-actions{flex-shrink:0;display:flex;justify-content:space-between;align-items:center}.Phone .profile .phone-actions .btn-close{font-size:calc(clamp(1rem,5vh,1.2rem)*1.4);color:#ff6e6e}.Phone .apps{width:clamp(300px,80vh,400px);flex-grow:1;max-height:100%;min-height:0;background-color:#0b111d}.Phone .apps .list{width:100%;max-height:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:clamp(10px,3vh,20px);overflow-y:auto;scrollbar-width:thin;padding:clamp(10px,3vh,20px)}.Phone .apps .list .btn{display:block;position:relative;overflow:hidden;text-align:center;border:1px solid #4e5057;background-color:#0b111d;padding:clamp(5px,1.2vh,10px) clamp(4px,1vh,8px);border-radius:5px;color:#abadaf}.Phone .apps .list .btn .ic{font-size:calc(clamp(1rem,5vh,1.2rem)*1.75)}.Phone .apps .list .btn .name{word-break:break-all;word-break:break-word;hyphens:auto;font-size:clamp(1rem,5vh,1.2rem)}.Phone .apps .list .btn.unread::after{content:"";width:10px;height:10px;position:absolute;top:10px;left:10px;border-radius:50%;background-color:#ff6e6e}.Phone .apps .list .btn:focus,.Phone .apps .list .btn.active{background-color:#2d3048;color:#a395e8;border-color:#a395e8}.Phone .apps .list .btn.b-custom{display:flex;justify-content:center;align-items:center;gap:10px;min-height:80px}.Phone .apps .list .btn.b-custom .name{font-size:calc(clamp(1rem,5vh,1.2rem)*1.2)}.Phone .apps .list .btn.b-custom:focus,.Phone .apps .list .btn.b-custom.active{background:linear-gradient(120deg, #a395e8, #f0f2f3);color:#0b111d}.Phone .apps .list .btn.b-shop-1{flex-direction:column;grid-column:1/2;grid-row:2/4}.Phone .apps .list .btn.b-shop-2{flex-direction:column;grid-column:3/4;grid-row:1/3}.Phone .apps .list .btn.b-trophies-1{grid-column:2/4}.Phone .apps .list .btn.b-trophies-2{grid-column:1/3}.Phone.out{animation:slide_left_out .3s forwards}.Pos{position:absolute;position:absolute;top:clamp(5px,1.2vh,10px);left:clamp(5px,1.2vh,10px);animation:slide_right_in .3s}.Pos.out{animation:slide_right_out .3s forwards}.Pos .usr{width:100%;font-size:clamp(1rem,5vh,1.2rem);margin-bottom:calc(clamp(4px,1vh,8px) + 4px);background-color:#0b111d;padding:clamp(5px,1.2vh,10px);border:2px solid #a395e8;box-shadow:0 0 0 2px #0b111d;border-radius:10px;display:flex;justify-content:left;align-items:center;gap:clamp(4px,1vh,8px)}.Pos .usr:last-child{margin-bottom:0}.Pos .usr .avatar{flex-shrink:0;width:40px;height:40px;background-color:rgba(171,173,175,.5);border-radius:50%}.Pos .usr .avatar .hero{transform:scale(1.85)}.Pos .usr .metadata{flex-grow:1}.Pos .usr .metadata p:last-child{font-size:calc(clamp(1rem,5vh,1.2rem)*.8);color:#a395e8}.fuwi{z-index:20;position:absolute;top:0;left:0;width:100%;height:100%}.fuwi .box{padding:clamp(10px,3vh,20px);padding-top:0;width:100%;height:100%;margin:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:clamp(10px,3vh,20px)}.fuwi .box .nav{width:100%;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;background-color:#a395e8;box-shadow:0 0 5px #0b111d;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:clamp(5px,1.2vh,10px);animation:slide_down_in .3s;gap:clamp(5px,1.2vh,10px);font-size:clamp(1rem,5vh,1.6rem);color:#0b111d}.fuwi .box .nav .left{flex-grow:1;display:flex;justify-content:left;align-items:center;gap:clamp(5px,1.2vh,10px)}.fuwi .box .nav .right{flex-shrink:0;display:flex;justify-content:end;align-items:center;gap:clamp(5px,1.2vh,10px)}.fuwi .box .nav .right .btn-close{font-size:calc(clamp(1rem,5vh,1.6rem)*1.4)}.fuwi .box .con{flex-grow:1;width:100%;animation:slide_up_in .3s}.fuwi.out .box .nav{animation:slide_down_out .3s forwards}.fuwi.out .box .con{animation:slide_up_out .3s forwards}.f-friends .box{max-width:1000px}.f-friends .box .con{border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:0;gap:clamp(10px,3vh,20px)}.f-friends .box .con .search{flex-shrink:0;width:100%}.f-friends .box .con .search .inp{height:100%;background-color:#1c222c;width:100%;display:flex;justify-content:space-between;align-items:center;border-radius:10px;overflow:hidden;border:2px solid #a395e8;box-shadow:0 0 0 2px #0b111d,0 4px 8px rgba(0,0,0,.5)}.f-friends .box .con .search .inp .inp-help{background-color:#0b111d;padding:clamp(5px,1.2vh,10px);padding-right:0;flex-shrink:0}.f-friends .box .con .search .inp .inp-help .v2{padding-right:clamp(5px,1.2vh,10px);background-color:#a395e8}.f-friends .box .con .search .inp input{flex-grow:1;padding:clamp(5px,1.2vh,10px);height:100%;background-color:#0b111d;color:#f0f2f3}.f-friends .box .con .search .inp:has(input:focus) input{background-color:#2d3048}.f-friends .box .con .search .inp:has(input:focus) .inp-help{background-color:#2d3048}.f-friends .box .con .search .inp:has(input:focus) button span{display:inline}.f-friends .box .con .search .inp button span{display:none}.f-friends .box .con .search .inp button{flex-shrink:0;padding:clamp(5px,1.2vh,10px);height:100%;background:#a395e8;color:#0b111d}.f-friends .box .con .field{flex-grow:1;width:100%;display:flex;justify-content:space-between;min-height:0;align-items:start;gap:clamp(10px,3vh,20px)}.f-friends .box .con .field .board{background-color:#0b111d;width:50%;height:100%;border-radius:10px;display:flex;flex-direction:column;align-items:center;overflow:hidden;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5)}.f-friends .box .con .field .board .board-title{flex-shrink:0;width:100%;padding:clamp(5px,1.2vh,10px);background:#a395e8;color:#0b111d;text-align:center}.f-friends .box .con .field .board .board-title .keyinfo{display:inline}.f-friends .box .con .field .board .board-list{width:100%;flex-grow:1;display:block;overflow-y:auto;scrollbar-width:thin}.f-friends .box .con .field .board .board-list .empty{padding:clamp(5px,1.2vh,10px)}.f-friends .box .con .field .board .board-list .card{display:block;width:100%;display:flex;justify-content:left;align-items:center;gap:min(14px,1.5vh);padding:min(14px,1.5vh);background-color:#0b111d;color:#f0f2f3;text-align:left;cursor:url(0651dae493a3574bc294.png),pointer;overflow:hidden}.f-friends .box .con .field .board .board-list .card .uname{flex-grow:1;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:5px}.f-friends .box .con .field .board .board-list .card .uname .text{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-friends .box .con .field .board .board-list .card .uname .keyinfo{flex-shrink:0;display:none}.f-friends .box .con .field .board .board-list .card .avatar{width:30px;height:30px;border-radius:50%;background-color:rgba(171,173,175,.5)}.f-friends .box .con .field .board .board-list .card .avatar .hero{transform:scale(1.4)}.f-friends .box .con .field .board .board-list .card:hover,.f-friends .box .con .field .board .board-list .card:focus{background:#2d3048}.f-friends .box .con .field .board .board-list .card:focus .uname .keyinfo{display:inline}.f-people .box{max-width:750px}.f-people .box .con{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:clamp(10px,3vh,20px);min-height:0}.f-people .box .con .search{width:100%;flex-shrink:0}.f-people .box .con .search .inp{height:100%;background-color:#1c222c;width:100%;display:flex;justify-content:space-between;align-items:center;border-radius:10px;overflow:hidden;border:2px solid #a395e8;box-shadow:0 0 0 2px #0b111d,0 4px 8px rgba(0,0,0,.5)}.f-people .box .con .search .inp .inp-help{background-color:#0b111d;padding:clamp(5px,1.2vh,10px);padding-right:0;flex-shrink:0}.f-people .box .con .search .inp .inp-help .v2{padding-right:clamp(5px,1.2vh,10px);background-color:#a395e8}.f-people .box .con .search .inp input{flex-grow:1;padding:clamp(5px,1.2vh,10px);height:100%;background-color:#0b111d;color:#f0f2f3}.f-people .box .con .search .inp:has(input:focus) input{background-color:#2d3048}.f-people .box .con .search .inp:has(input:focus) .inp-help{background-color:#2d3048}.f-people .box .con .search .inp:has(input:focus) button span{display:inline}.f-people .box .con .search .inp button span{display:none}.f-people .box .con .search .inp button{flex-shrink:0;padding:clamp(5px,1.2vh,10px);height:100%;background:#a395e8;color:#0b111d}.f-people .box .con .board{flex-grow:1;background-color:#0b111d;width:100%;border-radius:10px;overflow:hidden;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5)}.f-people .box .con .board .board-list{width:100%;max-height:100%;display:grid;grid-template-columns:1fr 1fr;overflow-y:auto;scrollbar-width:thin}.f-people .box .con .board .board-list .card{display:block;width:100%;display:flex;justify-content:left;align-items:center;gap:min(14px,1.5vh);padding:min(14px,1.5vh);color:#f0f2f3;background-color:#0b111d;text-align:left;cursor:url(0651dae493a3574bc294.png),pointer;overflow:hidden}.f-people .box .con .board .board-list .card .uname{flex-grow:1;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:5px;overflow:hidden}.f-people .box .con .board .board-list .card .uname .text{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-people .box .con .board .board-list .card .uname .keyinfo{flex-shrink:0;display:none}.f-people .box .con .board .board-list .card .avatar{flex-shrink:0;width:30px;height:30px;border-radius:50%;background-color:rgba(171,173,175,.5)}.f-people .box .con .board .board-list .card .avatar .hero{transform:scale(1.4)}.f-people .box .con .board .board-list .card:hover,.f-people .box .con .board .board-list .card:focus{background:#2d3048}.f-people .box .con .board .board-list .card:focus .uname .keyinfo{display:inline}.f-profile .box{max-width:600px;justify-content:start}.f-profile .box .con{flex-grow:0;background-color:#2d3048;border-radius:20px;overflow:hidden;overflow-y:auto;height:fit-content;min-height:0;max-height:100%;padding:clamp(10px,3vh,20px);border:4px solid #a395e8;box-shadow:0 0 0 4px #2d3048,0 8px 16px rgba(0,0,0,.5)}.f-profile .box .con .profile{width:100%}.f-profile .box .con .profile .avatar{margin:0 auto;margin-bottom:clamp(10px,3vh,20px);width:70px;height:70px;background-color:rgba(171,173,175,.5);border-radius:50%}.f-profile .box .con .profile .avatar .hero{transform:scale(3.2)}.f-profile .box .con .profile .user .uname{text-align:center;font-size:clamp(1rem,5vh,1.6rem);word-break:break-all;word-break:break-word;hyphens:none}.f-profile .box .con .profile .user .userid{text-align:center;color:#6ccc71}.f-profile .box .con .fact{text-align:center;margin:clamp(10px,3vh,20px) 0}.f-profile .box .con .actions .btn,.f-profile .box .con .actions .btn-sent{display:block;width:100%;max-width:300px;text-align:center;padding:clamp(5px,1.2vh,10px);margin:0 auto;margin-bottom:clamp(5px,1.2vh,10px)}.f-profile .box .con .actions .btn-sent{color:#fee75b}.f-profile .box .con .actions .btn{background-color:rgba(11,17,29,.75);border-radius:5px}.f-profile .box .con .actions .btn.btn-add i{color:#5865f1}.f-profile .box .con .actions .btn.btn-accept i{color:#6ccc71}.f-profile .box .con .actions .btn.btn-location i{color:#fee75b}.f-profile .box .con .actions .btn.btn-decline i,.f-profile .box .con .actions .btn.btn-unfriend i,.f-profile .box .con .actions .btn.btn-cancel i{color:#ff6e6e}.f-profile .box .con .actions .btn .keyinfo{display:inline}.f-shop .box{max-width:1000px}.f-shop .box .con{display:flex;justify-content:space-between;align-items:start;gap:clamp(10px,3vh,20px);min-height:0}.f-shop .box .con .con-list{flex-shrink:0;border-radius:10px;background-color:#0b111d;overflow-y:auto;scrollbar-width:thin;height:100%;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5)}.f-shop .box .con .con-list .card-help{line-height:1.2;text-align:center;padding:clamp(10px,3vh,20px) clamp(5px,1.2vh,10px);color:#abadaf}.f-shop .box .con .con-list .card-help .keyinfo{display:inline}.f-shop .box .con .con-list .card{background-color:#0b111d;color:#abadaf;display:block;padding:clamp(5px,1.2vh,10px) clamp(10px,3vh,20px);width:100%;cursor:url(0651dae493a3574bc294.png),pointer}.f-shop .box .con .con-list .card.selected{background-color:#a395e8;color:#0b111d}.f-shop .box .con .board{flex-grow:1;position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:0;height:100%;gap:clamp(10px,3vh,20px)}.f-shop .box .con .board .economies{flex-shrink:0;width:100%;display:flex;justify-content:right;align-items:center;gap:clamp(10px,3vh,20px)}.f-shop .box .con .board .economies .eco{font-size:calc(clamp(1rem,5vh,1.2rem)*.7);flex-shrink:0;background-color:#0b111d;padding:clamp(5px,1.2vh,10px);border-radius:10px;display:flex;justify-content:center;align-items:center;gap:3px;border:2px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 4px 8px rgba(0,0,0,.5);font-family:monospace,monospace}.f-shop .box .con .board .economies .eco img{image-rendering:pixelated;width:20px}.f-shop .box .con .board .economies .eco i{font-style:normal}.f-shop .box .con .board .item-container{flex-grow:1;width:100%;background-color:#0b111d;border-radius:10px;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5);overflow-y:auto;scrollbar-width:thin;min-height:0;max-height:100%}.f-shop .box .con .board .item-container .item-list{width:100%;min-height:0;padding:clamp(10px,3vh,20px);display:grid;grid-template-columns:repeat(auto-fill, minmax(clamp(80px, 20vh, 150px), 1fr));gap:clamp(10px,3vh,20px)}.f-shop .box .con .board .item-container .item-list .card{position:relative;background-color:#1c222c;border-radius:5px;cursor:url(0651dae493a3574bc294.png),pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:0;height:100%}.f-shop .box .con .board .item-container .item-list .card .expire::after{content:"";font-family:"Font Awesome 7 Pro";font-weight:400;position:absolute;top:5px;left:5px;font-size:.7rem}.f-shop .box .con .board .item-container .item-list .card .amount{flex-shrink:0;width:100%;padding:2px 0;font-family:monospace,monospace;text-align:center;background-color:#2d3048;font-size:calc(clamp(1rem,5vh,1.2rem)*.7)}.f-shop .box .con .board .item-container .item-list .card .icon{min-height:0;height:100%;flex-grow:1;display:flex;justify-content:center;align-items:center;padding:clamp(4px,1vh,8px)}.f-shop .box .con .board .item-container .item-list .card .icon img{image-rendering:pixelated;display:block;width:clamp(35px,10vh,65px)}.f-shop .box .con .board .item-container .item-list .card .price{flex-shrink:0;width:100%;padding:2px;text-align:center;background-color:#2d3048;display:flex;justify-content:center;align-items:center;font-family:monospace,monospace;font-size:calc(clamp(1rem,5vh,1.2rem)*.7);gap:2px}.f-shop .box .con .board .item-container .item-list .card .price img{padding:0;display:block;width:clamp(16px,4vh,20px)}.f-shop .box .con .board .item-container .item-list .card.selected{background-color:#2d3048;box-shadow:0 0 0 1px rgba(163,149,232,.5)}.f-shop .box .con .board .item-container .item-list .card.selected .amount,.f-shop .box .con .board .item-container .item-list .card.selected .price{background-color:#a395e8;color:#0b111d}.f-shop .box .con .board .detail{flex-shrink:0;width:100%;background-color:#0b111d;padding:clamp(5px,1.2vh,10px);border-radius:10px;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5);overflow:hidden}.f-shop .box .con .board .detail .field{width:100%;height:100%}.f-shop .box .con .board .detail .field .card-help{display:flex;justify-content:center;align-items:center;gap:clamp(4px,1vh,8px);padding:clamp(10px,3vh,20px)}.f-shop .box .con .board .detail .field .item-name{font-size:clamp(1rem,5vh,1.6rem)}.f-shop .box .con .board .detail .field .item-desc{text-align:justify;text-align-last:left}.f-shop .box .con .board .detail .field .item-note{color:#bda94e;font-style:italic;margin-top:clamp(5px,1.2vh,10px)}.f-shop .box .con .board .detail .field .item-actions{margin-top:clamp(5px,1.2vh,10px);display:flex;justify-content:right;align-items:end;gap:clamp(4px,1vh,8px)}.f-shop .box .con .board .detail .field .item-actions .btn{padding:clamp(4px,1vh,8px) clamp(5px,1.2vh,10px);border-radius:5px}.f-shop .box .con .board .detail .field .item-actions .btn.btn-buy{background-color:#a395e8;color:#0b111d}.f-jobs .box{max-width:1000px}.f-jobs .box .con{width:100%;height:calc(100% - 70px);display:flex;justify-content:space-between;align-items:start;gap:clamp(10px,3vh,20px)}.f-jobs .box .con .con-list{flex-shrink:0;width:clamp(175px,50vh,250px);height:100%;padding:clamp(5px,1.2vh,10px);border-top-left-radius:10px;border-bottom-left-radius:10px;background-color:#0b111d;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5);overflow-y:auto;scrollbar-width:thin}.f-jobs .box .con .con-list .card-help{line-height:1.2;text-align:center;padding:20px 0;color:#abadaf}.f-jobs .box .con .con-list .card-help .keyinfo{display:inline}.f-jobs .box .con .con-list .card{display:block;width:100%;padding:clamp(5px,1.2vh,10px);background-color:#2d3048;color:#abadaf;border-radius:5px;margin-bottom:clamp(5px,1.2vh,10px);cursor:url(0651dae493a3574bc294.png),pointer;overflow:hidden}.f-jobs .box .con .con-list .card .card-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-jobs .box .con .con-list .card .card-desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-jobs .box .con .con-list .card .card-desc i{font-size:.8rem}.f-jobs .box .con .con-list .card.ck{background-color:#a395e8;color:#0b111d}.f-jobs .box .con .con-list .card:last-child{margin-bottom:0}.f-jobs .box .con .search{flex-shrink:0}.f-jobs .box .con .search .form{width:300px;padding:clamp(5px,1.2vh,10px);border-top-left-radius:20px;border-bottom-left-radius:20px;display:block;overflow:hidden;background-color:#0b111d;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5)}.f-jobs .box .con .search .form .inp{padding-left:min(14px,1.4rem);display:flex;justify-content:space-between;align-items:center;gap:0;border-bottom:4px solid #a395e8;border-top-left-radius:10px;overflow:hidden}.f-jobs .box .con .search .form .inp input{font-size:clamp(1rem,5vh,1.6rem);background-color:rgba(0,0,0,0);padding:min(14px,1.4rem);width:100%;text-align:left;color:#f0f2f3}.f-jobs .box .con .search .form .inp:has(:focus){background-color:#2d3048}.f-jobs .box .con .search .form button{width:100%;padding:min(14px,1.4rem);display:flex;justify-content:center;align-items:center;gap:5px;background-color:#a395e8;color:#0b111d;margin-top:clamp(5px,1.2vh,10px);font-size:clamp(1rem,5vh,1.6rem);border-bottom-left-radius:10px}.f-jobs .box .con .search .form button .keyinfo{display:none}.f-jobs .box .con .search .form button.disabled{color:#abadaf;background-color:#4e5057}.f-jobs .box .con .search .form:has(input:focus) button:not(.disabled) .keyinfo{display:inline}.f-jobs .box .con .board{flex-grow:1;height:100%;border-top-right-radius:10px;border-bottom-right-radius:10px;background-color:#0b111d;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5);overflow-x:hidden;overflow-y:auto}.f-jobs .box .con .board .field{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:0}.f-jobs .box .con .board .field .snippet{flex-shrink:0;width:100%;display:flex;justify-content:left;align-items:center;gap:clamp(5px,1.2vh,10px);padding:clamp(5px,1.2vh,10px)}.f-jobs .box .con .board .field .snippet .avatar{width:70px;height:70px;background:linear-gradient(135deg, rgba(163, 149, 232, 0.5), rgba(240, 242, 243, 0.9));border-radius:5px}.f-jobs .box .con .board .field .snippet .short .short-title{font-size:clamp(1rem,5vh,1.6rem);font-weight:bold}.f-jobs .box .con .board .field .snippet .short .short-note{font-style:normal}.f-jobs .box .con .board .field .summary{flex-grow:1;width:100%;padding:clamp(5px,1.2vh,10px);background-color:#1c222c;border-top:1px solid #4e5057;border-bottom:1px solid #4e5057;overflow-y:auto;scrollbar-width:thin}.f-jobs .box .con .board .field .rewards{width:100%;flex-shrink:0;position:relative;padding:clamp(5px,1.2vh,10px)}.f-jobs .box .con .board .field .rewards .reward-title{width:fit-content;border-bottom:1px solid #f0f2f3;margin-bottom:5px}.f-jobs .box .con .board .field .rewards .reward-list{display:flex;justify-content:left;align-items:center;gap:5px;overflow-x:auto;padding-bottom:clamp(5px,1.2vh,10px)}.f-jobs .box .con .board .field .rewards .reward-list .card{position:relative;background:#2d3048;padding:clamp(5px,1.2vh,10px)}.f-jobs .box .con .board .field .rewards .reward-list .card .expire::after{content:"";font-family:"Font Awesome 7 Pro";font-weight:400;position:absolute;top:0;left:0;font-size:.6rem;padding:3px;border-bottom-right-radius:5px}.f-jobs .box .con .board .field .rewards .reward-list .card .icon{width:42px;height:42px;image-rendering:pixelated;padding:clamp(4px,1vh,8px);display:flex;justify-content:center;align-items:center}.f-jobs .box .con .board .field .rewards .reward-list .card .icon img{width:100%;display:block;margin:auto}.f-jobs .box .con .board .field .rewards .reward-list .card .amount{font-size:1rem;width:100%;position:absolute;font-family:monospace,monospace;bottom:0;left:0;text-align:center;padding:3px 5px;background-color:rgba(11,17,29,.7)}.f-jobs .box .con .board .field .actions{flex-shrink:0;width:100%;display:flex;justify-content:right;align-items:end;gap:clamp(5px,1.2vh,10px);padding:clamp(5px,1.2vh,10px)}.f-jobs .box .con .board .field .actions .btn{padding:clamp(5px,1.2vh,10px);border-radius:5px;text-align:center;display:flex;justify-content:center;align-items:center;gap:clamp(4px,1vh,8px)}.f-jobs .box .con .board .field .actions .btn.btn-ignore{background-color:#da373b;color:#f0f2f3}.f-jobs .box .con .board .field .actions .btn.btn-claim,.f-jobs .box .con .board .field .actions .btn.btn-accept{background-color:#a395e8;color:#0b111d}.f-jobs .box .con .board.empty .empty-board{text-align:center;padding:40px 20px;opacity:.7}.f-jobs .box .con .board.empty .empty-board .board-icon{font-size:5em}.f-trophy .box{max-width:1000px}.f-trophy .box .con{display:flex;justify-content:space-between;align-items:start;gap:clamp(10px,3vh,20px);min-height:0}.f-trophy .box .con .con-list{flex-shrink:0;border-top-right-radius:10px;border-bottom-right-radius:10px;background-color:#0b111d;overflow-y:auto;scrollbar-width:thin;height:100%;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5)}.f-trophy .box .con .con-list .card-help{line-height:1.2;text-align:center;padding:clamp(10px,3vh,20px) clamp(5px,1.2vh,10px);color:#abadaf}.f-trophy .box .con .con-list .card-help .keyinfo{display:inline}.f-trophy .box .con .con-list .card{position:relative;background-color:#0b111d;color:#abadaf;display:block;padding:clamp(5px,1.2vh,10px) clamp(10px,3vh,20px);width:100%;cursor:url(0651dae493a3574bc294.png),pointer;text-align:center}.f-trophy .box .con .con-list .card.unread::before{content:"";width:10px;height:10px;position:absolute;top:12px;right:5px;border-radius:50%;background-color:#ff6e6e}.f-trophy .box .con .con-list .card.selected{background-color:#a395e8;color:#0b111d}.f-trophy .box .con .board{flex-grow:1;height:100%;background-color:#0b111d;border-top-left-radius:10px;border-bottom-left-radius:10px;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5);overflow:hidden}.f-trophy .box .con .board .item-list{width:100%;max-height:100%;display:grid;grid-template-columns:1fr;gap:clamp(5px,1.2vh,10px);padding:clamp(5px,1.2vh,10px);background-color:rgba(11,17,29,.8);overflow-y:auto;scrollbar-width:thin}.f-trophy .box .con .board .item-list .card{width:100%;padding:clamp(5px,1.2vh,10px);border-radius:5px;background-color:#1c222c;display:flex;justify-content:space-between;align-items:center;border:2px solid #0b111d;gap:clamp(5px,1.2vh,10px)}.f-trophy .box .con .board .item-list .card .detail{flex-grow:1}.f-trophy .box .con .board .item-list .card .detail .card-title{color:#f0f2f3;word-break:break-all;word-break:break-word;hyphens:auto}.f-trophy .box .con .board .item-list .card .detail .card-desc{text-align:left;word-break:break-all;word-break:break-word;hyphens:auto}.f-trophy .box .con .board .item-list .card .detail .card-done{font-size:calc(clamp(1rem,5vh,1.2rem)*.7);color:#bda94e}.f-trophy .box .con .board .item-list .card .reward{flex-shrink:0;display:flex;justify-content:center;align-items:center;gap:clamp(5px,1.2vh,10px)}.f-trophy .box .con .board .item-list .card .reward .keyinfo{display:none}.f-trophy .box .con .board .item-list .card .reward .item{position:relative;background:#a395e8;image-rendering:pixelated}.f-trophy .box .con .board .item-list .card .reward .item img{padding:clamp(4px,1vh,8px);width:40px;display:block}.f-trophy .box .con .board .item-list .card .reward .item .amount{color:#f0f2f3;font-family:monospace,monospace;position:absolute;bottom:0;left:0;width:100%;font-size:calc(clamp(1rem,5vh,1.2rem)*.7);padding:3px 0;background-color:rgba(0,0,11,.5);text-align:center}.f-trophy .box .con .board .item-list .card .reward .reqs span{font-family:monospace,monospace;font-size:calc(clamp(1rem,5vh,1.2rem)*.7)}.f-trophy .box .con .board .item-list .card .reward .reqs .btn-claim{text-transform:uppercase;background-color:#a395e8;color:#0b111d;font-size:calc(clamp(1rem,5vh,1.2rem)*.8);padding:clamp(4px,1vh,8px) clamp(5px,1.2vh,10px);border-radius:10px}.f-trophy .box .con .board .item-list .card.active{border-color:#a395e8}.f-trophy .box .con .board .item-list .card.done{cursor:url(0651dae493a3574bc294.png),pointer}.f-trophy .box .con .board .item-list .card.done.active{background-color:#2d3048}.f-trophy .box .con .board .item-list .card.done.active .reward .keyinfo{display:inline}.f-trophy .box .con .board .item-list .card.claimed .reward .item::after{content:"";font-family:"Font Awesome 7 Pro";font-weight:600;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,11,.4);color:#bda94e}.f-exchange .box{max-width:600px}.f-exchange .box .con{width:100%;min-height:0}.f-exchange .box .con .form{overflow-y:auto;display:block;width:100%;max-height:100%;min-height:0;overflow:hidden;overflow-y:auto;scrollbar-width:thin;padding:20px;background-color:#0b111d;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5);border-radius:10px}.f-exchange .box .con .form .field{margin-bottom:20px}.f-exchange .box .con .form .field .economies{display:flex;justify-content:right;align-items:center;gap:20px}.f-exchange .box .con .form .field .economies .eco{display:flex;justify-content:center;align-items:center;gap:5px}.f-exchange .box .con .form .field .economies .eco img{image-rendering:pixelated;width:30px}.f-exchange .box .con .form .field .economies .eco span{font-family:monospace,monospace;font-size:calc(clamp(1rem,5vh,1.2rem)*.8)}.f-exchange .box .con .form .field .con-area{display:flex;justify-content:center;align-items:center;gap:20px}.f-exchange .box .con .form .field .con-area .img{width:50px;height:50px;display:flex;justify-content:center;align-items:center}.f-exchange .box .con .form .field .con-area .img img{image-rendering:pixelated;width:100%}.f-exchange .box .con .form .field .con-area p{font-size:clamp(1rem,5vh,1.6rem)}.f-exchange .box .con .form .field .text-box{display:flex;justify-content:center;align-items:center;gap:5px;padding:10px;background-color:#2d3048;border-radius:5px}.f-exchange .box .con .form .field .text-box img{image-rendering:pixelated;width:40px}.f-exchange .box .con .form .field .text-box span{font-family:monospace,monospace;font-size:clamp(1rem,5vh,1.2rem)}.f-exchange .box .con .form .field .price{display:flex;justify-content:space-between;align-items:center;gap:20px}.f-exchange .box .con .form .field .price .object{display:flex;justify-content:center;align-items:center;gap:5px}.f-exchange .box .con .form .field .price .object img{width:40px;image-rendering:pixelated}.f-exchange .box .con .form .field .price .object span{font-family:monospace,monospace;font-size:clamp(1rem,5vh,1.2rem)}.f-exchange .box .con .form .field .price.minus{color:#ff6e6e}.f-exchange .box .con .form .field .actions{display:flex;justify-content:space-between;align-items:center;gap:20px}.f-exchange .box .con .form .field .actions .btn-outer{width:50%;text-align:center;align-content:center}.f-exchange .box .con .form .field .actions .btn-outer .keyinfo{margin:0 auto;margin-bottom:5px}.f-exchange .box .con .form .field .actions .btn-outer .btn{width:100%;padding:10px;border-radius:5px;font-size:clamp(1rem,5vh,1.2rem);background-color:#4e5057;text-align:center}.f-exchange .box .con .form .field .actions .btn-outer .btn.btn-ok{background-color:#a395e8;color:#0b111d}.f-exchange .box .con .form .field .actions.single .btn-outer{width:100%}.f-exchange .box .con .form .field .input-manager{width:100%;display:flex;justify-content:center;align-items:center;gap:20px}.f-exchange .box .con .form .field .input-manager .btn{flex-shrink:0;background-color:#2d3048;padding:7px 5px;border-radius:10px}.f-exchange .box .con .form .field .input-manager .inp{flex-grow:1}.f-exchange .box .con .form .field .input-manager .inp input[type=range]{width:100%;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:url(0651dae493a3574bc294.png),pointer;background-color:#4e5057;height:3px}.f-exchange .box .con .form .field .input-manager .inp input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#a395e8;width:14px;height:14px;border-radius:50%}.f-exchange .box .con .form .field .input-manager .inp input[type=range]::-ms-thumb{background:#a395e8;width:14px;height:14px;border-radius:50%}.f-exchange .box .con .form .field .input-manager .inp input[type=range]::-moz-range-thumb{background:#a395e8;width:14px;height:14px;border-radius:50%}.f-exchange .box .con .form .field .input-manager .inp input[type=range]::-webkit-slider-thumb:hover{box-shadow:0 0 0 5px rgba(163,149,232,.5)}.f-exchange .box .con .form .field .input-manager .inp input[type=range]:active::-webkit-slider-thumb{outline:solid 2px #a395e8;outline-offset:3px}.f-exchange .box .con .form .field .input-manager .inp input[type=range]::-moz-range-thumb:hover{box-shadow:0 0 0 5px rgba(163,149,232,.5)}.f-exchange .box .con .form .field .input-manager .inp input[type=range]:active::-moz-range-thumb{outline:solid 2px #a395e8;outline-offset:3px}.f-exchange .box .con .form .field:last-child{margin-bottom:0}.kulonXmidtrans .box{max-width:600px}.kulonXmidtrans .box .con{width:100%;height:100%;min-height:0}.kulonXmidtrans .box .con .form{width:100%;max-height:100%;min-height:0;background-color:#0b111d;border:1px solid #a395e8;padding:20px;border-radius:10px;overflow-y:auto;scrollbar-width:thin;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5)}.kulonXmidtrans .box .con .form .field{margin-bottom:20px}.kulonXmidtrans .box .con .form .field .nh{font-size:clamp(1rem,5vh,1.6rem);text-transform:uppercase;text-align:center;padding-bottom:5px}.kulonXmidtrans .box .con .form .field .input .label{text-align:center}.kulonXmidtrans .box .con .form .field .input .value{padding:10px;background-color:#2d3048;border-radius:5px;display:flex;justify-content:center;align-items:center}.kulonXmidtrans .box .con .form .field .input .value img{image-rendering:pixelated;height:20px}.kulonXmidtrans .box .con .form .field .input .nc{text-align:center;background-color:#2d3048;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:10px}.kulonXmidtrans .box .con .form .field .input .nc img{display:block;max-width:200px}.kulonXmidtrans .box .con .form .field .input .nc .qrcode{display:block;border-radius:10px}.kulonXmidtrans .box .con .form .field .np{text-align:justify;text-align-last:left}.kulonXmidtrans .box .con .form .field .np a,.kulonXmidtrans .box .con .form .field .np a:visited{color:#a395e8}.kulonXmidtrans .box .con .form .field .btn-submit{display:block;width:100%;padding:10px;border-radius:5px;text-align:center;background-color:#a395e8;color:#0b111d}.kulonXmidtrans .box .con .form .field .btn-submit .keyinfo{display:inline}.kulonXmidtrans .box .con .form .field .sm{font-size:1rem}.kulonXmidtrans .box .con .form .field:last-child{margin-bottom:0}.f-setting .box{max-width:1000px}.f-setting .box .con{border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(10px,3vh,20px);min-height:0}.f-setting .box .con .menus{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;width:100%;min-width:0;gap:clamp(5px,1.2vh,10px)}.f-setting .box .con .menus .menu-chooser{flex-shrink:0;padding:clamp(5px,1.2vh,10px);border-radius:5px;background-color:#2d3048;color:#f0f2f3;cursor:url(0651dae493a3574bc294.png),pointer;display:flex;justify-content:center;align-items:center}.f-setting .box .con .menus .menu-chooser .keyinfo{display:block}.f-setting .box .con .menus .menu-list{flex-grow:1;max-width:100%;display:flex;justify-content:left;align-items:center;gap:clamp(5px,1.2vh,10px);overflow-x:auto}.f-setting .box .con .menus .menu-list .btn{flex-shrink:0;padding:clamp(5px,1.2vh,10px);border-radius:5px;background:#0b111d;text-transform:uppercase;cursor:url(0651dae493a3574bc294.png),pointer}.f-setting .box .con .menus .menu-list .btn.selected{background:linear-gradient(150deg, #a395e8, #f0f2f3);color:#0b111d}.f-setting .box .con .board{flex-grow:1;width:100%;height:100%;background-color:#0b111d;border-radius:10px;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5);overflow:hidden}.f-setting .box .con .board .item-list{width:100%;max-height:100%;display:grid;grid-template-columns:1fr;gap:clamp(5px,1.2vh,10px);padding:clamp(5px,1.2vh,10px);overflow-y:auto;scrollbar-width:thin}.f-setting .box .con .board .item-list .item{min-width:0;width:100%;padding:clamp(5px,1.2vh,10px);border-radius:5px;background-color:#1c222c;display:flex;justify-content:space-between;align-items:center;border:2px solid #1c222c;gap:clamp(5px,1.2vh,10px)}.f-setting .box .con .board .item-list .item .item-value{display:flex;justify-content:right;align-items:center;gap:clamp(5px,1.2vh,10px)}.f-setting .box .con .board .item-list .item .item-value .keyinfo{display:none}.f-setting .box .con .board .item-list .item .item-value .btn,.f-setting .box .con .board .item-list .item .item-value input,.f-setting .box .con .board .item-list .item .item-value .select,.f-setting .box .con .board .item-list .item .item-value .string{flex-shrink:0;display:block;border-radius:3px;padding:clamp(5px,1.2vh,10px);color:#f0f2f3;background:#0f1621;cursor:url(0651dae493a3574bc294.png),pointer}.f-setting .box .con .board .item-list .item .item-value .btn.r{color:#f0f2f3;background:#da373b}.f-setting .box .con .board .item-list .item .item-value .btn.br{color:#da373b;background:#0b111d}.f-setting .box .con .board .item-list .item .item-value input,.f-setting .box .con .board .item-list .item .item-value .select{border:1px solid #555}.f-setting .box .con .board .item-list .item .item-value .string{font-size:1rem;padding:5px 7px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;text-transform:capitalize}.f-setting .box .con .board .item-list .item .item-value input[type=checkbox]{appearance:none;-webkit-appearance:none;background:#0b111d;margin:0;font:inherit;color:#f0f2f3;width:1.5em;height:1.5em;border:.15em solid gray;transform:translateY(-0.075em);display:grid;place-content:center}.f-setting .box .con .board .item-list .item .item-value .range-value-text{font-size:1rem;padding:5px 7px;color:#a395e8;font-family:monospace,monospace;font-weight:600}.f-setting .box .con .board .item-list .item .item-value input[type=checkbox]::before{content:"";width:1em;height:1em;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #f0f2f3;background:#0b111d;transform-origin:bottom left;clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%)}.f-setting .box .con .board .item-list .item .item-value input[type=checkbox]:checked::before{transform:scale(1)}.f-setting .box .con .board .item-list .item .item-value input[type=range]{padding:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:url(0651dae493a3574bc294.png),pointer;background-color:#4e5057;height:3px}.f-setting .box .con .board .item-list .item .item-value input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#a395e8;width:14px;height:14px;border-radius:50%}.f-setting .box .con .board .item-list .item .item-value input[type=range]::-ms-thumb{background:#a395e8;width:14px;height:14px;border-radius:50%}.f-setting .box .con .board .item-list .item .item-value input[type=range]::-moz-range-thumb{background:#a395e8;width:14px;height:14px;border-radius:50%}.f-setting .box .con .board .item-list .item .item-value input[type=range]::-webkit-slider-thumb:hover{box-shadow:0 0 0 5px rgba(163,149,232,.5)}.f-setting .box .con .board .item-list .item .item-value input[type=range]:active::-webkit-slider-thumb{outline:solid 2px #a395e8;outline-offset:3px}.f-setting .box .con .board .item-list .item .item-value input[type=range]::-moz-range-thumb:hover{box-shadow:0 0 0 5px rgba(163,149,232,.5)}.f-setting .box .con .board .item-list .item .item-value input[type=range]:active::-moz-range-thumb{outline:solid 2px #a395e8;outline-offset:3px}.f-setting .box .con .board .item-list .item.breaker{background-color:#0b111d;border:none}.f-setting .box .con .board .item-list .item.breaker .item-title{color:#a395e8;width:100%;text-align:center;text-transform:uppercase;letter-spacing:2px}.f-setting .box .con .board .item-list .item.selected{border-color:#a395e8;background-color:#2d3048}.f-setting .box .con .board .item-list .item.selected .item-value .keyinfo{display:block}.mailsender .box{max-width:720px}.mailsender .box .con{width:100%;height:calc(100% - 70px)}.mailsender .box .con .form{background-color:#1c222c;width:100%;height:100%;padding:10px;border-radius:10px;overflow-y:auto;scrollbar-width:thin;border:4px solid #a395e8;box-shadow:0 0 0 4px #1c222c,0 8px 16px rgba(0,0,0,.5)}.mailsender .box .con .form .field{margin-bottom:10px}.mailsender .box .con .form .field:last-child{margin-bottom:0}.mailsender .box .con .form .field label{display:block;width:100%}.mailsender .box .con .form .field input,.mailsender .box .con .form .field textarea{display:block;width:100%;padding:10px;background-color:#0b111d;color:#f0f2f3;border-bottom:1px solid #4e5057;border-left:1px solid #4e5057;border-radius:5px}.mailsender .box .con .form .field input:focus,.mailsender .box .con .form .field input:active,.mailsender .box .con .form .field textarea:focus,.mailsender .box .con .form .field textarea:active{border-color:#a395e8}.mailsender .box .con .form .field .actions{width:100%}.mailsender .box .con .form .field .actions .btn{display:block;padding:10px;width:100%;text-align:center;background-color:#0b111d;border-radius:5px}.mailsender .box .con .form .field .actions .btn.btn-add-rw{border-bottom:1px solid #6ccc71;border-left:1px solid #6ccc71;color:#6ccc71}.mailsender .box .con .form .field .actions .btn.btn-submit{background-color:#3aa761;color:#f0f2f3;font-weight:600}.mailsender .box .con .form .field.rw-field{display:flex;justify-content:space-between;align-items:center;gap:10px}.mailsender .box .con .form .field.rw-field input{flex-grow:1}.mailsender .box .con .form .field.rw-field .btn{color:#ff6e6e}.mailsender .box .con .form .rewards-field{margin-bottom:10px}.teleporter .box{max-width:600px}.teleporter .box .con{background-color:#0b111d;border-radius:20px;overflow:hidden;padding:20px;width:100%;height:fit-content;max-height:100%;min-height:0;overflow-y:auto;scrollbar-width:thin;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5)}.teleporter .box .con .empty{display:block;width:100%;text-align:center;margin-bottom:10px;color:#6ccc71}.teleporter .box .con .empty:last-child{margin-bottom:0}.teleporter .box .con .txt{width:100%;text-align:center;border-bottom:1px solid #a395e8;padding-bottom:10px;margin-bottom:20px;text-transform:uppercase;font-size:clamp(1rem,5vh,1.6rem)}.teleporter .box .con .btn{width:100%;background-color:#2d3048;padding:10px;margin-bottom:10px;text-align:center;border-radius:10px}.teleporter .box .con .btn:last-child{margin-bottom:0}.teleporter .box .con .btn.selected{background-color:#a395e8;color:#0b111d}.f-hint .box{max-width:1000px}.f-hint .box .con{border-radius:10px;min-height:0;max-height:100%;background-color:#0b111d;border-radius:20px;overflow-y:auto;padding:clamp(10px,3vh,20px);border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5)}.f-hint .box .con ul{margin-left:var(--fa-li-margin, calc(clamp(10px, 3vh, 20px) + clamp(1rem, 5vh, 1.2rem) * 1.2 * 1.1))}.f-hint .box .con ul li{line-height:2;font-size:calc(clamp(1rem,5vh,1.2rem)*1.2)}.f-hint .box .con ul li .fa-li{font-size:calc(clamp(1rem,5vh,1.2rem)*1.2*1.05)}.f-hint .box .con ul li.highlight{color:#fee75b}.f-hint .box .con ul li.done{color:#888b91;text-decoration:line-through #a395e8 1px;font-style:italic}.f-hint .box .con ul li.done .fa-li{color:#a395e8}.TextMessage{position:absolute;bottom:clamp(20px,3vh,50px);left:50%;transform:translateX(-50%);width:90%;max-width:800px;z-index:10;opacity:0;animation:TextMessageSlideUp .3s ease forwards}.TextMessage.v2{animation:none;opacity:1;transform:translateX(-50%) translateY(0)}.TextMessage.v2 .TextMessage_box .TextMessage_actions{opacity:0}.TextMessage .TextMessage_box{background:#0b111d;border-radius:8px;padding:clamp(10px,3vh,20px);border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5);position:relative}.TextMessage .TextMessage_box .who{color:#a395e8;font-size:clamp(1rem,5vh,1.6rem);margin-bottom:clamp(5px,1.2vh,10px);text-shadow:2px 2px 0 #000;display:flex;align-items:center;gap:10px}.TextMessage .TextMessage_box .choices{z-index:-1;position:absolute;top:-226px;right:0;animation:ChoiceSlideUp .3s ease}.TextMessage .TextMessage_box .choices .choice{display:block;width:fit-content;color:#f0f2f3;margin-bottom:12px;margin-left:auto;margin-right:0;cursor:url(0651dae493a3574bc294.png),pointer;background:#0b111d;border:4px solid #a395e8;border-radius:8px;padding:5px 10px;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5);position:relative;font-size:clamp(1rem,5vh,1.6rem)}.TextMessage .TextMessage_box .choices .choice:last-child{margin-bottom:0}.TextMessage .TextMessage_box .choices .choice:hover,.TextMessage .TextMessage_box .choices .choice:focus{background-color:#a395e8;color:#0b111d}.TextMessage .TextMessage_box .TextMessage_p{color:#f0f2f3;font-size:clamp(1rem,5vh,1.6rem);line-height:1.5;text-shadow:1px 1px 0 #000}.TextMessage .TextMessage_box .TextMessage_p span{display:none}.TextMessage .TextMessage_box .TextMessage_p span.revealed{display:inline}.TextMessage .TextMessage_box .TextMessage_actions{display:flex;justify-content:end;align-items:end;gap:5px}.TextMessage .TextMessage_box .TextMessage_actions .TextMessage_button{display:block;background:#a395e8;color:#0b111d;border:none;padding:clamp(4px,1vh,8px) 20px;font-size:clamp(1rem,5vh,1.6rem);font-family:"VT323",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:bold;cursor:url(0651dae493a3574bc294.png),pointer;border-radius:4px;text-transform:uppercase}@keyframes TextMessageSlideUp{to{opacity:1;transform:translateX(-50%) translateY(0)}from{opacity:0;transform:translateX(-50%) translateY(20px)}}@keyframes ChoiceSlideUp{to{opacity:1;transform:translateY(0)}from{opacity:0;transform:translateY(50px)}}.CharacterCreation{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;animation:fade_in 1s}.CharacterCreation .outer{width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:start}.CharacterCreation .outer .citizen{min-width:300px;height:100%;flex-shrink:0;padding:clamp(10px,3vh,20px);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:clamp(10px,3vh,20px)}.CharacterCreation .outer .citizen .citizen-detail{flex-grow:1;width:100%;gap:clamp(10px,3vh,20px)}.CharacterCreation .outer .citizen .citizen-detail .title{text-align:center;color:#a395e8;margin-bottom:clamp(10px,3vh,20px);font-size:clamp(1.5rem,3vh + 1rem,15rem)}.CharacterCreation .outer .citizen .citizen-detail .avatar{margin:0 auto;background-color:rgba(11,17,29,.8);border:1px solid #f0f2f3;border-radius:10px;background-image:url(0d20ad26bf5b4be3784e.png)}.CharacterCreation .outer .citizen .citizen-detail .citizen-data{width:100%;margin-top:clamp(10px,3vh,20px)}.CharacterCreation .outer .citizen .citizen-detail .citizen-data .field{margin-bottom:clamp(5px,1.2vh,10px);width:100%}.CharacterCreation .outer .citizen .citizen-detail .citizen-data .field p{font-size:clamp(1.5rem,3vh + 1rem,15rem)}.CharacterCreation .outer .citizen .citizen-detail .citizen-data .field p .keyinfo{display:inline}.CharacterCreation .outer .citizen .citizen-detail .citizen-data .field input{font-size:clamp(1.5rem,3vh + 1rem,15rem);width:100%;padding:clamp(5px,1.2vh,10px) 0;background-color:rgba(0,0,0,0);border-bottom:1px solid #4e5057;color:#a395e8}.CharacterCreation .outer .citizen .citizen-detail .citizen-data .field input:focus{border-color:#a395e8;color:#f0f2f3}.CharacterCreation .outer .citizen .citizen-detail .citizen-data .field:last-child{margin-bottom:0}.CharacterCreation .outer .citizen .citizen-detail .citizen-actions{width:100%;display:flex;justify-content:center;align-items:center;gap:clamp(10px,3vh,20px);margin-top:clamp(10px,3vh,20px)}.CharacterCreation .outer .citizen .citizen-detail .citizen-actions button{background-color:rgba(0,0,0,0)}.CharacterCreation .outer .citizen .citizen-detail .citizen-actions button .keyinfo{margin:0 auto;margin-bottom:5px}.CharacterCreation .outer .citizen .citizen-detail .citizen-actions button .icon{text-align:center;background-color:#a395e8;color:#0b111d;font-size:clamp(1.5rem,3vh + 1rem,15rem);border-radius:10px;padding:clamp(5px,1.2vh,10px) clamp(10px,3vh,20px)}.CharacterCreation .outer .citizen .citizen-done{flex-shrink:0;width:100%}.CharacterCreation .outer .citizen .citizen-done .btn{width:100%;font-size:clamp(1.5rem,3vh + 1rem,15rem);color:#f0f2f3;border-radius:10px;background-color:#3aa761;padding:clamp(5px,1.2vh,10px);display:flex;justify-content:center;align-items:center;gap:clamp(5px,1.2vh,10px)}.CharacterCreation .outer .citizen .citizen-done .btn.btn-cancel{color:#ff6e6e;background-color:#00000b;margin-bottom:10px}.CharacterCreation .outer .citizen .citizen-done .btn.btn-continue{color:#f0f2f3;background-color:#3aa761}.CharacterCreation .outer .editor{flex-grow:1;width:calc(100% - 400px);height:100%;padding:clamp(10px,3vh,20px) 0;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.CharacterCreation .outer .editor .field{width:100%;display:flex;justify-content:space-between;align-items:center;padding:clamp(10px,3vh,20px);border-radius:20px}.CharacterCreation .outer .editor .field .text{flex-grow:1;font-size:clamp(1.5rem,3vh + 1rem,15rem)}.CharacterCreation .outer .editor .field .text .variety{font-size:clamp(1rem,5vh,1.2rem)}.CharacterCreation .outer .editor .field .actions{flex-shrink:0}.CharacterCreation .outer .editor .field .actions .act{display:flex;justify-content:right;align-items:center;border-radius:10px;gap:clamp(5px,1.2vh,10px);padding:clamp(5px,1.2vh,10px)}.CharacterCreation .outer .editor .field .actions .act .value{font-size:clamp(1.5rem,3vh + 1rem,15rem);width:min(50px,10vh);text-align:center}.CharacterCreation .outer .editor .field .actions .act button{padding:clamp(5px,1.2vh,10px);border-radius:10px;color:#0b111d;background-color:#a395e8;font-size:clamp(1.5rem,3vh + 1rem,15rem)}.CharacterCreation .outer .editor .field .actions .act.active{background-color:#0b111d}.CharacterCreation .outer .editor .field:has(.actions .act.active){background-color:rgba(163,149,232,.3)}.CharacterCreation .outer .editor .field:has(.actions .act.active) .text{color:#f0f2f3}.CharacterCreation.out{animation:fade_out 1s forwards}.CharacterCreation.appearance{z-index:20;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);background-color:rgba(11,17,29,.7);animation:fade_in .5s}.CharacterCreation.appearance .data-username{display:none}.CharacterCreation.appearance.out{animation:fade_out .5s forwards}.f-missions .box{max-width:1000px}.f-missions .box .con{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:clamp(10px,3vh,20px);height:100%;min-height:0}.f-missions .box .con .economies{flex-shrink:0;width:100%;display:flex;justify-content:right;align-items:center;gap:clamp(10px,3vh,20px)}.f-missions .box .con .economies .eco{font-size:calc(clamp(1rem,5vh,1.2rem)*.7);flex-shrink:0;background-color:#0b111d;padding:clamp(5px,1.2vh,10px);border-radius:10px;display:flex;justify-content:center;align-items:center;gap:3px;border:2px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 4px 8px rgba(0,0,0,.5);font-family:monospace,monospace}.f-missions .box .con .economies .eco img{image-rendering:pixelated;width:20px}.f-missions .box .con .economies .eco i{font-style:normal}.f-missions .box .con .boards{flex-grow:1;width:100%;min-height:0;display:flex;justify-content:space-between;align-items:start;gap:clamp(10px,3vh,20px)}.f-missions .box .con .boards .board{width:50%;height:100%;background-color:#0b111d;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;border:4px solid #a395e8;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5);overflow:hidden}.f-missions .box .con .boards .board .board-title{flex-shrink:0;background-color:#a395e8;color:#0b111d;width:100%;padding:clamp(5px,1.2vh,10px);text-align:center}.f-missions .box .con .boards .board .board-list{flex-grow:1;width:100%;min-height:0;height:100%;overflow-y:auto;scrollbar-width:thin;padding:clamp(5px,1.2vh,10px)}.f-missions .box .con .boards .board .board-list .card{width:100%;background-color:#1c222c;padding:clamp(5px,1.2vh,10px);cursor:url(0651dae493a3574bc294.png),pointer;margin-bottom:clamp(5px,1.2vh,10px);border-radius:10px;overflow:hidden;border:2px solid #0b111d}.f-missions .box .con .boards .board .board-list .card .card-title{padding:clamp(10px,3vh,20px) clamp(5px,1.2vh,10px);text-align:center;font-size:clamp(1rem,5vh,1.6rem)}.f-missions .box .con .boards .board .board-list .card .card-req{padding:clamp(4px,1vh,8px) clamp(5px,1.2vh,10px);display:flex;justify-content:space-between;align-items:center;gap:5px;background-color:#2d3048;border-radius:5px}.f-missions .box .con .boards .board .board-list .card .card-req .req{font-size:calc(clamp(1rem,5vh,1.2rem)*.8)}.f-missions .box .con .boards .board .board-list .card .card-req .req i{font-style:normal}.f-missions .box .con .boards .board .board-list .card .card-req .req-price{font-size:calc(clamp(1rem,5vh,1.2rem)*.8);display:flex;justify-content:right;align-items:center;gap:3px;font-family:monospace,monospace}.f-missions .box .con .boards .board .board-list .card .card-req .req-price img{padding:3px 0;height:30px;image-rendering:pixelated}.f-missions .box .con .boards .board .board-list .card.selected{border-color:#a395e8}.f-missions .box .con .boards .board .board-list .card.dev .card-req{background-color:#4e5057}.f-missions .box .con .boards .board .board-list .card.dev.selected{border-color:#ff6e6e}.f-missions .box .con .boards .board .board-list .card:last-child{margin-bottom:0}.f-missions .box .con .actions{flex-shrink:0;width:100%;display:flex;justify-content:space-between;align-items:center;gap:clamp(10px,3vh,20px)}.f-missions .box .con .actions .btn{display:block;padding:clamp(5px,1.2vh,10px);text-align:center;cursor:url(0651dae493a3574bc294.png),pointer;border-radius:10px}.f-missions .box .con .actions .btn .keyinfo{display:inline}.f-missions .box .con .actions .btn-room{flex-shrink:0;width:fit-content;background-color:#0b111d;color:#6ccc71;border:2px solid #6ccc71;box-shadow:0 0 0 4px #0b111d,0 8px 16px rgba(0,0,0,.5)}.f-missions .box .con .actions .btn-start{flex-grow:1;background-color:#a395e8;color:#0b111d;border:4px solid #0b111d;box-shadow:0 0 0 4px #a395e8,0 8px 16px rgba(0,0,0,.5)}.f-missions .box .con .actions .btn-start.disabled{background-color:#4e5057;color:#abadaf;cursor:url(65cfa8159bb4d5019771.png),not-allowed;box-shadow:none}.Matchmaking{z-index:20;position:absolute;top:0;left:0;width:100%;height:100%}.Matchmaking .box{width:100%;height:100%;max-width:1080px;padding:clamp(10px,3vh,20px);margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:clamp(10px,3vh,20px);min-height:0}.Matchmaking .box .nav{flex-shrink:0;width:100%;animation:slide_down_in .3s}.Matchmaking .box .nav .nav-title{font-size:clamp(1rem,5vh,1.6rem);font-weight:bold;color:#f0f2f3;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.Matchmaking .box .nav .nav-desc{color:#f0f2f3;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;text-align:left}.Matchmaking .box .actions{flex-shrink:0;width:100%;display:flex;justify-content:space-between;align-items:center;gap:clamp(10px,3vh,20px);animation:slide_up_in .3s}.Matchmaking .box .actions .kui{flex-shrink:0;height:100%;padding:10px 20px;text-align:center;text-transform:uppercase;background-color:#2d3048;color:#a395e8;border-radius:10px;display:flex;justify-content:center;align-items:center;gap:3px;border:2px solid #a395e8;box-shadow:0 0 0 4px #2d3048,0 4px 8px rgba(0,0,0,.5)}.Matchmaking .box .actions .btn{display:block;width:50%;height:100%;text-align:center;padding:10px;border-radius:5px}.Matchmaking .box .actions .btn .keyinfo{display:inline}.Matchmaking .box .actions .btn.btn-cancel{background-color:#0b111d;color:#ff6e6e}.Matchmaking .box .actions .btn.btn-start{background-color:#3aa761;color:#f0f2f3}.Matchmaking .box .actions .btn.btn-start.disabled{background:#4e5057;color:#abadaf}.Matchmaking .box .actions .btn.btn-start.disabled .keyinfo{display:none}.Matchmaking .box .con{width:100%;display:flex;justify-content:space-between;align-items:start;gap:clamp(10px,3vh,20px);animation:slide_down_in .3s;min-height:0;height:100%}.Matchmaking .box .con .board{flex-grow:1;width:33.3333333333%;min-height:0;height:100%;display:flex;flex-direction:column}.Matchmaking .box .con .board .board-title{margin-bottom:clamp(3px,1vh,5px);background:linear-gradient(135deg, #a395e8, #a395e8, #f0f2f3);color:#0b111d;padding:clamp(5px,1.2vh,10px);text-align:center}.Matchmaking .box .con .board .board-content{width:100%;overflow:hidden;overflow-y:auto;scrollbar-width:thin;min-height:0;max-height:100%}.Matchmaking .box .con .board .board-content.content-users{padding:5px;background-color:rgba(11,17,29,.8)}.Matchmaking .box .con .board .board-content.content-users .card{background-color:unset;margin-bottom:0}.Matchmaking .box .con .board .board-content .card{padding:clamp(5px,1.2vh,10px);background-color:rgba(11,17,29,.8);margin-bottom:clamp(3px,1vh,5px)}.Matchmaking .box .con .board .board-content .card .keyinfo{display:inline}.Matchmaking .box .con .board .board-content .card.txt-tutor,.Matchmaking .box .con .board .board-content .card.txt-inv-type{line-height:1.2}.Matchmaking .box .con .board .board-content .card .lr{display:flex;justify-content:space-between;align-items:center}.Matchmaking .box .con .board .board-content .card .lr .switch{display:flex;justify-content:center;align-items:center;gap:5px;cursor:url(0651dae493a3574bc294.png),pointer}.Matchmaking .box .con .board .board-content .card .lr .switch:hover{color:#f0f2f3}.Matchmaking .box .con .board .board-content .card.long{text-align:left;word-break:break-all;word-break:break-word;hyphens:auto}.Matchmaking .box .con .board .board-content .card.usr{display:flex;justify-content:space-between;align-items:center;gap:clamp(5px,1.2vh,10px);cursor:url(0651dae493a3574bc294.png),pointer}.Matchmaking .box .con .board .board-content .card.usr span{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Matchmaking .box .con .board .board-content .card.usr span.ita{font-style:italic;color:#abadaf}.Matchmaking .box .con .board .board-content .card.usr i{color:#ff6e6e}.Matchmaking .box .con .board .board-content .card.usr .st{flex-shrink:0;padding:3px 5px;font-size:.8em;text-transform:uppercase;border-radius:5px;color:#0b111d;background:linear-gradient(315deg, #a395e8, #a395e8, #f0f2f3)}.Matchmaking .box .con .board .board-content .card.usr .st.h{display:none}.Matchmaking .box .con .board .board-content .card.usr .st.o{color:#f0f2f3;background:#0b111d}.Matchmaking .box .con .board .board-content .card.usr .st.j{color:#f0f2f3;background:#3aa761}.Matchmaking .box .con .board .board-content .card.usr .st.y{color:#f0f2f3;background:#bda94e}.Matchmaking .box .con .board .board-content .card.usr .st.b{color:#f0f2f3;background:#ff6e6e}.Matchmaking .box .con .board .board-content .card.usr .st.gb{color:#6ccc71;background:#0b111d}.Matchmaking .box .con .board .board-content .card.usr.selected{background-color:rgba(163,149,232,.3);color:#f0f2f3}.Matchmaking.out .box .nav{animation:slide_down_out .3s forwards}.Matchmaking.out .box .actions{animation:slide_up_out .3s forwards}.Matchmaking.out .box .con{animation:slide_down_out .3s forwards}.Prepare{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, #4e5057, #0b111d);animation:fade_in .5s}.Prepare .box{position:absolute;z-index:20;top:0;left:0;width:100%;height:100%;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.Prepare .box .nav{width:100%;margin-bottom:20px;animation:slide_down_in .5s}.Prepare .box .nav .nav-title{font-size:clamp(1rem,5vh,1.6rem);color:#f0f2f3}.Prepare .box .nav .nav-desc{color:#abadaf}.Prepare .box .actions{width:100%;display:flex;justify-content:space-between;align-items:center;animation:slide_up_in .5s;gap:10px}.Prepare .box .actions .kui{flex-shrink:0;height:100%;padding:10px 20px;text-align:center;text-transform:uppercase;background-color:#2d3048;color:#a395e8;border-radius:10px;display:flex;justify-content:center;align-items:center;gap:3px;border:2px solid #a395e8;box-shadow:0 0 0 4px #2d3048,0 4px 8px rgba(0,0,0,.5)}.Prepare .box .actions .mission{flex-grow:1;display:flex;justify-content:end;align-items:center;gap:10px}.Prepare .box .actions .mission .ts>i{font-style:normal}.Prepare .box .actions .mission .btn-ready{text-transform:uppercase;min-width:250px;padding:10px;border-radius:10px;background-color:#3aa761;color:#f0f2f3;text-align:center}.Prepare .box .actions .mission .btn-ready .keyinfo{display:inline}.Prepare .box .actions .mission .btn-ready.done{background-color:rgba(0,0,0,0);color:#6ccc71}.Prepare .box .con{display:flex;justify-content:center;align-items:end;gap:20px}.Prepare .box .con .player{text-align:center}.Prepare .box .con .player .usr{max-width:125px;word-break:break-all;word-break:break-word;hyphens:none}.Prepare .box .con .player .status{color:#ff6e6e}.Prepare .box .con .player .status.g{color:#6ccc71}.Prepare.launching{animation:fade_to_black 2s forwards}.Prepare.launching .box .con{animation:fade_out 1s forwards}.Prepare.launching .box .nav{animation:slide_down_out .5s forwards}.Prepare.launching .box .actions{animation:slide_up_out .5s forwards}.Prepare.out{animation:fade_out .5s forwards}.Prepare.out .box .nav{animation:slide_down_out .5s forwards}.Prepare.out .box .actions{animation:slide_up_out .5s forwards}.Prologue{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0b111d;animation:fade_in 2s}.Prologue .box{width:100%;height:100%;overflow-y:auto}.Prologue .box .sub{max-width:1000px;margin:0 auto;padding:20px}.Prologue .box .sub .text{display:block;opacity:0;font-size:clamp(1.2rem,10vw + 1rem,1.8rem);line-height:2;padding:10px 0;font-weight:500;text-align:justify;text-align-last:left;animation:fade_in .5s ease .3s forwards}.Prologue .box .sub .text:last-child{margin-bottom:25vh}.Prologue .box .sub.out{animation:fade_out 1s forwards}.Prologue .box .actions{position:absolute;z-index:20;margin:0 auto;width:100%;bottom:0;left:0;display:flex;justify-content:space-between;align-items:center;padding:20px;gap:10px;background-color:rgba(28,34,44,.7);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;animation:fade_in .5s ease .3s forwards}.Prologue .box .actions .kui{flex-shrink:0;height:100%;padding:10px 20px;text-align:center;text-transform:uppercase;background-color:#2d3048;color:#a395e8;border-radius:10px;display:flex;justify-content:center;align-items:center;gap:3px;border:2px solid #a395e8;box-shadow:0 0 0 4px #2d3048,0 4px 8px rgba(0,0,0,.5)}.Prologue .box .actions .btn-skip{padding:10px;border-radius:5px;background-color:#00000b;color:#abadaf}.Prologue .box .actions .btn-skip .keyinfo{display:inline}.Prologue .box .actions.out{animation:fade_out 1s forwards}.Prologue .box .title{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:end;animation:prologue_drop 300ms ease forwards}.Prologue .box .title .text{position:relative;font-size:clamp(1.5rem,10vw + 1rem,3rem);width:100%;padding:40px;text-align:left;color:#0b111d;font-weight:600;animation:prologue_color .5s ease 5s forwards;letter-spacing:10px}.Prologue .box .title .text .bg{z-index:-1;background:linear-gradient(135deg, #a395e8, #a395e8, #f0f2f3);opacity:.7;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);position:absolute;top:0;left:0;height:100%;width:100%;animation:prologue_background 1s ease 5s forwards}.Prologue.launch{animation:prologue_set 1s ease forwards;background-color:rgba(0,0,0,0)}.Prologue.out{animation:slide_up_out 1s forwards}@keyframes prologue_set{0%{background-color:#0b111d;transform:translateY(0)}30%{transform:translateY(-100%);background-color:rgba(0,0,0,0)}100%{transform:translateY(0);background-color:rgba(0,0,0,0)}}@keyframes prologue_drop{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@keyframes prologue_color{0%{color:#0b111d}100%{text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;color:#f0f2f3}}@keyframes prologue_background{0%{transform:translateX(0)}100%{transform:translateX(100%)}}.Payout{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgba(100, 83, 139, 0.8), rgba(100, 53, 75, 0.8));opacity:0;transition:1s}.Payout .box{position:relative;margin:0 auto;width:100%;max-width:800px;height:100%;mix-blend-mode:overlay;transform:scale(0.9);transition:.5s;overflow:hidden}.Payout .box .completed{width:100%;height:100%;position:absolute;top:0;left:0;padding:20px;font-size:5em;font-weight:900;color:#fffffd;display:flex;justify-content:left;align-items:center;transform:translateY(-100%);transition:.2s}.Payout .box .economies,.Payout .box .crews{position:absolute;left:0;width:100%;display:flex;flex-direction:column}.Payout .box .economies{top:0;height:100%;justify-content:end;align-items:start;transition:1s;padding:20px}.Payout .box .economies .eco{color:#fffffd;transform:translateY(-100vh);transition:.5s}.Payout .box .economies .eco .eco-title{font-weight:400;font-size:2em}.Payout .box .economies .eco .eco-desc{font-weight:900;font-size:3em}.Payout .box .crews{top:0;justify-content:end;align-items:end;transition:.25s;transform:translateY(-100%)}.Payout .box .crews .crew{color:#fffffd;padding-right:20px;padding-top:20px;font-weight:400;font-size:2em}.Payout .box .crews .crew i{font-style:normal}.Payout .box .crews .crew:nth-child(1) i{color:#fff3ad}.Payout .box .crews .crew:nth-child(2) i{color:#bff}.Payout .box .crews .crew:nth-child(3) i{color:#caae89}.Payout .box .crews .crew:nth-child(4) i{color:#c98c8c}.Payout .changed{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, #2d3048, #a395e8, #1c222c);opacity:0;transition:2s}.Payout.fail .changed{background:linear-gradient(135deg, #2d3048, #da373b, #1c222c)}.Payout.out{animation:fade_out 2s forwards}.jumpscare{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;transform:translateX(100vw) translateY(-75vh)}.jumpscare .icon{image-rendering:pixelated}.jumpscare.animate{animation:jumpscareslide 1.5s linear forwards}@keyframes jumpscareslide{0%{transform:translateX(100vw) translateY(-75vh)}100%{transform:translateX(-100vw) translateY(75vh)}}.f-paper{position:absolute;top:0;left:0;z-index:20;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.f-paper .box{position:relative;width:calc(100% - clamp(10px,3vh,20px));max-width:800px;height:calc(100% - clamp(10px,3vh,20px));background:linear-gradient(to right, #dadada 0%, #e8e6e3 10%, #e8e6e3 90%, #dadada 100%);border-radius:3px;box-shadow:0 20px 60px rgba(0,0,0,.3),0 0 100px rgba(0,0,0,.1) inset,0 0 3px rgba(0,0,0,.1);padding:clamp(10px,3vh,20px) calc(clamp(10px,3vh,20px)*2 + clamp(5px,1.2vh,10px));overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:clamp(10px,3vh,20px);animation:slide_up_in .5s}.f-paper .box::after{content:"";position:absolute;left:calc(clamp(10px,3vh,20px)*2);top:0;bottom:0;width:1px;background:linear-gradient(to bottom, transparent 0%, rgba(255, 0, 0, 0.2) 10%, rgba(255, 0, 0, 0.2) 90%, transparent 100%)}.f-paper .box .actions{flex-shrink:0;width:100%;display:flex;justify-content:space-between;align-items:center;gap:clamp(4px,1vh,8px)}.f-paper .box .actions .act{display:flex;justify-content:center;align-items:center;gap:clamp(4px,1vh,8px)}.f-paper .box .actions .act.act-1 i{color:#555}.f-paper .box .actions .act .keyinfo{color:#abadaf}.f-paper .box .actions .act .btn-close{font-size:calc(clamp(1rem,5vh,1.6rem)*1.4);color:#2d3048}.f-paper .box .content{flex-grow:1;overflow-y:auto;padding:0 clamp(10px,3vh,20px);position:relative;scroll-behavior:smooth;scrollbar-color:rgba(0,0,0,.2) rgba(0,0,0,.05)}.f-paper .box .content .page{display:none;animation:paper_in .5s forwards}.f-paper .box .content .page.active{display:block}.f-paper .box .content .page h2{color:#2c3e50;font-size:clamp(1rem,5vh,1.6rem);margin-bottom:20px;font-weight:300;border-bottom:2px solid #d0d0d0;padding-bottom:10px}.f-paper .box .content .page p{color:#444;line-height:1.8;margin-bottom:clamp(10px,3vh,20px);text-align:justify;text-align-last:left}.f-paper .box .content .page p span{border-top-right-radius:clamp(5px,1.2vh,10px);border-bottom-right-radius:clamp(10px,3vh,20px);padding:0 clamp(4px,1vh,8px);background-color:#fee75b}.f-paper .box .content .page img{display:block;width:55vh;min-width:45%;max-width:75%;margin:0 auto;padding:10px;padding-bottom:20px;background:linear-gradient(90deg, #dadada, #c2c8d3);box-shadow:-5px 5px 3px gray;image-rendering:pixelated}.f-paper .box .navigation{flex-shrink:0;width:100%;display:flex;justify-content:space-between;align-items:center}.f-paper .box .navigation .nav-btn{padding:clamp(4px,1vh,8px) clamp(10px,3vh,20px);background-color:#a395e8;color:#0b111d;border:2px solid #0b111d;border-radius:clamp(10px,3vh,20px);box-shadow:0 0 0 2px #a395e8,0 2px 4px rgba(0,0,0,.5);display:flex;align-items:center;gap:clamp(4px,1vh,8px)}.f-paper .box .navigation .nav-btn.prev{background-color:#0b111d;color:#a395e8;border-color:#a395e8;box-shadow:0 0 0 2px #0b111d,0 2px 4px rgba(0,0,0,.5)}.f-paper .box .navigation .nav-btn:disabled{opacity:.3;cursor:not-allowed;transform:none}.f-paper .box .navigation .page-indicator{background:rgba(0,0,0,.1490196078);padding:clamp(4px,1vh,8px) clamp(10px,3vh,20px);border-radius:clamp(10px,3vh,20px);font-size:calc(clamp(1rem,5vh,1.2rem)*.85);color:#555;font-weight:500}.f-paper.out{animation:slide_up_out .5s forwards}@keyframes paper_in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.FingCra{z-index:20;position:absolute;top:0;left:0;width:100%;height:100%}.FingCra .conn{width:100%;height:100%;padding:20px;display:flex;justify-content:center;align-items:center;gap:20px}.FingCra .conn .left,.FingCra .conn .right,.FingCra .conn .center{border-radius:20px;overflow:hidden}.FingCra .conn .left,.FingCra .conn .center{width:50%;height:100%;background-color:rgba(11,17,29,.8);border:1px solid #2d3048}.FingCra .conn .left .desc,.FingCra .conn .center .desc{width:100%;height:45px;text-align:center;text-transform:uppercase;padding:10px;background:#2d3048;color:#f0f2f3}.FingCra .conn .left .step,.FingCra .conn .center .step{width:100%;height:52px;padding:10px;display:flex;justify-content:center;align-items:center;gap:20px}.FingCra .conn .left .step .sq,.FingCra .conn .center .step .sq{width:30px;height:30px;border:1px solid #f0f2f3;background-color:#a395e8}.FingCra .conn .left .step .sq.done,.FingCra .conn .center .step .sq.done{display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0);color:#6ccc71}.FingCra .conn .left .step .sq.done::before,.FingCra .conn .center .step .sq.done::before{font-family:"Font Awesome 7 Pro";font-weight:600;content:""}.FingCra .conn .left .step.v2,.FingCra .conn .center .step.v2{border-bottom:1px solid #2d3048}.FingCra .conn .left .step.v2 .sq.done,.FingCra .conn .center .step.v2 .sq.done{display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0);color:#ff6e6e}.FingCra .conn .left .step.v2 .sq.done::before,.FingCra .conn .center .step.v2 .sq.done::before{content:""}.FingCra .conn .left .content,.FingCra .conn .center .content{width:100%;padding:10px}.FingCra .conn .left .content{padding:20px;width:100%;height:calc(100% - 142px);display:flex;justify-content:center;align-items:center}.FingCra .conn .left .content img,.FingCra .conn .left .content canvas{max-width:100%;max-height:100%}.FingCra .conn .center .content{padding:0;width:100%;height:calc(100% - 97px);display:flex;justify-content:center;align-items:center;overflow-y:auto;scrollbar-width:thin}.FingCra .conn .center .content .content-outer{margin:auto;padding:10px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.FingCra .conn .center .content .content-outer .imgcover{background-color:#1c222c;padding:5px;padding-bottom:0;border:2px solid rgba(0,0,0,0);cursor:url(0651dae493a3574bc294.png),pointer}.FingCra .conn .center .content .content-outer .imgcover .connection-canvas{width:100%;height:100%;max-width:100px;max-height:100px}.FingCra .conn .center .content .content-outer .imgcover img,.FingCra .conn .center .content .content-outer .imgcover canvas{width:100%;height:100%;max-width:100px;max-height:100px}.FingCra .conn .center .content .content-outer .imgcover.enabled{border-color:#fee75b}.FingCra .conn .center .content .content-outer .imgcover.selected{box-shadow:inset 0 0 0 4px #1c222c,inset 0 0 0 6px #5865f1}.FingCra .conn .right{flex-shrink:0;width:100px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around;gap:10px}.FingCra .conn .right .btn{background-color:#1c222c;padding:20px 10px;flex-grow:1;width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;color:#f0f2f3;font-weight:bold;text-transform:uppercase;cursor:url(0651dae493a3574bc294.png),pointer;gap:5px}.FingCra .conn .right .btn-help{flex-shrink:0;flex-grow:0}.FingCra .conn .right .btn-check{color:#f0f2f3;opacity:1;background-color:#3aa761}.FingCra .conn .right .btn:active{opacity:.8}.FingCra .conn .right .btn-check.disabled{background-color:#333438;color:hsla(0,0%,100%,.3137254902)}.FingCra .conn .right .btn-abort{color:#ff6e6e}.FingCra .tutor{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(11,17,29,.7)}.FingCra .tutor .box{width:calc(100% - 40px);max-width:500px;background-color:#1c222c;border:1px solid #fee75b;padding:20px;border-radius:10px;animation:popup_in .5s}.FingCra .tutor .box .title{text-align:center;font-size:1.2em;text-transform:uppercase;margin-bottom:10px}.FingCra .tutor .box ul,.FingCra .tutor .box ol{margin-bottom:10px;margin-left:1em}.FingCra .tutor .box .btn{width:100%;padding:10px;background-color:#3aa761;text-align:center;font-weight:bold;border-radius:5px;cursor:url(0651dae493a3574bc294.png),pointer}.FingCra .tutor.out .box{animation:popup_out .5s forwards}.FingCra .fingscan{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(11,17,29,.7)}.FingCra .fingscan .content{background-color:#1c222c;position:relative;width:calc(100% - 40px);height:calc(100% - 40px);max-width:400px;max-height:500px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;padding:20px;border-radius:10px;box-shadow:inset 0 0 10px 5px #a395e8;animation:fade_in .5s ease}.FingCra .fingscan .content .box{position:relative;height:240px;width:240px;overflow:hidden;animation:fingerscan_animated 1s ease}.FingCra .fingscan .content .box img{margin-top:20px;height:200px}.FingCra .fingscan .content .box:after{content:"";position:absolute;width:240px;height:10px;background-color:#a395e8;box-shadow:0 0 10px #a395e8;bottom:0;left:0;border-radius:10px}.FingCra .fingscan .desc{font-weight:bold;font-size:2em}.FingCra .fingscan .desc.cyan{color:#a395e8}.FingCra .fingscan.true .content{box-shadow:inset 0 0 10px 5px #6ccc71}.FingCra .fingscan.true .content .box{animation:none}.FingCra .fingscan.true .content .box:after{display:none}.FingCra .fingscan.true .desc{color:#6ccc71}.FingCra .fingscan.false .content{box-shadow:inset 0 0 10px 5px #ff6e6e}.FingCra .fingscan.false .content .box{animation:none}.FingCra .fingscan.false .content .box:after{display:none}.FingCra .fingscan.false .desc{color:#ff6e6e}.FingCra .fingscan.out .content{animation:fade_out .5s ease}@keyframes fingerscan_animated{0%{height:10px}100%{height:240px}}.FingClo{z-index:20;position:absolute;width:100%;height:100%}.FingClo .conn{width:100%;height:100%;max-width:1000px;margin:0 auto;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.FingClo .conn .top{flex-grow:1;max-height:100%;width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:0}.FingClo .conn .top .left,.FingClo .conn .top .right{background-color:rgba(11,17,29,.8);width:50%;height:100%;border:1px solid #2bab4e;overflow:hidden}.FingClo .conn .top .left .desc,.FingClo .conn .top .right .desc{width:100%;max-height:45px;padding:10px;text-align:center;border-bottom:1px solid #2bab4e;color:#f0f2f3;text-transform:uppercase}.FingClo .conn .top .left .content,.FingClo .conn .top .right .content{width:100%;height:calc(100% - 45px)}.FingClo .conn .top .left .content{display:flex;justify-content:center;align-items:center;padding:20px}.FingClo .conn .top .left .content img{max-width:100%;max-height:100%}.FingClo .conn .top .right .content{padding:0;width:100%;height:calc(100% - 45px);display:flex;justify-content:center;align-items:center}.FingClo .conn .top .right .content .box{padding:20px;display:grid;grid-template-columns:1fr;width:100%;height:fit-content;gap:5px;overflow-y:auto;scrollbar-width:thin}.FingClo .conn .top .right .content .box .imgcover{position:relative;border:1px solid #2bab4e;display:flex;justify-content:space-between;align-items:center;margin:auto;background-color:rgba(11,17,29,.7);background-size:cover;background-repeat:no-repeat;background-position-x:0}.FingClo .conn .top .right .content .box .imgcover .arrow{width:50%;height:100%;display:flex;align-items:center;cursor:url(0651dae493a3574bc294.png),pointer}.FingClo .conn .top .right .content .box .imgcover .arrow i{visibility:hidden}.FingClo .conn .top .right .content .box .imgcover.selected{border-color:#f0f2f3}.FingClo .conn .top .right .content .box .imgcover.selected .arrow i{visibility:visible}.FingClo .conn .top .right .content .box .imgcover.selected .arrow.aleft{background:linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(11, 17, 29, 0.7), #0b111d);justify-content:left;padding-left:10px}.FingClo .conn .top .right .content .box .imgcover.selected .arrow.aright{background:linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(11, 17, 29, 0.7), #0b111d);justify-content:right;padding-right:10px}.FingClo .conn .bottom{flex-shrink:0;width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px}.FingClo .conn .bottom .left{flex-grow:1;height:100%;background-color:rgba(11,17,29,.8);display:flex;justify-content:start;align-items:center}.FingClo .conn .bottom .left .title{color:#f0f2f3;flex-shrink:0;text-transform:uppercase;border-right:1px solid #2bab4e;height:100%;padding:10px 20px}.FingClo .conn .bottom .left .step{flex-grow:1;height:100%;display:flex;justify-content:center;align-items:center;gap:30px}.FingClo .conn .bottom .left .step .sq{border-radius:50%;width:8px;height:8px;outline:1px solid #2bab4e;outline-offset:5px}.FingClo .conn .bottom .left .step .sq.done{background-color:#2bab4e}.FingClo .conn .bottom .right{flex-shrink:0;height:100%;display:flex;justify-content:end;align-items:center;gap:10px}.FingClo .conn .bottom .right .btn-abort,.FingClo .conn .bottom .right .btn-help{padding:10px 20px;height:100%;text-align:center;background-color:rgba(11,17,29,.8);color:#f0f2f3;display:flex;justify-content:center;align-items:center;cursor:url(0651dae493a3574bc294.png),pointer;gap:5px}.FingClo .conn .bottom .right .btn-abort{color:#ff6e6e}.FingClo .conn .bottom .right .btn-abort:active{background-color:#da373b;color:#f0f2f3}.FingClo .fingscan{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(11,17,29,.7);display:flex;justify-content:center;align-items:center}.FingClo .fingscan .content{background-color:#1c222c;position:relative;width:calc(100% - 40px);height:calc(100% - 40px);max-width:400px;max-height:500px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;padding:20px;border-radius:10px;box-shadow:inset 0 0 10px 5px aqua;animation:fade_in .5s}.FingClo .fingscan .content .box{position:relative;display:flex;justify-content:center;align-items:center;transform:scale(5)}.FingClo .fingscan .content .box .connection{position:absolute;width:50px;height:50px;border-radius:150px;border:5px solid rgba(0,0,0,0);border-top:5px solid #444;animation:wifi 1s linear infinite}.FingClo .fingscan .content .box .connection:nth-child(1){animation-delay:.6s}.FingClo .fingscan .content .box .connection:nth-child(2){border-width:6px;width:38px;height:38px;animation-delay:.4s}.FingClo .fingscan .content .box .connection:nth-child(3){width:24px;height:24px;animation-delay:.2s}.FingClo .fingscan .content .box .connection:nth-child(4){width:12px;height:12px}.FingClo .fingscan .content .box.correct .connection{border-top-color:aqua;animation:none;animation:unset}.FingClo .fingscan .content .desc{font-size:2em;font-weight:bold}.FingClo .fingscan .content .desc.cyan{color:aqua}.FingClo .fingscan.true .content{background-color:aqua;color:#0b111d}.FingClo .fingscan.false .content{background-color:#f76767;color:#0b111d;box-shadow:inset 0 0 10px 5px #f76767}.FingClo .fingscan.out .content{animation:fade_out .5s forwards}.FingClo .tutor{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(11,17,29,.7)}.FingClo .tutor .box{width:calc(100% - 40px);max-width:500px;background-color:#1c222c;border:1px solid #fee75b;padding:20px;border-radius:10px;animation:popup_in .5s}.FingClo .tutor .box .title{text-align:center;font-size:1.2em;text-transform:uppercase;margin-bottom:10px}.FingClo .tutor .box ul,.FingClo .tutor .box ol{margin-bottom:10px;margin-left:1em}.FingClo .tutor .box .btn{width:100%;padding:10px;background-color:#3aa761;text-align:center;font-weight:bold;border-radius:5px;cursor:url(0651dae493a3574bc294.png),pointer}.FingClo .tutor.out .box{animation:popup_out .5s forwards}@keyframes wifi{70%,100%{border-top-color:#444}0%,40%{border-top-color:#aaa}}.Chat{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%}.Chat.hide{visibility:hidden}.Chat:not(:has(.hide)){z-index:30}.Chat .box{width:100%;max-width:600px;height:100%;padding:30px;position:absolute;bottom:0;left:0;display:flex;flex-direction:column;align-items:end;gap:15px;min-height:0}.Chat .box:not(:has(.hide)) .content .list{padding:10px;background-color:#1c222c;overflow-y:auto;scrollbar-width:thin;border:4px solid #a395e8;box-shadow:0 0 0 4px #1c222c,0 8px 16px rgba(0,0,0,.5);border-radius:10px}.Chat .box:not(:has(.hide)) .content .list .cht:last-child{margin-bottom:0}.Chat .box .chat-form{flex-shrink:0;width:100%;display:flex;align-items:center;justify-content:space-between;background-color:#1c222c;border:4px solid #a395e8;box-shadow:0 0 0 4px #1c222c,0 8px 16px rgba(0,0,0,.5);border-radius:10px;overflow:hidden}.Chat .box .chat-form.hide{visibility:hidden}.Chat .box .chat-form .btn{flex-shrink:0;padding:10px;text-align:center;background-color:rgba(0,0,0,0);color:#fff;display:block;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.Chat .box .chat-form .btn.btn-chat-send{color:#6ccc71}.Chat .box .chat-form .btn.btn-chat-cancel{color:#ff6e6e}.Chat .box .chat-form input{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;display:block;flex-grow:1;padding:10px 0;background-color:rgba(0,0,0,0);color:#f0f2f3;letter-spacing:1px}.Chat .box .content{flex-grow:1;position:relative;width:100%;height:calc(100% - 100px);min-height:0}.Chat .box .content .list{position:absolute;bottom:0;left:0;width:100%;max-height:100%;overflow-x:hidden;overflow-y:hidden;scroll-behavior:smooth}.Chat .box .content .list .cht{display:block;line-height:1.5;margin-bottom:5px;word-break:break-all;word-break:break-word;hyphens:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:600;color:#f0f2f3}.Chat .box .content .list .cht i{font-style:normal;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.Chat .box .content .list .cht .uname{margin-right:5px;color:#a395e8}.Chat .box .content .list .cht .y{color:#fee75b}
