html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{text-decoration:none}@keyframes pulse{0%{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}to{opacity:.5;transform:scale(1)}}:root{--primary-theme-color:#fff;--primary-darker:#261877;--primary:#3722af;--primary-lighter:#5a44da;--secondary:#00d1ff;--secondary-darker:#1976d2}body,html{height:100%;color:var(--primary-theme-color);background:linear-gradient(120deg, var(--primary-darker) 0%, var(--primary) 60%, var(--primary-lighter) 100%);background-repeat:no-repeat;background-attachment:fixed;margin:0;padding:0;font-family:Roboto,sans-serif;font-size:16px}body{flex-direction:column;align-items:center;height:auto;display:flex;position:relative}#network-bg{z-index:1;opacity:.3;width:100%;height:100%;position:fixed;top:0;left:0}.centered-content{width:calc(100% - 2rem);max-width:1200px;margin:0 2rem!important}body>section{z-index:10;display:flex;position:relative}.section-separator{background:linear-gradient(90deg,#00d1ff2e 0%,#00d1ffa6 20%,#00d1ff 50%,#3722afa6 80%,#3722af2e 100%);border:none;border-radius:3px;width:100%;height:4px;margin:2rem 0;position:relative;overflow:visible;box-shadow:0 0 16px 4px #00d1ff55,0 0 48px 8px #3722af33}header{border-bottom:1px solid #a4f4fc74;flex-direction:column;justify-content:center;align-items:center;width:100%;height:400px;margin-bottom:2rem;display:flex;position:relative;overflow:hidden;box-shadow:4px 4px 20px #1a0a928d}@media only screen and (width<=600px){header>.header-content>img{display:none}}header>.header-background{z-index:1;background:linear-gradient(120deg,#261877bf 0%,#2264afe6 100%),url(/assets/header-cover-vOOZTEqP.PNG) 50%/cover no-repeat;position:absolute;inset:0}header>.header-content{z-index:2;flex-direction:column;justify-content:center;align-items:center;display:flex;max-width:800px!important}header h1{text-align:center;letter-spacing:1px;color:#00fffb;text-shadow:1px 1px 10px #0fbbcb96;margin-bottom:.6rem;font-size:3rem;font-weight:900;line-height:1.1}header>.header-content>.subtitle{letter-spacing:.7px;text-align:center;color:#d5ffff;text-shadow:2px 2px 4px #06171996;margin-bottom:1.2rem;font-size:1.4rem;font-weight:500}header>.header-content>.description{text-align:center;text-shadow:2px 2px 4px #0c061964;font-size:1.1rem;line-height:1.6}header>.header-content>.description b{font-weight:700}.header-buttons{justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.view-on-github,.view-on-discord{color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000040;border-radius:24px;align-items:center;gap:.6rem;padding:.7rem 1.4rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex;box-shadow:0 2px 8px #0002}.view-on-github:hover,.view-on-discord:hover{cursor:pointer;background:#06c6f172}.cli-demo{flex-flow:wrap;gap:2rem;display:flex}.cli-demo-video{aspect-ratio:16/9;border-radius:12px;flex-grow:1;flex-basis:480px;height:auto;display:flex;position:relative;overflow:hidden;box-shadow:2px 2px 20px #1a0a928d}.cli-demo-video>iframe{border:none;width:100%;height:100%}.cli-demo-terminal{color:#222;background:#ecedee;border-radius:12px;flex-direction:column;flex-grow:1;flex-basis:480px;padding:1rem;font-family:JetBrains Mono,Consolas,monospace;display:flex;box-shadow:2px 2px 20px #1a0a928d}.cli-demo-terminal .cli-demo-window-bar{gap:.5rem;margin-bottom:1.2rem;padding-bottom:.8rem;display:flex}.cli-demo-terminal .cli-demo-window-dot{border-radius:50%;width:12px;height:12px}.cli-demo-terminal .dot-red{background:#ff5f56}.cli-demo-terminal .dot-yellow{background:#ffbd2e}.cli-demo-terminal .dot-green{background:#27c93f}.cli-demo-terminal pre{color:inherit;white-space:pre-line;text-align:left;background:0 0;border-radius:0;margin:0;padding:0;font-family:inherit;font-size:1rem}.cli-demo-terminal .cli-cmd{color:#3777fd;font-weight:500}.cli-demo-terminal .cli-npm,.cli-demo-terminal .cli-nsecure{color:#cb3837;font-weight:600}.cli-demo-terminal .cli-flag{color:#e67e22}.cli-demo-terminal .cli-comment{color:#8a94a8;font-style:italic}#core-row,#contributors-row{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin:2.5rem 0;display:flex}.core-avatar,.contributor-avatar{text-align:center}.core-avatar img{border:4px solid var(--secondary);object-fit:cover;background:linear-gradient(120deg,#261877 0%,#3722af 100%);border-radius:50%;width:120px;height:120px;transition:transform .3s,box-shadow .3s;box-shadow:0 0 0 6px #00d1ff2e,0 0 24px 8px #00d1ff55,0 0 48px 8px #3722af33}.core-avatar img:hover{transform:scale(1.07);box-shadow:0 0 0 8px #00d1ff88,0 0 32px 12px #00d1ff77,0 0 64px 16px #3722af55}.core-name{color:#fff;text-shadow:0 2px 12px #00d1ff55;letter-spacing:1px;margin-top:.7rem;font-size:1.3rem;font-weight:700}.contributor-avatar img{border:3px solid var(--secondary);object-fit:cover;background:linear-gradient(120deg,#261877 0%,#3722af 100%);border-radius:50%;width:70px;height:70px;transition:transform .3s,box-shadow .3s;box-shadow:0 0 0 4px #00d1ff1f,0 0 12px 4px #00d1ff33,0 0 24px 4px #3722af22}.contributor-avatar img:hover{transform:scale(1.08);box-shadow:0 0 0 6px #00d1ff66,0 0 24px 8px #00d1ff44,0 0 48px 8px #3722af33}.contributor-name{color:#fff;text-shadow:0 2px 8px #00d1ff33;letter-spacing:.5px;margin-top:.4rem;font-size:1.05rem;font-weight:600}.contribute{text-align:center;padding-bottom:2rem}.contribute h2{color:#00fffb;text-shadow:1px 1px 10px #0fbbcb96;margin-bottom:1.2rem;font-size:2.2rem;font-weight:900}.contribute p{max-width:700px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.cta-buttons{justify-content:center;gap:2rem;display:flex}.button{background-color:var(--secondary);color:var(--primary-darker);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5em;margin-top:.7rem;padding:.7rem 1.3rem;font-size:1.08rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #2c226426}.button:hover{background:var(--secondary-darker);color:var(--primary-theme-color);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.button.github{background:var(--secondary);color:var(--primary-darker)}.button.github:hover{color:var(--secondary-darker);background:#fff}.button.secondary{border:2px solid var(--secondary);color:var(--secondary);background:0 0}.button.secondary:hover{background:var(--secondary);color:var(--primary-darker)}.getting-started{flex-direction:column;align-items:center;width:100%;margin-top:2rem;padding:2rem 0;display:flex;position:relative;overflow:hidden}.getting-started-background{z-index:-1;background:linear-gradient(135deg,#5a44da1a 0%,#3722af1a 100%);position:absolute;inset:0}.getting-started-background:before{content:"";background:radial-gradient(circle,#00d1ff1a 0%,#0000 70%);animation:8s ease-in-out infinite pulse;position:absolute;inset:0}.getting-started p{text-align:center;color:#e9e9e9;margin:0 auto 2rem;font-size:1.2rem;line-height:1}.getting-started p b{letter-spacing:1px;color:#00fffb;font-weight:700}.projects>.centered-content>p{text-align:center;color:#e9e9e9;margin:0 auto 2rem;font-size:1.2rem;line-height:1}.projects-rows{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.project-card{color:#fff;background:var(--bg-img) center/cover no-repeat, #3722af;border-radius:12px;align-items:flex-end;width:360px;padding:.5rem;transition:transform .2s;display:flex;position:relative;transform:skew(-4deg);box-shadow:0 6px 32px #0003}.project-card:hover{transform:skew(-4deg)scale(1.04);box-shadow:0 12px 40px #0005}.project-content{background:linear-gradient(#00d1ff44 0%,#3722afee 20%);border-radius:12px;padding:2rem;transform:skew(4deg)}.project-content .project-title{align-items:center;gap:.7em;display:flex}.project-content h3{text-align:left;align-items:center;gap:.7em;margin-bottom:.7rem;font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:700;display:flex}.project-content .logo{width:auto;height:28px;margin-bottom:.7rem}.project-content p{text-align:left;margin-bottom:1.5rem;font-size:.95rem;line-height:1.2}.github-link{z-index:2;position:absolute;top:1rem;right:1rem}.github-link img{filter:invert()brightness(2);vertical-align:middle;width:28px;height:28px;transition:filter .2s}.github-link:hover img{filter:invert(.7)sepia()hue-rotate(180deg)brightness(1.5)}.npm-terminal{color:#e0e0e0;background:#181c24;border-radius:8px;align-items:center;gap:.5rem;margin-left:-5px;padding:.7rem;font-family:JetBrains Mono,Fira Mono,Consolas,monospace;font-size:.8rem;display:flex;transform:skew(-4deg);box-shadow:0 2px 8px #0002}.npm-terminal .prompt{color:#00d1ff;font-size:1.1em;font-weight:700}.npm-terminal .cmd{color:#fff;letter-spacing:.01em}
