#main{min-height:calc(100dvh - 64px);min-height:calc(100vh - 64px);width:100%;max-width:1200px;margin:0 auto}#main,#pop-up{display:flex;justify-content:center}#pop-up{flex-direction:column;align-items:center;gap:30px;margin-top:calc(50vh - 200px);max-width:500px;height:fit-content;padding:50px;border-radius:40px;background-color:#00ccff15;border:3px solid #00ccff}#pop-up p{font-size:1.5rem;color:#ff6200;padding-left:10px}#pop-up button,#pop-up input{display:flex;justify-content:center;align-items:center;position:relative;width:350px;font-size:1.5rem;padding:10px;border-radius:5px;border:2px solid #00ccff;cursor:pointer;transition:all .1s;z-index:10}#pop-up button:hover{background:#00ccff34}#pop-up button:active{background:#ff620034;border:2px solid #ff6200}#file-catcher{width:100%;height:100%;position:absolute;top:0;z-index:5}.active-catcher{z-index:30!important}#hidden-catcher{z-index:-10;opacity:0}#catcher{z-index:15!important;opacity:1}.file-catcher-content{position:absolute;width:100%;height:calc(100% - 64px);top:64px;display:flex;justify-content:center;align-items:center;background:#030811fa;background-image:radial-gradient(75% 75% at 50% 50%,#ff620045 0,#073AFF00 150%),linear-gradient(0deg,#030811fa,#030811fa);transition:.3s}.file-catcher-content h1{max-width:90dvw;font-size:5rem;font-weight:700;color:#ff6200;text-shadow:0 0 350px #ff620092;align-content:center;text-align:center}#config-content{display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width:700px){.file-catcher-content h1{font-size:4rem}}@media (max-width:600px){.file-catcher-content h1{font-size:3rem}}@media (max-width:500px){#pop-up{max-width:400px}#pop-up button{padding:10px;width:340px}}@media (max-width:430px){.file-catcher-content h1{font-size:2rem}#pop-up{max-width:350px;padding:35px}#pop-up button{padding:5px;width:280px}#pop-up p{font-size:1.2rem}#pop-up img{width:40px;height:40px}}@media (max-width:370px){#pop-up{width:90%;max-width:360px;padding:35px 20px;border-radius:25px}#pop-up button{padding:5px;width:75dvw}#pop-up p{font-size:1rem}#pop-up img{width:30px;height:30px}#file-catcher,.file-catcher-content{display:none}}#config-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-10;background-size:100% 100%;background-position:0 0,0 0,0 0,0 0;background:#000b1b}#editor{width:96dvw;max-width:1200px;--editor-border:3px solid #00ccff;border-bottom:var(--editor-border);border-left:var(--editor-border);border-right:var(--editor-border);border-bottom-left-radius:25px;border-bottom-right-radius:25px;padding-bottom:20px;background:#00ccff06}#customs{width:100%;border-bottom:1px solid #00ccff}#customs>div:first-child{width:calc(100% - 30px);height:100px;margin:0 15px;font-size:1.5rem;display:flex;justify-content:space-between;align-items:center}#customs>div:first-child button{background:#00ccff15;width:60px;height:60px;border-radius:15px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s;outline:2px}#customs>div:first-child button:hover{background:#00ccff22}#customs>div:first-child button:active{background:#00ccff62}#built-ins{height:100px;padding:0 15px;justify-items:start;font-size:1.5rem;border-bottom:1px solid #00ccff}#built-ins,#download{width:100%;display:flex;align-items:center}#download{max-width:1400px;min-height:200px;flex-direction:column;justify-content:center;margin-top:25px;--download-border:3px solid #ff6200;border-top:var(--download-border);border-left:var(--download-border);border-right:var(--download-border);border-top-left-radius:25px;border-top-right-radius:25px;background-color:#ff620014}#download button{padding:20px;border:2px solid #ff6200;border-radius:20px;color:#ff6200;font-size:1.5rem;font-weight:700;background:#ff62003a;cursor:pointer;transition:.3s}#download button:hover{background:#ff620055}#download button:active{background:#ff6200;color:white}:root{--input-width:400px}@media (max-width:550px){:root{--input-width:350px}}@media (max-width:500px){:root{--input-width:300px}}@media (max-width:450px){:root{--input-width:250px}#download button{padding:10px;font-size:1.3rem}}@media (max-width:350px){:root{--input-width:200px}#download button{font-size:1rem;padding:8px}#download{min-height:150px}}.alert{padding:20px 5px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #00ccff}.alert>div{margin:0 30px}@media (max-width:1050px){.alert{flex-direction:column}}.alert>div:first-child{display:flex;flex-direction:column}.alert-prop{display:flex;justify-content:start;align-items:center}.alert-prop p{min-width:50px;display:inline;font-size:1rem}.alert-prop input{display:inline;padding:8px;margin:5px;font-size:1rem;width:var(--input-width);background:#00ccff1a;border-radius:8px}.triggers{width:fit-content}.triggers-header{display:flex;justify-content:space-between;align-items:center}.alert-triggers{margin-left:20px;display:flex;width:fit-content;flex-direction:column;padding-top:10px;margin-bottom:10px;gap:10px}.alert-header{display:flex;justify-content:start;align-items:center;gap:10px;font-size:1.5rem}.alert-header input{width:25px;height:25px}.trigger{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px;border:1px solid #ff6200;border-radius:10px}.trigger img{min-width:25px;min-height:25px}.triggers button{display:flex;justify-content:center;align-items:center;padding:10px;border-radius:10px;cursor:pointer;transition:.4s}.triggers button:hover{background-color:#ff62002c}.triggers button:active{background-color:#ff6200a6}.triggerSelect{width:var(--input-width);margin:5px}.triggerSelect__indicators{display:none!important}.triggerSelect__control{background-color:#00ccff1a!important;outline:0!important;border:0!important}.triggerSelect__menu{background-color:#0a1218!important}.triggerSelect__option,.triggerSelect__single-value{color:#ffffff!important}.triggerSelect__option--is-focused{background:#12212c!important}.trigger-input{background:#00ccff1a;border-radius:4px;width:var(--input-width);padding:5px 10px;margin-left:5px;margin-bottom:5px}.alert-title{margin-top:10px}.alert-embed-wrapper{padding-left:20px}.alert-embed{margin-top:5px;padding:5px 5px 15px;border:1px solid #ff6200;border-radius:10px}.alert-embed div{margin-top:10px;margin-left:20px;display:flex;flex-direction:column;justify-content:center;align-items:start}.alert-embed input{min-height:40px}.alert-embed input,.alert-embed textarea{display:inline;padding:8px;margin-left:20px;font-size:1rem;width:var(--input-width);background:#00ccff1a;border-radius:8px}.alert-embed textarea{min-height:200px;height:fit-content;overflow-y:scroll;scrollbar-width:none}.alert-embed textarea::-webkit-scrollbar{display:none}.destruct{width:100%;height:100px;display:flex;justify-content:center;align-items:center}.destruct button{padding:10px 50px;border-radius:20px;border:1px solid #ff3939;color:#ff3939;background:#ff39391c;font-size:1.5rem;font-weight:700;cursor:pointer;transition:.3s}.destruct button:hover{background:#ff393933}.destruct button:active{background:#ff3939;color:#ffffff}#buttons>div{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:0}#buttons input{width:25px;height:25px}.wrong-input{transition:.5s;border:1px solid red;background:#ff00001a!important}.error-message{color:#ff0000;font-size:.9rem}@media (max-width:450px){.alert-embed-wrapper{padding-left:10px}.alert-embed div,.alert-embed input,.alert-embed textarea{margin-left:10px}}.embed-wrapper{margin:100px 0}.embed-container{width:fit-content;max-width:500px;min-width:250px;height:fit-content;background:#242429;border:2px solid #323237;border-radius:5px;display:inline-flex;align-items:stretch}.embed-container p{color:#ffffff;text-wrap:wrap}.embed-container a{color:#5197ed}.bold{font-weight:700}.embed-container pre{color:#ffffff;background:#282939;padding:8px;margin-bottom:15px;border-radius:5px;border:1px solid #3f3f40;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.embed-author{display:flex;justify-content:start;align-items:center;gap:10px;margin-bottom:5px}.embed-author img{width:25px;height:25px;border-radius:12.5px}.embed-title{font-weight:700}.embed-color-sidebar{width:5px;margin-right:10px;background:red;border-top-left-radius:5px;border-bottom-left-radius:5px}.embed-content-container{padding:20px}.embed-description{margin-top:10px}.embed-buttons{display:flex;justify-content:start;align-content:center;gap:5px}.embed-button{padding:8px 16px;border-radius:8px;cursor:pointer}.bg-green{background:#00863a}.bg-red{background:#d22d39}.bg-grey{background:#323236}