.dialog[data-v-e577495c]{z-index:var(--z-modal,600);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog__overlay[data-v-e577495c]{-webkit-backdrop-filter:blur(4px);background:#0006;position:absolute;inset:0}.dialog__container[data-v-e577495c]{background:var(--color-surface-secondary,#fff);border-radius:16px;width:90%;max-width:320px;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000029}.dialog__content[data-v-e577495c]{text-align:center;padding:20px 20px 16px}.dialog__title[data-v-e577495c]{color:var(--color-label-primary,#000);margin:0 0 8px;font-size:17px;font-weight:600}.dialog__description[data-v-e577495c]{color:var(--color-label-secondary,#3c3c43);margin:0;font-size:13px;line-height:1.4}.dialog__actions[data-v-e577495c]{border-top:1px solid var(--color-separator,#c6c6c8);display:flex}.dialog__btn[data-v-e577495c]{cursor:pointer;background:0 0;border:none;flex:1;padding:12px 16px;font-size:17px;font-weight:400;transition:background .15s}.dialog__btn[data-v-e577495c]:hover{background:var(--color-fill-primary,#78788014)}.dialog__btn[data-v-e577495c]:active{background:var(--color-fill-tertiary,#7878801f)}.dialog__btn--cancel[data-v-e577495c]{color:var(--color-accent,#007aff);border-right:1px solid var(--color-separator,#c6c6c8)}.dialog__btn--confirm[data-v-e577495c]{color:var(--color-accent,#007aff);font-weight:600}.dialog__btn--destructive[data-v-e577495c]{color:var(--color-accent-red,#ff3b30)}.dialog-enter-active[data-v-e577495c],.dialog-leave-active[data-v-e577495c]{transition:opacity .25s ease-out}.dialog-enter-active .dialog__container[data-v-e577495c],.dialog-leave-active .dialog__container[data-v-e577495c]{transition:transform .25s ease-out,opacity .25s ease-out}.dialog-enter-from[data-v-e577495c],.dialog-leave-to[data-v-e577495c]{opacity:0}.dialog-enter-from .dialog__container[data-v-e577495c]{opacity:0;transform:scale(.95)}.dialog-leave-to .dialog__container[data-v-e577495c]{opacity:0;transform:scale(.98)}@media (prefers-color-scheme:dark){.dialog__container[data-v-e577495c]{background:var(--color-surface-tertiary-dark,#2c2c2e);box-shadow:0 8px 24px #0006}.dialog__title[data-v-e577495c]{color:var(--color-label-primary-dark,#fff)}.dialog__description[data-v-e577495c]{color:var(--color-label-secondary-dark,#ebebf5)}.dialog__actions[data-v-e577495c]{border-top-color:var(--color-separator-dark,#38383a)}.dialog__btn--cancel[data-v-e577495c]{border-right-color:var(--color-separator-dark,#38383a)}.dialog__btn[data-v-e577495c]:hover{background:#ffffff14}.dialog__btn[data-v-e577495c]:active{background:#ffffff1f}}.toast[data-v-2c8a1bc4]{background:var(--color-glass,#ffffffd9);-webkit-backdrop-filter:blur(20px);color:var(--color-label-primary,#000);border-radius:9999px;align-items:center;gap:10px;min-width:200px;max-width:400px;padding:12px 16px;font-size:14px;font-weight:500;display:flex;box-shadow:0 4px 12px #0000001f}.toast--bottom[data-v-2c8a1bc4]{z-index:var(--z-toast,700);position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast--top[data-v-2c8a1bc4]{z-index:var(--z-toast,700);position:fixed;top:24px;left:50%;transform:translate(-50%)}.toast__icon[data-v-2c8a1bc4]{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;display:flex}.toast--success .toast__icon[data-v-2c8a1bc4]{color:#fff;background:#34c759}.toast--error .toast__icon[data-v-2c8a1bc4]{color:#fff;background:#ff3b30}.toast--warning .toast__icon[data-v-2c8a1bc4]{color:#fff;background:#ff9500}.toast--info .toast__icon[data-v-2c8a1bc4]{color:#fff;background:#007aff}.toast__message[data-v-2c8a1bc4]{flex:1}.toast__close[data-v-2c8a1bc4]{cursor:pointer;width:20px;height:20px;color:var(--color-label-secondary,#3c3c43);background:#0000001a;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:10px;transition:background .15s;display:flex}.toast__close[data-v-2c8a1bc4]:hover{background:#00000026}.toast-enter-active[data-v-2c8a1bc4],.toast-leave-active[data-v-2c8a1bc4]{transition:all .25s ease-out}.toast--bottom.toast-enter-from[data-v-2c8a1bc4],.toast--bottom.toast-leave-to[data-v-2c8a1bc4]{opacity:0;transform:translate(-50%)translateY(20px)}.toast--top.toast-enter-from[data-v-2c8a1bc4],.toast--top.toast-leave-to[data-v-2c8a1bc4]{opacity:0;transform:translate(-50%)translateY(-20px)}@media (prefers-color-scheme:dark){.toast[data-v-2c8a1bc4]{background:var(--color-glass-dark,#1c1c1ee6);color:var(--color-label-primary-dark,#fff);box-shadow:0 4px 12px #0000004d}.toast__close[data-v-2c8a1bc4]{color:var(--color-label-secondary-dark,#ebebf5);background:#ffffff1a}.toast__close[data-v-2c8a1bc4]:hover{background:#ffffff26}}#app{min-height:100vh}.announcement-banner{z-index:680;-webkit-backdrop-filter:blur(20px);background:#ffffffe0;border:1px solid #ffffff73;border-radius:20px;align-items:flex-start;gap:12px;width:min(720px,100vw - 32px);padding:14px 16px;display:flex;position:fixed;top:76px;left:50%;transform:translate(-50%);box-shadow:0 16px 40px #0f172a24}.announcement-banner--info{color:#0f172a}.announcement-banner--warning,.announcement-banner--maintenance{color:#92400e;background:#fff9ebf2}.announcement-banner--critical{color:#991b1b;background:#fef2f2f2}.announcement-banner__content{flex:1;min-width:0}.announcement-banner__label{background:#0f172a14;border-radius:999px;margin-bottom:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.announcement-banner__title{font-size:15px;line-height:1.4;display:block}.announcement-banner__body{opacity:.88;margin:6px 0 0;font-size:14px;line-height:1.5}.announcement-banner__close{width:32px;height:32px;color:inherit;cursor:pointer;background:#0f172a14;border:0;border-radius:999px;flex-shrink:0}.announcement-banner-enter-active,.announcement-banner-leave-active{transition:opacity .2s,transform .2s}.announcement-banner-enter-from,.announcement-banner-leave-to{opacity:0;transform:translate(-50%)translateY(-8px)}@media (width<=767px){.announcement-banner{width:calc(100vw - 24px);padding:12px 14px;top:72px}}@media (prefers-color-scheme:dark){.announcement-banner{color:#f3f4f6;background:#1c1c1eeb;border-color:#ffffff14;box-shadow:0 18px 40px #00000052}.announcement-banner--warning,.announcement-banner--maintenance{color:#fde68a;background:#451a03eb}.announcement-banner--critical{color:#fecaca;background:#450a0aeb}.announcement-banner__label,.announcement-banner__close{background:#ffffff1f}}:root{--color-surface-primary:#f2f2f7;--color-surface-secondary:#fff;--color-surface-tertiary:#e5e5ea;--color-separator:#c6c6c8;--color-separator-inset:#e5e5ea;--color-label-primary:#000;--color-label-secondary:#3c3c43;--color-label-tertiary:#48484a;--color-label-quaternary:#636366;--color-accent:#007aff;--color-accent-green:#34c759;--color-accent-orange:#ff9500;--color-accent-red:#ff3b30;--color-accent-yellow:#fc0;--color-fill-primary:#78788014;--color-fill-secondary:#7878800a;--color-fill-tertiary:#7878801f;--color-glass:#ffffffb3;--color-glass-heavy:#ffffffd9;--shadow-none:none;--shadow-subtle:0 1px 3px #00000014;--shadow-medium:0 4px 12px #0000001f;--shadow-strong:0 8px 24px #00000029;--shadow-extra-strong:0 12px 32px #0003;--spacing-xs:4px;--spacing-s:8px;--spacing-m:12px;--spacing-l:16px;--spacing-xl:24px;--spacing-xxl:32px;--spacing-xxxl:48px;--spacing-xxxxl:64px;--radius-none:0px;--radius-xs:4px;--radius-small:8px;--radius-medium:12px;--radius-large:16px;--radius-x-large:20px;--radius-xx-large:24px;--radius-full:9999px;--blur-none:0px;--blur-light:10px;--blur-medium:20px;--blur-heavy:40px;--duration-instant:0s;--duration-ultra-fast:.1s;--duration-fast:.15s;--duration-normal:.25s;--duration-moderate:.35s;--duration-slow:.45s;--duration-extra-slow:.6s;--easing-linear:linear;--easing-apple:ease-in-out;--easing-ease-in:ease-in;--easing-ease-out:ease-out;--easing-decelerate:cubic-bezier(0, 0, .2, 1);--easing-accelerate:cubic-bezier(.4, 0, 1, 1);--easing-spring:cubic-bezier(.175, .885, .32, 1.275);--easing-emphasized:cubic-bezier(.2, 0, 0, 1);--typography-large-title-font-size:34px;--typography-large-title-font-weight:700;--typography-large-title-line-height:1.2;--typography-large-title-letter-spacing:.37px;--typography-title1-font-size:28px;--typography-title1-font-weight:700;--typography-title1-line-height:1.2;--typography-title1-letter-spacing:.36px;--typography-title2-font-size:22px;--typography-title2-font-weight:700;--typography-title2-line-height:1.3;--typography-title2-letter-spacing:.35px;--typography-title3-font-size:20px;--typography-title3-font-weight:600;--typography-title3-line-height:1.3;--typography-title3-letter-spacing:.38px;--typography-headline-font-size:17px;--typography-headline-font-weight:600;--typography-headline-line-height:1.4;--typography-headline-letter-spacing:-.41px;--typography-body-font-size:17px;--typography-body-font-weight:400;--typography-body-line-height:1.5;--typography-body-letter-spacing:-.41px;--typography-body-bold-font-size:17px;--typography-body-bold-font-weight:600;--typography-body-bold-line-height:1.5;--typography-body-bold-letter-spacing:-.41px;--typography-subhead-font-size:15px;--typography-subhead-font-weight:400;--typography-subhead-line-height:1.4;--typography-subhead-letter-spacing:-.24px;--typography-subhead-bold-font-size:15px;--typography-subhead-bold-font-weight:600;--typography-subhead-bold-line-height:1.4;--typography-subhead-bold-letter-spacing:-.24px;--typography-footnote-font-size:13px;--typography-footnote-font-weight:400;--typography-footnote-line-height:1.4;--typography-footnote-letter-spacing:-.08px;--typography-caption-font-size:12px;--typography-caption-font-weight:400;--typography-caption-line-height:1.3;--typography-caption-letter-spacing:0px;--typography-caption2-font-size:11px;--typography-caption2-font-weight:400;--typography-caption2-line-height:1.2;--typography-caption2-letter-spacing:.06px;--typography-body-cjk-font-size:17px;--typography-body-cjk-font-weight:400;--typography-body-cjk-line-height:1.7;--typography-body-cjk-letter-spacing:0px;--font-family-system:-apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;--font-family-mono:"SF Mono", SFMono-Regular, ui-monospace, Menlo, Monaco, "Cascadia Code", "Segoe UI Mono", monospace;--font-family-cjk:"PingFang SC", "Noto Sans CJK SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--z-index-base:0;--z-index-float:100;--z-index-sticky:200;--z-index-dropdown:300;--z-index-navigation:400;--z-index-popover:500;--z-index-modal:600;--z-index-toast:700;--z-index-overlay:800;--z-index-max:9999;--breakpoint-compact:600px;--breakpoint-medium:900px;--breakpoint-expanded:1400px;--breakpoint-large:1920px}[data-theme=dark],.dark,:root.dark{--color-surface-primary:#000;--color-surface-secondary:#1c1c1e;--color-surface-tertiary:#2c2c2e;--color-separator:#38383a;--color-separator-inset:#38383a;--color-label-primary:#fff;--color-label-secondary:#ebebf5;--color-label-tertiary:#8e8e93;--color-label-quaternary:#636366;--color-accent:#0a84ff;--color-accent-green:#30d158;--color-accent-orange:#ff9f0a;--color-accent-red:#ff453a;--color-accent-yellow:#ffd60a;--color-fill-primary:#78788024;--color-fill-secondary:#7878801f;--color-fill-tertiary:#7878802e;--color-glass:#000000b3;--color-glass-heavy:#000000d9;--shadow-none:none;--shadow-subtle:0 1px 3px #0003;--shadow-medium:0 4px 12px #0000004d;--shadow-strong:0 8px 24px #0006;--shadow-extra-strong:0 12px 32px #00000080}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not(.light){--color-surface-primary:#000;--color-surface-secondary:#1c1c1e;--color-surface-tertiary:#2c2c2e;--color-separator:#38383a;--color-separator-inset:#38383a;--color-label-primary:#fff;--color-label-secondary:#ebebf5;--color-label-tertiary:#8e8e93;--color-label-quaternary:#636366;--color-accent:#0a84ff;--color-accent-green:#30d158;--color-accent-orange:#ff9f0a;--color-accent-red:#ff453a;--color-accent-yellow:#ffd60a;--color-fill-primary:#78788024;--color-fill-secondary:#7878801f;--color-fill-tertiary:#7878802e;--color-glass:#000000b3;--color-glass-heavy:#000000d9;--shadow-none:none;--shadow-subtle:0 1px 3px #0003;--shadow-medium:0 4px 12px #0000004d;--shadow-strong:0 8px 24px #0006;--shadow-extra-strong:0 12px 32px #00000080}}.bg-surface-primary{background-color:var(--color-surface-primary)}.bg-surface-secondary{background-color:var(--color-surface-secondary)}.bg-surface-tertiary{background-color:var(--color-surface-tertiary)}.text-primary{color:var(--color-label-primary)}.text-secondary{color:var(--color-label-secondary)}.text-tertiary{color:var(--color-label-tertiary)}.text-quaternary{color:var(--color-label-quaternary)}.text-accent{color:var(--color-accent)}.text-success{color:var(--color-accent-green)}.text-warning{color:var(--color-accent-orange)}.text-error{color:var(--color-accent-red)}.rounded-small{border-radius:var(--radius-small)}.rounded-medium{border-radius:var(--radius-medium)}.rounded-large{border-radius:var(--radius-large)}.rounded-xl{border-radius:var(--radius-x-large)}.rounded-full{border-radius:var(--radius-full)}.shadow-subtle{box-shadow:var(--shadow-subtle)}.shadow-medium{box-shadow:var(--shadow-medium)}.shadow-strong{box-shadow:var(--shadow-strong)}.transition-fast{transition-duration:var(--duration-fast);transition-timing-function:var(--easing-apple)}.transition-normal{transition-duration:var(--duration-normal);transition-timing-function:var(--easing-apple)}.transition-slow{transition-duration:var(--duration-slow);transition-timing-function:var(--easing-apple)}: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}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;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;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}
