#home{background-color:#031418;display:flex;flex-direction:column;gap:80px;margin:auto;max-width:1000px;padding:40px 30px;transition:all 1s ease}@media only screen and (max-width:940px){#home{gap:60px;text-align:center}}#home .h-section{color:#fff;display:flex;flex-direction:column}#home .h-section h3{color:#00e5cd;font-size:24px;margin:0 0 10px}#home .h-section__desc{margin-bottom:30px;white-space:pre-line}@media only screen and (max-width:940px){#home .h-section__desc{font-size:14px}}#home #new-tuts .tutorial-vids{grid-gap:20px;align-items:flex-start;display:grid;font-size:14px;gap:20px;grid-template-columns:repeat(auto-fill,280px);justify-content:space-between;margin-top:10px;width:100%}@media only screen and (max-width:940px){#home #new-tuts .tutorial-vids{font-size:10px;grid-template-columns:1fr 1fr;justify-content:space-evenly;margin-bottom:30px;text-align:left}}#home #new-tuts .tutorial-vids .vid-parent{height:fit-content;min-height:230px;position:relative}@media only screen and (max-width:940px){#home #new-tuts .tutorial-vids .vid-parent{min-height:0;min-height:auto}}#home #new-tuts .tutorial-vids .loading-vid{display:flex;flex-direction:column;gap:10px;height:230px;position:absolute;width:100%}#home #new-tuts .tutorial-vids .loading-vid__img{animation:slide 2s ease infinite;aspect-ratio:16/9;background-color:#2e2e2e;background:linear-gradient(45deg,#2e2e2e,#b6b6b6);background-size:400% 400%;border-radius:5px;height:auto;width:100%}#home #new-tuts .tutorial-vids .loading-vid__text{display:flex;flex-direction:column;gap:5px;width:100%}#home #new-tuts .tutorial-vids .loading-vid__text div{animation:slide 2s ease infinite;background:linear-gradient(45deg,#626262,#818181);background-size:400% 400%;border-radius:99px;height:14px}#home #new-tuts .tutorial-vids .tut-vid{color:#fff;display:flex;flex-direction:column;gap:5px;line-height:1.2;text-decoration:none;width:100%}#home #new-tuts .tutorial-vids .tut-vid__img{aspect-ratio:16/9;border:2px solid #00e5cd;border-radius:5px;height:auto;overflow:hidden;position:relative;width:100%}#home #new-tuts .tutorial-vids .tut-vid__img .view-count{background-color:#fb7b74;border-radius:3px;color:#fff;font-weight:700;padding:2px 4px;position:absolute;right:4px;top:4px;transition:all .5s ease;z-index:5}#home #new-tuts .tutorial-vids .tut-vid__img .yt-overlay{align-items:center;background-color:#fff0;display:none;display:flex;height:100%;justify-content:space-evenly;opacity:0;position:absolute;transition:all .5s ease;width:100%}#home #new-tuts .tutorial-vids .tut-vid__img .yt-overlay img{height:70px;object-fit:contain;width:auto}@media only screen and (max-width:600px){#home #new-tuts .tutorial-vids .tut-vid__img .yt-overlay img{height:40px}}#home #new-tuts .tutorial-vids .tut-vid__img .yt-overlay .icon{align-items:center;animation:goUp 20s ease;color:#000;cursor:pointer;display:flex;flex-direction:column;font-weight:700;gap:2px;text-decoration:none;transition:all .25s cubic-bezier(.57,.4,.55,1.17)}#home #new-tuts .tutorial-vids .tut-vid__img .yt-overlay .icon:hover{transform:scale(1.08) translateY(5px)}#home #new-tuts .tutorial-vids .tut-vid__img img{height:100%;object-fit:cover;width:100%}#home #new-tuts .tutorial-vids .tut-vid:hover .yt-overlay{background-color:hsla(0,0%,100%,.803);opacity:1}#home #new-tuts .tutorial-vids .tut-vid:hover .icon{transform:translateY(5px)}#home #new-tuts .tutorial-vids .tut-vid:hover .view-count{transform:translateY(-30px)}#home #new-tuts .show-more-container{align-items:center;display:flex;justify-content:center;width:100%}#home .source-code .items{grid-gap:40px;align-items:flex-start;display:grid;font-size:14px;gap:40px;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;justify-content:space-between;margin-top:10px;text-align:left;width:100%}@media only screen and (max-width:800px){#home .source-code .items{grid-template-columns:1fr 1fr}}@media only screen and (max-width:500px){#home .source-code .items{gap:30px;grid-template-columns:1fr}}#home .source-code .items .sc-item{color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:100%;line-height:1.2;position:relative;text-decoration:none;width:100%}#home .source-code .items .sc-item .item-popular{background-color:#fff;border:2px solid #00e5cd;font-size:24px}#home .source-code .items .sc-item .item-popular,#home .source-code .items .sc-item .item-price{align-items:center;aspect-ratio:1/1;border-radius:99px;display:flex;font-weight:700;height:40px;justify-content:center;padding:4px;position:absolute;right:-10px;top:-10px;width:40px;z-index:5}#home .source-code .items .sc-item .item-price{background-color:#fb7b75;font-size:18px}#home .source-code .items .sc-item__title{align-items:center;background-color:#2e2e2e;background-image:linear-gradient(90deg,#fb7b75 50%,#2e2e2e 0);background-position:100% 100%;background-size:200% 100%;border-left:8px solid #fb7b75;border-radius:5px;display:flex;height:100%;padding:4px 8px;transition:all .5s cubic-bezier(.5,.25,.33,.95)}#home .source-code .items .sc-item__img{aspect-ratio:16/9;border:2px solid #00e5cd;border-radius:5px;overflow:hidden;position:relative;width:100%}#home .source-code .items .sc-item__img img{aspect-ratio:16/9;height:100%;object-fit:cover;width:100%}#home .source-code .items .sc-item:hover .sc-item__title{background-position:0 100%}#home .source-code .items .loading-sc .sc-item__img{animation:slide 4s ease infinite;background:linear-gradient(45deg,#2e2e2e,#b6b6b6);background-size:400% 400%;border:none}#home .source-code .items .loading-sc .item-popular,#home .source-code .items .loading-sc .item-price{display:none}#home .source-code .items .loading-sc .sc-item__title{border:none;height:24px}#home .source-code .items .loading-sc .btn,#home .source-code .items .loading-sc .sc-item__title{animation:slide 4s ease infinite;background:linear-gradient(45deg,#2e2e2e,#b6b6b6);background-size:400% 400%}#home .source-code .items .loading-sc .btn{color:#797979}#home #community .stat-blocks{align-items:center;display:flex;flex-wrap:wrap;gap:60px;justify-content:space-evenly;margin-top:20px;width:100%;z-index:1}#home #community .stat-blocks .stat-block{grid-gap:20px;background-color:#031418;border-radius:10px;color:inherit;cursor:pointer;display:grid;gap:20px;grid-template-columns:auto auto;overflow:hidden;padding:30px;position:relative;text-decoration:none;z-index:2}@media only screen and (max-width:940px){#home #community .stat-blocks .stat-block{padding:10px}}#home #community .stat-blocks .stat-block:before{background:#031418;border-radius:5px;content:"";height:calc(100% - 10px);left:5px;position:absolute;top:5px;width:calc(100% - 10px);z-index:1}#home #community .stat-blocks .stat-block:hover.discord:after{background:conic-gradient(#0000,#8c9ff5,#0000 30%)}#home #community .stat-blocks .stat-block:hover.discord:after,#home #community .stat-blocks .stat-block:hover.youtube:after{animation:rotate 3s linear infinite,opacityshow 1s linear;content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:-1}#home #community .stat-blocks .stat-block:hover.youtube:after{background:conic-gradient(#0000,#fe5a51,#0000 30%)}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes opacityshow{0%{opacity:0}to{opacity:1}}#home #community .stat-blocks .stat-block img{height:120px;object-fit:contain;width:auto;z-index:2}#home #community .stat-blocks .stat-block__content{align-items:center;display:flex;flex-direction:column;min-width:150px;width:100%;z-index:2}#home #community .stat-blocks .stat-block__content .sb-value{font-size:60px;font-weight:700;margin:-10px 0}#home #community .stat-blocks .stat-block__content .sb-label{font-size:18px}#home #community .stat-blocks .stat-block__content .btn{margin-top:5px;width:100%}.fade-out{opacity:0;pointer-events:none;transition:width 1s 1s,opacity 1s}.fade-in{opacity:1;transition:width .5s,opacity .5s .5s}.pagination{align-items:center;display:flex;justify-content:center;margin-top:20px}.pagination-arrow{background:none;border:none;color:#fff;cursor:pointer;font-size:20px}.pagination-arrow:disabled{cursor:not-allowed;opacity:.5}.pagination-indicators{display:flex;margin:0 10px}.pagination-indicator{background:none;border:1px solid #ccc;border-radius:50%;cursor:pointer;height:20px;margin:0 5px;width:20px}.pagination-indicator.active{background-color:#fff;color:#fff}#download-link{align-items:center;background:linear-gradient(90deg,#00e2c7,#00a6e3);color:#fff;display:flex;height:100%;justify-content:center;position:absolute;text-align:center;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:99}#download-link h1{margin:0;padding:0}#download-link-content{align-items:center;animation:fade-in .25s ease;background-color:#000000b3;border-radius:10px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:25px;height:fit-content;max-height:90%;max-width:700px;overflow-y:auto;padding:40px;position:relative;width:90%}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:700px){#download-link-content{padding:40px 20px}}#download-link .dl-info{display:flex;flex-direction:column;gap:5px}#download-link #dl-close{align-items:center;aspect-ratio:1/1;background-color:red;border:none;border-radius:99px;cursor:pointer;display:flex;height:30px;justify-content:center;left:8px;outline:none;padding:6px;position:absolute;top:8px;width:30px}#download-link #dl-close img{height:100%;width:auto}#download-link .product-modal{align-items:center;display:flex;flex-direction:column;gap:20px}#download-link .product-modal .script-wrap{border:2px solid #00e2c7;border-radius:10px;padding:15px 30px;position:relative}#download-link .product-modal .script-wrap img{height:120px}#download-link .product-modal .script-wrap .price{align-items:center;aspect-ratio:1/1;background-color:#fb7b75;border-radius:99px;display:flex;font-size:20px;font-weight:700;height:45px;justify-content:center;padding:4px;position:absolute;right:-10px;top:-10px;width:45px}#download-link .product-modal h1{font-size:30px}@media only screen and (max-width:700px){#download-link .product-modal h1{font-size:24px}}#download-link .product-modal .product-stats{display:flex;font-size:18px;font-weight:700;justify-content:space-evenly;padding:10px 0;width:100%}#download-link .product-modal .product-stats-container{display:flex;flex-direction:column;gap:10px;margin:10px 0;width:100%}@media only screen and (max-width:700px){#download-link .product-modal .product-stats-container{gap:5px}#download-link .product-modal .product-stats{flex-direction:column;gap:10px}}#download-link .product-modal .horz-line{background-color:#00e2c7;height:2px;width:100%}#download-link .product-modal .btn{align-items:center;display:flex;font-size:30px;gap:12px;padding:5px 25px;width:fit-content}#download-link .product-modal .btn img{width:26px}#download-link .product-modal-bottom{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr;text-align:left}@media only screen and (max-width:700px){#download-link .product-modal-bottom{display:flex;flex-direction:column-reverse;font-size:14px}}#download-link .product-modal-bottom .title{font-weight:700}@media only screen and (max-width:700px){#download-link .product-modal-bottom .title{font-size:14px}}#download-link .product-modal-bottom__left{display:flex;flex-direction:column;gap:5px;width:100%}#download-link .product-modal-bottom__left .product-tut-title{background-color:#2e2e2e;border-radius:5px;font-size:14px;padding:5px}#download-link .product-modal-bottom__left .source-video{color:#000;cursor:pointer;display:flex;flex-direction:column;position:relative;text-decoration:none;transition:all 1s ease}#download-link .product-modal-bottom__left .source-video img{aspect-ratio:16/9;border-radius:10px;height:100%;object-fit:cover;width:100%}#download-link .product-modal-bottom__left .source-video .yt-overlay{align-items:center;background-color:#fff0;border-radius:5px;display:flex;flex-direction:column;font-weight:700;height:100%;justify-content:center;opacity:0;position:absolute;transition:all .5s ease;width:100%}#download-link .product-modal-bottom__left .source-video .yt-overlay img{height:100%;max-height:70px;object-fit:contain;width:auto}#download-link .product-modal-bottom__left .source-video:hover .yt-overlay{background-color:hsla(0,0%,100%,.803);opacity:1}#download-link .product-modal-bottom__right{display:flex;flex-direction:column;gap:5px;width:100%}#download-link .product-modal-bottom__right .desc{font-size:14px}#top-nav{background-color:rgba(24,40,43,.957);border-bottom:6px solid #101b1d;position:sticky;top:0;z-index:10}@media only screen and (max-width:768px){#top-nav{border-width:4px}}#top-nav-content{align-items:center;display:flex;font-weight:700;height:70px;justify-content:space-between;margin:auto;max-width:1000px;padding:10px 30px;width:100%}@media only screen and (max-width:768px){#top-nav-content{height:45px;padding:5px 10px}}#top-nav__left span{background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(90deg,#00e2c7,#00a6e3);color:#0000;font-size:28px}@media only screen and (max-width:768px){#top-nav__left span{font-size:20px}}#top-nav__left span:after{background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(90deg,#00e2c7,#00a6e3);color:#0000;content:"|"}#top-nav__right{height:100%;transition:all .25s cubic-bezier(.785,.135,.15,.86);width:fit-content}#top-nav__right img{height:100%;object-fit:contain}#top-nav__right:hover{transform:rotate(15deg)}.modal-bg{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;position:fixed;top:0;width:100%;z-index:99}.modal{-ms-overflow-style:none;background-color:#2e2e2e;border-radius:10px;display:flex;flex-direction:column;height:fit-content;max-height:90vh;max-height:90svh;max-width:800px;overflow-y:auto;position:relative;scrollbar-width:none;width:calc(100% - 60px)}.modal::-webkit-scrollbar{display:none}@media only screen and (max-width:940px){.modal{max-height:80vh;max-height:80svh;width:calc(100% - 20px)}}.modal-top{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;padding:20px}@media only screen and (max-width:940px){.modal-top{display:flex;flex-direction:column-reverse;gap:10px}}.modal-top .item-title{font-size:24px}@media only screen and (max-width:940px){.modal-top .item-title{font-size:18px}}.modal-top__left{color:#fff;display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:940px){.modal-top__left{align-items:flex-start;gap:12px}.modal-top__left button.btn{width:100%}}.modal-top__left .item-details{color:#8a8a8a;display:flex;flex-direction:column}.modal-top__left .shop-price{background-color:#fb7b75;border-radius:4px;padding:2px 6px}.modal-top__left .shop-price-wrap{align-items:center;display:flex;gap:4px}.modal-top__right{align-items:center;background-color:#585858;border-radius:10px;display:flex;justify-content:center;width:100%}.modal-top__right img{height:100%;max-height:150px;object-fit:contain;padding:20px;width:100%}.modal-top .btn{padding:5px 15px;width:fit-content}.close-btn{align-items:center;background:linear-gradient(180deg,red,#a20000);border:none;border-radius:99px;cursor:pointer;display:flex;height:35px;justify-content:center;padding:8px;position:absolute;right:10px;top:10px;width:35px}.close-btn img{height:100%;object-fit:contain;width:100%}body{background-color:#031418;font-family:Source Code Pro,monospace;font-optical-sizing:auto;font-style:normal;margin:0;overscroll-behavior:none;padding:0}::-webkit-scrollbar{display:none}*{box-sizing:border-box}.btn{background:linear-gradient(180deg,#00e2c7,#00a6e3);border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;font-size:20px;font-weight:700;padding:5px 10px}.btn.show-more{background:linear-gradient(180deg,#3f3f3f,#242424);color:#ccc;z-index:5}.btn.discord{background:linear-gradient(180deg,#8ca0f5,#6375be)}.btn.youtube{background:linear-gradient(180deg,red,#a91c1c)}.btn:disabled{animation:slide 2s ease infinite;background:linear-gradient(45deg,#2e2e2e,#626262);background-size:200% 200%;color:#616161;cursor:not-allowed}#sidebar-bg{height:100vh;object-fit:cover;position:fixed;top:0;width:100vw;z-index:-1}#footer{background-color:rgba(24,40,43,.957);border-top:4px solid #101b1d}#footer-content{align-items:center;color:#636363;display:flex;font-size:12px;height:fit-content;justify-content:center;margin:auto;max-width:1000px;padding:5px 30px;width:100%}@keyframes slide{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}.no-scroll{overflow:hidden}a{color:#00e2c7}.loader{color:#fff;font-family:Consolas,Menlo,Monaco,monospace;font-size:200px;font-weight:700;opacity:.8}.loader:before{animation:pulse .4s ease-in-out infinite alternate;content:"{";display:inline-block}.loader:after{animation:pulse .4s ease-in-out .3s infinite alternate;content:"}";display:inline-block}@keyframes pulse{to{opacity:.5;transform:scale(.8)}}