@import url(common.css?v=20260621exact);body{background-color:var(--background)}#documentation{display:flex;max-height:calc(100vh - 4rem);overflow:hidden;position:relative}@media screen and (max-width:860px){#documentation{max-height:none;flex-direction:column;overflow:visible}}#mobile-menu-toggle{height:48px;background:oklch(.22 .018 250 / .8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:14px 20px;position:sticky;top:4rem;left:0;z-index:40;display:none;border-bottom:1px solid var(--border)}#mobile-menu-toggle a{display:inline-block;width:20px;height:14px;background:linear-gradient(0deg,var(--foreground) 0,var(--foreground) 15%,transparent 15%,transparent 42.5%,var(--foreground) 42.5%,var(--foreground) 57.5%,transparent 57.5%,transparent 85%,var(--foreground) 85%);cursor:pointer;border:none}@media screen and (max-width:1400px){#mobile-menu-toggle{display:block}}#documentation nav{width:260px;min-width:260px;border-right:1px solid var(--border);background:oklch(.18 .015 250 / .3);overflow-y:auto;height:calc(100vh - 4rem);position:sticky;top:0}#documentation nav ul{padding:40px 24px}#documentation nav a{text-decoration:none;color:var(--muted-foreground);font-size:.9rem;font-weight:500;transition:all .2s ease;display:block;width:100%}#documentation nav .close-mobile-menu{display:none}@media screen and (max-width:1400px){#documentation nav{display:none;position:fixed;left:0;top:calc(4.5rem + 48px);z-index:45;height:calc(100vh - 4.5rem - 48px);width:100vw;background:oklch(.18 .015 250 / .6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-right:none}#documentation nav ul{background:var(--background);width:75vw;max-width:300px;height:100%;border-right:1px solid var(--border);box-shadow:20px 0 40px oklch(0 0 0 / .3);padding-bottom:80px;overflow-y:auto}#documentation nav:target{display:flex}#documentation nav .close-mobile-menu{flex:1;display:block;height:100%;cursor:pointer}}#documentation nav li{padding:6px 12px;text-transform:capitalize;letter-spacing:.02rem;position:relative;border-radius:6px;margin-bottom:4px;display:flex;align-items:center}#documentation nav li:hover{background:oklch(1 1 1 / .03)}#documentation nav li:hover a{color:var(--foreground)}#documentation nav li.active{background:oklch(.74 .18 45 / .08)}#documentation nav li.active a{color:var(--primary);font-weight:600}#documentation nav li.active::after{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--primary);position:absolute;right:16px;top:50%;transform:translateY(-50%);box-shadow:0 0 8px var(--primary)}#documentation nav ol{margin:24px 0 16px 0;padding:0;list-style:none}#documentation nav ol>span{text-transform:uppercase;font-size:.75rem;font-weight:700;color:var(--muted-foreground);letter-spacing:.08rem;padding-left:12px;margin-bottom:8px;display:inline-block;opacity:.5}#documentation nav ol li{padding-left:20px}#documentation article{flex:1;padding:40px 48px 80px;overflow-y:auto;height:calc(100vh - 4rem);scrollbar-width:thin}@media screen and (max-width:860px){#documentation article{padding:24px 20px;height:auto;overflow:visible}}#documentation article h2{font-size:2.75rem;font-weight:850;letter-spacing:-.03rem;margin-bottom:24px;line-height:1.15}#documentation article h3{font-weight:700;font-size:1.75rem;margin:48px 0 16px;border-bottom:1px solid var(--border);padding-bottom:8px;letter-spacing:-.01rem}#documentation article h4{font-weight:600;font-size:1.25rem;margin:32px 0 12px}#documentation article p{margin:16px 0;font-size:1rem;line-height:1.7;color:oklch(.8 .01 250)}#documentation article p a{color:var(--primary);font-weight:500;border-bottom:1px dashed oklch(.74 .18 45 / .4);transition:all .2s ease}#documentation article p a:hover{color:var(--primary-glow);border-bottom-style:solid;border-bottom-color:var(--primary-glow)}#documentation article .heading{scroll-margin-top:6rem}#documentation article ol,#documentation article ul{margin:16px 0;padding-left:24px}#documentation article ul{list-style-type:disc}#documentation article ol{list-style-type:decimal}#documentation article li{margin:8px 0;font-size:.95rem;color:oklch(.8 .01 250)}#documentation article code:not(.hljs){background:oklch(1 1 1 / .06);color:var(--primary);display:inline-block;padding:2px 6px;border-radius:4px;font-family:var(--font-mono);font-size:.85em;border:1px solid var(--border)}#documentation article div.info,#documentation article div.warning{padding:16px 20px;border-radius:8px;margin:24px 0;border-left:4px solid;font-size:.95rem;line-height:1.6}#documentation article div.warning{background:oklch(.78 .14 90 / .1);border-color:oklch(.78 .14 90 / .6);color:oklch(.85 .1 90)}#documentation article div.warning code{background:oklch(.78 .14 90 / .15)!important;color:oklch(.85 .1 90)!important;border-color:oklch(.78 .14 90 / .2)!important}#documentation article div.info{background:oklch(.7 .16 200 / .1);border-color:oklch(.7 .16 200 / .6);color:oklch(.85 .12 200)}#documentation article div.info code{background:oklch(.7 .16 200 / .15)!important;color:oklch(.85 .12 200)!important;border-color:oklch(.7 .16 200 / .2)!important}#documentation article details summary{font-family:var(--font-title);font-weight:600;font-size:1.5rem;margin:24px 0 12px;cursor:pointer;color:var(--foreground)}#documentation article dl dt{font-size:1.1rem;font-family:var(--font-title);margin-top:24px;margin-bottom:6px;font-weight:600;color:var(--foreground)}#documentation article dl dd{margin:0 0 16px 12px;line-height:1.6;color:oklch(.8 .01 250)}#edit-doc{margin-top:40px;display:inline-block;color:var(--primary);font-size:.8rem;float:right;font-weight:500;transition:color .2s ease}#edit-doc:hover{color:var(--primary-glow)}#page-navigation{border-top:1px solid var(--border);padding:32px 0 0;margin-top:48px;display:flex;justify-content:space-between;align-items:center;gap:16px}#next-doc,#prev-doc{display:inline-flex;align-items:center;padding:8px 16px;border-radius:8px;border:1px solid var(--border);background:oklch(1 1 1 / .02);font-size:.9rem;font-weight:500;color:var(--muted-foreground);transition:all .2s ease}#next-doc:hover,#prev-doc:hover{border-color:var(--primary);background:oklch(.74 .18 45 / .05);color:var(--foreground)}#documentation #table-of-content{width:220px;min-width:220px;border-left:1px solid var(--border);background:oklch(.18 .015 250 / .1);overflow-y:auto;height:calc(100vh - 4rem);position:sticky;top:0;padding:40px 24px}#documentation.docs-index{max-width:1240px;gap:40px}#documentation.docs-index nav{border-right:0;background:0 0;width:220px;min-width:220px}#documentation.docs-index nav li{background:0 0;padding-left:0}#documentation.docs-index nav li.active::after{display:none}#documentation.docs-index nav li.active a{color:var(--foreground)}#documentation.docs-index article{max-width:940px;padding-left:0;padding-right:0}#documentation.docs-index #table-of-content{display:none}#documentation.docs-index article h2:first-child::before{content:'// documentation';display:block;font-family:var(--font-mono);font-size:.85rem;font-weight:500;color:var(--primary);text-transform:uppercase;letter-spacing:.15rem;margin-bottom:18px}#documentation.docs-index article h2:first-child{font-size:clamp(3.2rem, 5vw, 4.2rem);margin-bottom:22px}#documentation.docs-index article h2:first-child+p{font-size:1.15rem;max-width:900px;color:oklch(.76 .012 250)}#documentation.docs-index article h2:first-child+p+p{display:none}#documentation.docs-index article h2:first-child+p+p+ul{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:0;margin:34px 0 64px;list-style:none}#documentation.docs-index article h2:first-child+p+p+ul li{margin:0;padding:24px;min-height:140px;border:1px solid oklch(.3 .02 250 / .7);border-radius:12px;background:oklch(.22 .018 250 / .36);color:var(--muted-foreground);line-height:1.6}#documentation.docs-index article h2:first-child+p+p+ul code{display:block;width:fit-content;margin-bottom:14px;border:0;background:0 0;padding:0;color:var(--primary);font-size:1.05rem}#documentation.docs-index article h3{border-bottom:0;padding-bottom:0;font-size:1.85rem}#documentation.docs-index article h3:first-of-type::before,#documentation.docs-index article h3:nth-of-type(2)::before{display:inline-grid;place-items:center;width:24px;height:24px;margin-right:12px;border-radius:6px;border:1px solid oklch(.74 .18 45 / .25);color:var(--primary);font-family:var(--font-mono);font-size:.8rem}#documentation.docs-index article h3:first-of-type::before{content:'AI';color:var(--accent)}#documentation.docs-index article h3:nth-of-type(2)::before{content:'O'}@media screen and (min-width:1201px){#documentation.docs-index article h3:nth-of-type(2)+p+p+p+.code-snippet,#documentation.docs-index article h3:nth-of-type(2)+p+p+p+.code-snippet+p+.code-snippet{width:calc(50% - 12px);display:inline-flex;vertical-align:top}#documentation.docs-index article h3:nth-of-type(2)+p+p+p+.code-snippet{margin-right:20px}}@media screen and (max-width:860px){#documentation.docs-index article h2:first-child+p+p+ul{grid-template-columns:1fr}}#documentation #table-of-content h4{font-size:.75rem;color:var(--foreground);text-transform:uppercase;letter-spacing:.08rem;margin-bottom:16px}#documentation #table-of-content li{font-size:.8rem;margin-bottom:8px;line-height:1.4}#documentation #table-of-content li a{color:var(--muted-foreground);text-decoration:none;transition:color .2s ease;display:block}#documentation #table-of-content li a:hover{color:var(--primary)}@media screen and (max-width:1200px){#documentation #table-of-content{display:none}}#documentation{display:grid;grid-template-columns:240px minmax(0,1fr) 220px;gap:48px;max-height:none;overflow:visible;padding-top:96px;padding-bottom:80px}#documentation nav{grid-column:1;width:auto;min-width:0;height:auto;max-height:calc(100vh - 120px);top:96px;border-right:0;background:0 0}#documentation nav ul{padding:0}#documentation article{grid-column:2;min-width:0;height:auto;overflow:visible;padding:0}#documentation #table-of-content{grid-column:3;width:auto;min-width:0;height:auto;max-height:calc(100vh - 120px);top:96px;padding:0 0 0 24px;background:0 0}#documentation .code-snippet,#documentation.docs-index article h3:nth-of-type(2)+p+p+p+.code-snippet,#documentation.docs-index article h3:nth-of-type(2)+p+p+p+.code-snippet+p+.code-snippet{width:100%;max-width:100%;display:flex}#documentation .code-snippet .content{padding:12px 16px}#documentation .code-snippet pre{display:block;margin:0;height:auto;min-height:0}#documentation .code-snippet pre code{display:inline;padding:0;line-height:1.5rem}#documentation.docs-index{max-width:1280px;padding-top:96px;padding-bottom:80px}#documentation.docs-index article{max-width:none}@media screen and (min-width:1025px){#mobile-menu-toggle{display:none}}@media screen and (max-width:1024px){#mobile-menu-toggle{display:block;position:sticky;top:64px;z-index:45}#documentation{display:block;padding-top:96px}#documentation nav{display:none;position:fixed;inset:112px auto 0 0;z-index:60;width:100vw;max-height:none;height:calc(100vh - 112px);background:oklch(.18 .015 250 / .72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#documentation nav:target{display:flex}#documentation nav ul{width:min(82vw,320px);max-width:none;height:100%;overflow-y:auto;padding:24px;background:var(--background);border-right:1px solid var(--border)}#documentation.docs-index nav,#documentation.docs-index nav ul{width:min(82vw,320px);min-width:0;max-width:none}#documentation nav .close-mobile-menu{display:block;flex:1;height:100%}#documentation article{width:100%}}@media screen and (max-width:640px){#documentation{padding-left:20px;padding-right:20px}#documentation article h2,#documentation.docs-index article h2:first-child{font-size:2.25rem;line-height:2.5rem}}