.wb-block{--wb-text:#222729;--wb-text-hi:#15191c;--wb-text-toned:#7f837c;--wb-text-muted:#a5a39a;--wb-text-dimmed:#c9c6bd;--wb-rule:#e4e2de;--wb-bg:#fff;--wb-bg-elev:#fcfbf8;--wb-bg-inv:#222729;--wb-border:#ece9e2;--wb-border-soft:#f1efea;--wb-primary:#d4ff00;--wb-secondary:#6628d9;--wb-neutral-800:#3a3f3e;--wb-sec-50:#f5f0ff;--wb-sec-200:#b89bec;--wb-info-50:#eff6ff;--wb-ok-bg:#00c16a1a;--wb-ok-fg:#00a05a;--wb-code-bg:#fcfbf8;--wb-code-tag:teal;--wb-code-str:#0f766e;--wb-code-num:#6b7280;--wb-code-key:#6628d9;--wb-code-lit:#b45309;--wb-font:"Archivo", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--wb-mono:ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;color:var(--wb-text);font-family:var(--wb-font);-webkit-font-smoothing:antialiased;background:#fcfbf8;position:relative}.wb-block,.wb-block *,.wb-block :before,.wb-block :after{box-sizing:border-box}.wb-wrap{max-width:1440px;margin:0 auto;padding:clamp(56px,8vh,104px) clamp(20px,4.4vw,32px) clamp(64px,9vh,112px);container:wb/inline-size}.wb-title{max-width:700px;font:500 clamp(30px,3.34vw,48px)/1.16 var(--wb-font);color:var(--wb-text-hi);margin:0 0 26px}.wb-title__k{background:linear-gradient(90deg,#7a2cff,#c6ff00);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:italic}.wb-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:25px;margin:0 0 32px;padding:0;list-style:none;display:grid}.wb-step{min-width:0}.wb-step__k{font:400 10.5px/16px var(--wb-font);letter-spacing:.1em;text-transform:uppercase;color:var(--wb-text-dimmed);align-items:center;gap:10px;margin:0;display:flex}.wb-step__k:after{content:"";background:var(--wb-rule);flex:1;height:1px}.wb-step__t{font:500 18px/24px var(--wb-font);color:var(--wb-text-hi);margin:8px 0 0}.wb-step__p{font:400 12px/18px var(--wb-font);color:var(--wb-text-toned);margin:11px 0 0}.wb-card{height:var(--h,698px);background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(115deg,#6628d9 0% 22%,#8f7bcf 46%,#b8c935 74%,#ccf00b) border-box;border:1px solid #0000;border-radius:16px;position:relative;overflow:hidden}.wb-card__bg{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.wb-stage{position:absolute;inset:0;overflow:hidden}.wb-stage__in{width:1376px;height:698px;transform:scale(var(--fit,1));transform-origin:0 0;position:absolute;top:0;left:0}.wb-win{width:772px;height:680px;position:absolute;top:18px;left:604px}.wb-chrome{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff3d;border-radius:3px 0 0;align-items:center;gap:14px;height:42px;padding:0 19px;display:flex;position:relative}.wb-chrome__dots{gap:5px;display:flex}.wb-chrome__dots i{background:#ffffff9e;border-radius:50%;width:9px;height:9px}.wb-chrome__field{max-width:366px;height:23px;font:400 11px/1 var(--wb-font);letter-spacing:-.012em;color:#4a4a4a;background:#f1f1f1;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;margin:0 auto;padding:0 10px;display:flex;position:relative}.wb-chrome__field img{opacity:.85;width:11px;height:11px}.wb-chrome__field .wb-chrome__reload{position:absolute;top:50%;right:9px;transform:translateY(-50%)}.wb-chrome__right{align-items:center;gap:16px;display:flex}.wb-chrome__right img{opacity:.8;width:16px;height:16px}.wb-screen{background:#fff;position:absolute;inset:42px 0 0;overflow:hidden}.wb-app{width:687px;position:absolute;top:26px;left:32px}.wb-roll{position:relative;overflow:hidden}.wb-roll__i{display:block}.wb-roll--fade .wb-roll__t,.wb-roll--fade .wb-roll__i{position:absolute;inset:0}.wb-roll--tile{flex:none;width:48px;height:48px}.wb-roll--meta{height:20px}.wb-roll--desc{height:22px;margin-top:4px}.wb-roll--tags{height:24px;margin-top:10px}.wb-roll--sw{height:16px;line-height:16px}.wb-seam{background:var(--wb-border-soft);width:1px;position:absolute;top:0;bottom:0;left:739px}.wb-head{gap:14px;display:flex}.wb-tile{border-radius:10px;flex:none;place-items:center;width:48px;height:48px;display:grid}.wb-tile__i{width:24px;height:24px}.wb-tile__e{font-size:22px;line-height:1}.wb-tile.is-blue{color:#2b7fff;background:#e1ecff}.wb-tile.is-green{color:#16a34a;background:#def6ea}.wb-tile.is-violet{color:#7c3aed;background:#e9e1fa}.wb-tile.is-amber{color:#d97706;background:#fcf4e0}.wb-tile.is-rose{color:#ef4444;background:#fee1e3}.wb-head__l{min-width:0;padding-top:1px}.wb-head__t{align-items:center;gap:12px;height:28px;display:flex}.wb-name{font:500 22px/28px var(--wb-font);letter-spacing:-.015em;color:var(--wb-text-hi);white-space:nowrap;align-items:center;margin:0;display:inline-flex}.wb-caret{background:var(--wb-secondary);opacity:0;border-radius:1px;width:2px;height:21px;margin-left:2px;transition:opacity .12s linear}.wb-name.is-typing .wb-caret{opacity:1;animation:1s step-end infinite wb-blink}@keyframes wb-blink{0%,55%{opacity:1}56%,to{opacity:.15}}.wb-meta{align-items:center;gap:12px;height:20px;display:flex}.wb-ver{font:400 13px/20px var(--wb-font);color:var(--wb-text-toned)}.wb-status{height:20px;font:500 11.5px/16px var(--wb-font);color:var(--wb-text-toned);background:#f2f0eb;border-radius:6px;align-items:center;padding:0 8px;display:inline-flex}.wb-status.is-active{background:var(--wb-ok-bg);color:var(--wb-ok-fg)}.wb-desc{font:400 15px/22px var(--wb-font);color:var(--wb-text-muted);margin:0}.wb-tags{align-items:center;gap:8px;display:flex}.wb-tag{border:1px solid var(--wb-border);height:24px;font:400 12.5px/1 var(--wb-font);color:var(--wb-text);white-space:nowrap;border-radius:7px;align-items:center;padding:0 9px;display:inline-flex}.wb-tag--add{color:var(--wb-text-muted);border-color:#0000;gap:5px;padding-left:2px}.wb-tag__i{width:13px;height:13px}.wb-review{border:1px solid var(--wb-sec-200);background:var(--wb-sec-50);border-radius:10px;min-height:86px;margin-top:18px;padding:14px 20px 6px;position:relative}.wb-review__i{width:14px;height:14px;color:var(--wb-secondary);display:block}.wb-review__t{font:500 15px/22px var(--wb-font);color:var(--wb-text-hi);margin:8px 0 0}.wb-review__p{font:400 15px/22px var(--wb-font);color:var(--wb-text);margin:0}.wb-review__sw{font:400 13px/1 var(--wb-font);color:var(--wb-secondary);align-items:center;gap:10px;display:flex;position:absolute;top:16px;right:20px}.wb-switch{background:#d8d5cd;border-radius:11px;width:40px;height:22px;transition:background .76s cubic-bezier(.78,0,.22,1) .24s;position:relative}.wb-switch:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .76s cubic-bezier(.78,0,.22,1) .24s;position:absolute;top:2px;left:2px}.wb-switch.is-on{background:var(--wb-secondary)}.wb-switch.is-on:after{transform:translate(18px)}.wb-review.is-off .wb-review__sw{color:var(--wb-text-toned)}.wb-build{border:1px solid var(--wb-border);background:#fff;border-radius:10px;margin-top:16px;padding:18px 20px 20px}.wb-build__row{justify-content:space-between;align-items:center;gap:12px;height:28px;display:flex}.wb-build__t{font:500 15px/22px var(--wb-font);color:var(--wb-text-hi)}.wb-build__acts{align-items:center;gap:12px;display:flex}.wb-ai{font:400 12.5px/1 var(--wb-font);color:var(--wb-secondary);align-items:center;gap:5px;display:inline-flex}.wb-ai svg{width:14px;height:14px}.wb-btn{border:1px solid var(--wb-border);height:28px;font:400 12.5px/1 var(--wb-font);color:var(--wb-text);background:#fff;border-radius:8px;align-items:center;gap:6px;padding:0 10px;display:inline-flex}.wb-btn svg{width:13px;height:13px}.wb-label{height:31px;font:400 13px/1 var(--wb-font);color:var(--wb-text);justify-content:space-between;align-items:center;margin-top:20px;display:flex}.wb-label sup{color:#ef4444;font-size:13px;top:0}.wb-seg{align-items:center;gap:2px;display:inline-flex}.wb-seg button{height:26px;font:400 12px/1 var(--wb-font);color:var(--wb-text-muted);cursor:default;background:0 0;border:0;border-radius:7px;align-items:center;gap:5px;padding:0 9px;display:inline-flex}.wb-seg button svg{width:12px;height:12px}.wb-seg button.is-on{background:var(--wb-bg-inv);color:#fff;font-weight:500}.wb-code{border:1px solid var(--wb-border);background:var(--wb-code-bg);height:340px;font:400 12.5px/20px var(--wb-mono);border-radius:8px;margin-top:6px;padding:12px 0;overflow:hidden}.wb-code__row{height:20px}.wb-code__r{grid-template-columns:34px 1fr;height:20px;display:grid}.wb-code__n{text-align:right;color:var(--wb-code-num);padding-right:10px}.wb-code__l{white-space:pre;color:var(--wb-text)}.wb-code__l .t{color:var(--wb-code-tag)}.wb-code__l .s{color:var(--wb-code-str)}.wb-code__l .k{color:var(--wb-code-key)}.wb-code__l .n{color:var(--wb-code-lit)}.wb-pv__code{border-color:var(--s-border);background:var(--s-bg);height:100%;margin:0;padding:10px 0;font-size:11px;line-height:17px}.wb-pv__code .wb-code__row{height:17px}.wb-pv__code .wb-code__r{grid-template-columns:30px 1fr;height:17px}.wb-pv__code .wb-code__n{color:var(--s-muted)}.wb-pv__code .wb-code__l{color:var(--s-fg)}.wb-pv__code .wb-code__l .s{color:var(--s-str)}.wb-pv__code .wb-code__l .k{color:var(--s-key)}.wb-pv__code .wb-code__l .n{color:var(--s-lit)}.wb-pv[data-mode=visual] .wb-pv__code,.wb-pv[data-mode=json] .wb-pv__frame{display:none}.wb-pv__frame,.wb-pv__code{animation:.26s cubic-bezier(.22,1,.36,1) both wb-tab}@keyframes wb-tab{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.wb-pv{--s-bg:#fff;--s-fg:#222729;--s-fg-hi:#15191c;--s-muted:#a5a39a;--s-toned:#7f837c;--s-border:#ece9e2;--s-elev:#fafaf7;--s-field:#fff;--s-chip:#f2f0eb;--s-btn:#222729;--s-btn-fg:#fff;--s-ghost:#f2f0eb;--s-ghost-fg:#3a3f3e;--s-str:#0f766e;--s-key:#6628d9;--s-lit:#b45309;border:1px solid var(--wb-border-soft);background:#fff;border-radius:12px;flex-direction:column;width:529px;height:524px;display:flex;position:absolute;top:149px;left:92px;overflow:hidden;box-shadow:0 18px 46px -18px #181e1a47,0 2px 8px #181e1a0d}.wb-pv[data-theme=dark]{--s-bg:#222729;--s-fg:#f4f5f4;--s-fg-hi:#fff;--s-muted:#8b918f;--s-toned:#a2a8a5;--s-border:#343a3c;--s-elev:#262b2d;--s-field:#262b2d;--s-chip:#3a3f3e;--s-btn:#fff;--s-btn-fg:#222729;--s-ghost:#3a3f3e;--s-ghost-fg:#e6e8e6;--s-str:#5eead4;--s-key:#c4a6ff;--s-lit:#fbbf24}.wb-pv__bar{flex:none;align-items:center;gap:10px;height:64px;padding:0 20px;display:flex}.wb-pv__t{font:500 14px/1 var(--wb-font);color:var(--wb-text-hi)}.wb-pv__sp{flex:1}.wb-pv__body{flex:1;padding:0 14px 14px;overflow:hidden}.wb-pv__frame{background:var(--s-bg);border:1px solid #0000;border-radius:10px;padding:12px 14px 4px;transition:border-color .7s cubic-bezier(.78,0,.22,1) .12s}.wb-pv__frame.is-framed{border-color:var(--s-border)}.wb-pv__r{padding-bottom:10px}.wb-pv__body{font-family:var(--wb-font);color:var(--s-fg);font-size:12px;line-height:1.45}.wb-w-card{border:1px solid var(--s-border);background:var(--s-bg);border-radius:10px;padding:12px 14px 14px}.wb-w-card .wb-w-card{background:var(--s-elev)}.wb-w-card__t{font:500 13px/18px var(--wb-font);color:var(--s-fg-hi)}.wb-w-card__d{font:400 10.5px/15px var(--wb-font);color:var(--s-muted);margin-top:1px}.wb-w-card__b{gap:10px;margin-top:10px;display:grid}.wb-w-stack{gap:12px;display:grid}.wb-w-stack.is-start{justify-items:start}.wb-w-grid{grid-template-columns:repeat(var(--cols-m,var(--cols,2)),minmax(0,1fr));align-items:stretch;gap:10px;display:grid}.wb-w-grid.is-bottom{align-items:end}.wb-w-h{color:var(--s-fg-hi);letter-spacing:-.012em;font-weight:500}.wb-w-h--1{font-size:16px;line-height:22px}.wb-w-h--2{font-size:15px;line-height:21px}.wb-w-h--3{font-size:13px;line-height:19px}.wb-w-p{color:var(--s-fg);margin:0;font-size:11px;line-height:16px}.wb-w-p.is-muted{color:var(--s-muted)}.wb-w-p.is-secondary{color:var(--s-toned)}.wb-w-badge{background:var(--s-chip);color:var(--s-fg);border-radius:6px;align-items:center;padding:4px 9px;font-size:10.5px;line-height:14px;display:inline-flex}.wb-w-badge.is-block{display:flex}.wb-w-badge.is-tall{align-items:flex-start;min-height:52px;padding-top:8px}.wb-w-badge.is-solid{background:var(--s-chip)}.wb-w-stat{border:1px solid var(--s-border);background:var(--s-bg);border-radius:8px;gap:3px;min-width:0;padding:9px;display:grid}.wb-w-stat__l{letter-spacing:.04em;text-transform:uppercase;color:var(--s-muted);white-space:nowrap;text-overflow:ellipsis;font-size:8px;line-height:12px;overflow:hidden}.wb-w-stat__v{font:500 15px/20px var(--wb-font);color:var(--s-fg-hi)}.wb-f{gap:4px;min-width:0;display:grid}.wb-f__l{color:var(--s-fg);font-size:10.5px;line-height:15px}.wb-ctl{border:1px solid var(--s-border);background:var(--s-field);min-height:26px;color:var(--s-fg);white-space:nowrap;text-overflow:ellipsis;border-radius:7px;align-items:center;padding:5px 9px;font-size:10.5px;line-height:15px;display:flex;overflow:hidden}.wb-ctl.is-ph{color:var(--s-muted)}.wb-ctl--sel,.wb-ctl--date{justify-content:space-between;gap:8px}.wb-ctl__car,.wb-ctl__cal{color:var(--s-muted);flex:none;font-size:11px}.wb-ctl--area{white-space:normal;align-items:flex-start;min-height:52px;overflow:hidden}.wb-w-btn{background:var(--s-btn);width:100%;height:28px;color:var(--s-btn-fg);font:400 11px/1 var(--wb-font);cursor:default;border:0;border-radius:7px;padding:0 12px}.wb-w-btn.is-ghost{background:var(--s-ghost);color:var(--s-ghost-fg)}.wb-w-btn.is-auto{width:auto}.wb-w-chart{border:1px solid var(--s-border);background:var(--s-elev);min-height:86px;color:var(--s-muted);border-radius:8px;place-items:center;font-size:10px;display:grid}.wb-w-table{display:grid}.wb-w-tr{border-bottom:1px solid var(--s-border);grid-auto-columns:1fr;grid-auto-flow:column;gap:8px;padding:6px 9px;display:grid}.wb-w-tr.is-head{background:var(--s-elev);border-radius:6px 6px 0 0}.wb-w-tr:last-child{border-bottom:0}.wb-w-td{color:var(--s-toned);text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;line-height:13px;overflow:hidden}.wb-w-tr.is-head .wb-w-td{color:var(--s-fg)}.wb-seg button[data-wb-theme],.wb-seg button[data-wb-codetab],.wb-seg button[data-wb-pvtab]{cursor:pointer}.wb-seg button:focus{outline:none}.wb-seg button:focus-visible{outline:2px solid var(--wb-secondary);outline-offset:2px}@container wb (width<=1120px){.wb-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 25px}}@container wb (width<=504px){.wb-steps{grid-template-columns:1fr;gap:20px}}@container wb (width<=960px){.wb-title{max-width:none}.wb-card{height:auto}.wb-card__bg{position:absolute}.wb-stage{z-index:1;position:relative;overflow:visible}.wb-stage__in{flex-direction:column;gap:12px;width:auto;max-width:560px;height:auto;margin:0 auto;padding:12px;display:flex;position:static;transform:none}.wb-win{order:1;width:auto;height:auto;position:static}.wb-chrome{border-radius:10px 10px 0 0;gap:10px;height:34px;padding:0 12px}.wb-chrome__dots{gap:4px}.wb-chrome__dots i{width:7px;height:7px}.wb-chrome__field{letter-spacing:-.01em;max-width:none;height:20px;padding:0 8px;font-size:9.5px}.wb-chrome__field img{width:9px;height:9px}.wb-chrome__reload{display:none}.wb-chrome__right{gap:12px}.wb-chrome__right img{width:13px;height:13px}.wb-screen{border-radius:0 0 10px 10px;position:static}.wb-seam{display:none}.wb-app{width:auto;padding:14px;position:static}.wb-head{gap:10px}.wb-roll--tile{width:40px;height:40px}.wb-tile{border-radius:9px;width:40px;height:40px}.wb-tile__i{width:20px;height:20px}.wb-tile__e{font-size:18px}.wb-name{font-size:17px;line-height:22px}.wb-roll--name,.wb-roll--meta{height:22px}.wb-caret{height:15px}.wb-ver{font-size:11.5px}.wb-status{padding:1px 6px;font-size:10.5px}.wb-desc{font-size:12.5px;line-height:18px}.wb-roll--desc{height:18px;margin-top:3px}.wb-roll--tags{height:22px;margin-top:8px}.wb-tag{height:22px;padding:0 7px;font-size:11px}.wb-tags{flex-wrap:nowrap}.wb-review{min-height:0;margin-top:14px;padding:12px 14px}.wb-review__t{margin-top:8px;font-size:12.5px;line-height:18px}.wb-review__p{font-size:12.5px;line-height:18px}.wb-review__sw{justify-content:flex-start;margin-top:10px;font-size:11.5px;position:static}.wb-build{margin-top:12px;padding:14px}.wb-build__row{flex-wrap:wrap;gap:8px;height:auto}.wb-build__t{font-size:13px}.wb-ai{font-size:11px}.wb-btn{height:26px;padding:0 8px;font-size:11px}.wb-label{height:26px;margin-top:14px;font-size:11.5px}.wb-seg button{height:22px;padding:0 7px;font-size:10.5px}.wb-code{height:118px;margin-top:6px;font-size:10px;line-height:16px}.wb-code__row,.wb-code__r{height:16px}.wb-code__r{grid-template-columns:24px 1fr}.wb-code__n{padding-right:7px}.wb-pv{--cols-m:2;order:2;width:auto;height:auto;position:static}.wb-pv__bar{gap:8px;height:46px;padding:0 12px}.wb-pv__t{font-size:12.5px}.wb-pv__body{padding:0 10px 10px;overflow:visible}.wb-pv__frame{padding:10px 12px 4px}.wb-pv__r{padding-bottom:8px}.wb-pv__frame,.wb-pv__code{font-size:11px}.wb-w-card__t{font-size:12.5px}.wb-w-card__d{font-size:10px}.wb-w-h--1{font-size:15px;line-height:20px}.wb-w-h--2{font-size:14px;line-height:19px}.wb-w-h--3{font-size:12.5px;line-height:18px}.wb-w-stat__v{font-size:14px;line-height:19px}.wb-w-chart{min-height:70px}.wb-pv__code{height:300px;font-size:10px;line-height:16px}.wb-pv__code .wb-code__row,.wb-pv__code .wb-code__r{height:16px}.wb-w-tr{grid-template-columns:1fr 1fr;grid-auto-columns:auto;grid-auto-flow:row}}@media(prefers-reduced-motion:reduce){.wb-switch,.wb-switch:after{transition:none}}
