:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500;line-height:1.2}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.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)}#app{text-align:center;box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;padding:5px;display:flex}#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}.circuit-card{--card-bg:#0d131c;--card-surface:#111925;--card-surface-hover:#172131;--border:#263244;--border-bright:#35445a;--text:#e5e7eb;--text-muted:#8b98aa;--accent:#22c55e;--accent-soft:#22c55e29;--accent-glow:#22c55e59;background:var(--card-bg);border:1px solid var(--border);isolation:isolate;border-radius:18px;flex-direction:column;width:100%;min-width:0;max-width:800px;height:100%;min-height:0;transition:border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 35px #00000047,0 2px 8px #0000002e}.circuit-card:before{content:"";border-radius:inherit;pointer-events:none;z-index:10;background:linear-gradient(135deg,#ffffff0f,#0000 30% 70%,#ffffff06);position:absolute;inset:-1px}.circuit-card__viewport{background-color:#0f172a;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:32px 32px;flex:auto;justify-content:center;align-items:center;width:100%;min-height:0;display:flex;position:relative;overflow:hidden}.circuit-card__viewport:before{content:"";pointer-events:none;opacity:.9;background:radial-gradient(circle at 50% 45%,#374b6424,#0000 58%);position:absolute;inset:0}.circuit-card__viewport:after{content:"";pointer-events:none;background:radial-gradient(#0000 45%,#0003 100%);position:absolute;inset:0}.circuit-card__viewport>svg{z-index:1;width:100%;height:100%;display:block;position:relative;overflow:visible}.circuit-card__controls{border-top:1px solid var(--border);z-index:20;background:linear-gradient(#141d2a,#101823);flex:0 0 58px;justify-content:space-between;align-items:center;gap:14px;padding:0 14px;display:flex;position:relative;box-shadow:0 -8px 20px #0000001a}.circuit-card__controls:before{content:"";background:linear-gradient(90deg,#0000,#ffffff14,#0000);height:1px;position:absolute;top:0;left:18px;right:18px}.inspect-button{height:40px;color:var(--text);letter-spacing:.01em;background:linear-gradient(#202b3c,#182231);border:1px solid #0000;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:650;display:inline-flex}.inspect-button__icon{fill:none;stroke:#aeb9c8;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;transition:stroke .18s,transform .25s;display:inline-flex}.inspect-button:hover .inspect-button__icon{stroke:#fff;transform:scale(1.08)}.inspection-stepper{flex:0 auto;justify-content:center;align-items:center;gap:30px;width:max-content;min-width:40px;height:40px;padding:0 10px;display:flex;position:relative}.stepper-track{pointer-events:none;background:linear-gradient(90deg,#39485d,#2b384a);border-radius:999px;height:2px;position:absolute;top:50%;left:10px;right:10px;overflow:hidden;transform:translateY(-50%)}.inspection-stepper:before{content:"";width:var(--progress,0%);pointer-events:none;background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:999px;height:2px;transition:width .3s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;left:10px;transform:translateY(-50%);box-shadow:0 0 8px #22c55e59}.inspection-stepper:not(:has(.step+.step)){gap:0;width:40px;min-width:40px;padding:0}.inspection-stepper:not(:has(.step+.step)) .stepper-track{display:none}.inspection-stepper:not(:has(.step+.step)):before{display:none}.step{z-index:2;cursor:pointer;background:#121a26;border:2px solid #536176;border-radius:50%;flex:0 0 12px;width:12px;height:12px;padding:0;transition:width .18s,height .18s,flex-basis .18s,border-color .18s,background .18s,box-shadow .18s,transform .18s;position:relative;box-shadow:0 0 0 3px #141d2a}.step:hover{border-color:#9aa8ba;transform:scale(1.18)}.step.visited{background:#64748b;border-color:#64748b}.step.active{width:16px;height:16px;box-shadow:0 0 0 4px var(--accent-soft), 0 0 14px var(--accent-glow);background:#22c55e;border-color:#4ade80;flex-basis:16px;transform:scale(1)}.step.active:after{content:"";border:1px solid #22c55e59;border-radius:50%;animation:2s ease-out infinite stepPulse;position:absolute;inset:-5px}@keyframes stepPulse{0%{opacity:.8;transform:scale(.75)}70%{opacity:0;transform:scale(1.35)}to{opacity:0;transform:scale(1.35)}}.gates-page__header{margin-bottom:50px}.stepper-navigation{flex:none;align-items:center;gap:6px;display:flex}.stepper-arrow{color:#b8c3d1;cursor:pointer;background:linear-gradient(#202b3b,#182231);border:1px solid #344258;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-family:system-ui,sans-serif;font-size:24px;font-weight:300;line-height:1;transition:transform .12s,background .16s,border-color .16s,color .16s,box-shadow .16s;display:inline-flex;box-shadow:0 2px 5px #0000002e,inset 0 1px #ffffff0d}.stepper-arrow:hover:not(:disabled){color:#fff;background:linear-gradient(#2a374a,#202d3f);border-color:#53647c;box-shadow:0 4px 10px #00000038}.stepper-arrow:active:not(:disabled){transform:scale(.94)}.stepper-arrow:disabled{opacity:.28;cursor:default;box-shadow:none}.stepper-arrow svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;transition:transform .16s}.stepper-arrow:first-child:hover:not(:disabled) svg{transform:translate(-2px)}.stepper-arrow:last-child:hover:not(:disabled) svg{transform:translate(2px)}@media (width<=600px){.circuit-card__controls{flex:0 0 48px;gap:8px;padding:0 10px}.inspect-button{border-radius:8px;gap:0;width:40px;height:34px;padding:0}.inspect-button__label{display:none}.inspect-button__icon{flex-basis:17px;width:17px;height:17px}.inspection-stepper{gap:22px;min-width:34px;height:34px;padding:0 8px}.inspection-stepper:not(:has(.step+.step)){width:34px;min-width:34px}.stepper-track{height:1px;left:8px;right:8px}.inspection-stepper:before{height:1px;left:8px}.step{border-width:1.5px;flex-basis:9px;width:9px;height:9px;box-shadow:0 0 0 2px #141d2a}.step.active{width:13px;height:13px;box-shadow:0 0 0 3px var(--accent-soft), 0 0 9px var(--accent-glow);flex-basis:13px}.step.active:after{inset:-4px}.stepper-navigation{gap:5px}.stepper-arrow{border-radius:8px;width:32px;height:32px;font-size:20px}.stepper-arrow svg{width:17px;height:17px}}@media (width<=400px){.circuit-card__controls{flex:0 0 44px;gap:6px;padding:0 8px}.inspect-button{border-radius:7px;width:30px;height:30px}.inspect-button__icon{flex-basis:16px;width:16px;height:16px}.inspection-stepper{gap:16px;height:30px;padding:0 6px}.inspection-stepper:not(:has(.step+.step)){width:30px;min-width:30px}.stepper-track{left:6px;right:6px}.inspection-stepper:before{left:6px}.step{flex-basis:8px;width:8px;height:8px;box-shadow:0 0 0 2px #141d2a}.step.active{flex-basis:12px;width:12px;height:12px}.stepper-navigation{gap:4px}.stepper-arrow{border-width:1px;border-radius:7px;width:25px;height:25px;font-size:18px}.stepper-arrow svg{width:15px;height:15px}}.site-nav{box-sizing:border-box;border-bottom:1px solid var(--border);background:var(--theme);z-index:100;align-items:center;width:100%;height:64px;padding:0 24px;display:flex;position:relative}.site-nav.is-hidden{display:none}.site-nav__brand{color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:baseline;gap:6px;margin:0;padding:6px 8px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:opacity .16s,transform .16s;display:inline-flex}.site-nav__brand:hover{opacity:.82}.site-nav__brand:active{transform:translateY(1px)}.site-nav__name{letter-spacing:-.035em;font-size:32px;font-weight:800;line-height:1}.site-nav__type{letter-spacing:.12em;text-transform:uppercase;color:var(--secondary);font-size:12px;font-weight:700;line-height:1;position:relative;top:-1px}@media (width<=600px){.site-nav{height:56px;padding:0 14px}.site-nav__name{font-size:19px}.site-nav__type{font-size:9px}}.playground-section{width:100%}.playground-section .playground-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.playground-sections{flex-direction:column;gap:5rem;display:flex}.playground-section__header{max-width:720px;margin-bottom:2rem}.playground-section__title{letter-spacing:-.025em;color:var(--text-primary);margin:0;font-size:clamp(1.6rem,3vw,2rem);font-weight:700;line-height:1.2}.playground-section__description{color:var(--text-secondary);margin:.65rem 0 0;font-size:.95rem;line-height:1.6}.playground-section+.playground-section{border-top:1px solid var(--border-color);padding-top:4rem}.home-page{margin:0 auto;padding:72px 24px 80px}.home-page__intro{text-align:center;max-width:680px;margin:0 auto 56px}.home-page__intro h1{letter-spacing:-.035em;color:var(--text);margin:0 0 16px;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.05}.home-page__intro p{max-width:600px;color:var(--secondary);margin:0 auto;font-size:17px;line-height:1.65}.playground-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.playground-card{border:1px solid var(--border);background:linear-gradient(145deg, var(--entry), var(--code-bg));min-height:190px;color:var(--text);text-align:left;cursor:pointer;border-radius:14px;flex-direction:column;align-items:flex-start;padding:24px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.playground-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;position:absolute;top:0;left:18px;right:18px}.playground-card:hover{border-color:color-mix(in srgb, var(--primary) 45%, var(--border));transform:translateY(-3px);box-shadow:0 12px 30px #00000029}.playground-card:active{transform:translateY(-1px)}.playground-card__icon{border:1px solid var(--border);background:var(--code-bg);width:42px;height:42px;color:var(--primary);border-radius:10px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.playground-card__icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.playground-card__body{padding-right:28px}.playground-card h2{color:var(--text);margin:0 0 8px;font-size:18px;font-weight:700;line-height:1.3}.playground-card p{color:var(--secondary);margin:0;font-size:14px;line-height:1.6}.playground-card__arrow{fill:none;width:18px;height:18px;stroke:var(--secondary);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s,color .18s;position:absolute;bottom:22px;right:22px}.playground-card:hover .playground-card__arrow{stroke:var(--primary);transform:translate(4px)}@media (width<=700px){.home-page{padding:48px 18px 60px}.home-page__intro{margin-bottom:36px}.home-page__intro h1{font-size:36px}.home-page__intro p{font-size:15px}.playground-grid{grid-template-columns:1fr;gap:14px}.playground-card{min-height:165px;padding:20px}}@media (width<=400px){.home-page{padding-left:14px;padding-right:14px}.playground-card{min-height:150px;padding:18px}}.gates-container{flex-direction:column;align-items:center;gap:20px;display:flex}.not-found-page{min-height:70vh;color:var(--text);justify-content:center;align-items:center;padding:40px 20px;display:flex}.not-found-page__content{text-align:center;width:min(100%,520px)}.not-found-page__code{letter-spacing:-.06em;color:var(--primary);margin-bottom:8px;font-size:clamp(72px,15vw,140px);font-weight:800;line-height:.9}.not-found-page h1{margin:20px 0 10px;font-size:28px;font-weight:700}.not-found-page p{max-width:420px;color:var(--secondary);margin:0 auto 28px;line-height:1.6}.not-found-page__home{border:1px solid var(--border);background:var(--entry);height:42px;color:var(--primary);font:inherit;cursor:pointer;border-radius:9px;padding:0 18px;font-size:14px;font-weight:600;transition:transform .14s,border-color .16s,background .16s}.not-found-page__home:hover{border-color:var(--primary);background:var(--code-bg)}.not-found-page__home:active{transform:translateY(1px)}.circuit-card__viewport{position:relative}.circuit-card__zoom{z-index:100;-webkit-backdrop-filter:blur(8px);opacity:.25;background:#0f172ab8;border:1px solid #ffffff14;border-radius:.65rem;grid-template-rows:repeat(3,2.25rem);grid-template-columns:repeat(3,2.25rem);gap:.3rem;padding:.4rem;transition:opacity .2s,background .2s;display:grid;position:absolute;top:1rem;right:1rem}.circuit-card__zoom:hover{opacity:1;background:#0f172ae6}.circuit-card__zoom button{color:#fffc;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:.45rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;padding:0;font-family:inherit;font-size:1.15rem;font-weight:500;transition:background .15s,color .15s,transform .1s;display:flex}.circuit-card__zoom button:hover{color:#fff;background:#ffffff1a}@media (width<=600px){.circuit-card__zoom{--button-size:1.5rem;--icon-size:.5rem;border-radius:.7rem;justify-content:center;align-items:center;gap:.3rem;padding:.3rem;display:flex;top:.1rem;left:50%;right:auto;transform:translate(-50%)}.circuit-card__zoom button{width:var(--button-size);height:var(--button-size);font-size:var(--icon-size);flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}}.zoom-in{grid-area:1/1}.zoom-out{grid-area:1/3}.pan-up{grid-area:2/2}.pan-left{grid-area:2/1}.pan-right{grid-area:2/3}.pan-down{grid-area:3/2}.circuit-card__zoom button:active{transform:scale(.92)}.circuit-card__viewport{position:relative;overflow:hidden}
