@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-tertiary:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--border-color:#0000001a;--glass-bg:#ffffffb3;--glass-border:#00000014;--accent-color:#0ea5e9;--accent-hover:#0284c7;--hero-gradient:radial-gradient(circle at top center, #f0f9ff 0%, #e0f2fe 50%, #f8fafc 100%);--section-alt-bg:linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);--section-alt-bg-solid:#f1f5f9;--card-shadow:0 10px 30px #0076ff0f;--card-border:#0076ff26;--card-hover-shadow:0 16px 40px #0076ff1f;--hero-highlight:linear-gradient(135deg, #0f172a 0%, #2563eb 50%, #0284c7 100%);--card-bg:var(--bg-secondary);--particle-svg-display:block;--particle-circle-display:none}.dark{--bg-primary:#020617;--bg-secondary:#080814;--bg-tertiary:#0f172a;--text-primary:#f8fafc;--text-secondary:#94a3b8;--border-color:#ffffff1a;--glass-bg:#ffffff08;--glass-border:#ffffff14;--accent-color:#38bdf8;--accent-hover:#0ea5e9;--hero-gradient:var(--bg-primary);--section-alt-bg:#ffffff03;--section-alt-bg-solid:#ffffff03;--card-shadow:0 4px 24px #0000004d;--card-border:var(--glass-border);--card-hover-shadow:0 12px 32px #0076ff33;--hero-highlight:linear-gradient(135deg, #fff 0%, #60a5fa 40%, #005ae6 80%);--card-bg:var(--glass-bg);--particle-svg-display:none;--particle-circle-display:block}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Inter,sans-serif;transition:background-color .3s,color .3s}html,body{max-width:100vw;margin:0;padding:0;overflow-x:hidden}::selection{color:#fff;background-color:#0076ff66}::selection{color:#fff;background-color:#0076ff66}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.tooltip-container{cursor:help;display:inline-flex;position:relative}.tooltip-container:after{content:attr(title);background:var(--bg-tertiary);width:max-content;max-width:200px;color:var(--text-primary);opacity:0;visibility:hidden;border:1px solid var(--border-color);z-index:1000;pointer-events:none;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:500;line-height:1.4;transition:opacity .2s,visibility .2s;position:absolute;bottom:120%;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #0003}.tooltip-container:hover:after,.tooltip-container:focus:after,.tooltip-container:focus-within:after,.tooltip-container:active:after{opacity:1;visibility:visible}
.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 (max-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 (max-width:1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (max-width:1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (max-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 (max-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 (max-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}
