.bouncing-blob{width:32vw;aspect-ratio:1;border-radius:50%;will-change:transform;position:absolute;z-index:1;top:0;left:0;transform-origin:left top}.bouncing-blob--blue{background:#4783c7}.bouncing-blob--white{background:#fff;z-index:2;width:15vw}.bouncing-blob--purple{background:#8c8ff1}.bouncing-blob--pink{background:#e289cd50}.bouncing-blobs-container{position:fixed;z-index:-1;top:0;left:0;width:100%;height:100%}.bouncing-blobs-glass{z-index:2;backdrop-filter:blur(140px);-webkit-backdrop-filter:blur(140px);pointer-events:none}.bouncing-blobs,.bouncing-blobs-glass{position:absolute;top:0;left:0;width:100%;height:100%}.bouncing-blobs{z-index:1}.main-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}@media (max-width:1200px){.bouncing-blobs-glass{backdrop-filter:blur(120px);-webkit-backdrop-filter:blur(120px)}}@media (max-width:500px){.bouncing-blob{width:60vw}.bouncing-blob--white{width:30vw}.bouncing-blobs-glass{backdrop-filter:blur(90px);-webkit-backdrop-filter:blur(90px)}}nav.main-nav{display:flex;justify-content:space-between;align-items:center;background:transparent;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);min-height:12rem;border-bottom:.2rem solid transparent;border-image:linear-gradient(90deg,rgba(56,2,155,0),#ffffff41,rgba(56,2,155,0));border-image-slice:1;padding:0 2rem}nav.main-nav h1{width:20%}nav.main-nav h1 img{height:5rem}nav.main-nav h2{display:flex;flex-direction:column;text-align:center;font-weight:800;text-transform:uppercase;margin-top:1rem;line-height:3rem;font-size:3rem}nav.main-nav h2 span{font-size:1.2rem;margin:0;padding:0}nav.main-nav div{width:20%;display:flex;justify-content:end;gap:2rem}nav.main-nav div a{color:#0f172a;text-decoration:none;display:flex;align-items:end;font-size:1.7rem;padding:1rem 1.5rem;border:.1rem solid #525252;border-radius:.7rem;background:transparent;cursor:pointer}nav.main-nav div a .mynaui--arrow-up-right{width:1.1em;height:1.1em;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6.5 17.5l11-11m0 0h-9m9 0v9'/%3E%3C/svg%3E")}nav.main-nav div a .mdi--github,nav.main-nav div a .mynaui--arrow-up-right{display:inline-block;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}nav.main-nav div a .mdi--github{width:1.05em;height:1.05em;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2'/%3E%3C/svg%3E")}nav.main-nav div a:nth-child(2){background:#0f172a;border-color:#0f172a;color:#fff;align-items:center}nav.main-nav div a:hover{text-decoration:underline}.scrollable-tabs-container{margin:3rem 2rem 0;border-radius:.5rem;border:.2rem solid #ffffff41;overflow:hidden;position:relative;font-size:1.7rem}.scrollable-tabs-container svg{width:4rem;height:4rem;padding:.8rem;cursor:pointer;color:#fff;border-radius:50%;pointer-events:auto}.scrollable-tabs-container ul{display:flex;gap:1.3rem;padding:1.2rem 2.5rem;margin:0;list-style:none;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth}.scrollable-tabs-container ul.dragging a{pointer-events:none}.scrollable-tabs-container ul.dragging{scroll-behavior:auto}.scrollable-tabs-container ul::-webkit-scrollbar{display:none}.scrollable-tabs-container a{color:#202020;text-decoration:none;background:#ffffff41;padding:1rem 1.5rem;display:inline-block;border-radius:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.scrollable-tabs-container a.active{background:#fff;color:#202020}.scrollable-tabs-container .left-arrow,.scrollable-tabs-container .right-arrow{position:absolute;height:100%;width:8rem;top:0;display:none;align-items:center;padding:0 1rem;pointer-events:none}.scrollable-tabs-container svg{color:#000}.scrollable-tabs-container .left-arrow.active,.scrollable-tabs-container .right-arrow.active{display:flex}.scrollable-tabs-container .right-arrow{right:0;background:linear-gradient(270deg,#f5f5f5 50%,transparent);justify-content:flex-end}.scrollable-tabs-container .left-arrow{background:linear-gradient(90deg,#f5f5f5 50%,transparent)}.scrollable-tabs-container svg:hover{background:#e2e2e2}.main-sec{display:flex;flex-wrap:wrap;gap:2rem;margin:3rem 2rem 5rem;font-size:1.7rem}.main-sec .comps{padding:1.5rem 2rem;width:calc(25% - 1.5rem);background:linear-gradient(to bottom left,#ffffff19,transparent);border-radius:.5rem;border:.2rem solid #ffffff41}.main-sec-comp .comps{width:100%}.outline-highlight{outline:.2rem solid #0f172a}.main-sec .comps .comps-h{margin-bottom:1.5rem}.main-sec .comps .comps-h span{font-weight:400}.main-sec .comps ul{margin:0 1.7rem}.main-sec .comps ul li{margin-top:1rem}.main-sec .comps ul li::marker{color:#202020}.main-sec .comps ul li:hover::marker{content:"#  "}.main-sec .comps ul li a{text-decoration:none;color:#202020}.main-sec .comps ul li a:hover{text-decoration:underline;color:#000}.link-flow{gap:2rem;margin:4rem 2rem}.link-flow,.link-flow b{display:flex;flex-wrap:wrap;align-items:center}.link-flow b{gap:.5rem;font-size:1.5rem;position:relative}.link-flow a{text-decoration:none;color:#4783c7}.link-flow a:hover{text-decoration:underline;color:#2061ac}.link-flow b span:nth-child(2){color:grey}.link-flow b .akar-icons--copy{display:inline-block;width:1.2em;height:1.2em;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M8 4v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7.242a2 2 0 0 0-.602-1.43L16.083 2.57A2 2 0 0 0 14.685 2H10a2 2 0 0 0-2 2'/%3E%3Cpath d='M16 18v2a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2'/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;cursor:copy}.link-flow b .tooltip-text{position:absolute;top:-3rem;right:-3rem;display:none;background:rgba(0,0,0,.7);color:#e2e2e2;border-radius:.5rem;padding:.5rem 1rem;font-weight:400;font-size:1rem}.link-flow b .akar-icons--copy:hover+.tooltip-text{display:block}.back-to-btn{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;text-decoration:none;font-size:1.7rem;color:#202020;margin:3rem 0 3rem 2rem;border:.2rem solid #202020;border-radius:.5rem;padding:.7rem 1rem}.back-to-btn:hover{text-decoration:underline}.demo-editor{margin:2rem;height:90vh}.demo-editor .editor-look{height:100%;border:1rem solid #0f172a;border-radius:1rem;overflow:hidden}.editor-look .editor-head{display:flex;justify-content:space-between;align-items:center;height:5rem;padding:0 2rem .7rem;background:#0f172a}.editor-head .editor-head-row{display:flex;gap:1rem}.editor-head .editor-head-row div{width:2rem;height:2rem;border-radius:50%}.editor-head .editor-head-row div:first-child{background:#ff605c}.editor-head .editor-head-row div:nth-child(2){background:#ffbd44}.editor-head .editor-head-row div:nth-child(3){background:#00ca4e}.editor-head .editor-head-row2{display:flex;gap:1rem}.editor-head .editor-head-row2 button{border:none;border-radius:.5rem;font-size:1.5rem;background:transparent;padding:.8rem;color:#fff;font-family:inherit;cursor:pointer}.editor-head-row2 button.active{background-color:#ffffff49}.editor-look .editor-body1,.editor-look .editor-body2{height:calc(100% - 5rem);background:#fff}.editor-look .editor-body2{display:none}.footer{width:100%;padding:4rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:transparent;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:.2rem solid transparent;border-image:linear-gradient(90deg,rgba(56,2,155,0),#ffffff41,rgba(56,2,155,0));border-image-slice:1}.footer .footer-row{display:flex;gap:1rem}.footer .footer-row img{height:5rem}.footer-row .social-btn{display:flex;align-items:center;justify-content:center;flex-direction:column}.footer-row .social-btn a{text-decoration:none;font-size:2.3rem;color:#202020}.footer-row .social-btn a:hover{color:#696969}.footer-row .social-btn .mingcute--linkedin-line{width:1.08em;height:1.08em;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm0 2H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1M8 10a1 1 0 0 1 .993.883L9 11v5a1 1 0 0 1-1.993.117L7 16v-5a1 1 0 0 1 1-1m3-1a1 1 0 0 1 .984.821a5.82 5.82 0 0 1 .623-.313c.667-.285 1.666-.442 2.568-.159c.473.15.948.43 1.3.907c.315.425.485.942.519 1.523L17 12v4a1 1 0 0 1-1.993.117L15 16v-4c0-.33-.08-.484-.132-.555a.548.548 0 0 0-.293-.188c-.348-.11-.849-.052-1.182.09c-.5.214-.958.55-1.27.861L12 12.34V16a1 1 0 0 1-1.993.117L10 16v-6a1 1 0 0 1 1-1M8 7a1 1 0 1 1 0 2a1 1 0 0 1 0-2'/%3E%3C/g%3E%3C/svg%3E")}.footer-row .social-btn .mingcute--linkedin-line,.footer-row .social-btn .ri--instagram-line{display:inline-block;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.footer-row .social-btn .ri--instagram-line{width:1em;height:1em;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.001 9a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0-2a5 5 0 1 1 0 10a5 5 0 0 1 0-10m6.5-.25a1.25 1.25 0 0 1-2.5 0a1.25 1.25 0 0 1 2.5 0M12.001 4c-2.474 0-2.878.007-4.029.058c-.784.037-1.31.142-1.798.332a2.886 2.886 0 0 0-1.08.703a2.89 2.89 0 0 0-.704 1.08c-.19.49-.295 1.015-.331 1.798C4.007 9.075 4 9.461 4 12c0 2.475.007 2.878.058 4.029c.037.783.142 1.31.331 1.797c.17.435.37.748.702 1.08c.337.336.65.537 1.08.703c.494.191 1.02.297 1.8.333C9.075 19.994 9.461 20 12 20c2.475 0 2.878-.007 4.029-.058c.782-.037 1.308-.142 1.797-.331a2.91 2.91 0 0 0 1.08-.703c.337-.336.538-.649.704-1.08c.19-.492.296-1.018.332-1.8c.052-1.103.058-1.49.058-4.028c0-2.474-.007-2.878-.058-4.029c-.037-.782-.143-1.31-.332-1.798a2.912 2.912 0 0 0-.703-1.08a2.884 2.884 0 0 0-1.08-.704c-.49-.19-1.016-.295-1.798-.331C14.926 4.006 14.54 4 12 4m0-2c2.717 0 3.056.01 4.123.06c1.064.05 1.79.217 2.427.465c.66.254 1.216.598 1.772 1.153a4.908 4.908 0 0 1 1.153 1.772c.247.637.415 1.363.465 2.428c.047 1.066.06 1.405.06 4.122c0 2.717-.01 3.056-.06 4.122c-.05 1.065-.218 1.79-.465 2.428a4.884 4.884 0 0 1-1.153 1.772a4.915 4.915 0 0 1-1.772 1.153c-.637.247-1.363.415-2.427.465c-1.067.047-1.406.06-4.123.06c-2.717 0-3.056-.01-4.123-.06c-1.064-.05-1.789-.218-2.427-.465a4.89 4.89 0 0 1-1.772-1.153a4.905 4.905 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.012 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122c.05-1.065.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772A4.897 4.897 0 0 1 5.45 2.525c.637-.248 1.362-.415 2.427-.465C8.945 2.013 9.284 2 12.001 2'/%3E%3C/svg%3E")}.footer .rights{margin-top:2rem;font-size:1.5rem}.footer .footer-links{margin-top:4rem;display:flex;gap:1.5rem}.footer .footer-links a{color:#202020;text-decoration:none;font-size:1.5rem;font-weight:600}.footer .footer-links a:nth-child(2){border-left:.2rem solid #ffffff49;cursor:default}@media (max-width:1300px){.main-sec .comps{width:calc(33.46% - 1.5rem)}.main-sec-comp .comps{width:100%}}@media (max-width:900px){nav.main-nav{min-height:25rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-top:1rem}nav.main-nav h1{width:50%}nav.main-nav h2{width:100%;margin-top:5rem;display:flex;order:3;flex-direction:column;text-align:center;font-weight:800;text-transform:uppercase;line-height:3rem;font-size:3rem}nav.main-nav div{width:50%;display:flex;justify-content:end;gap:2rem}}@media (max-width:700px){.main-sec .comps{width:calc(50% - 1rem)}.main-sec-comp .comps{width:100%}}@media (max-width:320px){.main-sec .comps{width:100%}}