.docs-shell{background:hsl(var(--background));color:hsl(var(--foreground));min-height:100vh;font-feature-settings:"cv02","cv03","cv04","cv11"}.docs-shell__layout{display:grid;grid-template-columns:1fr;gap:0;max-width:1440px;margin:0 auto;padding:0}.docs-shell__sidebar{display:none}.docs-shell__main{min-width:0;padding:2rem 1rem 6rem}.docs-shell__right{display:none}@media(min-width:768px){.docs-shell__layout{grid-template-columns:16rem minmax(0,1fr);-moz-column-gap:2rem;column-gap:2rem;padding:0 1.5rem}.docs-shell__sidebar{display:block;position:sticky;top:3.5rem;align-self:start;height:calc(100vh - 3.5rem);overflow-y:auto;padding:2rem .5rem 4rem}.docs-shell__main{padding:2.5rem 0 6rem}}@media(min-width:1280px){.docs-shell__layout{grid-template-columns:16rem minmax(0,1fr) 15rem;-moz-column-gap:2.5rem;column-gap:2.5rem;padding:0 2rem}.docs-shell__right{display:block;position:sticky;top:3.5rem;align-self:start;height:calc(100vh - 3.5rem);overflow-y:auto;padding:2.5rem 0 4rem}}.docs-header{position:sticky;top:0;z-index:30;background:hsl(var(--background) / .95);backdrop-filter:saturate(150%) blur(8px);-webkit-backdrop-filter:saturate(150%) blur(8px);border-bottom:1px solid hsl(var(--border))}.docs-header__inner{max-width:1440px;margin:0 auto;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;height:3.5rem}@media(min-width:1280px){.docs-header__inner{padding:.5rem 2rem}}.docs-header__left{display:flex;align-items:center;gap:.75rem}.docs-header__right{display:flex;align-items:center;gap:.5rem}.docs-header__brand{display:inline-flex;align-items:baseline;gap:.35rem;font-weight:600;font-size:.95rem;color:hsl(var(--foreground));text-decoration:none}.docs-header__brand-name{color:hsl(var(--foreground))}.docs-header__brand-sep{color:hsl(var(--muted-foreground))}.docs-header__brand-suffix{color:hsl(var(--signal-accent));font-weight:500}.docs-header__search-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .7rem;border-radius:calc(var(--radius));border:1px solid hsl(var(--border));background:hsl(var(--card) / .6);color:hsl(var(--muted-foreground));font-size:.8rem;min-width:9rem}.docs-header__search-trigger:hover{background:hsl(var(--card));color:hsl(var(--foreground))}.docs-header__kbd{margin-left:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);padding:.05rem .35rem;background:hsl(var(--background))}.docs-header__exit{display:none;font-size:.8rem;color:hsl(var(--muted-foreground))}@media(min-width:768px){.docs-header__exit{display:inline-flex}}.docs-header__exit:hover{color:hsl(var(--foreground))}.docs-sidebar{font-size:.875rem;color:hsl(var(--foreground));min-width:14rem}.docs-sidebar__nav{display:flex;flex-direction:column;gap:1.25rem}.docs-sidebar__group-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));padding:0 .65rem .4rem}.docs-sidebar__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.05rem}.docs-sidebar__link{display:block;padding:.35rem .65rem;border-left:2px solid transparent;border-radius:calc(var(--radius) - 2px);color:hsl(var(--muted-foreground));text-decoration:none;font-size:.875rem;line-height:1.35rem}.docs-sidebar__link:hover{background:hsl(var(--bg-2));color:hsl(var(--foreground))}.docs-sidebar__link--active{border-left-color:hsl(var(--signal-accent));background:hsl(var(--signal-accent) / .08);color:hsl(var(--foreground));font-weight:500}.docs-sidebar--mobile{padding:.5rem 1rem 2rem}.docs-right-toc{font-size:.8rem;color:hsl(var(--muted-foreground))}.docs-right-toc--empty{visibility:hidden}.docs-right-toc__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));margin:0 0 .5rem}.docs-right-toc__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem}.docs-right-toc__item a{display:block;padding:.2rem .5rem;border-left:2px solid transparent;color:inherit;text-decoration:none;font-size:.8rem;line-height:1.3}.docs-right-toc__item a:hover{color:hsl(var(--foreground))}.docs-right-toc__item--sub a{padding-left:1.1rem;font-size:.78rem}.docs-right-toc__item--active a{color:hsl(var(--foreground));border-left-color:hsl(var(--signal-accent));font-weight:500}.docs-mobile-nav__trigger{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:calc(var(--radius));color:hsl(var(--foreground))}@media(min-width:768px){.docs-mobile-nav__trigger{display:none}}.docs-mobile-nav__panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:hsl(var(--background));display:flex;flex-direction:column;overflow-y:auto}.docs-mobile-nav__head{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--background))}.docs-mobile-nav__close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:calc(var(--radius));color:hsl(var(--foreground))}.docs-article{max-width:48rem;margin:0;color:hsl(var(--foreground))}.docs-article__header{margin-bottom:2rem}.docs-article__category{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--signal-dim));margin-bottom:.5rem}.docs-article__title{font-size:2.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.15;margin:0 0 .85rem;color:hsl(var(--foreground))}.docs-article__lede{font-size:1.15rem;line-height:1.55;color:hsl(var(--muted-foreground));margin:0}@media(max-width:768px){.docs-article__title{font-size:1.85rem}.docs-article__lede{font-size:1.05rem}}.docs-content{font-size:1.025rem;line-height:1.75;color:hsl(var(--foreground))}.docs-content>*+*{margin-top:1.2rem}.docs-content h2,.docs-content h3,.docs-content h4{scroll-margin-top:5rem;font-weight:600;letter-spacing:-.015em;color:hsl(var(--foreground))}.docs-content h2{margin-top:2.6rem;font-size:1.55rem;line-height:1.25;padding-bottom:.35rem;border-bottom:1px solid hsl(var(--border) / .6)}.docs-content h3{margin-top:2rem;font-size:1.225rem;line-height:1.3}.docs-content h4{margin-top:1.6rem;font-size:1.05rem}.docs-content p{color:hsl(var(--foreground))}.docs-content a{color:hsl(var(--signal-dim));text-decoration:underline;text-underline-offset:.18em}.docs-content a:hover{color:hsl(var(--signal-accent))}.docs-content strong{font-weight:600}.docs-content code:not(pre code){font-size:.86em;padding:.1rem .32rem;background:hsl(var(--bg-2));color:hsl(var(--signal-dim));border:1px solid hsl(var(--border) / .5);border-radius:calc(var(--radius) - 4px);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;word-break:break-word}.docs-content blockquote{border-left:3px solid hsl(var(--border));padding:.25rem 0 .25rem 1rem;color:hsl(var(--muted-foreground));font-style:italic}.docs-content ul,.docs-content ol{padding-left:1.3rem}.docs-content li+li{margin-top:.35rem}.docs-content hr{border:0;border-top:1px solid hsl(var(--border));margin:2rem 0}.docs-content figure{margin:1.5rem 0;overflow:hidden;border:1px solid hsl(var(--border));border-radius:calc(var(--radius));background:hsl(var(--bg-1))}.docs-content figure img{display:block;width:100%}.docs-content figcaption{padding:.6rem .9rem;font-size:.8rem;color:hsl(var(--muted-foreground))}.docs-table-wrap{overflow-x:auto;border:1px solid hsl(var(--border));border-radius:calc(var(--radius));margin:1.25rem 0}.docs-content table{width:100%;border-collapse:collapse;font-size:.92rem}.docs-content th,.docs-content td{border-bottom:1px solid hsl(var(--border));padding:.7rem .85rem;text-align:left;vertical-align:top}.docs-content tr:last-child td{border-bottom:0}.docs-content th{background:hsl(var(--bg-2));font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:hsl(var(--muted-foreground))}.docs-code{margin:1.25rem 0;border:1px solid hsl(var(--border));border-radius:calc(var(--radius));overflow:hidden;background:hsl(var(--bg-1))}.docs-code__header{display:flex;align-items:center;justify-content:space-between;padding:.45rem .7rem;background:hsl(var(--bg-2));border-bottom:1px solid hsl(var(--border));font-size:.72rem;color:hsl(var(--muted-foreground))}.docs-code__lang{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em;text-transform:lowercase}.docs-code__copy{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:calc(var(--radius) - 2px);color:hsl(var(--muted-foreground))}.docs-code__copy:hover{background:hsl(var(--bg-1));color:hsl(var(--foreground))}.docs-code__light pre,.docs-code__dark pre{margin:0;padding:.85rem .95rem;overflow-x:auto;font-size:.86rem;line-height:1.55;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:transparent!important}.docs-code__light{display:block}.docs-code__dark,.dark .docs-code__light{display:none}.dark .docs-code__dark{display:block}.docs-code__tabs{display:inline-flex;align-items:center;gap:.15rem;background:hsl(var(--bg-1));border-radius:calc(var(--radius) - 2px);padding:.1rem}.docs-code__tab{padding:.25rem .55rem;border-radius:calc(var(--radius) - 4px);font-size:.74rem;color:hsl(var(--muted-foreground));background:transparent}.docs-code__tab:hover{color:hsl(var(--foreground))}.docs-code__tab[data-state=active]{background:hsl(var(--background));color:hsl(var(--foreground));font-weight:500}.docs-code__panel{display:block}.docs-code__panel[data-state=inactive]{display:none}.docs-callout{display:grid;grid-template-columns:1.5rem 1fr;-moz-column-gap:.6rem;column-gap:.6rem;margin:1.25rem 0;padding:.85rem 1rem;border-left:3px solid hsl(var(--border));border-radius:calc(var(--radius));background:hsl(var(--bg-1))}.docs-callout__icon{color:hsl(var(--muted-foreground));margin-top:.15rem}.docs-callout__body{min-width:0}.docs-callout__title{font-weight:600;margin-bottom:.2rem;color:hsl(var(--foreground))}.docs-callout__content>:first-child{margin-top:0}.docs-callout__content>:last-child{margin-bottom:0}.docs-callout__content p{margin:0}.docs-callout__content p+p{margin-top:.6rem}.docs-callout-tip{border-left-color:hsl(var(--signal-accent));background:hsl(var(--signal-accent) / .07)}.docs-callout-tip .docs-callout__icon{color:hsl(var(--signal-accent))}.docs-callout-note{border-left-color:hsl(var(--border));background:hsl(var(--bg-2))}.docs-callout-warning{border-left-color:hsl(var(--status-warn));background:hsl(var(--status-warn) / .08)}.docs-callout-warning .docs-callout__icon{color:hsl(var(--status-warn))}.docs-callout-danger{border-left-color:hsl(var(--status-down));background:hsl(var(--status-down) / .08)}.docs-callout-danger .docs-callout__icon{color:hsl(var(--status-down))}.docs-mermaid{margin:1.5rem 0;padding:1rem;border:1px solid hsl(var(--border));border-radius:calc(var(--radius));background:hsl(var(--bg-1));text-align:center}.docs-mermaid svg{max-width:100%;height:auto}.docs-mermaid--error{text-align:left;color:hsl(var(--status-down))}.docs-mermaid--error pre{font-size:.75rem;white-space:pre-wrap;margin:0}.docs-search__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:hsl(var(--background) / .65);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:50}.docs-search__panel{position:fixed;top:8vh;left:50%;transform:translate(-50%);width:min(640px,calc(100vw - 2rem));max-height:70vh;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 4px);box-shadow:0 24px 60px -20px #00000059;z-index:60;display:flex;flex-direction:column;overflow:hidden}.docs-search__input-row{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;border-bottom:1px solid hsl(var(--border))}.docs-search__input{flex:1;background:transparent;border:0;outline:0;font-size:1rem;color:hsl(var(--foreground))}.docs-search__close{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;border-radius:calc(var(--radius));color:hsl(var(--muted-foreground))}.docs-search__close:hover{color:hsl(var(--foreground));background:hsl(var(--bg-2))}.docs-search__results{overflow-y:auto;padding:.5rem 0}.docs-search__hint{padding:1rem;color:hsl(var(--muted-foreground));font-size:.875rem}.docs-search__hint kbd{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;background:hsl(var(--bg-2));border-radius:calc(var(--radius) - 4px);padding:.05rem .3rem;margin:0 .1rem}.docs-search__list{list-style:none;margin:0;padding:0}.docs-search__result{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.65rem 1rem;text-align:left;background:transparent;color:hsl(var(--foreground))}.docs-search__result--active,.docs-search__result:hover{background:hsl(var(--bg-2))}.docs-search__result-text{display:flex;flex-direction:column;min-width:0}.docs-search__result-title{font-weight:500;color:hsl(var(--foreground));font-size:.92rem}.docs-search__result-title mark{background:hsl(var(--signal-accent) / .25);color:inherit}.docs-search__result-path{font-size:.75rem;color:hsl(var(--muted-foreground))}.docs-search__result-snippet{font-size:.8rem;color:hsl(var(--muted-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.docs-search__result-snippet mark{background:hsl(var(--signal-accent) / .25);color:inherit}.docs-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border))}.docs-footer__pager{margin-bottom:1.25rem}.docs-footer__meta{font-size:.78rem;color:hsl(var(--muted-foreground))}
