:root{--docs-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;--docs-mono:"SFMono-Regular",ui-monospace,"JetBrains Mono",Menlo,Consolas,monospace;--docs-sidebar-w:270px;--docs-toc-w:230px;--docs-header-h:60px;--docs-radius:12px;--docs-radius-sm:8px;--docs-accent:#6366f1;--docs-accent-2:#8b5cf6;--docs-accent-3:#22d3ee;--docs-gradient:linear-gradient(120deg,var(--docs-accent),var(--docs-accent-2))}.docs-theme,.docs-theme[data-theme=dark]{--bg:#0a0a0f;--bg-elevated:#131320;--bg-code:#0c0c14;--sidebar-bg:#0b0b12;--text:#e8e8ef;--text-muted:#9c9cab;--text-faint:#6c6c7c;--border:hsla(0,0%,100%,.09);--border-strong:hsla(0,0%,100%,.16);--hover:rgba(139,130,255,.08);--accent:var(--docs-accent);--accent-2:var(--docs-accent-2);--accent-soft:rgba(99,102,241,.16);--accent-soft-2:rgba(139,92,246,.13);--page-glow:radial-gradient(1200px 560px at 50% -260px,rgba(99,102,241,.28),transparent 66%),radial-gradient(820px 460px at 100% -20px,rgba(139,92,246,.2),transparent 60%),radial-gradient(760px 460px at 0 4%,rgba(34,211,238,.1),transparent 58%),radial-gradient(900px 600px at 50% 108%,rgba(139,92,246,.08),transparent 60%);color-scheme:dark}.docs-theme[data-theme=light]{--bg:#fff;--bg-elevated:#fff;--bg-code:#f6f6f8;--sidebar-bg:#fbfbfc;--text:#1a1a1e;--text-muted:#5c5d74;--text-faint:#8e8fa8;--border:rgba(0,0,0,.09);--border-strong:rgba(0,0,0,.16);--hover:rgba(0,0,0,.04);--accent:var(--docs-accent);--accent-2:var(--docs-accent-2);--accent-soft:rgba(99,102,241,.1);--accent-soft-2:rgba(139,92,246,.08);--page-glow:radial-gradient(1100px 480px at 50% -260px,rgba(99,102,241,.12),transparent 66%),radial-gradient(720px 420px at 100% -40px,rgba(139,92,246,.08),transparent 60%);color-scheme:light}.docs-theme *{box-sizing:border-box}.docs-theme{background:var(--bg);color:var(--text);font-family:var(--docs-font);min-height:100vh;-webkit-font-smoothing:antialiased;line-height:1.6;position:relative;text-rendering:optimizeLegibility}.docs-theme:before{background:var(--page-glow);content:"";inset:0;pointer-events:none;position:fixed;z-index:0}.docs-theme>*{position:relative;z-index:1}.docs-theme a{color:inherit;text-decoration:none}.docs-header{backdrop-filter:saturate(160%) blur(12px);background:color-mix(in srgb,var(--bg) 82%,transparent);border-bottom:1px solid var(--border);height:var(--docs-header-h);position:sticky;top:0;z-index:40}.docs-header-inner{align-items:center;display:flex;gap:16px;height:100%;margin:0 auto;max-width:1400px;padding:0 20px}.docs-header-left{min-width:0}.docs-brand,.docs-header-left{align-items:center;display:flex;gap:10px}.docs-brand{font-size:16px;font-weight:700;letter-spacing:-.01em}.docs-logo{display:block;height:26px;width:auto}.docs-logo--dark,.docs-theme[data-theme=dark] .docs-logo--light{display:none}.docs-theme[data-theme=dark] .docs-logo--dark{display:block}.docs-header-nav{display:flex;flex:1;justify-content:center}.docs-header-menu{display:flex;font-size:14px;gap:4px;list-style:none;margin:0;padding:0}.docs-header-menu>li{align-items:center;display:flex;height:var(--docs-header-h);position:relative}.docs-header-menu>li>a{align-items:center;border-radius:var(--docs-radius-sm);color:var(--text-muted);display:inline-flex;font-weight:500;gap:4px;height:34px;padding:0 12px;transition:color .15s,background .15s}.docs-header-menu>li>a:hover{background:var(--hover);color:var(--text)}.docs-header-menu>li.active>a{color:var(--text)}.docs-header-menu>li:has(ul)>a:after{border-bottom:1.5px solid;border-right:1.5px solid;content:"";height:6px;opacity:.6;transform:translateY(-2px) rotate(45deg);width:6px}.docs-header-menu ul{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--docs-radius);box-shadow:0 18px 44px rgba(0,0,0,.4);display:flex;flex-direction:column;gap:2px;left:50%;list-style:none;margin:0;min-width:190px;opacity:0;padding:6px;position:absolute;top:calc(100% - 8px);transform:translateX(-50%) translateY(6px);transition:opacity .15s ease,transform .15s ease;visibility:hidden}.docs-header-menu>li:focus-within>ul,.docs-header-menu>li:hover>ul{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}.docs-header-menu ul li a{border-radius:var(--docs-radius-sm);color:var(--text-muted);display:block;padding:8px 12px;transition:color .15s,background .15s;white-space:nowrap}.docs-header-menu ul li a:hover{background:var(--hover);color:var(--text)}.docs-header-menu ul li.active>a{color:var(--accent)}.docs-header-right{align-items:center;display:flex;gap:6px;margin-left:auto}.docs-icon-btn{align-items:center;background:transparent;border:1px solid transparent;border-radius:var(--docs-radius-sm);color:var(--text-muted);cursor:pointer;display:inline-flex;height:34px;justify-content:center;transition:background .15s,color .15s,border-color .15s;width:34px}.docs-icon-btn:hover{background:var(--hover);border-color:var(--border);color:var(--text)}.docs-search-trigger{align-items:center;background:transparent;border:1px solid var(--border);border-radius:var(--docs-radius-sm);color:var(--text-muted);cursor:pointer;display:inline-flex;font:inherit;font-size:.85rem;gap:8px;height:34px;padding:0 10px;transition:background .15s,color .15s,border-color .15s}.docs-search-trigger:hover{background:var(--hover);border-color:var(--border-strong);color:var(--text)}.docs-search-trigger-label{line-height:1}.docs-search-kbd{border:1px solid var(--border);border-radius:5px;color:var(--text-faint);font-size:.72rem;line-height:1;padding:2px 6px}@media (max-width:640px){.docs-search-trigger{padding:0 9px}.docs-search-kbd,.docs-search-trigger-label{display:none}}.docs-search[hidden]{display:none}.docs-search{align-items:flex-start;display:flex;inset:0;justify-content:center;padding:12vh 16px 16px;position:fixed;z-index:200}.docs-search-backdrop{backdrop-filter:blur(2px);background:rgba(6,6,12,.62);inset:0;position:absolute}body.docs-search-open{overflow:hidden}.docs-search-panel{background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:var(--docs-radius);box-shadow:0 24px 60px -12px rgba(0,0,0,.5);max-width:620px;overflow:hidden;position:relative;width:100%}.docs-search-field{align-items:center;border-bottom:1px solid var(--border);color:var(--text-muted);display:flex;gap:10px;padding:14px 16px}.docs-search-input{background:transparent;border:0;color:var(--text);flex:1;font:inherit;font-size:1rem;min-width:0;outline:none}.docs-search-input::-webkit-search-cancel-button{display:none}.docs-search-esc{background:transparent;border:1px solid var(--border);border-radius:5px;color:var(--text-faint);cursor:pointer;font:inherit;font-size:.72rem;padding:3px 7px}.docs-search-results{max-height:min(60vh,460px);overflow-y:auto}.docs-search-results:empty{display:none}.docs-search-result{border-bottom:1px solid var(--border);color:var(--text);display:block;padding:12px 16px;text-decoration:none}.docs-search-result:last-child{border-bottom:0}.docs-search-result.is-active,.docs-search-result:hover{background:var(--accent-soft)}.docs-search-result-title{display:block;font-size:.95rem;font-weight:600}.docs-search-result-section{color:var(--accent);display:block;font-size:.78rem;margin-top:2px}.docs-search-result-excerpt{color:var(--text-muted);display:block;font-size:.82rem;line-height:1.5;margin-top:4px}.docs-search-empty{color:var(--text-muted);font-size:.9rem;margin:0;padding:20px 16px}.docs-theme.page-editor .docs-shell,.docs-theme.page-editor .docs-shell.no-sidebar,.docs-theme.page-editor .docs-shell.no-sidebar.no-toc,.docs-theme.page-editor .docs-shell.no-sidebar:not(.no-toc){gap:24px;max-width:none;padding:0 20px}.docs-theme.page-editor .docs-article,.docs-theme.page-editor .docs-main{max-width:none;padding:0}.docs-theme.page-editor .docs-main{padding-bottom:32px}.docs-editor{border:1px solid var(--border);border-radius:var(--docs-radius);display:flex;flex-direction:column;height:calc(100vh - var(--docs-header-h) - 76px);margin:20px 0;overflow:clip}.docs-editor-bar{align-items:center;background:var(--bg-elevated);border-bottom:1px solid var(--border);display:flex;flex:0 0 auto;gap:14px;padding:10px 18px;position:sticky;top:var(--docs-header-h);z-index:5}.docs-editor-back{align-items:center;border:1px solid var(--border);border-radius:var(--docs-radius-sm);color:var(--text-muted);display:inline-flex;font-size:.85rem;gap:6px;padding:6px 12px;text-decoration:none;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.docs-editor-back:hover{background:var(--hover);border-color:var(--border-strong);color:var(--text)}.docs-editor-title{color:var(--text);font-size:1rem;font-weight:600;margin:0}.docs-editor-actions{align-items:center;display:flex;gap:8px;margin-left:auto}.docs-editor-action{align-items:center;background:transparent;border:1px solid var(--border);border-radius:var(--docs-radius-sm);color:var(--text-muted);cursor:pointer;display:inline-flex;font:inherit;font-size:.82rem;gap:6px;padding:6px 12px;text-decoration:none;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.docs-editor-action:hover{background:var(--hover);border-color:var(--border-strong);color:var(--text)}.docs-editor-stage,.docs-editor-stage .showcase-container,.docs-editor-stage>*{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.docs-editor-stage .showcase-container,.docs-editor-stage>*{margin:0}.docs-editor-stage iframe{border:0!important;border-radius:0!important;display:block;flex:1 1 auto;height:100%!important;min-height:0!important;width:100%!important}@media (max-width:700px){.docs-editor{height:auto}.docs-editor-stage iframe{height:70vh!important}.docs-editor-bar{flex-wrap:wrap}.docs-editor-actions{margin-left:0;width:100%}}.docs-theme-toggle .docs-icon-sun,.docs-theme[data-theme=light] .docs-theme-toggle .docs-icon-moon{display:none}.docs-theme[data-theme=light] .docs-theme-toggle .docs-icon-sun{display:block}.docs-sidebar-toggle{display:none}.docs-hamburger,.docs-hamburger:after,.docs-hamburger:before{background:currentColor;border-radius:2px;display:block;height:1.5px;position:relative;width:16px}.docs-hamburger:after,.docs-hamburger:before{content:"";left:0;position:absolute}.docs-hamburger:before{top:-5px}.docs-hamburger:after{top:5px}.docs-shell{align-items:start;display:grid;gap:40px;grid-template-columns:var(--docs-sidebar-w) minmax(0,1fr) var(--docs-toc-w);margin:0 auto;max-width:1400px;padding:0 20px}.docs-shell.no-toc{grid-template-columns:var(--docs-sidebar-w) minmax(0,1fr)}.docs-shell.no-sidebar{grid-template-columns:minmax(0,1fr) var(--docs-toc-w)}.docs-shell.no-sidebar.no-toc{grid-template-columns:minmax(0,1fr);max-width:820px}.docs-sidebar-backdrop{display:none}.docs-sidebar{align-self:start;height:calc(100vh - var(--docs-header-h));overflow-x:hidden;overflow-y:auto;padding:24px 8px 40px 0;position:sticky;top:var(--docs-header-h)}.docs-sidebar,.docs-toc-rail{scrollbar-color:transparent transparent;scrollbar-width:thin}.docs-sidebar.is-scrolling,.docs-sidebar:focus-within,.docs-toc-rail.is-scrolling,.docs-toc-rail:focus-within{scrollbar-color:var(--border-strong) transparent}.docs-sidebar::-webkit-scrollbar,.docs-toc-rail::-webkit-scrollbar{width:8px}.docs-sidebar::-webkit-scrollbar-track,.docs-toc-rail::-webkit-scrollbar-track{background:transparent}.docs-sidebar::-webkit-scrollbar-thumb,.docs-toc-rail::-webkit-scrollbar-thumb{background-color:transparent;border-radius:8px;transition:background-color .25s ease}.docs-sidebar.is-scrolling::-webkit-scrollbar-thumb,.docs-sidebar:focus-within::-webkit-scrollbar-thumb,.docs-toc-rail.is-scrolling::-webkit-scrollbar-thumb,.docs-toc-rail:focus-within::-webkit-scrollbar-thumb{background-color:var(--border-strong)}.docs-theme .docs-nav-section{border-bottom:1px solid var(--border);color:var(--text);display:block;font-size:18px;font-weight:700;letter-spacing:-.02em;margin:0 0 16px;padding:0 10px 14px;text-decoration:none}a.docs-nav-section:hover{color:var(--accent)}.docs-nav,.docs-nav-sublist{list-style:none;margin:0;padding:0}.docs-nav-group{margin-bottom:22px}.docs-nav-group-label{color:var(--text-faint);display:block;font-size:12px;font-weight:700;letter-spacing:.03em;padding:0 12px 8px;text-transform:uppercase}.docs-nav-item>a{border-left:2px solid transparent;border-radius:var(--docs-radius-sm);color:var(--text-muted);display:block;font-size:14px;margin:1px 0;padding:6px 12px;transition:color .15s,background .15s}.docs-nav-item>a:hover{background:var(--hover);color:var(--text)}.docs-nav-item.is-active>a{background:var(--accent-soft);border-left-color:var(--accent);color:var(--text);font-weight:600}.docs-nav-sublist .docs-nav-sublist{border-left:1px solid var(--border);margin-left:10px;padding-left:4px}.docs-main{min-width:0;padding:40px 0 80px}.docs-page-title{font-size:34px;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 28px}.docs-prose{color:var(--text);font-size:17px}.docs-prose>*{margin-top:0}.docs-prose p{color:var(--text);margin:0 0 18px}.docs-prose a{border-bottom:1px solid transparent;color:var(--accent);text-decoration:none;transition:border-color .15s}.docs-prose a:hover{border-bottom-color:var(--accent)}.docs-prose h1,.docs-prose h2,.docs-prose h3,.docs-prose h4{font-weight:700;letter-spacing:-.01em;line-height:1.3;scroll-margin-top:calc(var(--docs-header-h) + 20px)}.docs-prose h2{border-bottom:1px solid var(--border);font-size:24px;margin:44px 0 16px;padding-bottom:8px}.docs-prose h3{font-size:19px;margin:32px 0 12px}.docs-prose h4{font-size:16px;margin:24px 0 10px}:where(.docs-prose) ol,:where(.docs-prose) ul{margin:0 0 18px;padding-left:24px}:where(.docs-prose) li{margin:6px 0}.docs-prose blockquote{background:var(--accent-soft);border-left:3px solid var(--accent);border-radius:0 var(--docs-radius-sm) var(--docs-radius-sm) 0;color:var(--text-muted);margin:0 0 18px;padding:14px 18px}.docs-prose blockquote>:first-child{margin-top:0}.docs-prose blockquote>:last-child{margin-bottom:0}.docs-theme .docs-prose blockquote>:first-child{margin-top:0}.docs-theme .docs-prose blockquote>:last-child{margin-bottom:0}.docs-prose img{border:1px solid var(--border);border-radius:var(--docs-radius);max-width:100%}.docs-prose hr{border:0;border-top:1px solid var(--border);margin:32px 0}.docs-prose :not(pre)>code{background:var(--bg-code);border:1px solid var(--border);border-radius:6px;color:var(--text);font-family:var(--docs-mono);font-size:.86em;padding:.15em .4em}.docs-prose pre{background:var(--bg-code);border:1px solid var(--border);border-radius:var(--docs-radius);font-size:13.5px;line-height:1.65;margin:0 0 20px;overflow-x:auto;padding:16px 18px;position:relative}.docs-prose pre code{background:none;border:0;color:var(--text);font-family:var(--docs-mono);padding:0}.docs-copy-btn{align-items:center;background:color-mix(in srgb,var(--bg-elevated) 90%,transparent);border:1px solid var(--border);border-radius:7px;color:var(--text-muted);cursor:pointer;display:inline-flex;font-size:12px;gap:5px;opacity:0;padding:4px 9px;position:absolute;right:10px;top:10px;transition:opacity .15s,color .15s,border-color .15s}.docs-prose pre:hover .docs-copy-btn{opacity:1}.docs-copy-btn:hover{border-color:var(--border-strong);color:var(--text)}.docs-copy-btn.is-copied{border-color:#22c55e;color:#22c55e}.docs-prose table{border-collapse:collapse;font-size:14px;margin:0 0 20px;width:100%}.docs-prose td,.docs-prose th{border:1px solid var(--border);padding:9px 14px;text-align:left}.docs-prose th{font-weight:600}.docs-callout,.docs-prose th{background:var(--bg-elevated)}.docs-callout{border:1px solid var(--border);border-radius:var(--docs-radius);font-size:14.5px;margin:0 0 22px;padding:14px 16px}.docs-callout.is-info{background:var(--accent-soft);border-color:rgba(99,102,241,.3)}.docs-hero{padding:24px 0 44px}.docs-hero.has-image{align-items:center;display:grid;gap:48px;grid-template-columns:minmax(0,1fr) minmax(0,.95fr)}.docs-hero-title{background:linear-gradient(115deg,var(--text) 22%,var(--accent) 62%,var(--accent-2));-webkit-background-clip:text;background-clip:text;font-size:clamp(36px,6vw,54px);font-weight:800;letter-spacing:-.03em;line-height:1.08;margin:0 0 16px;-webkit-text-fill-color:transparent}.docs-hero-tagline{color:var(--text-muted);font-size:18px;margin:0 0 24px;max-width:620px}.docs-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.docs-hero-btn{align-items:center;border:1px solid transparent;border-radius:var(--docs-radius);display:inline-flex;font-size:15px;font-weight:600;height:44px;justify-content:center;padding:0 22px;transition:transform .15s ease,opacity .15s ease,border-color .15s ease,background .15s ease}.docs-hero-btn.is-primary{background:var(--accent);color:#fff}.docs-hero-btn.is-primary:hover{opacity:.92;transform:translateY(-1px)}.docs-hero-btn.is-secondary{background:var(--bg-elevated);border-color:var(--border);color:var(--text)}.docs-hero-btn.is-secondary:hover{border-color:var(--accent);transform:translateY(-1px)}.docs-hero-media{aspect-ratio:1/1;border:1px solid var(--border);border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.18);margin:0 auto;max-width:420px;overflow:hidden;position:relative;width:100%}.docs-hero-media img{display:block;height:100%;object-fit:cover;object-position:center;transform:translate3d(0,var(--hero-parallax,0),0) scale(1.14);width:100%;will-change:transform}@media (prefers-reduced-motion:reduce){.docs-hero-media img{transform:none}}@media (max-width:820px){.docs-hero.has-image{gap:28px;grid-template-columns:minmax(0,1fr)}.docs-hero-title{font-size:34px}}.docs-warning{background:color-mix(in srgb,#f59e0b 8%,var(--bg-elevated));border:1px solid color-mix(in srgb,#f59e0b 35%,var(--border));border-left:3px solid #f59e0b;border-radius:var(--docs-radius);color:var(--text);font-size:14.5px;margin:0 0 28px;padding:14px 18px}.docs-warning :last-child{margin-bottom:0}.docs-content-footer{border-top:1px solid var(--border);margin-top:48px;padding-top:28px}.docs-content-footer :last-child{margin-bottom:0}.docs-aside{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--docs-radius);color:var(--text-muted);font-size:13px;padding:14px}.docs-aside img{border-radius:8px;height:auto;max-width:100%}.docs-aside a{color:var(--accent)}.docs-carbon{display:block}.docs-carbon #carbonads{font:inherit;width:100%}.docs-carbon #carbonads span{display:block;overflow:hidden;position:relative}.docs-carbon #carbonads .carbon-wrap{display:flex;flex-direction:column;gap:16px}.docs-carbon #carbonads .carbon-img{display:block;float:none;line-height:0;margin:0}.docs-carbon #carbonads .carbon-img img{border-radius:8px;display:block;height:auto;width:100%}.docs-carbon #carbonads .carbon-text{color:var(--text-muted);display:block;font-size:13px;line-height:1.55;margin:0;text-decoration:none}.docs-carbon #carbonads .carbon-text:hover{color:var(--text)}.docs-carbon #carbonads .carbon-poweredby{color:var(--text-faint);display:inline-block;font-size:10px;letter-spacing:.06em;margin-top:8px;text-decoration:none;text-transform:uppercase}.docs-carbon #carbonads .carbon-poweredby:hover{color:var(--text-muted)}.docs-footer-cta{background:linear-gradient(120deg,color-mix(in srgb,var(--accent) 10%,var(--bg-elevated)),var(--bg-elevated));border:1px solid var(--border);border-radius:var(--docs-radius);color:var(--text);font-size:15px;margin-top:56px;padding:18px 22px;text-align:center}.docs-footer-cta a{color:var(--accent);font-weight:600}.docs-demo-frame{background:var(--bg-elevated);border:1px solid var(--border);border-radius:14px;box-shadow:0 16px 50px rgba(0,0,0,.16);margin-top:24px;overflow:hidden;width:100%}.docs-demo-frame iframe{border:0;display:block;height:100%;width:100%}.docs-post-date{color:var(--text-faint);font-size:13.5px;margin:-14px 0 26px}.docs-post-list{list-style:none;margin:8px 0 0;padding:0}.docs-post-list-item{align-items:baseline;border-bottom:1px solid var(--border);display:flex;gap:16px;justify-content:space-between;padding:16px 0}.docs-post-list-title{color:var(--text);font-size:16px;font-weight:600}.docs-post-list-title:hover{color:var(--accent)}.docs-post-list-date{color:var(--text-faint);font-size:13px;white-space:nowrap}.docs-page-meta{border-top:1px solid var(--border);margin-top:40px;padding-top:20px}.docs-edit-link{color:var(--text-muted);font-size:14px}.docs-edit-link:hover{color:var(--accent)}.docs-pagination{display:flex;gap:16px;margin-top:48px}.docs-pagination-link{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--docs-radius);display:flex;flex:1;flex-direction:column;gap:4px;padding:16px 18px;transition:border-color .15s,transform .15s}.docs-pagination-link:hover{border-color:var(--accent)}.docs-pagination-link.is-next{text-align:right}.docs-pagination-dir{color:var(--text-faint);font-size:12px;letter-spacing:.04em;text-transform:uppercase}.docs-pagination-title{color:var(--text);font-size:15px;font-weight:600}.docs-footer{align-items:center;border-top:1px solid var(--border);display:flex;font-size:13.5px;gap:16px;justify-content:space-between;margin-top:56px;padding-top:24px}.docs-footer,.docs-footer a{color:var(--text-muted)}.docs-footer a:hover{color:var(--text)}.docs-toc-rail{align-self:start;display:flex;flex-direction:column;gap:28px;max-height:calc(100vh - var(--docs-header-h));overflow-y:auto;padding:44px 0 40px;position:sticky;top:var(--docs-header-h)}.docs-toc-title{color:var(--text-faint);font-size:12px;font-weight:700;letter-spacing:.04em;margin-bottom:12px;text-transform:uppercase}.docs-toc-nav a{border-left:2px solid var(--border);color:var(--text-muted);display:block;font-size:13.5px;margin:1px 0;padding:4px 0 4px 12px;transition:color .15s,border-color .15s}.docs-toc-nav a.lvl-3{padding-left:24px}.docs-toc-nav a:hover{color:var(--text)}.docs-toc-nav a.is-active{border-left-color:var(--accent);color:var(--accent);font-weight:500}.docs-toc-empty{color:var(--text-faint);font-size:13px}@media (max-width:1100px){.docs-shell{grid-template-columns:var(--docs-sidebar-w) minmax(0,1fr)}.docs-theme .docs-shell.no-sidebar,.docs-theme .docs-shell.no-sidebar.no-toc,.docs-theme .docs-shell.rail-empty.no-sidebar{grid-template-columns:minmax(0,1fr)}.docs-toc-rail{align-items:center;grid-column:1/-1;max-height:none;overflow:visible;padding:0 0 40px;position:static}.docs-toc-rail .docs-toc{display:none}.docs-toc-rail .docs-aside{max-width:100%;width:var(--docs-toc-w)}.docs-toc-rail:empty{display:none;padding:0}}.docs-aside-inline:empty{display:none}.docs-aside-inline{margin:8px 0 32px}.docs-aside-inline .docs-aside{max-width:100%;padding:16px 18px;width:100%}.docs-aside-inline .docs-carbon #carbonads span{align-items:center;display:flex;gap:18px}.docs-aside-inline .docs-carbon #carbonads .carbon-wrap{display:contents}.docs-aside-inline .docs-carbon #carbonads .carbon-img{flex:0 0 auto}.docs-aside-inline .docs-carbon #carbonads .carbon-img img{width:130px}.docs-aside-inline .docs-carbon #carbonads .carbon-text{flex:1 1 auto;font-size:14px}.docs-aside-inline .docs-carbon #carbonads .carbon-poweredby{align-self:flex-end;flex:0 0 auto;margin-top:0}@media (max-width:560px){.docs-aside-inline .docs-carbon #carbonads span{align-items:stretch;flex-direction:column;gap:12px}.docs-aside-inline .docs-carbon #carbonads .carbon-img img{width:100%}.docs-aside-inline .docs-carbon #carbonads .carbon-poweredby{align-self:flex-start}}@media (max-width:820px){.docs-shell,.docs-shell.no-toc,.docs-theme .docs-shell,.docs-theme .docs-shell.no-sidebar,.docs-theme .docs-shell.no-sidebar.no-toc,.docs-theme .docs-shell.no-toc,.docs-theme .docs-shell.rail-empty,.docs-theme .docs-shell.rail-empty.no-sidebar{grid-template-columns:minmax(0,1fr)}.docs-sidebar-toggle{display:inline-flex}.docs-sidebar{background:var(--sidebar-bg);border-right:1px solid var(--border);height:calc(100vh - var(--docs-header-h));left:0;max-width:85vw;padding:24px 16px 40px;position:fixed;top:var(--docs-header-h);transform:translateX(-100%);transition:transform .22s ease;width:300px;z-index:35}.docs-theme.sidebar-open .docs-sidebar{transform:translateX(0)}.docs-sidebar-backdrop{background:rgba(0,0,0,.5);display:block;inset:var(--docs-header-h) 0 0;opacity:0;pointer-events:none;position:fixed;transition:opacity .2s;z-index:34}.docs-theme.sidebar-open .docs-sidebar-backdrop{opacity:1;pointer-events:auto}.docs-header-nav{display:none}.docs-main{padding:28px 0 60px}.docs-page-title{font-size:28px}}.docs-prose .callout{background:var(--bg-elevated);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--docs-radius-sm);color:var(--text);display:flex;font-size:14.5px;gap:10px;line-height:1.6;margin:20px 0;padding:14px 16px}.docs-prose .callout>:first-child{margin-top:0}.docs-prose .callout>:last-child{margin-bottom:0}.docs-prose .callout[data-type=info]{border-left-color:#3b82f6}.docs-prose .callout[data-type=success],.docs-prose .callout[data-type=tip]{border-left-color:#10b981}.docs-prose .callout[data-type=warning]{border-left-color:#f59e0b}.docs-prose .callout[data-type=danger]{border-left-color:#ef4444}.docs-prose .callout strong{color:var(--text)}.docs-cards{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:28px 0}.docs-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--docs-radius);padding:20px}.docs-card h3{font-size:15px;margin:0 0 6px}.docs-card p{color:var(--text-muted);font-size:14px;margin:0}.docs-prose .docs-demo{align-items:center;background:radial-gradient(600px 200px at 50% 0,rgba(139,92,246,.1),transparent 70%),var(--bg-elevated);border:1px solid var(--border);border-radius:var(--docs-radius);display:flex;justify-content:center;margin:18px 0;min-height:120px;padding:28px}.docs-prose .demo-btn{background:var(--accent);border:0;border-radius:8px;color:#fff;cursor:pointer;font:inherit;font-weight:600;padding:9px 18px}.docs-prose .ai-glow{background:linear-gradient(100deg,#60a5fa,#a78bfa,#f472b6,#f59e0b,#60a5fa);-webkit-background-clip:text;background-clip:text;background-size:300% 100%;font-size:clamp(28px,6vw,48px);font-weight:700;letter-spacing:-.02em;-webkit-text-fill-color:transparent;animation:ai-glow-flow 6s linear infinite}@keyframes ai-glow-flow{to{background-position:300% 0}}.docs-pagination .page-menu{display:flex;gap:12px;list-style:none;margin:0;padding:0}.docs-pagination .menu-item-prev{margin-right:auto}.docs-pagination .menu-item-next{margin-left:auto;text-align:right}.docs-pagination .page-menu li a{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--docs-radius-sm);display:flex;flex-direction:column;gap:3px;padding:12px 16px;text-decoration:none;transition:border-color .15s ease}.docs-pagination .page-menu li a:hover{border-color:var(--accent)}.docs-pagination .menu-item-title{color:var(--text-faint);font-size:12px}.docs-pagination .menu-item-label{color:var(--text);font-size:14.5px;font-weight:600}html{overflow-y:scroll;scrollbar-gutter:stable}.docs-theme .docs-nav{font-size:15px}.docs-theme .docs-nav-group{list-style:none;margin:0}.docs-theme .docs-nav-group+.docs-nav-group{margin-top:1px}.docs-theme .docs-nav-group>.docs-nav-sublist{display:none}.docs-theme .docs-nav-group.is-open>.docs-nav-sublist{display:block}.docs-theme .docs-nav-group.is-open{background:rgba(129,140,248,.06);border-radius:8px;padding-bottom:2px}.docs-theme[data-theme=light] .docs-nav-group.is-open{background:rgba(99,102,241,.05)}.docs-theme .docs-nav-group-label{align-items:center;border-radius:7px;color:var(--text-muted);display:flex;font-size:15px;font-weight:400;justify-content:space-between;letter-spacing:0;margin:0;padding:7px 10px;text-transform:none}.docs-theme a.docs-nav-group-label{cursor:pointer;text-decoration:none;transition:color .12s ease,background .12s ease}.docs-theme a.docs-nav-group-label:hover{background:color-mix(in srgb,var(--accent) 8%,transparent);color:var(--text)}.docs-theme .docs-nav-group.is-open>a.docs-nav-group-label{color:var(--accent);font-weight:500}.docs-theme a.docs-nav-group-label:after{content:"\203A";font-size:16px;line-height:1;margin-left:8px;opacity:.4;transition:transform .15s ease,opacity .15s ease}.docs-theme a.docs-nav-group-label:hover:after{opacity:.7}.docs-theme .docs-nav-group.is-open>a.docs-nav-group-label:after{opacity:.75;transform:rotate(90deg)}.docs-theme .docs-nav-sublist{display:flex;flex-direction:column;gap:1px;list-style:none;margin:0;padding:0}.docs-theme .docs-nav-group>.docs-nav-sublist{border-left:0;margin-left:0;padding-left:0}.docs-theme .docs-nav-item a{border-radius:7px;color:var(--text-muted);display:block;font-size:15.5px;line-height:1.5;overflow-wrap:anywhere;padding:7px 10px;transition:background .12s ease,color .12s ease}.docs-theme .docs-nav-item a:hover{background:color-mix(in srgb,var(--accent) 8%,transparent);color:var(--text)}.docs-theme .docs-nav-item.is-active>a{background:var(--accent-soft);font-weight:500}.docs-theme .docs-header-menu{display:flex;gap:2px;list-style:none;margin:0;padding:0}.docs-theme .docs-header-menu a{border-radius:7px;color:var(--text-muted);display:block;font-size:14px;padding:6px 10px;transition:background .12s ease,color .12s ease}.docs-theme .docs-header-menu a:hover{background:var(--hover);color:var(--text)}.docs-theme .docs-article{max-width:768px}.docs-theme .docs-page-title{color:var(--text);font-size:34px;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:4px 0 18px}.docs-theme .docs-prose{color:var(--text-muted);font-size:17px;line-height:1.75}.docs-theme .docs-prose h2{color:var(--text);font-size:22px;font-weight:650;letter-spacing:-.01em;margin:44px 0 14px;scroll-margin-top:84px}.docs-theme .docs-prose h3{color:var(--text);font-size:17px;font-weight:600;margin:30px 0 10px;scroll-margin-top:84px}.docs-theme .docs-prose p{margin:0 0 16px}.docs-theme .docs-prose strong{color:var(--text);font-weight:600}.docs-theme .docs-prose a{border-bottom:1px solid color-mix(in srgb,var(--accent) 35%,transparent);text-decoration:none;transition:border-color .12s ease}.docs-theme .docs-prose a:hover{border-bottom-color:var(--accent)}:where(.docs-theme) :where(.docs-prose) ol,:where(.docs-theme) :where(.docs-prose) ul{margin:0 0 16px;padding-left:22px}:where(.docs-theme) :where(.docs-prose) li{margin:6px 0}:where(.docs-theme) :where(.docs-prose) li::marker{color:var(--text-faint)}.docs-prose ul:not(.sc-menu){list-style:disc outside}.docs-prose ol{list-style:decimal outside}.docs-theme .docs-prose :not(pre)>code{background:var(--bg-code);border:1px solid var(--border);border-radius:5px;color:var(--text);font-family:var(--docs-mono);font-size:.85em;padding:.14em .4em}.docs-theme .docs-prose pre{background:var(--bg-code);border:1px solid var(--border);border-radius:var(--docs-radius);font-size:13.5px;line-height:1.65;margin:20px 0;overflow-x:auto;padding:16px 18px;position:relative}.docs-theme .docs-prose pre code{background:none;border:0;color:var(--text);font-family:var(--docs-mono);font-size:inherit;padding:0}.docs-theme .docs-copy-btn{background:color-mix(in srgb,var(--bg-elevated) 85%,transparent);border:1px solid var(--border);border-radius:6px;color:var(--text-muted);cursor:pointer;font-size:12px;font-weight:500;opacity:0;padding:4px 10px;position:absolute;right:8px;top:8px;transition:opacity .12s ease,color .12s ease,border-color .12s ease}.docs-theme .docs-copy-btn:focus-visible,.docs-theme .docs-prose pre:hover .docs-copy-btn{opacity:1}.docs-theme .docs-copy-btn:hover{border-color:var(--border-strong);color:var(--text)}.docs-theme .docs-copy-btn.is-copied{border-color:color-mix(in srgb,#10b981 40%,transparent);color:#10b981}.docs-theme .docs-prose table{border-collapse:collapse;font-size:15px;margin:20px 0;width:100%}.docs-theme .docs-prose thead th{border-bottom:1px solid var(--border-strong)}.docs-theme .docs-prose th{font-size:12px;font-weight:600;letter-spacing:.03em;padding:9px 12px;text-align:left;text-transform:uppercase}.docs-theme .docs-prose td{border-bottom:1px solid var(--border);color:var(--text-muted);padding:10px 12px}.docs-theme .docs-prose .callout{background:color-mix(in srgb,var(--accent) 6%,var(--bg-elevated));border:1px solid var(--border);border-left-width:3px;border-radius:var(--docs-radius-sm);color:var(--text-muted);font-size:14.5px;line-height:1.6;margin:22px 0;padding:13px 16px}.docs-theme .docs-prose .callout[data-type=info]{background:color-mix(in srgb,#3b82f6 8%,var(--bg-elevated));border-left-color:#3b82f6}.docs-theme .docs-prose .callout[data-type=success],.docs-theme .docs-prose .callout[data-type=tip]{background:color-mix(in srgb,#10b981 8%,var(--bg-elevated));border-left-color:#10b981}.docs-theme .docs-prose .callout[data-type=warning]{background:color-mix(in srgb,#f59e0b 8%,var(--bg-elevated));border-left-color:#f59e0b}.docs-theme .docs-prose .callout[data-type=danger]{background:color-mix(in srgb,#ef4444 8%,var(--bg-elevated));border-left-color:#ef4444}.docs-theme .docs-prose .callout strong{color:var(--text)}.docs-theme .docs-toc-rail{max-height:calc(100vh - var(--docs-header-h) - 52px);top:calc(var(--docs-header-h) + 26px)}.docs-theme .docs-toc{font-size:13px}.docs-theme .docs-toc-title{color:var(--text-faint);font-size:11px;font-weight:600;letter-spacing:.06em;margin-bottom:12px;text-transform:uppercase}.docs-theme .docs-toc-nav{border-left:1px solid var(--border);display:flex;flex-direction:column}.docs-theme .docs-toc-nav a{border-left:2px solid transparent;color:var(--text-muted);line-height:1.4;margin-left:-1px;padding:5px 0 5px 14px;transition:color .12s ease,border-color .12s ease}.docs-theme .docs-toc-nav a.lvl-3{font-size:13px;padding-left:26px}.docs-theme .docs-toc-nav a:hover{color:var(--text)}.docs-theme .docs-toc-nav a.is-active{border-left-color:var(--accent);font-weight:500}.docs-theme .docs-pagination{border-top:1px solid var(--border);margin-top:48px;padding-top:24px}.docs-theme .docs-prose .docs-demo{align-items:center;background:radial-gradient(680px 220px at 50% -10%,color-mix(in srgb,var(--docs-accent-2) 16%,transparent),transparent 70%),var(--bg-elevated);border:1px solid var(--border);border-radius:var(--docs-radius);display:flex;justify-content:center;margin:20px 0;min-height:132px;padding:32px}.docs-theme .docs-pagination{display:flex;gap:12px}.docs-theme .docs-pagination-link{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--docs-radius-sm);display:flex;flex-direction:column;gap:3px;max-width:48%;padding:12px 16px;text-decoration:none;transition:border-color .12s ease}.docs-theme .docs-pagination-link:hover{border-color:var(--accent)}.docs-theme .docs-pagination-link.is-prev{margin-right:auto}.docs-theme .docs-pagination-link.is-next{margin-left:auto;text-align:right}.docs-theme .docs-pagination-dir{color:var(--text-faint);font-size:12px}.docs-theme .docs-pagination-title{color:var(--text);font-size:14.5px;font-weight:600}.docs-theme .docs-post-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:8px}.docs-theme .docs-post-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--docs-radius);display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:border-color .15s ease,transform .15s ease}.docs-theme .docs-post-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.docs-theme .docs-post-media{aspect-ratio:16/9;background:var(--bg-code);overflow:hidden}.docs-theme .docs-post-media img{display:block;height:100%;object-fit:cover;width:100%}.docs-theme .docs-post-card-body{display:flex;flex-direction:column;gap:8px;padding:16px 18px}.docs-theme .docs-post-card-title{color:var(--text);font-size:17px;font-weight:650;letter-spacing:-.01em;margin:0}.docs-theme .docs-post-card-excerpt{color:var(--text-muted);font-size:15px;line-height:1.6;margin:0}.docs-theme .docs-post-card-date{color:var(--text-faint);font-size:12.5px}.docs-theme .docs-post-date{color:var(--text-faint);font-size:13px;margin-bottom:12px}.docs-theme .docs-post-hero{aspect-ratio:21/9;background:var(--bg-code);border:1px solid var(--border);border-radius:var(--docs-radius);margin:0 0 24px;overflow:hidden}.docs-theme .docs-post-hero img{display:block;height:100%;object-fit:cover;width:100%}.docs-theme .docs-showcase-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:8px}.docs-theme .docs-showcase-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--docs-radius);display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:border-color .15s ease,transform .15s ease}.docs-theme .docs-showcase-card:hover{border-color:var(--accent);transform:translateY(-2px)}.docs-theme .docs-showcase-media{aspect-ratio:16/9;background:var(--bg-code);overflow:hidden}.docs-theme .docs-showcase-media img{display:block;height:100%;object-fit:cover;width:100%}.docs-theme .docs-showcase-body{display:flex;flex-direction:column;gap:8px;padding:16px 18px}.docs-theme .docs-showcase-head{align-items:center;display:flex;gap:10px;justify-content:space-between}.docs-theme .docs-showcase-title{color:var(--text);font-size:16px;font-weight:650;letter-spacing:-.01em;margin:0}.docs-theme .docs-showcase-badge{background:var(--accent-soft);border-radius:999px;color:var(--accent);flex-shrink:0;font-size:11px;font-weight:600;padding:2px 9px}.docs-theme .docs-showcase-excerpt{color:var(--text-muted);font-size:15px;line-height:1.6;margin:0}.docs-theme .docs-brand-name{background:var(--docs-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.docs-theme .docs-header{border-bottom-color:transparent;box-shadow:0 1px 0 var(--border),0 8px 30px -18px rgba(99,102,241,.5)}.docs-theme .docs-nav-item.is-active>a{background:linear-gradient(90deg,var(--accent-soft) 0,transparent 90%);border-left-color:transparent;box-shadow:inset 2px 0 0 var(--accent);color:var(--text)}.docs-theme .docs-nav-item>a:hover{color:var(--text)}.docs-theme .docs-prose a{background-image:linear-gradient(var(--accent-2),var(--accent-2));background-position:0 100%;background-repeat:no-repeat;background-size:0 1.5px;border-bottom:0;color:var(--accent);transition:background-size .22s ease,color .15s ease}.docs-theme .docs-prose a:hover{background-size:100% 1.5px;color:var(--accent-2)}.docs-theme .docs-prose pre{background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 5%,var(--bg-code)),var(--bg-code));border-left:2px solid color-mix(in srgb,var(--accent) 55%,var(--border))}.docs-theme .docs-prose :not(pre)>code{background:color-mix(in srgb,var(--accent) 8%,var(--bg-code));border-color:color-mix(in srgb,var(--accent) 22%,var(--border));color:color-mix(in srgb,var(--accent) 70%,var(--text))}.docs-theme .docs-callout.is-info{background:linear-gradient(180deg,var(--accent-soft),transparent);border-color:color-mix(in srgb,var(--accent) 30%,var(--border));border-left:3px solid var(--accent)}.docs-theme .docs-post-card,.docs-theme .docs-showcase-card{overflow:hidden;position:relative;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.docs-theme .docs-post-card:before,.docs-theme .docs-showcase-card:before{background:var(--docs-gradient);content:"";height:2px;inset:0 0 auto 0;opacity:0;position:absolute;transition:opacity .18s ease}.docs-theme .docs-post-card:hover,.docs-theme .docs-showcase-card:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--border));box-shadow:0 14px 40px -18px rgba(99,102,241,.55);transform:translateY(-3px)}.docs-theme .docs-post-card:hover:before,.docs-theme .docs-showcase-card:hover:before{opacity:1}.docs-theme .docs-post-media img,.docs-theme .docs-showcase-media img{transition:transform .5s cubic-bezier(.2,.6,.2,1)}.docs-theme .docs-post-card:hover .docs-post-media img,.docs-theme .docs-showcase-card:hover .docs-showcase-media img{transform:scale(1.06)}.docs-theme .docs-post-card-title,.docs-theme .docs-showcase-title{transition:color .15s ease}.docs-theme .docs-post-card:hover .docs-post-card-title,.docs-theme .docs-showcase-card:hover .docs-showcase-title{color:var(--accent)}.docs-theme.page-blog .docs-page-title{font-size:44px;font-weight:800;letter-spacing:-.03em;margin-bottom:10px}.docs-theme.page-blog .docs-page-title:after{background:var(--docs-gradient);border-radius:999px;content:"";display:block;height:4px;margin-top:16px;width:60px}.docs-theme.page-blog .docs-post-grid{margin-top:30px}.docs-theme .docs-blog-pagination{align-items:center;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:48px;padding-top:28px}.docs-theme .docs-blog-page-nums{align-items:center;display:flex;gap:6px}.docs-theme .docs-blog-page{align-items:center;border:1px solid var(--border);border-radius:9px;color:var(--text-muted);display:inline-flex;font-size:15px;font-weight:600;height:38px;justify-content:center;min-width:38px;padding:0 12px;text-decoration:none;transition:color .15s ease,border-color .15s ease,background .15s ease}.docs-theme .docs-blog-page:hover{background:color-mix(in srgb,var(--accent) 8%,transparent);border-color:var(--accent);color:var(--accent)}.docs-theme .docs-blog-page.is-current{background:var(--accent);border-color:var(--accent);color:#fff;cursor:default}.docs-theme .docs-blog-page-nav{font-weight:600}.docs-theme .docs-blog-page.is-disabled{color:var(--text-faint);opacity:.4;pointer-events:none}.docs-theme.page-post .docs-page-title{font-size:clamp(30px,4.6vw,44px);font-weight:800;letter-spacing:-.03em;line-height:1.12;margin:6px 0 18px}.docs-theme.page-post .docs-prose{font-size:18px;line-height:1.78}.docs-theme.page-post .docs-prose p{margin:0 0 24px}.docs-theme.page-post .docs-post-date{margin:0 0 28px}.docs-theme .docs-pagination-link:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--border));box-shadow:0 10px 30px -16px rgba(99,102,241,.5)}.docs-theme .docs-pagination-link:hover .docs-pagination-title{color:var(--accent)}.docs-theme .docs-hero-btn.is-primary{background:var(--docs-gradient);border-color:transparent;box-shadow:0 10px 28px -10px rgba(99,102,241,.7)}.docs-theme .docs-hero-btn.is-primary:hover{box-shadow:0 14px 34px -10px rgba(99,102,241,.85)}.docs-theme .docs-prose th{background:color-mix(in srgb,var(--accent) 8%,var(--bg-elevated));color:var(--text)}.docs-theme .docs-toc-nav a.is-active{color:var(--accent)}.docs-theme .docs-aside{background:linear-gradient(180deg,var(--accent-soft-2),var(--bg-elevated));border-color:color-mix(in srgb,var(--accent) 20%,var(--border))}.docs-theme iframe{max-width:100%}.docs-theme .docs-footer-cta{overflow-x:auto}.docs-theme .docs-prose img{height:auto}.docs-theme .docs-hero{position:relative}.docs-theme .docs-hero:before{background:radial-gradient(closest-side,rgba(99,102,241,.22),transparent 70%);content:"";filter:blur(10px);height:160%;left:-8%;pointer-events:none;position:absolute;top:-30%;width:60%;z-index:-1}.docs-theme[data-theme=light] .docs-hero:before{background:radial-gradient(closest-side,rgba(99,102,241,.08),transparent 72%)}.docs-theme .docs-shell.rail-empty{grid-template-columns:var(--docs-sidebar-w) minmax(0,1fr)}.docs-theme .docs-shell.rail-empty.no-sidebar{grid-template-columns:minmax(0,1fr);max-width:900px}.docs-theme .docs-shell.rail-empty .docs-toc-rail{display:none}.docs-theme[data-theme=dark] .code-block--light{background:var(--bg-code)!important;border:1px solid var(--border)!important}.docs-theme[data-theme=dark] .code-block--light pre.code-block__pre{background-color:var(--bg-code)!important}.docs-theme[data-theme=dark] .code-block--light .code-block__header{background:color-mix(in srgb,var(--accent) 12%,var(--bg-code))!important;border-color:var(--border)!important}.docs-theme[data-theme=dark] .code-block--light .code-block__header *,.docs-theme[data-theme=dark] .code-block--light .line-content{color:#e8e8ef}.docs-theme[data-theme=dark] .code-block--light .line-number{color:#6c6c7c}.docs-theme[data-theme=dark] .code-block--light .code-block__copy-button{background:var(--bg-elevated)!important;border-color:var(--border)!important;color:var(--text-muted)!important}.docs-theme[data-theme=dark] .code-block--light .code-block__language-tag{background:var(--accent-soft)!important;color:#c7d2fe!important}.docs-theme[data-theme=dark] .code-block--light .token-string{color:#f1fa8c!important}.docs-theme[data-theme=dark] .code-block--light .token-keyword{color:#ff79c6!important}.docs-theme[data-theme=dark] .code-block--light .token-function{color:#82f8a0!important}.docs-theme[data-theme=dark] .code-block--light .token-comment{color:#7b86ac!important}.docs-theme[data-theme=dark] .code-block--light .token-number{color:#bd93f9!important}.docs-theme[data-theme=dark] .code-block--light .token-operator{color:#ff79c6!important}.docs-theme .code-block__header{background:color-mix(in srgb,var(--accent) 7%,var(--bg-elevated))!important;border-color:var(--border)!important;padding:8px 14px!important}.docs-theme .code-block__language-tag{background:var(--accent-soft)!important;color:var(--accent)!important;font-weight:600!important}.docs-theme .code-block__copy-button{background:transparent!important;border:1px solid var(--border)!important;color:var(--text-muted)!important}.docs-theme .code-block__copy-button:hover{border-color:var(--border-strong)!important;color:var(--text)!important}.docs-theme .code-block .code-block__pre,.docs-theme .code-block pre{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;margin:0!important}.docs-theme[data-theme=light] .code-block .code-block__pre,.docs-theme[data-theme=light] .code-block .line-content,.docs-theme[data-theme=light] .code-block code{color:#24292e!important}.docs-theme[data-theme=dark] .code-block .code-block__pre,.docs-theme[data-theme=dark] .code-block .line-content,.docs-theme[data-theme=dark] .code-block code{color:#e8e8ef!important}.docs-theme .docs-article{min-width:0}.docs-theme .code-block,.docs-theme .code-block__container{max-width:100%;min-width:0}.docs-theme .code-block pre,.docs-theme .code-block__pre{max-width:100%;overflow-x:auto}.docs-theme .docs-header-menu>li:has(ul)>a:after{display:inline-block;margin-left:2px}.docs-theme .code-block{position:relative}.docs-theme .code-block__container{position:static}.docs-theme .code-block__copy-button{align-items:center;display:inline-flex!important;height:30px;justify-content:center;padding:0!important;right:8px!important;top:6px!important;width:30px}.docs-theme .docs-pagination .page-menu.mode-prev-next{display:flex;gap:16px;list-style:none;margin:0;padding:0;width:100%}.docs-theme .docs-pagination .mode-prev-next>li{display:flex;flex:0 1 calc(50% - 8px);margin:0}.docs-theme .docs-pagination .mode-prev-next>li.menu-item-prev{margin-right:auto}.docs-theme .docs-pagination .mode-prev-next>li.menu-item-next{margin-left:auto}.docs-theme .docs-pagination .mode-prev-next>li>a{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--docs-radius);display:flex;flex:1;flex-direction:column;gap:4px;padding:14px 18px;transition:border-color .15s,box-shadow .15s,transform .15s}.docs-theme .docs-pagination .mode-prev-next>li>a:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--border));box-shadow:0 10px 30px -16px rgba(99,102,241,.5);transform:translateY(-1px)}.docs-theme .docs-pagination .menu-item-next>a{align-items:flex-end;text-align:right}.docs-theme .docs-pagination .menu-item-title{align-items:center;color:var(--text-faint);display:flex;font-size:12px;gap:6px;letter-spacing:.04em;text-transform:uppercase}.docs-theme .docs-pagination .menu-item-label{color:var(--text);font-size:15px;font-weight:600}.docs-theme .docs-pagination .menu-item-prev .menu-item-title:before{content:"\2190";font-size:14px}.docs-theme .docs-pagination .menu-item-next .menu-item-title:after{content:"\2192";font-size:14px}.docs-theme .docs-pagination .mode-prev-next>li>a:hover .menu-item-label{color:var(--accent)}.docs-theme .docs-pagination-link.is-prev .docs-pagination-dir:before{content:"\2190  "}.docs-theme .docs-pagination-link.is-next .docs-pagination-dir:after{content:"  \2192"}.docs-theme .docs-footer-cta{background:#fff;border:1px solid #e5e7eb;border-radius:var(--docs-radius);color:#1f2333;margin-top:48px;max-width:420px;padding:14px 16px;text-align:left}.docs-theme .docs-footer-cta .footer-cta-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.docs-theme .docs-footer-cta .footer-cta-wrapper>p{color:#1f2333;font-weight:600;margin:0}.docs-theme .docs-footer-cta iframe{border:0;max-width:100%}.docs-theme .docs-footer-cta:empty{display:none}.docs-theme .banner-container{align-items:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--docs-radius);color:var(--text)}.docs-theme .banner-container .banner-content a.banner-title{color:var(--text)}.docs-theme .banner-container a:not(.banner-title){color:var(--accent)}.docs-theme .banner-container a:not(.banner-title):hover{color:var(--accent-2)}.docs-theme .banner-container>a{display:block;flex:0 0 auto}.docs-theme .banner-container>a>img{height:auto;max-width:none;width:88px}.docs-theme iframe[src*="stars.devunltd.com"]{height:92px;max-width:300px;width:100%}.docs-theme .docs-prose .btn,.docs-theme .docs-prose a.inline-flex{align-items:center;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--docs-radius-sm);color:var(--text)!important;display:inline-flex;font-size:14px;font-weight:600;gap:8px;height:40px;justify-content:center;padding:0 18px;transition:border-color .15s,background .15s,transform .15s}.docs-theme .docs-prose .btn:hover,.docs-theme .docs-prose a.inline-flex:hover{background:color-mix(in srgb,var(--accent) 8%,var(--bg-elevated));border-color:color-mix(in srgb,var(--accent) 45%,var(--border));transform:translateY(-1px)}.docs-theme .docs-prose .btn-primary,.docs-theme .docs-prose a.inline-flex.bg-primary{background:var(--docs-gradient)!important;border-color:transparent;color:#fff!important}.docs-theme .docs-prose .demo-links,.docs-theme .docs-prose .inline-demo-links{align-items:center;border-color:var(--border);display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 20px}.docs-theme .docs-prose .demo-links>span,.docs-theme .docs-prose .inline-demo-links>span{color:var(--text-muted);font-weight:600;margin-right:2px}.docs-theme .docs-prose .btn-outline-dark{background:transparent}.docs-theme .docs-prose .btn-outline-dark:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)!important}.docs-theme .docs-prose ul.sc-menu{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));list-style:none;margin:18px 0 26px;padding:0}.docs-theme .docs-prose ul.sc-menu>li{margin:0;padding:0;width:auto}.docs-theme .docs-prose ul.sc-menu>li::marker{content:""}.docs-theme .docs-prose ul.sc-menu>li>a{align-items:center;background:var(--bg-elevated);background-image:none;border:1px solid var(--border);border-radius:var(--docs-radius);color:var(--text);display:flex;font-size:15px;font-weight:500;gap:12px;height:100%;line-height:1.45;padding:14px 16px;transition:border-color .15s ease,color .15s ease,transform .15s ease}.docs-theme .docs-prose ul.sc-menu>li>a:after{color:var(--text-faint);content:"\2192";margin-left:auto;transition:color .15s ease,transform .15s ease}.docs-theme .docs-prose ul.sc-menu>li>a:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.docs-theme .docs-prose ul.sc-menu>li>a:hover:after{color:var(--accent);transform:translateX(2px)}.docs-theme .docs-prose .link-list-container.link-list--inline{border:1px solid var(--border);border-radius:5px!important;gap:8px;padding:10px 15px}.docs-theme .docs-prose .link-list--inline .link-list-title{color:var(--text-muted);font-size:17px;font-weight:600;opacity:1}.docs-theme .docs-prose .link-list--inline .link-list-title:after{content:":"}.docs-theme .docs-prose .link-list-container.link-list--inline .link-item{align-items:center;background:transparent;border:1px solid var(--border);border-radius:var(--docs-radius-sm);color:var(--text);display:inline-flex;font-size:14px;font-weight:600;height:40px;justify-content:center;padding:0 18px;transition:border-color .15s,background .15s,transform .15s}.docs-theme .docs-prose .link-list-container.link-list--inline .link-item .link-item-title{color:inherit;font-size:14px;font-weight:600;margin:0}.docs-theme .docs-prose .link-list-container.link-list--inline .link-item:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.docs-theme .docs-prose .link-list-container:not(.link-list--inline) .link-list-header{margin-bottom:20px}.docs-theme .docs-prose .link-list-container:not(.link-list--inline) .link-list-header:empty{display:none}.docs-theme .docs-prose .link-list-title{color:var(--text);font-size:20px;font-weight:700}.docs-theme .docs-prose .link-list-title:empty{display:none}.docs-theme .docs-prose .link-list-description{color:var(--text-muted);font-size:14.5px;margin-top:6px}.docs-theme .docs-prose .link-list-content--grid,.docs-theme .docs-prose .link-list-content--list{display:grid;gap:16px}.docs-theme .docs-prose .link-list-content--grid{grid-template-columns:repeat(2,1fr)}.docs-theme .docs-prose .link-list-content--list{gap:8px;grid-template-columns:1fr}.docs-theme .docs-prose .link-list-content--grid .link-item,.docs-theme .docs-prose .link-list-content--list .link-item{background:var(--bg-elevated);border-color:var(--border);border-radius:var(--docs-radius);border-style:solid;border-width:1px;color:var(--text);display:flex;transition:transform .15s,box-shadow .15s,border-color .15s,background .15s}.docs-theme .docs-prose .link-list-content--grid .link-item{padding:24px}.docs-theme .docs-prose .link-list-content--list .link-item{padding:14px 18px}.docs-theme .docs-prose .link-list-content--grid .link-item:hover{border-color:var(--accent);box-shadow:0 8px 20px rgba(0,0,0,.12);transform:translateY(-2px)}.docs-theme .docs-prose .link-list-content--list .link-item:hover{background:var(--accent-soft);border-color:var(--accent)}.docs-theme .docs-prose .link-list-content--grid .link-item-header{align-items:flex-start;display:flex;flex-direction:column;gap:14px;width:100%}.docs-theme .docs-prose .link-list-content--list .link-item-header{align-items:center;display:flex;flex-direction:row;gap:14px;width:100%}.docs-theme .docs-prose .link-list-content--grid .link-item-icon,.docs-theme .docs-prose .link-list-content--list .link-item-icon{align-items:center;background:var(--bg);border-radius:10px;box-shadow:0 1px 2px rgba(0,0,0,.08);color:var(--accent);display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.docs-theme .docs-prose .link-list-content--grid .link-item-icon i,.docs-theme .docs-prose .link-list-content--list .link-item-icon i{font-size:16px}.docs-theme .docs-prose .link-list-content--grid .link-item-text,.docs-theme .docs-prose .link-list-content--list .link-item-text{flex:1;min-width:0}.docs-theme .docs-prose .link-list-content--grid .link-item-title,.docs-theme .docs-prose .link-list-content--list .link-item-title{color:inherit;font-weight:700}.docs-theme .docs-prose .link-list-content--grid .link-item-title{font-size:16px;margin:0 0 6px}.docs-theme .docs-prose .link-list-content--list .link-item-title{font-size:15px;margin:0}.docs-theme .docs-prose .link-list-content--grid .link-item-description,.docs-theme .docs-prose .link-list-content--list .link-item-description{color:var(--text-muted);font-size:14px;line-height:1.55;margin:0}.docs-theme .docs-prose .link-list-content--list .link-item-description{margin-top:2px}@media (max-width:640px){.docs-theme .docs-prose .link-list-content--grid{grid-template-columns:1fr}}.docs-theme .docs-header-menu>li:has(ul)>a:after{margin-left:7px}.docs-theme .code-block__header{padding-right:46px!important}.docs-theme .docs-nav-item+.docs-nav-group{margin-top:1px}.docs-theme .docs-prose img{border:0}.docs-theme .docs-prose a img,.docs-theme .docs-prose img[style*=vertical-align]{display:inline-block;vertical-align:middle}.docs-theme .docs-prose p[style*=center] img{display:inline-block;margin-left:auto;margin-right:auto}.docs-theme .docs-prose a:has(img){background-image:none}.docs-theme .docs-post-card-media,.docs-theme .docs-post-hero,.docs-theme .docs-showcase-media{aspect-ratio:16/9;background:var(--bg-elevated);border-radius:var(--docs-radius);overflow:hidden}.docs-theme .docs-post-card-media img,.docs-theme .docs-post-hero img,.docs-theme .docs-showcase-media img{border-radius:0;display:block;height:100%;object-fit:cover;width:100%}.docs-theme .docs-prose table{height:auto!important;max-width:100%!important}.docs-theme .docs-prose td,.docs-theme .docs-prose th{height:auto!important;min-width:0;word-break:break-word}.docs-theme .docs-prose table[style*=width],.docs-theme .docs-prose td[style*=width]{width:auto!important}.docs-theme .docs-prose td:first-child,.docs-theme .docs-prose th:first-child{white-space:nowrap;width:1%;word-break:normal}.docs-theme iframe{background:transparent}.docs-theme .docs-shell.no-sidebar:not(.no-toc){max-width:1120px}.docs-theme .docs-shell.no-sidebar:not(.no-toc) .docs-article{max-width:none}.docs-theme.page-blog .docs-header-inner,.docs-theme.page-home .docs-header-inner,.docs-theme.page-post .docs-header-inner,.docs-theme.page-showcase .docs-header-inner{max-width:1120px}.docs-theme .docs-aside{overflow:hidden;padding:12px}.docs-theme .docs-aside iframe{border:0;display:block;margin:0 auto}.docs-theme.page-demo .docs-header-inner,.docs-theme.page-demo .docs-shell.no-sidebar{max-width:1360px}.docs-theme .docs-demo-head{margin:2px 0 24px}.docs-theme .docs-demo-back{align-items:center;background-image:none;color:var(--text);display:inline-flex;font-size:15px;font-weight:600;gap:8px;transition:color .15s ease}.docs-theme .docs-demo-back:hover{color:var(--accent)}.docs-theme .docs-demo-back>span{transition:transform .15s}.docs-theme .docs-demo-back:hover>span{transform:translateX(-3px)}.docs-theme .docs-demo-title{font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:12px 0 0}.docs-theme .docs-demo-title a{color:var(--accent)}.docs-theme.page-demo .docs-demo-body .demo-preview,.docs-theme.page-demo .docs-demo-body .preview2{background:#fff;border:1px solid var(--border);border-radius:var(--docs-radius);box-sizing:content-box;gap:0;margin:0 auto;overflow-x:auto;padding:5px}.docs-theme.page-demo .docs-demo-body .preview2:has(.simple-keyboard-preview:not([class=simple-keyboard-preview])){width:fit-content}.page-demo .simple-keyboard-preview{background:#fff;border:0;border-radius:8px 8px 0 0;padding:16px 18px;width:100%}.page-demo .input{color:#1a1a1e;font-size:17px;line-height:1.5;min-height:44px;resize:none}.page-demo .input::placeholder{color:#8e8fa8}.page-demo .simple-keyboard{border-radius:0 0 8px 8px;color:#1a1a1e;overflow:hidden}.page-demo .simple-keyboard:empty{min-height:230px}.docs-theme.page-demo .docs-demo-body .demo-links{border:0;gap:10px;justify-content:center;margin:20px 0 0;padding:0}.docs-theme.page-demo .docs-demo-body .demo-links>span{color:var(--text-faint);font-size:12.5px;font-weight:700;letter-spacing:.07em;margin:0 8px 0 0;text-transform:uppercase}.docs-theme.page-demo .docs-demo-body .demo-links a{display:inline-block;line-height:42px;margin-right:0;text-align:center}.docs-theme.page-demo .docs-demo-body .demo-links a:first-letter{text-transform:uppercase}.docs-theme.page-demo .docs-demo-body .btn-outline-dark{align-items:center;background:var(--bg-elevated);background-image:none;border:1px solid var(--border);border-radius:var(--docs-radius);color:var(--text);display:inline-flex;font-size:15px;font-weight:600;height:44px;justify-content:center;padding:0 22px;text-shadow:none;transition:transform .15s ease,opacity .15s ease,border-color .15s ease,background .15s ease}.docs-theme.page-demo .docs-demo-body .btn-outline-dark:hover{background:var(--bg-elevated);border-color:var(--accent);color:var(--text);transform:translateY(-1px)}.docs-theme.page-demo .docs-demo-body .demo-list{background:none;border:0;border-radius:0;border-top:1px solid var(--border);margin:34px 0 0;padding:26px 0 0;width:auto}.docs-theme.page-demo .docs-demo-body .demo-list>span{color:var(--text-faint);display:block;font-size:12.5px;font-weight:700;letter-spacing:.07em;margin:0;padding:0!important;text-transform:uppercase}.docs-theme.page-demo .docs-demo-body .demo-list ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:14px 0 0!important;padding:0}.docs-theme.page-demo .docs-demo-body .demo-list ul>a{background:transparent;border-color:var(--border);border-radius:var(--docs-radius-sm);box-shadow:none;color:var(--text-muted);font-size:13.5px;font-weight:400;height:30px;padding:0 12px;text-transform:capitalize}.docs-theme.page-demo .docs-demo-body .demo-list ul>a:hover{background:var(--hover);border-color:var(--border-strong);color:var(--text);transform:none}.docs-theme.page-demo .docs-demo-body .demo-list ul>a.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:500}.docs-theme.page-demo .docs-demo-body .demo-list[data-foldable] ul{-webkit-mask-image:linear-gradient(180deg,#000 45%,transparent);mask-image:linear-gradient(180deg,#000 45%,transparent);max-height:124px;overflow:hidden}.docs-theme.page-demo .docs-demo-body .demo-list[data-foldable][data-open] ul{-webkit-mask-image:none;mask-image:none;max-height:none}.docs-theme .docs-demo-more{align-items:center;background:none;border:0;color:var(--accent);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13.5px;font-weight:600;gap:6px;margin:14px 0 0;padding:0}.docs-theme .docs-demo-more:after{content:"\25be"}.docs-theme .demo-list[data-open] .docs-demo-more:after{content:"\25b4"}.docs-theme .docs-demo-more:hover{text-decoration:underline}.docs-theme.page-demo .docs-demo-body .dcta{background:var(--bg-code);border:1px solid var(--border);border-radius:var(--docs-radius);padding:20px 22px}@media (max-width:700px){.docs-theme .docs-demo-title{font-size:26px}}