:root{--bg:#fff;--surface:#f7f7f7;--border:#e8e8e8;--text:#000;--text-muted:#555;--text-dim:#999;--lime:#bdf720;--lime-dim:#bdf7202e;--pink:#f0d;--pink-dim:#ff00dd1a;--success:#2a8a4a;--danger:#c22}html,body{height:100%}body{background:var(--bg);color:var(--text);flex-direction:column;justify-content:center;align-items:center;height:100vh;margin:0;padding:0;font-family:Verdana,Geneva,sans-serif;display:flex;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#bdf72059 1px,#0000 1px);background-size:36px 36px;position:fixed;inset:0}body:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#ff00dd14 0%,#0000 70%);width:420px;height:420px;position:fixed;top:-120px;right:-120px}footer{z-index:1;color:var(--text-dim);letter-spacing:.04em;margin-top:3rem;font-size:11px;animation:.7s cubic-bezier(.16,1,.3,1) .54s both fadeUp;position:relative}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.container{z-index:1;text-align:center;width:100%;max-width:560px;position:relative}.logo_wrap{margin-bottom:2rem;animation:.7s cubic-bezier(.16,1,.3,1) both fadeUp}.logo_wrap img{max-width:110px;margin:0 auto;display:block}.badge{letter-spacing:.12em;text-transform:uppercase;color:var(--text);background:var(--lime);border-radius:999px;align-items:center;gap:7px;margin-bottom:2rem;padding:6px 16px;font-size:10px;font-weight:700;animation:.7s cubic-bezier(.16,1,.3,1) 80ms both fadeUp;display:inline-flex}.accent_line{background:var(--pink);border-radius:999px;width:48px;height:3px;margin:0 auto 2rem;animation:.7s cubic-bezier(.16,1,.3,1) .12s both fadeUp}h1{color:var(--text);margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,6vw,3.2rem);font-weight:400;line-height:1.15;animation:.7s cubic-bezier(.16,1,.3,1) .15s both fadeUp}h1 em{color:var(--pink);font-style:italic}.tagline{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;font-size:11px;font-weight:700;animation:.7s cubic-bezier(.16,1,.3,1) .18s both fadeUp}.sub{color:var(--text-muted);max-width:400px;margin:0 auto 2.5rem;font-size:13px;line-height:1.85;animation:.7s cubic-bezier(.16,1,.3,1) .22s both fadeUp}.progress-wrap{margin-bottom:2.5rem;animation:.7s cubic-bezier(.16,1,.3,1) .26s both fadeUp}.progress-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);justify-content:space-between;align-items:baseline;margin-bottom:8px;font-size:10px;font-weight:700;display:flex}.progress-label strong{color:var(--text);letter-spacing:0;text-transform:none;font-size:13px;font-weight:700}.track{background:var(--border);border-radius:999px;height:4px;overflow:hidden}.fill{background:var(--lime);border-radius:999px;width:0%;height:100%;transition:width 1.4s cubic-bezier(.4,0,.2,1);position:relative}.fill:after{content:"";background:var(--pink);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.divider{border:none;border-top:1px solid var(--lime);margin:0 0 2.5rem;animation:.7s cubic-bezier(.16,1,.3,1) .3s both fadeUp}.form-wrap{gap:8px;margin-bottom:.75rem;animation:.7s cubic-bezier(.16,1,.3,1) .34s both fadeUp;display:flex}.form-wrap input[type=email]{background:var(--bg);border:1.5px solid var(--border);height:44px;color:var(--text);border-radius:4px;outline:none;flex:1;padding:0 14px;font-family:Verdana,Geneva,sans-serif;font-size:13px;transition:border-color .2s}.form-wrap input[type=email]::placeholder{color:var(--text-dim)}.form-wrap input[type=email]:focus{border-color:var(--pink)}.form-wrap button{background:var(--text);height:44px;color:var(--lime);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:0 20px;font-family:Verdana,Geneva,sans-serif;font-size:12px;font-weight:700;transition:background .15s,transform .1s}.form-wrap button:hover{background:var(--pink);color:#fff}.form-wrap button:active{transform:scale(.97)}.form-wrap button:disabled{opacity:.4;cursor:default;transform:none}.form-msg{min-height:18px;margin-bottom:2rem;font-size:12px;animation:.7s cubic-bezier(.16,1,.3,1) .36s both fadeUp}.chips{flex-wrap:wrap;justify-content:center;gap:8px;animation:.7s cubic-bezier(.16,1,.3,1) .42s both fadeUp;display:flex}.chip{letter-spacing:.05em;color:var(--text);background:var(--lime-dim);border:1px solid var(--lime);border-radius:3px;align-items:center;gap:6px;padding:5px 12px;font-size:11px;font-weight:700;display:inline-flex}.chip.pink{background:var(--pink-dim);border-color:var(--pink)}.contact_row{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;gap:20px;margin-top:2.5rem;padding-top:2rem;animation:.7s cubic-bezier(.16,1,.3,1) .48s both fadeUp;display:flex}.contact_row a{color:var(--text-muted);align-items:center;gap:6px;font-size:12px;text-decoration:none;transition:color .15s;display:flex}.contact_row a:hover{color:var(--pink)}.contact_row svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:14px;height:14px}
