@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.App{height:max-content;min-height:100vh;width:100vw;background:#0f1118;overflow-x:hidden}.header{height:68px;line-height:68px;padding:0 40px;border-bottom:1px solid rgb(24,28,40);background:#0f1118;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a;z-index:1000;transition:background-color .3s ease}.user-label{font-size:2.25rem;line-height:1.75rem;background:linear-gradient(90deg,#00ff9d,#00b36b,#00ff9d);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}.semi-icon{display:inline-block;font-style:normal;line-height:0;text-align:center;text-transform:none;text-rendering:optimizeLegibility;fill:currentColor}.semi-icon-extra-small{font-size:8px}.semi-icon-small{font-size:12px}.semi-icon-default{font-size:16px}.semi-icon-large{font-size:20px}.semi-icon-extra-large{font-size:24px}.semi-icon-spinning{animation:.6s linear infinite semi-icon-animation-rotate;animation-fill-mode:forwards}@keyframes semi-icon-animation-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero{z-index:1;color:#e2e8f0;width:100%;justify-content:center;display:flex;margin-top:68px}.hero .content{z-index:1;width:72rem;display:grid;grid-template-columns:1fr}.hero .content .content-left{z-index:1}.hero .content .content-left .flow{border:1px solid rgba(0,255,157,.2);background:linear-gradient(90deg,#00ff9d,#00b36b);color:#000;display:flex;align-items:center}.hero .content .content-left .flow .icon{font-size:20px;margin-top:3px;padding:4px}.hero .content .btns{display:flex;justify-content:left}.hero .content .description{font-size:20px;color:#94a3b8;margin:30px 0}.hero .title{font-size:57px;font-weight:700}.hero .title .lab{background:linear-gradient(90deg,#00ff9d,#00b36b);-webkit-background-clip:text;background-clip:text;color:transparent}.stack{z-index:1;color:#e2e8f0;width:100%;justify-content:center;display:flex;margin-top:68px}.stack .content{z-index:1;width:72rem;display:grid;grid-template-columns:1fr}.stack .content .content-left{z-index:1}.stack .content .content-left .flow{border:1px solid rgba(0,255,157,.2);background:linear-gradient(90deg,#00ff9d,#00b36b);color:#000;display:flex;align-items:center}.stack .content .content-left .flow .icon{font-size:20px;margin-top:3px;padding:4px}.stack .content .btns{display:flex;justify-content:left}.stack .content .description{font-size:20px;color:#94a3b8;margin:30px 0}.stack .title{font-size:57px;font-weight:700}.stack .title .lab{background:linear-gradient(90deg,#00ff9d,#00b36b);-webkit-background-clip:text;background-clip:text;color:transparent}.content-right .right-content{color:#00b36b}.stack-item{display:flex;height:50px;line-height:50px;align-items:center}.stack-item .label{display:flex;flex:0 0 100px}.stack-item .progress{display:flex;flex:0 0 20rem;height:13px;background:#181c28;border-radius:10px;box-shadow:0 0 5px #00b36b9e;position:relative}.stack-item .progress .val{top:-13px;position:absolute;font-size:14px;color:#e2e8f0;width:60px}.stack-item .stack-process{border-radius:10px;position:absolute;height:100%;background:linear-gradient(90deg,#00b36b,#00b36b,#00ff9d)}.project-item{display:flex;width:calc(33.33% - 64px);height:368px;flex-direction:column;background:rgb(24,28,40,var(--tw-border-opacity, 1));border-radius:8px;padding:24px;position:relative}.project-item.active-def,.project-item:hover{border:1px solid #00b36b}.project-item.active-def{box-shadow:0 0 12px #00b36b}.project-item .name{color:#f9f9f9;text-align:left;font-size:1.5rem;font-weight:600}.project-item .tags-list{margin:10px 0 16px;text-align:left;font-size:13px}.project-item .tags-list .tag{margin-right:12px;padding:4px 8px;border-radius:12px;color:#f9f9f9;background:#ffffff1f;border:1px solid #ccc;font-weight:700}.project-item .tags-list .tag.Angular{background:#dd003120;border-color:#dd003180;color:#dd0031}.project-item .tags-list .tag.Vue{background:#4fc08d20;border-color:#4fc08d40;color:#4fc08d}.project-item .tags-list .tag.React{background:#61dafb20;border-color:#61dafb40;color:#61dafb}.project-item .tags-list .tag.TypeScript{color:#3178c6;background:#3178c620;border-color:#3178c640}.project-item .tags-list .tag.Canvas{background:#ffce5620;border-color:#ffce5640;color:#ffce56}.project-item .tags-list .tag.Pinia{background:#dea58420;border-color:#dea58440;color:#dea584}.info{text-align:left;margin:10px 0;font-size:1rem;font-weight:400;color:#f9f9f999;position:relative}.info .start{position:absolute;right:10px;top:0;cursor:pointer}.demo{width:100%;height:192px;border-radius:8px}.footer{display:flex;flex-direction:row;justify-content:space-between;margin-top:30px;font-size:16px;color:#f9f9f999}.footer a{color:#f9f9f999}.footer .icon{font-size:18px;padding:2px}.footer .release{background:linear-gradient(45deg,#f1f105,#84f404,#00ff9d,#84ee03);-webkit-background-clip:text;background-clip:text;color:transparent}.footer .github .icon{font-size:20px}.footer .flex-row{display:flex;flex-direction:row;justify-content:center;align-items:center}.footer .label{margin:0 2px}.title-content{display:flex;color:#e2e8f0;justify-content:center;flex-direction:column;text-align:center;padding:30px 0 50px}.title-content .title{z-index:1;font-size:48px;font-weight:700;padding:20px 0}.title-content .description{z-index:1;color:#9aa3bb;font-size:20px;justify-content:center;display:flex}.title-content .description .text{width:72rem}.projects{width:100%;text-align:center;margin:auto auto 200px;display:flex;justify-content:center}.projects .content{z-index:1;width:72rem;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.footer .circle{z-index:0;position:fixed;top:204px;left:-100px;width:151px;height:151px;border-radius:50%;background:#ffd166}.footer .square{z-index:0;position:fixed;top:60px;right:100px;width:100px;height:100px;background:#646cff;transform:rotate(30deg)}
