@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";.app-header{height:80px;position:absolute;top:0;z-index:99;width:100%;padding:0 4em;display:flex;justify-content:center;margin:0 auto}.app-header .header-content{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;max-width:1440px}.app-header .header-content .logo{min-width:136px}.app-header .header-content .menu-items{display:flex;align-items:center;justify-content:center;gap:2em}.app-header .header-content .menu-items a{height:50px;font-weight:500;font-size:16px;justify-content:center;border-radius:12px;border:1px solid transparent;transition:.3s ease;display:flex;align-items:center;transition:opacity .3s ease}.app-header .header-content .menu-items a:hover{opacity:.7;transition:opacity .3s ease}.app-header .header-content .menu-items a img{margin-right:6px}@media (max-width: 1024px){.app-header{padding:0 2em}.app-header .header-content .logo,.app-header .header-content .logo img{width:110px}}.component-nav-container{width:100%;max-width:1440px;height:auto;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:1em}.component-nav-container div{flex:1 1 calc(20% - 10px);max-width:400px;aspect-ratio:1/1;height:auto;overflow:hidden;position:relative}.component-nav-container div .circle,.component-nav-container div .square{cursor:pointer;border:5px solid;background-color:#0d0d0d;transition:.3s ease}.component-nav-container div .circle:before,.component-nav-container div .square:before{content:"";letter-spacing:-2px;font-size:24px;position:absolute;left:50%;top:60%;transform:translate(-50%,-50%);z-index:5;background:linear-gradient(to top,#0d0d0d,#0d0d0da7);font-weight:900;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:.3s ease}.component-nav-container div .circle:hover:before,.component-nav-container div .square:hover:before{opacity:1;top:50%;transition:.3s ease}.component-nav-container div .square{border-radius:50px}.component-nav-container div .circle{border-radius:50%}.component-nav-container div .link{border-color:#00d8ff;background-color:#00d8ff}.component-nav-container div .link:before{display:none}.component-nav-container div .feat-1{border-color:#ff87b2}.component-nav-container div .feat-1:hover{transform:scale(.95);transition:.3s ease}.component-nav-container div .feat-1:before{content:"<Hyperspeed />"}.component-nav-container div .feat-2{border-color:#ff9346}.component-nav-container div .feat-2:hover{transform:scale(.95);transition:.3s ease}.component-nav-container div .feat-2:before{content:"<Waves />"}.component-nav-container div .feat-2 .content{transform:scale(.7)}.component-nav-container div .feat-3{border-color:#7cff67;display:flex;align-items:center;justify-content:center;flex-direction:column}.component-nav-container div .feat-3:before{content:"<ShinyText />"}.component-nav-container div .feat-3:hover{transform:scale(.95);transition:.3s ease}.component-nav-container div .feat-3 p{position:absolute;z-index:4;color:#7cff67;font-size:3rem;font-weight:900}.component-nav-container div .feat-3 .shiny-text,.component-nav-container div .feat-3 .animated-gradient-text{white-space:nowrap!important;flex:none!important;width:fit-content!important;max-width:none!important;aspect-ratio:0}.component-nav-container div .feat-3 .animated-gradient-text{margin-top:20px;height:38px;display:block}.component-nav-container div .feat-4{border-color:#ffee51}.component-nav-container div .feat-4:hover{transform:scale(.95);transition:.3s ease}.component-nav-container div .feat-4:before{content:"<Squares />"}.component-nav-container .link{font-weight:500;font-size:20px;cursor:pointer;color:#0d0d0d;display:flex;align-items:center;justify-content:center}.component-nav-container .link .docs-link{display:flex;flex-direction:column;justify-content:center;align-items:center;transition:transform .3s ease}.component-nav-container .link .docs-link img{margin-bottom:.6em;width:16px}.component-nav-container .link:hover .docs-link{transform:scale(1.2);transition:transform .3s ease}@media (max-width: 1024px){.component-nav-container .circle,.component-nav-container .square{display:none!important}}.squares-canvas{width:100%;height:100%;border:none;display:block}#lights{width:100%;height:100%;overflow:hidden;position:absolute}canvas{width:100%;height:100%}.shiny-text{color:#b5b5b5a4;background:linear-gradient(120deg,#fff0 40%,#fffc,#fff0 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}.animated-gradient-text{position:relative;margin:0 auto;display:flex;max-width:fit-content;flex-direction:row;align-items:center;justify-content:center;border-radius:1.25rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:box-shadow .5s ease-out;overflow:hidden;cursor:pointer}.gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-size:300% 100%;animation:gradient linear infinite;border-radius:inherit;z-index:0;pointer-events:none}.gradient-overlay:before{content:"";position:absolute;border-radius:inherit;width:calc(100% - 2px);height:calc(100% - 2px);left:50%;top:50%;transform:translate(-50%,-50%);background-color:#060606;z-index:-1}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.text-content{display:inline-block;position:relative;z-index:2;background-size:300% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradient linear infinite}.waves{position:absolute;top:0;left:0;margin:0;padding:0;width:100%;height:100%;overflow:hidden}.waves:before{position:absolute;top:0;left:0;width:.5rem;height:.5rem;background:#160000;border-radius:50%;transform:translate3d(calc(var(-.5rem) - 50%),calc(var(50%) - 50%),0);content:"";will-change:transform}.canvas{display:block;width:100%;height:100%}.sidebar,.sidebar-mobile{background-color:#060606!important;min-width:250px}.sidebar{padding:1.25rem 0 6em!important}.sidebar::-webkit-scrollbar{width:10px}.sidebar::-webkit-scrollbar-track{display:none}.sidebar::-webkit-scrollbar-thumb{background:#060606;border-radius:50px}.sidebar::-webkit-scrollbar-thumb:hover{background:#222}.sidebar-logo{padding-bottom:1.2em!important;margin-top:1em;border-bottom:none;width:100%}.sidebar-logo img{position:relative;left:-3px;width:120px}.sidebar-item{position:relative;font-size:.9rem;color:#a1a1aa;padding:.25em 0;display:flex;align-items:center;transition:color .3s ease}.sidebar-item:hover{color:#fff}.sidebar-item:before{content:"";width:1px;height:16px;background-color:#fff;position:absolute;left:-17px;top:50%;transform:translateY(-50%);border-radius:5px;opacity:0;transition:opacity .3s ease}.sidebar-item .new-tag,.sidebar-item .updated-tag{margin-left:.6em;font-size:10px;border-radius:6px;font-weight:500;padding:.2em .4em;opacity:1;text-decoration:none!important}.sidebar-item .new-tag.new-tag,.sidebar-item .updated-tag.new-tag{color:#00d9ff;border:1px solid rgba(0,217,255,.4549019608);background-color:#00d9ff2c}.sidebar-item .new-tag.updated-tag,.sidebar-item .updated-tag.updated-tag{color:#ff9346;border:1px solid rgba(255,147,70,.4666666667);background-color:#ff934626}.active-sidebar-item{width:fit-content;padding:.25em .25em .25em 0;color:#fff;position:relative;transition:color .3s ease}.active-sidebar-item:hover{text-decoration:none}.active-sidebar-item:before{opacity:1;transition:opacity .3s ease}.github-button{border:1px solid transparent;transition:.3s ease}.github-button img{transition:filter .3s ease}.github-button:hover{border-color:#ffffff1c;background-color:#060606!important;color:#fff}.github-button:hover img{filter:invert(100%)}.category-wrapper{position:relative;width:100%;max-width:1440px;margin:0 auto}.main-nav{background:linear-gradient(to bottom,#060606,transparent);width:100%;position:fixed;padding:0 4em;left:0}.main-nav .nav-items{padding:0;max-width:1440px;margin:0 auto}.main-nav .nav-items .logo{position:relative}.main-nav .nav-items .logo:before,.main-nav .nav-items .logo:after{content:"";position:absolute;height:35px;bottom:-35px;width:100%;background:linear-gradient(to bottom,#060606,transparent)}.main-nav .nav-items .logo:after{top:-35px;background:linear-gradient(to top,#060606,transparent)}.category-name{color:#fff;font-weight:900;letter-spacing:-1px;font-size:18px}.category-page{width:calc(100% - 250px);position:absolute;right:0;padding:5em 0 6em 1em;min-height:100vh}.category-page .main-category{text-transform:uppercase;opacity:.5;letter-spacing:-.5px;font-size:1rem;font-weight:300;margin:0}.category-page .sub-category{margin-bottom:.5em;line-height:1em;font-size:4.5rem;color:#fff;font-weight:900}.code-highlighter{border:1px solid rgba(255,255,255,.1098039216)!important;border-radius:20px!important;background:#060606!important;font-size:14px!important}.code-highlighter .language-bash{color:#b6b6b6!important}.code-highlighter:has(.language-bash){padding:1.25em!important}.demo-container{width:100%;margin-top:1em;background:linear-gradient(to top,#060606,#0d0d0d);border:1px solid rgba(255,255,255,.1098039216);padding:1em;border-radius:20px;display:flex;align-items:center;justify-content:center}div:has(>.props-table){border:1px solid #222;border-radius:20px}.split-text-demo,.blur-text-demo{font-size:6rem;font-weight:bolder}.ballpit-demo{position:relative}.shapeblur-demo{position:relative;mix-blend-mode:difference;z-index:2}.decrypted-text{font-size:2rem;display:inline-block;font-weight:400;color:#fff;cursor:pointer}.variable-proximity-demo{max-width:20ch;line-height:100%;font-size:4rem!important;cursor:pointer;text-align:center}.shiny-text-demo{font-weight:300}.shiny-button{cursor:pointer;border:1px solid #353535;background-color:#111;padding:.4em 1.2em;border-radius:50px;transition:.3s ease}.shiny-button:hover{background-color:#222}.demo-title{font-weight:bolder;margin-top:.5em;font-size:2rem}.demo-title span{font-size:.8rem;color:#a1a1aa;font-weight:500}.demo-title:first-letter{text-transform:uppercase}.demo-title-extra,.demo-title-contribute{margin:1em 0 .5em;font-size:1.4rem;font-weight:900}.demo-title-contribute{margin-top:2em;letter-spacing:-.5px;margin-bottom:1em;text-align:center}.contribute-container{background:linear-gradient(to bottom,#111,#060606);border:1px solid #161616;border-radius:20px;margin-top:1em;padding-bottom:3em}.contribute-button{background:linear-gradient(to bottom,#111,#060606)!important;border:1px solid #222;transition:.5s ease}.contribute-button span{color:#a1a1aa}.contribute-button:hover{color:#00f0ff}.demo-details{font-size:1.6rem;margin:0 0 1em;display:flex;gap:.3em}.demo-details span{background-color:#222;white-space:nowrap;color:#fff;border-radius:50px;font-size:.8rem;padding:.5em 1em;transition:.3s ease}.demo-details span:hover{cursor:pointer;background-color:#111}.demo-extra-info{margin:1em 0;display:flex;align-items:center;gap:.5em;color:#a1a1aa}.jsrepo-info a{text-decoration:underline}.cli-divider{position:relative;margin:4em auto 3em;width:100%;height:1px;background:linear-gradient(to right,transparent,#222,transparent)}.cli-divider:before{content:"Or";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#060606;padding:0 1em;color:#a1a1aa}.coming-soon a{color:#00f0ff;text-decoration:underline}@media only screen and (max-width: 767px){.category-wrapper{position:static}.category-page{width:100%;padding:6em 1em 0}.category-page .main-category{font-size:1rem}.category-page .sub-category{font-size:3rem}.split-text-demo,.blur-text-demo{font-size:2rem;font-weight:bolder}.decrypted-text{font-size:1rem}.variable-proximity-demo{font-size:1.6rem!important}}.custom-gradient-class{padding:1em 2em;text-align:center}.count-up-text{font-size:4rem;font-weight:700}.custom-spotlight-card{width:350px;height:300px}.landing-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;position:relative;overflow-x:hidden;padding:0 4em}.landing-wrapper .type-logo{position:relative;z-index:2;width:100%;max-width:1440px;height:auto;display:flex;align-items:center;justify-content:center;margin-top:80px}.landing-wrapper .type-logo svg{width:100%;height:auto}.landing-wrapper .hero-info{display:flex;flex-direction:column;width:100%;max-width:1440px;margin:0 auto;position:relative;z-index:1;top:-50px}.landing-wrapper .hero-info .headline{margin-top:1em;font-size:22px;text-align:left;display:flex;flex-direction:column;align-items:center;justify-content:center}.landing-wrapper .hero-info .headline .landing-bottom{width:100%;display:flex;align-items:center;justify-content:space-between}.landing-wrapper .hero-info .headline .landing-bottom .divider{margin-bottom:1.5em;width:30%;height:1px;background:linear-gradient(to right,transparent,#fff,transparent)}.landing-wrapper .hero-info .headline .landing-button{cursor:pointer;min-width:250px;font-weight:500;background-color:#0d0d0d;border:1px solid #222;font-size:18px;padding:1em;border-radius:20px;display:flex;align-items:center;justify-content:center;transition:.3s ease;box-shadow:0 5px 0 transparent}.landing-wrapper .hero-info .headline .landing-button:hover{transform:scale(.95) rotate(-5deg);border-color:#00d8ff;box-shadow:0 5px #00d8ff}.landing-wrapper .hero-info .headline .landing-button .button-divider{height:25px;width:1px;margin:0 .6em;background-color:#a6a6a6}.landing-wrapper .hero-info .headline .landing-button img{margin-right:.5em;transition:.3s ease}.landing-wrapper .hero-info .headline .landing-button span{font-size:16px;color:#00d8ff;font-weight:700}.landing-wrapper .hero-info .headline .landing-button .chakra-spinner span{display:none!important}.landing-wrapper .hero-info .headline .docs-button{display:none;margin-top:.5em;box-shadow:inset 0 0 20px #00d9ff79}.landing-wrapper .hero-info .headline p{line-height:120%;font-weight:400;font-size:22px;color:#fff;max-width:25ch;position:relative}.landing-wrapper .hero-info .headline p:before{content:"Now With CLI Support!";animation:shake 1s linear infinite;font-weight:700;position:absolute;left:0;bottom:-4em;background-color:#060606;border:1px solid #222;transform:rotate(-5deg);padding:.5em 1.25em;font-size:12px;border-radius:20px}.landing-wrapper .hero-info .headline p span{color:#00d8ff}.landing-wrapper .perspective-grid{position:absolute;left:50%;bottom:0;transform:translate(-50%);opacity:.4;z-index:0}.landing-wrapper .perspective-grid:before,.landing-wrapper .perspective-grid:after{content:"";width:100%;position:absolute;left:0}.landing-wrapper .perspective-grid:before{height:400px;top:0;background:linear-gradient(to bottom,#060606,transparent)}.landing-wrapper .perspective-grid:after{height:200px;bottom:0;background:linear-gradient(to top,#060606,transparent)}.landing-wrapper .vertical{stroke:#b3b3b3;stroke-width:1.36}.landing-wrapper .beam{stroke:#00d8ff;stroke-width:3px;border-radius:50px;stroke-dasharray:100 1000;animation:beamAnimation 2s linear infinite}.landing-wrapper .author{margin-top:6em;justify-self:flex-end;opacity:1;color:#a6a6a6;padding-bottom:4em;z-index:1}@media (max-width: 1024px){.landing-wrapper{justify-content:flex-start;padding:0 2em}.landing-wrapper .type-logo{margin-top:160px}.landing-wrapper .author{position:absolute;bottom:0}.landing-wrapper .perspective-grid{bottom:30%}.landing-wrapper .hero-info{top:-5px;flex-direction:column-reverse}.landing-wrapper .hero-info .headline{text-align:center}.landing-wrapper .hero-info .headline .landing-bottom{flex-direction:column;gap:1em}.landing-wrapper .hero-info .headline .landing-bottom p:before{display:none!important}.landing-wrapper .hero-info .headline .divider{margin:1em 0 2em}.landing-wrapper .hero-info .headline .landing-button{min-width:500px}.landing-wrapper .hero-info .headline .landing-button:hover{transform:scale(.95);border-color:#222;box-shadow:none}.landing-wrapper .hero-info .headline .docs-button{display:flex}}@media (max-width: 585px){.landing-wrapper .hero-info .headline{font-size:24px}.landing-wrapper .hero-info .headline .landing-button{min-width:100%;width:100%;font-size:18px}}@media (max-width: 455px){.landing-wrapper .hero-info .headline{font-size:18px}}@keyframes beamAnimation{0%{opacity:1;stroke-dashoffset:1000}to{opacity:0;stroke-dashoffset:0}}@keyframes shake{0%,to{transform:rotate(-5deg)}50%{transform:rotate(3deg)}}@keyframes rotate360{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.letter{display:inline-block;will-change:transform,opacity}.split-parent{display:inline;overflow:hidden}.word{display:inline-block;will-change:transform,filter,opacity}*,*:before,*:after{box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}input[type=color]{border-radius:15px;cursor:pointer;padding:0}input[type=color]::-moz-color-swatch,input[type=color]::-webkit-color-swatch{border:1px solid rgba(255,255,255,.1098039216);border-radius:15px}input[type=color]::-webkit-color-swatch-wrapper{padding:0;border-radius:15px}a{font-weight:500;text-decoration:none}body{margin:0;min-width:100%}.app-container{min-height:100vh;display:flex;padding:0 4em}.back-to-top{background:#060606!important;border:1px solid #222}
