.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-left:1rem;margin-top:1rem;margin-right:1.5rem}.sidebar-left{display:flex;align-items:center;gap:.8rem}.sidebar-left img{width:3rem;height:3rem;border-radius:5rem}.title-header{display:flex;align-items:center;gap:.1rem;color:#e3703f}.title-header p{margin:0;font-size:9pt;font-weight:700}.title-header svg{width:.8rem;height:.8rem}.title-subheader p{margin:0;font-size:14pt;font-weight:800;color:#fff}.title-subheader span{font-size:11pt;font-weight:500;color:#b8b8b8}.close-menu{color:#fff;font-size:18pt;cursor:pointer}aside{background-color:#131427;float:left;width:18rem;border-right:#494A5A 2px solid;height:100vh;overflow:hidden;z-index:5;overflow-y:scroll;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.sidebar-hidden{display:none}@media screen and (max-width: 1024px){aside{position:fixed;transition:.5s ease-in-out}.sidebar-hidden{display:block;opacity:100;transform:translate(-20rem)}.background-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;transition:.5s ease-in-out;z-index:1;backdrop-filter:blur(1px)}}.power-item-group{display:flex;flex-direction:column;gap:.5rem}.power-item-group p{margin:0;color:#fff;text-transform:uppercase;font-size:11pt;font-weight:500}.power-item{display:flex;align-items:center;color:#e1e1e1;background-color:#131427;border:2px solid transparent;cursor:pointer;border-radius:1rem;padding:.6rem 1rem;user-select:none;gap:.8rem}.power-item svg{font-size:15pt}.power-item h2{margin:0;font-size:15pt}.power-item:hover:not(.power-item-active){border:2px solid #494A5A}.power-item-active{border:2px solid #E3703F;filter:drop-shadow(0px 0px 3px #E3703F);will-change:filter}.sidebar-content{margin-top:1.5rem;margin-left:1rem;margin-right:1rem}.search-item{position:relative}.search-item svg{position:absolute;font-size:16pt;left:1rem;top:calc(50% - .7rem);color:#b8b8b8}.search-item input{margin:0;border:2px solid #494A5A;background-color:transparent;border-radius:.8rem;padding:.5rem 1rem .5rem 3rem;color:#b8b8b8;font-size:15pt;width:100%;box-sizing:border-box;font-weight:700}.power-item-area{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.home-header{font-size:48pt;margin:0;color:#fff;font-weight:900}.home-subtext{font-size:16pt;color:#fff;font-weight:600;margin:0}.tool-list{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.home-tool{display:flex;align-items:center;user-select:none;width:100%;background-color:#0f1012;border:2px solid #494A5A;color:#fff;border-radius:1.5rem;padding:1.3rem 2rem;gap:1rem;cursor:pointer}.home-tool svg{font-size:22pt}.home-tool h1{margin:0;font-size:22pt}.home-tool p{font-size:20pt;font-weight:500;margin:0}@media screen and (max-width: 768px){.home-tool{flex-direction:column}}.home-element{display:flex;align-items:center;gap:1rem;margin-top:2rem;margin-bottom:1.5rem}.home-element svg{font-size:24pt;color:#e3703f}.home-element h1{margin:0;font-size:24pt;font-weight:900;color:#e3703f}.error-area{display:flex;align-items:center;border:2px dashed #E33F3F;border-radius:1.2rem;padding:1rem;gap:1rem;margin-bottom:1rem}.error-area svg{font-size:24pt;color:#e33f3f}.error-area h2{color:#e1e1e1;margin:0;font-size:20pt}.btn{display:flex;align-items:center;color:#e1e1e1;background-color:transparent;border-radius:1rem;padding:.7rem 1rem;user-select:none;gap:.5rem;border:2px solid #E3703F;transition:filter .2s;will-change:filter;font-size:16pt;font-weight:700;cursor:pointer}.btn:hover{filter:brightness(1.2)}.info-area{color:#fff}.info-area p{font-size:16pt;font-weight:700;margin:1rem 0;padding:0}.info-area .action-area{display:flex;flex-wrap:wrap;gap:1rem}.info-area .title-area{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem}.info-area .title-area h1{font-size:48pt;font-weight:900;margin:0;padding:0}@media screen and (max-width: 768px){.info-area p{font-size:12pt}.info-area .title-area h1{font-size:36pt}}.base64-encoder{display:flex;flex-direction:column;color:#fff}.area{background-color:#131427;color:#e1e1e1;border-radius:1rem;padding:1rem;resize:none;width:100%;box-sizing:border-box;font-size:16pt}.base64-decoder{display:flex;flex-direction:column;color:#fff}.qr-code{width:100%;border:2px solid #494A5A;border-radius:1.5rem;padding:1.5rem 2rem}.qr-code .tabs{display:flex;gap:1rem;overflow-x:scroll}.qr-code .tab{font-size:28pt;color:#e1e1e1;margin:0;cursor:pointer;user-select:none}.qr-code .tab:hover{color:#e3703f}.qr-code .tab-selected{border-bottom:3px solid #E3703F;border-radius:2px;color:#fff}.qr-editor{display:flex;padding-top:2rem;justify-content:space-between;overflow:hidden;gap:3rem}.qr-input{width:100%}.qr-area{background-color:#131427;color:#e1e1e1;border-radius:1rem;padding:1rem;resize:none;width:100%;height:100%;box-sizing:border-box;font-size:16pt}.qr-group{display:flex;gap:1rem;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:1rem}.qr-group h2{color:#fff;margin:0}.qr-input-field{background-color:#131427;color:#e1e1e1;border:2px solid #494A5A;border-radius:1rem;padding:1rem;box-sizing:border-box;font-size:16pt}.qr-result{border:.5rem solid #FFFFFF;border-radius:1rem}@media screen and (max-width: 1024px){.qr-code .tab{font-size:20pt}.qr-editor{flex-direction:column;gap:1rem;align-items:center}.qr-input-field{width:100%}}.software-grid{display:flex;gap:1rem;flex-wrap:wrap}.software-item{display:flex;flex-direction:column;gap:.4rem;width:5rem;height:5rem;border:2px solid #494A5A;align-items:center;justify-content:center;padding:1rem;border-radius:.8rem;cursor:pointer;user-select:none}.software-item img{width:4rem;height:4rem}.software-item p{margin:0;color:#b8b8b8;font-size:14pt;font-weight:700}.software-item:hover,.software-item-active{border:2px solid #E3703F}.package-area{background-color:#0f1012;border:2px solid #494A5A;border-radius:1rem;width:20rem;padding:1rem;display:flex;flex-direction:column;gap:.8rem}.package-area .package-title{display:flex;align-items:center;gap:.5rem}.package-area .package-title img{width:2rem;height:2rem}.package-area .package-title h2{margin:0;color:#e1e1e1}.package-area .package-title span{color:#e3703f}.package-failed{border:2px dashed #E33F3F}.align-right{display:flex;justify-content:flex-end;height:2.6rem}.configuration-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.configuration-row .left-area{color:#e1e1e1;display:flex;align-items:center;gap:.3rem;font-size:16pt;font-weight:700}.configuration-row .left-area p{margin:0}.input-field{background-color:#0f1012;color:#e1e1e1;border:2px solid #494A5A;border-radius:1rem;padding:.4rem .7rem;box-sizing:border-box;font-size:16pt;width:60%}.log-area{background-color:#0f1012;border:2px solid #494A5A;border-radius:1rem;padding:1rem;width:20rem}.log-area .header-area{display:flex;align-items:center;gap:.5rem;color:#e1e1e1}.log-area .header-area svg{font-size:16pt}.log-area .header-area h2{margin:0;font-size:16pt}.log-area .log-items{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.log-area .log-items .log-item{display:flex;align-items:center;gap:.6rem;color:#e1e1e1}.log-area .log-items .log-item svg{color:#494a5a;font-size:20pt}.log-area .log-items .log-item p{margin:0;font-size:16pt;font-weight:500;overflow:hidden;text-overflow:ellipsis}.log-area .log-items .icon-success svg{color:#3fe34d}.log-area .log-items .icon-failed svg{color:#e33f3f}.install-area{margin-top:2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem}.configuration-area{display:flex;flex-direction:column;gap:1rem}.sidebar-footer{display:flex;justify-content:center;align-items:center;gap:.5rem;width:18rem;margin-bottom:.8rem}.sidebar-footer p{color:#fff;margin:0;font-weight:500;font-size:15pt}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/assets/fonts/inter-v12-latin-regular.eot);src:url(/assets/fonts/inter-v12-latin-regular.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/inter-v12-latin-regular.woff2) format("woff2"),url(/assets/fonts/inter-v12-latin-regular.woff) format("woff"),url(/assets/fonts/inter-v12-latin-regular.ttf) format("truetype"),url(/assets/fonts/inter-v12-latin-regular.svg#Inter) format("svg")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/assets/fonts/inter-v12-latin-500.eot);src:url(/assets/fonts/inter-v12-latin-500.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/inter-v12-latin-500.woff2) format("woff2"),url(/assets/fonts/inter-v12-latin-500.woff) format("woff"),url(/assets/fonts/inter-v12-latin-500.ttf) format("truetype"),url(/assets/fonts/inter-v12-latin-500.svg#Inter) format("svg")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/assets/fonts/inter-v12-latin-700.eot);src:url(/assets/fonts/inter-v12-latin-700.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/inter-v12-latin-700.woff2) format("woff2"),url(/assets/fonts/inter-v12-latin-700.woff) format("woff"),url(/assets/fonts/inter-v12-latin-700.ttf) format("truetype"),url(/assets/fonts/inter-v12-latin-700.svg#Inter) format("svg")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(/assets/fonts/inter-v12-latin-800.eot);src:url(/assets/fonts/inter-v12-latin-800.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/inter-v12-latin-800.woff2) format("woff2"),url(/assets/fonts/inter-v12-latin-800.woff) format("woff"),url(/assets/fonts/inter-v12-latin-800.ttf) format("truetype"),url(/assets/fonts/inter-v12-latin-800.svg#Inter) format("svg")}body,html{background-color:#131427;font-family:Inter,sans-serif;height:100%;margin:0}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:#494A5A;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#E3703F}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:#494A5A 2px solid}.header h1{color:#b8b8b8;margin:0;font-weight:900}.header span{color:#fff}.header svg{font-size:24pt;color:#fff;cursor:pointer}.header-left{display:flex;align-items:center;gap:.8rem}.content-wrapper{padding:2rem 20vw 0 5rem;height:calc(100vh - 7rem);overflow-y:scroll;overflow-x:hidden}@media screen and (max-width: 1024px){.content-wrapper{padding:2rem 22vw 0 2rem}}@media screen and (max-width: 768px){.content-wrapper{padding:2rem 6rem 0 2rem}}@media screen and (max-width: 375px){.content-wrapper{padding:2rem 6rem 0 .5rem}}
