.docs-shell{min-height:calc(100vh - 64px);background:#000;color:var(--fg);padding-top:64px}.docs-nav{height:62px;border-bottom:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:minmax(250px,1fr) minmax(260px,380px);align-items:center;gap:22px;max-width:1680px;margin:0 auto;padding:0 clamp(14px,3vw,32px)}.docs-nav-title{display:none}.docs-search{height:38px;border:0;border-radius:999px;background:#ffffff14;display:flex;align-items:center;gap:10px;padding:0 10px 0 14px;box-shadow:none}.docs-search input{flex:1 1 auto;min-width:0;height:100%;border:0;outline:0;background:transparent;color:var(--fg);font:inherit;line-height:normal}.docs-search .docs-ico{flex:0 0 18px;width:18px;height:18px}.docs-search input::placeholder{color:var(--fg-50)}.docs-search kbd{flex:0 0 auto;min-width:24px;height:24px;border:1px solid var(--border);border-radius:7px;display:inline-grid;place-items:center;color:var(--fg-50);font:12px var(--mono);background:#0003}.docs-tabs{display:flex;align-items:center;gap:18px;min-width:0;height:100%}.docs-tabs a{color:var(--fg-50);text-decoration:none;display:inline-flex;align-items:center;gap:8px;height:62px;border-bottom:2px solid transparent;font-weight:600;font-size:14px}.docs-tabs a.active{color:var(--fg);border-color:var(--fg)}.docs-layout{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:244px minmax(0,1fr) 220px;gap:clamp(38px,5vw,82px);height:calc(100vh - 128px);min-height:560px;overflow:hidden;padding:48px clamp(14px,3vw,32px) 42px}.docs-layout.docs-release-layout{grid-template-columns:minmax(0,1fr) 220px;max-width:1180px}.docs-mobile-controls,.docs-mobile-nav-toggle,.docs-mobile-search-toggle,.docs-mobile-search,.docs-release-layout .docs-sidebar{display:none}.docs-sidebar,.docs-toc{align-self:start;max-height:100%;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent;overscroll-behavior:contain}.docs-sidebar{padding-right:4px;font-size:14px;scrollbar-width:none}.docs-sidebar::-webkit-scrollbar{display:none}.docs-sidebar>a,.docs-side-category{width:100%;border:0;background:transparent;color:#ffffffa3;display:grid;grid-template-columns:18px minmax(0,1fr) 18px;align-items:center;gap:8px;min-height:34px;border-radius:7px;padding:0 10px;text-align:left;font:500 14px/1.2 var(--font, inherit);cursor:pointer;text-decoration:none;transition:color .16s ease,background .16s ease}.docs-sidebar>a:hover,.docs-sidebar>a.active,.docs-side-category:hover,.docs-side-category.active{background:#ffffff18;color:var(--fg)}.docs-sidebar>a .docs-ico,.docs-side-category .docs-ico{width:16px;height:16px;opacity:.82}.docs-side-category>span:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.docs-side-chevron{width:18px;height:18px;color:currentColor;display:inline-grid;place-items:center}.docs-side-chevron:before{content:"";width:15px;height:15px;display:block;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.2' viewBox='0 0 24 24'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.2' viewBox='0 0 24 24'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;transition:transform .18s ease}.docs-side-category.expanded .docs-side-chevron:before{transform:rotate(90deg)}.docs-side-child-list{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .22s ease,opacity .18s ease}.docs-side-child-list.open{grid-template-rows:1fr;opacity:1}.docs-side-child-list>div{min-height:0;overflow:hidden;margin:3px 0 4px 17px;border-left:1px solid var(--border);padding:3px 0 3px 9px;display:grid;gap:1px}.docs-side-child-list a{min-width:0;color:#ffffff94;text-decoration:none;border-radius:7px;min-height:32px;display:flex;align-items:center;padding:0 10px;font:500 14px/1.2 var(--font, inherit);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .16s ease,background .16s ease,box-shadow .16s ease}.docs-side-child-list a:hover,.docs-side-child-list a.active{color:var(--fg);background:#ffffff16}.docs-side-child-list a.active{box-shadow:inset 2px 0 0 var(--fg);border-radius:0 7px 7px 0}.docs-side-group{margin-top:22px}.docs-sidebar>a+.docs-side-group{margin-top:22px}.docs-side-group p{margin:0 0 8px;padding:0 10px;color:var(--fg-50);text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.06em}.docs-content{min-width:0;max-width:980px;height:100%;overflow:auto;padding-right:0;padding-bottom:56px;scrollbar-width:none;scroll-timeline:--docs-content-scroll block;scroll-padding-top:24px;overscroll-behavior:contain}.docs-content::-webkit-scrollbar{display:none}.docs-hero{padding:38px 0 78px}.docs-hero p,.docs-section-head p{margin:0 0 10px;color:var(--fg-50);font-size:13px;font-weight:600}.docs-hero h1{margin:0;font-size:clamp(48px,7vw,82px);line-height:.96;letter-spacing:0;max-width:100%;overflow-wrap:anywhere;word-break:normal}.docs-hero span{display:block;margin-top:20px;color:var(--fg-70);font-size:18px;line-height:1.55;max-width:720px}.docs-content>.docs-hero:first-child{text-align:center;max-width:820px;margin-inline:auto}.docs-content>.docs-compact-hero:first-child{max-width:none}.docs-content>.docs-hero:first-child span{margin-inline:auto}.docs-suggested{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:28px}.docs-suggested a{color:var(--fg-70);text-decoration:none;border-radius:999px;background:#ffffff29;padding:7px 15px;font-size:13px}.docs-suggested a:hover{color:var(--fg);background:#ffffff38}.docs-compact-hero h1{font-size:clamp(34px,4vw,48px)}.docs-compact-hero{box-sizing:border-box;width:100%;min-height:clamp(142px,16vw,176px);border-radius:8px;padding:clamp(22px,3.5vw,34px);margin-inline:auto;background:radial-gradient(circle at 76% 18%,rgba(255,255,255,.62),transparent 28%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.5),transparent 34%),linear-gradient(135deg,#0ea5e9,#2563eb 45%,#a78bfa);box-shadow:inset 0 1px #ffffff29;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.docs-compact-hero.docs-hero-tone-1{background:radial-gradient(circle at 72% 12%,rgba(255,255,255,.72),transparent 30%),radial-gradient(circle at 2% 100%,rgba(255,255,255,.62),transparent 34%),linear-gradient(135deg,#ff8a00,#ff6200 42%,#90efff)}.docs-compact-hero.docs-hero-tone-2{background:radial-gradient(circle at 78% 14%,rgba(255,255,255,.62),transparent 30%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.5),transparent 30%),linear-gradient(135deg,#a5b4ff,#9278ff 52%,#d9ccff)}.docs-compact-hero.docs-hero-tone-3{background:radial-gradient(circle at 82% 18%,rgba(255,255,255,.72),transparent 30%),radial-gradient(circle at 6% 100%,rgba(255,255,255,.54),transparent 32%),linear-gradient(135deg,#e8f55b,#d8dd36 42%,#adf6ff)}.docs-compact-hero.docs-hero-tone-4{background:radial-gradient(circle at 72% 12%,rgba(255,255,255,.74),transparent 30%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.72),transparent 34%),linear-gradient(135deg,#ecff71,#e1df45 44%,#e8f6ff)}.docs-compact-hero.docs-hero-tone-5{background:radial-gradient(circle at 78% 12%,rgba(255,255,255,.7),transparent 30%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.68),transparent 34%),linear-gradient(135deg,#dff8ff,#86ddff 44%,#1495ef)}.docs-compact-hero.docs-hero-tone-6{background:radial-gradient(circle at 76% 14%,rgba(255,255,255,.68),transparent 30%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.46),transparent 34%),linear-gradient(135deg,#ff6d87,#ff9a57 46%,#ffd9b0)}.docs-compact-hero.docs-hero-tone-7{background:radial-gradient(circle at 78% 12%,rgba(255,255,255,.72),transparent 30%),radial-gradient(circle at 4% 100%,rgba(255,255,255,.5),transparent 34%),linear-gradient(135deg,#19d5c6,#2e8dff 48%,#b9c8ff)}.docs-compact-hero.docs-hero-tone-8{background:radial-gradient(circle at 78% 12%,rgba(255,255,255,.68),transparent 30%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.5),transparent 34%),linear-gradient(135deg,#a8f3ff,#4fb7ff 45%,#3657ff)}.docs-compact-hero.docs-hero-tone-9{background:radial-gradient(circle at 74% 14%,rgba(255,255,255,.7),transparent 30%),radial-gradient(circle at 4% 100%,rgba(255,255,255,.46),transparent 34%),linear-gradient(135deg,#d7b8ff,#8f6cff 42%,#ff7ab6)}.docs-compact-hero.docs-hero-tone-10{background:radial-gradient(circle at 78% 14%,rgba(255,255,255,.7),transparent 30%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.46),transparent 34%),linear-gradient(135deg,#48e6a4,#36b8ff 48%,#d8f6ff)}.docs-compact-hero.docs-hero-tone-11{background:radial-gradient(circle at 76% 14%,rgba(255,255,255,.72),transparent 30%),radial-gradient(circle at 4% 100%,rgba(255,255,255,.5),transparent 34%),linear-gradient(135deg,#ff8f3d,#ff5d8f 45%,#8bbcff)}.docs-compact-hero p,.docs-compact-hero h1,.docs-compact-hero span{position:relative;z-index:1;color:#fff;margin-inline:auto;text-align:center;text-shadow:0 1px 18px rgba(0,0,0,.22)}.docs-compact-hero p{opacity:.78}.docs-compact-hero span{color:#ffffffc7;max-width:620px;font-size:16px;margin-top:14px}.docs-section,.docs-detail{border-top:1px solid var(--border);padding-top:34px;margin-top:12px}.docs-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.docs-section-head h2,.docs-table-wrap h3,.docs-types h3{margin:0;font-size:clamp(26px,3vw,34px);letter-spacing:0;line-height:1.05}.docs-section-head>span{color:var(--fg-50);white-space:nowrap;font-size:13px}.docs-muted{color:var(--fg-70);line-height:1.7;margin:18px 0 24px}.docs-category-overview{border-top:1px solid var(--border);padding-top:34px;margin-top:12px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(260px,.75fr);gap:clamp(24px,4vw,52px);align-items:start}.docs-category-overview p{margin:0 0 12px;color:var(--fg-50);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:700}.docs-category-overview h2{margin:0;font-size:clamp(28px,3vw,40px);line-height:1.05;letter-spacing:0}.docs-category-overview span{display:block;margin-top:18px;color:var(--fg-70);line-height:1.7;max-width:640px}.docs-category-overview ul{list-style:none;margin:3px 0 0;padding:0;display:grid;gap:12px}.docs-category-overview li{position:relative;color:var(--fg-70);line-height:1.55;padding-left:22px}.docs-category-overview li:before{content:"";position:absolute;left:0;top:.72em;width:6px;height:6px;border-radius:999px;background:var(--fg);opacity:.9}.docs-function-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.docs-function-grid a{min-width:0;border:1px solid var(--border);background:#ffffff06;border-radius:8px;color:var(--fg);padding:14px;text-align:left;cursor:pointer;text-decoration:none;transition:background .18s ease,border-color .18s ease,transform .18s ease}.docs-function-grid a:hover,.docs-function-grid a.active{background:#ffffff0e;border-color:var(--border);transform:translateY(-1px)}.docs-function-grid code,.docs-aliases code,.docs-table-wrap code,.docs-type-card code{font-family:var(--mono);font-size:12px;background:#ffffff14;border:1px solid var(--border);border-radius:5px;padding:2px 6px;color:var(--fg)}.docs-function-grid span{display:block;margin-top:8px;color:var(--fg-50);font-size:13px;line-height:1.45}.docs-function-grid small{display:block;color:var(--fg-50);margin-top:8px;font-size:12px}.docs-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 24px}.docs-category-grid a,.docs-guide-grid a{min-width:0;border:0;border-radius:0;background:transparent;color:var(--fg);text-decoration:none;padding:0;display:grid;grid-template-rows:150px auto;overflow:visible;transition:background .18s ease,transform .18s ease}.docs-category-grid a:hover,.docs-guide-grid a:hover{transform:translateY(-1px)}.docs-card-art{position:relative;display:grid;place-items:center;overflow:hidden;border-radius:6px;background:radial-gradient(circle at 74% 14%,rgba(255,255,255,.78),transparent 30%),radial-gradient(circle at 8% 100%,rgba(255,255,255,.7),transparent 32%),linear-gradient(135deg,#2cd8ff,#1695ff,#0962db)}.docs-card-art:before,.docs-card-art:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.22) 1px,transparent 1px);background-size:4px 4px;opacity:.22}.docs-card-art:after{inset:-40% -18% auto -12%;height:95%;border-radius:50%;background:#fff3;filter:blur(20px);opacity:.75}.docs-card-art .docs-ico{position:relative;z-index:1;width:36px;height:36px;opacity:1;color:#fff;filter:drop-shadow(0 1px 12px rgba(0,0,0,.28))}.docs-card-copy{display:grid;align-content:start;gap:7px;padding:14px 0 0}.docs-card-tone-1 .docs-card-art{background:radial-gradient(circle at 72% 12%,rgba(255,255,255,.72),transparent 30%),radial-gradient(circle at 2% 100%,rgba(255,255,255,.62),transparent 34%),linear-gradient(135deg,#ff8a00,#ff6200 42%,#90efff)}.docs-card-tone-2 .docs-card-art{background:radial-gradient(circle at 78% 14%,rgba(255,255,255,.62),transparent 30%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.5),transparent 30%),linear-gradient(135deg,#a5b4ff,#9278ff 52%,#d9ccff)}.docs-card-tone-3 .docs-card-art{background:radial-gradient(circle at 78% 14%,rgba(255,255,255,.7),transparent 30%),radial-gradient(circle at 4% 100%,rgba(255,255,255,.48),transparent 34%),linear-gradient(135deg,#d9f45f,#a7e873 45%,#76e4d8)}.docs-card-tone-4 .docs-card-art{background:radial-gradient(circle at 82% 16%,rgba(255,255,255,.72),transparent 30%),radial-gradient(circle at 8% 96%,rgba(255,255,255,.5),transparent 34%),linear-gradient(135deg,#ffe86b,#ffc36a 48%,#bff5e6)}.docs-card-tone-5 .docs-card-art{background:radial-gradient(circle at 78% 12%,rgba(255,255,255,.7),transparent 30%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.68),transparent 34%),linear-gradient(135deg,#dff8ff,#86ddff 44%,#1495ef)}.docs-card-tone-6 .docs-card-art{background:radial-gradient(circle at 76% 14%,rgba(255,255,255,.68),transparent 30%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.46),transparent 34%),linear-gradient(135deg,#ff6d87,#ff9a57 46%,#ffd9b0)}.docs-card-tone-7 .docs-card-art{background:radial-gradient(circle at 78% 12%,rgba(255,255,255,.72),transparent 30%),radial-gradient(circle at 4% 100%,rgba(255,255,255,.5),transparent 34%),linear-gradient(135deg,#19d5c6,#2e8dff 48%,#b9c8ff)}.docs-card-tone-8 .docs-card-art{background:radial-gradient(circle at 78% 12%,rgba(255,255,255,.68),transparent 30%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.5),transparent 34%),linear-gradient(135deg,#a8f3ff,#4fb7ff 45%,#3657ff)}.docs-card-tone-9 .docs-card-art{background:radial-gradient(circle at 74% 14%,rgba(255,255,255,.7),transparent 30%),radial-gradient(circle at 4% 100%,rgba(255,255,255,.46),transparent 34%),linear-gradient(135deg,#d7b8ff,#8f6cff 42%,#ff7ab6)}.docs-card-tone-10 .docs-card-art{background:radial-gradient(circle at 78% 14%,rgba(255,255,255,.7),transparent 30%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.46),transparent 34%),linear-gradient(135deg,#48e6a4,#36b8ff 48%,#d8f6ff)}.docs-card-tone-11 .docs-card-art{background:radial-gradient(circle at 76% 14%,rgba(255,255,255,.72),transparent 30%),radial-gradient(circle at 4% 100%,rgba(255,255,255,.5),transparent 34%),linear-gradient(135deg,#ff8f3d,#ff5d8f 45%,#8bbcff)}.docs-category-grid strong{font-size:16px;font-weight:600}.docs-category-grid small,.docs-category-grid em,.docs-guide-grid small,.docs-guide-grid em{color:var(--fg-50);font-size:13px;line-height:1.5;font-style:normal}.docs-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 24px}.docs-guide-grid a{grid-template-rows:150px auto}.docs-guide-grid strong{font-size:17px;line-height:1.25;font-weight:650}.docs-guide-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.docs-guide-grid-compact a{grid-template-rows:118px auto}.docs-guide-hero{display:flex;align-items:center;justify-content:center;min-height:clamp(132px,14vw,158px);padding-block:clamp(22px,3vw,30px);padding-inline:clamp(20px,5vw,72px);overflow:hidden}.docs-guide-hero-copy{box-sizing:border-box;width:min(720px,100%);max-width:720px;display:grid;justify-items:center;text-align:center;margin:0 auto}.docs-guide-hero-copy p{margin:0 0 9px;text-align:center}.docs-guide-hero-copy h1{line-height:1;width:auto;max-width:min(720px,100%);text-align:center}.docs-guide-hero-copy span{width:min(680px,100%);margin-top:14px;text-align:center}.docs-guide-detail .docs-section-head a{color:var(--fg);text-decoration:none;border-radius:999px;background:#ffffff14;padding:9px 14px;font-size:13px;font-weight:650}.docs-guide-steps{display:grid;gap:1px;overflow:hidden;border-radius:8px;background:#ffffff12}.docs-guide-checklist{display:grid;grid-template-columns:1fr;gap:1px;overflow:hidden;border-radius:8px;background:#ffffff12}.docs-guide-checklist div{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr);gap:14px;align-items:center;background:#101010;padding:18px 20px}.docs-guide-checklist div>span{width:22px;height:22px;border-radius:999px;display:inline-grid;place-items:center;background:#ffffff1a}.docs-guide-checklist .docs-ico{width:13px;height:13px;color:var(--fg);opacity:.94}.docs-guide-checklist p{margin:0;color:var(--fg-70);line-height:1.55;font-size:14px}.docs-guide-resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border-radius:8px;background:#ffffff12}.docs-guide-resource-grid a{min-width:0;display:flex;align-items:center;gap:12px;padding:16px 18px;color:var(--fg);text-decoration:none;background:#101010;font-size:14px;font-weight:600;transition:background .18s ease,color .18s ease}.docs-guide-resource-grid a:hover{background:#161616}.docs-guide-resource-grid .docs-ico{width:16px;height:16px;color:var(--fg-70)}.docs-guide-media{margin-top:18px;min-height:138px;border-radius:8px;background:linear-gradient(180deg,#ffffff0f,#ffffff05),#111;display:grid;grid-template-columns:160px minmax(0,1fr);align-items:center;overflow:hidden}.docs-guide-media>div{height:100%;min-height:138px;display:grid;place-items:center;background:radial-gradient(circle at 48% 36%,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,#ffffff1a,#ffffff05)}.docs-guide-media .docs-ico{width:28px;height:28px;color:var(--fg);opacity:.78}.docs-guide-media p{margin:0;color:var(--fg-70);line-height:1.6;padding:22px 24px}.docs-guide-steps article{background:#101010;padding:22px}.docs-guide-steps h3{display:flex;align-items:baseline;gap:12px;margin:0 0 8px;font-size:18px}.docs-guide-steps h3 span{flex:0 0 auto;color:var(--fg-50);font:600 13px/1 var(--mono)}.docs-guide-steps p{margin:0;color:var(--fg-70);line-height:1.65}.docs-guide-step-images{display:grid;grid-template-columns:1fr;gap:16px;margin-top:20px}.docs-guide-step-images button{min-width:0;display:block;width:100%;padding:0;overflow:hidden;border:0;border-radius:10px;background:#181818;cursor:zoom-in}.docs-guide-step-images img{display:block;width:100%;max-height:520px;object-fit:contain;background:#181818;transition:opacity .16s ease}.docs-guide-step-images button:hover img{opacity:.86}.docs-release-list{display:grid;gap:16px}.docs-release-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:24px;border-top:1px solid var(--border);padding:22px 0}.docs-release-card:first-child{border-top:0;padding-top:0}.docs-release-card span{color:var(--fg-50);font-size:13px}.docs-release-card h2{margin:6px 0 0;font-size:28px;line-height:1}.docs-release-card ul{margin:0;padding-left:18px;color:var(--fg-70);line-height:1.65}.docs-release-card li+li{margin-top:7px}.docs-release-empty{border:1px solid var(--border);border-radius:8px;padding:22px;color:var(--fg-50);background:#ffffff06}.docs-table-wrap button,.docs-aliases button{border:1px solid var(--border);background:#ffffff0f;color:var(--fg);border-radius:8px;height:34px;padding:0 12px;font-weight:600;cursor:pointer}.docs-code-section,.docs-table-wrap,.docs-types{margin-top:26px}.docs-function-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:34px}.docs-function-nav a,.docs-function-nav .disabled{min-width:0;border:1px solid var(--border);border-radius:8px;background:#ffffff06;color:var(--fg);text-decoration:none;padding:16px 18px;display:grid;gap:8px;transition:background .16s ease,border-color .16s ease}.docs-function-nav a:hover{background:#ffffff0e;border-color:#fff3}.docs-function-nav a span,.docs-function-nav .disabled span{color:var(--fg-50);font-size:13px}.docs-function-nav-label{display:inline-flex;align-items:center;gap:5px}.docs-function-nav-label svg{width:15px;height:15px;flex:0 0 auto}.docs-function-nav strong{min-width:0;color:var(--fg);font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.docs-function-nav .next{text-align:right}.docs-function-nav .next .docs-function-nav-label{justify-content:flex-end}.docs-function-nav .disabled{opacity:.48}.docs-table-wrap,.docs-types{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#ffffff06}.docs-code-section h3{font-size:24px;line-height:1.15;margin:0 0 16px;letter-spacing:-.02em}.docs-code-section p{margin:-6px 0 16px;color:var(--fg-70);line-height:1.6}.docs-description-section{margin-top:38px}.docs-description-section h3{font-size:24px;line-height:1.15;margin:0 0 24px;letter-spacing:-.02em}.docs-description-section p{max-width:74ch;color:var(--fg-70);font-size:16px;line-height:1.75;margin:0}.docs-description-section p+p{margin-top:16px}.docs-description-section code{border-radius:5px;background:#ffffff16;color:var(--fg);padding:2px 6px;font:14px var(--mono)}.docs-code-card{position:relative;border-radius:10px;overflow:hidden;background:#191919;box-shadow:inset 0 1px #ffffff09}.docs-code-card pre{margin:0;overflow:auto;padding:24px 54px 24px 24px;background:transparent;color:var(--fg);font:13px/1.75 var(--mono)}.docs-code-card code{font:inherit}.docs-code-copy{position:absolute;top:13px;right:13px;z-index:1;width:30px;height:30px;border:0;border-radius:7px;background:transparent;color:var(--fg-50);display:inline-grid;place-items:center;cursor:pointer;transition:color .16s ease,background .16s ease}.docs-code-copy:hover{color:var(--fg);background:#ffffff12}.docs-code-copy .docs-ico{grid-area:1 / 1;width:17px;height:17px;transition:opacity .14s ease,transform .14s ease}.docs-code-copy .docs-ico.check{opacity:0;transform:scale(.72)}.docs-code-copy.copied{color:#8ff0a4}.docs-code-copy.copied .docs-ico.copy{opacity:0;transform:scale(.72)}.docs-code-copy.copied .docs-ico.check{opacity:1;transform:scale(1)}.tok-keyword{color:#c586c0}.tok-string{color:#ce9178}.tok-number{color:#b5cea8}.tok-comment{color:#6a9955}.tok-global{color:#4fc1ff}.tok-property{color:#9cdcfe}.tok-punctuation{color:#d4d4d4}.docs-aliases{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px}.docs-aliases>span{color:var(--fg-50);font-size:13px;margin-right:4px}.docs-table-wrap{overflow-x:auto}.docs-table-wrap h3,.docs-types h3{padding:18px;border-bottom:1px solid var(--border);font-size:20px}.docs-table-wrap table{width:100%;border-collapse:collapse}.docs-table-wrap th,.docs-table-wrap td{border-bottom:1px solid var(--border);padding:14px 16px;text-align:left;vertical-align:top;color:var(--fg-70);font-size:14px;line-height:1.55}.docs-table-wrap th{color:var(--fg);font-weight:700;background:#ffffff09}.docs-table-wrap tr:last-child td{border-bottom:0}.docs-category-function-table{margin-top:24px}.docs-category-function-table a{color:var(--fg);text-decoration:none}.docs-category-function-table a:hover code{background:#ffffff1f}.docs-type-card{padding:18px;border-bottom:1px solid var(--border)}.docs-type-card:last-child{border-bottom:0}.docs-type-card h4{margin:0;font-size:16px}.docs-type-card p{color:var(--fg-70);margin:8px 0 12px}.docs-type-card div{display:grid;gap:8px}.docs-type-card span{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;color:var(--fg-70)}.docs-type-card span small{grid-column:1 / -1;color:var(--fg-60);line-height:1.5}.docs-toc{position:sticky;top:24px;border-left:1px solid var(--border);padding-left:16px;overflow:visible}.docs-toc:before{content:none}.docs-toc-progress{display:none}.docs-toc p{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--fg-50);font-size:13px}.docs-toc>a{display:block;position:relative;color:var(--fg-70);text-decoration:none;padding:8px 0 8px 12px;font-size:14px;transition:color .18s ease}.docs-toc>a:before{content:"";position:absolute;left:-17px;top:7px;bottom:7px;width:2px;background:transparent}.docs-toc>a:hover,.docs-toc>a.active{color:var(--fg)}.docs-toc>a.active:before{background:var(--fg)}.docs-inline-link{position:relative;z-index:2;color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;pointer-events:auto;transition:color .18s ease}.docs-inline-link:hover{color:var(--fg)}.docs-toc-sources{margin-top:22px;padding-top:20px;border-top:1px solid var(--border)}.docs-toc-sources strong{display:block;margin-bottom:10px;color:var(--fg);font-size:14px;font-weight:650}.docs-toc-source{display:grid!important;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;padding:8px 0 8px 12px!important;color:#58a6ff!important;font-size:14px;font-weight:450;text-decoration:none;transition:color .18s ease}.docs-toc-source span:last-child{min-width:0;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere;line-height:1.35}.docs-toc-source:hover{color:#8ec5ff!important}.docs-toc-source .docs-ico{width:15px;height:15px;color:currentColor}.docs-image-lightbox{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:28px}.docs-image-lightbox-backdrop{position:absolute;inset:0;border:0;background:#000000c7;backdrop-filter:blur(18px);cursor:zoom-out}.docs-image-lightbox-panel{position:relative;z-index:1;width:min(1180px,96vw);max-height:90vh;display:grid;place-items:center;border-radius:12px;background:#101010;overflow:hidden}.docs-image-lightbox-panel img{display:block;width:100%;max-height:90vh;object-fit:contain}.docs-image-lightbox-close{position:absolute;top:12px;right:12px;z-index:2;width:38px;height:38px;display:inline-grid;place-items:center;border:0;border-radius:999px;background:#000000a3;color:#fff;cursor:pointer}.docs-image-lightbox-close span{transform:translateY(-1px);font-size:24px;line-height:1}@keyframes docs-toc-progress{0%{transform:scaleY(.14)}to{transform:scaleY(1)}}.docs-ico{width:16px;height:16px;display:inline-block;color:currentColor;opacity:.85;background:currentColor;mask:var(--icon) center / contain no-repeat;-webkit-mask:var(--icon) center / contain no-repeat}.docs-ico.search{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E")}.docs-ico.discord{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M20 5.3A18 18 0 0 0 15.5 4l-.2.4a16 16 0 0 1 4 2 13.8 13.8 0 0 0-12.6 0 16 16 0 0 1 4-2L10.5 4A18 18 0 0 0 6 5.3C3.2 9.4 2.4 13.4 2.8 17.3A18 18 0 0 0 8.3 20l.7-1.1a12 12 0 0 1-1.8-.9l.4-.3a13 13 0 0 0 8.8 0l.4.3a12 12 0 0 1-1.8.9l.7 1.1a18 18 0 0 0 5.5-2.7c.5-4.5-.8-8.4-3.2-12ZM9 15.2c-1 0-1.8-.9-1.8-2s.8-2 1.8-2 1.8.9 1.8 2-.8 2-1.8 2Zm6 0c-1 0-1.8-.9-1.8-2s.8-2 1.8-2 1.8.9 1.8 2-.8 2-1.8 2Z'/%3E%3C/svg%3E")}.docs-ico.book{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M4 4.5A2.5 2.5 0 0 1 6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5z'/%3E%3C/svg%3E")}.docs-ico.guide{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a9 9 0 1 0 9 9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E")}.docs-ico.note{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='M8 8h8M8 12h8M8 16h5'/%3E%3C/svg%3E")}.docs-ico.rocket{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4.5 16.5c-1 1-1.5 2.5-1.5 4.5 2 0 3.5-.5 4.5-1.5M9 15l-4 4M14 4c3.5-1.5 6-1 6-1s.5 2.5-1 6c-1.2 2.8-4.4 6-8 8l-4-4c2-3.6 5.2-6.8 8-8Z'/%3E%3Ccircle cx='15' cy='9' r='1.5'/%3E%3C/svg%3E")}.docs-ico.download{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v12M7 10l5 5 5-5M5 21h14'/%3E%3C/svg%3E")}.docs-ico.link{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M10 13a5 5 0 0 0 7 0l2-2a5 5 0 0 0-7-7l-1 1M14 11a5 5 0 0 0-7 0l-2 2a5 5 0 0 0 7 7l1-1'/%3E%3C/svg%3E")}.docs-ico.sync{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M21 12a9 9 0 0 1-15 6.7L3 16M3 12a9 9 0 0 1 15-6.7L21 8M3 16h5M16 8h5'/%3E%3C/svg%3E")}.docs-ico.bolt{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7z'/%3E%3C/svg%3E")}.docs-ico.arrow-down{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v9M8 12l4 4 4-4'/%3E%3C/svg%3E")}.docs-ico.users{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2M9 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8M22 21v-2a4 4 0 0 0-3-3.9M16 3.1a4 4 0 0 1 0 7.8'/%3E%3C/svg%3E")}.docs-ico.activity{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M3 12h4l3 8 4-16 3 8h4'/%3E%3C/svg%3E")}.docs-ico.copy{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='9' y='9' width='11' height='11' rx='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E")}.docs-ico.check{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.4' viewBox='0 0 24 24'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E")}.docs-ico.intro{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16M4 12h16M4 19h10'/%3E%3C/svg%3E")}.docs-ico.database{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cellipse cx='12' cy='5' rx='8' ry='3'/%3E%3Cpath d='M4 5v14c0 1.7 3.6 3 8 3s8-1.3 8-3V5'/%3E%3Cpath d='M4 12c0 1.7 3.6 3 8 3s8-1.3 8-3'/%3E%3C/svg%3E")}.docs-ico.key{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='7.5' cy='15.5' r='4.5'/%3E%3Cpath d='M11 12 21 2M17 6l2 2M14 9l2 2'/%3E%3C/svg%3E")}.docs-ico.trash{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h18M8 6V4h8v2M6 6l1 15h10l1-15M10 11v6M14 11v6'/%3E%3C/svg%3E")}.docs-ico.bag{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 8h12l1 13H5z'/%3E%3Cpath d='M9 8a3 3 0 0 1 6 0'/%3E%3Cpath d='M9 13h6'/%3E%3C/svg%3E")}.docs-ico.folder{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h7l2 2h9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/svg%3E")}.docs-ico.cloud{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M17.5 19H7a5 5 0 1 1 1.1-9.9A6.5 6.5 0 0 1 20 12.5 3.5 3.5 0 0 1 17.5 19Z'/%3E%3C/svg%3E")}.docs-ico.braces{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M8 3H7a3 3 0 0 0-3 3v3a2 2 0 0 1-2 2 2 2 0 0 1 2 2v3a3 3 0 0 0 3 3h1M16 3h1a3 3 0 0 1 3 3v3a2 2 0 0 0 2 2 2 2 0 0 0-2 2v3a3 3 0 0 1-3 3h-1'/%3E%3C/svg%3E")}.docs-ico.terminal{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m4 17 6-6-6-6M12 19h8'/%3E%3C/svg%3E")}.docs-ico.monitor{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cpath d='M8 21h8M12 16v5'/%3E%3C/svg%3E")}.docs-ico.pen{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 20h9M16.5 3.5l4 4L7 21H3v-4z'/%3E%3C/svg%3E")}.docs-ico.mouse{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='7' y='2' width='10' height='20' rx='5'/%3E%3Cpath d='M12 6v4'/%3E%3C/svg%3E")}.docs-ico.box{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m21 8-9-5-9 5 9 5z'/%3E%3Cpath d='M3 8v8l9 5 9-5V8M12 13v8'/%3E%3C/svg%3E")}.docs-ico.scan{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 7V5a1 1 0 0 1 1-1h2M17 4h2a1 1 0 0 1 1 1v2M20 17v2a1 1 0 0 1-1 1h-2M7 20H5a1 1 0 0 1-1-1v-2M7 12h10'/%3E%3C/svg%3E")}.docs-ico.file{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3C/svg%3E")}.docs-ico.radio{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cpath d='M16 8a6 6 0 0 1 0 8M8 8a6 6 0 0 0 0 8M19 5a10 10 0 0 1 0 14M5 5a10 10 0 0 0 0 14'/%3E%3C/svg%3E")}.docs-ico.socket{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M8 3v4M16 3v4M7 7h10v5a5 5 0 0 1-10 0zM12 17v4'/%3E%3C/svg%3E")}.docs-ico.cpu{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='6' y='6' width='12' height='12' rx='2'/%3E%3Cpath d='M9 1v3M15 1v3M9 20v3M15 20v3M20 9h3M20 15h3M1 9h3M1 15h3'/%3E%3C/svg%3E")}.docs-ico.bug{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M8 2l2 3h4l2-3M12 5v17M5 8h14M3 13h18M5 18h14'/%3E%3C/svg%3E")}.docs-ico.globe{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15 15 0 0 1 0 20M12 2a15 15 0 0 0 0 20'/%3E%3C/svg%3E")}.docs-ico.table{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M3 3h18v18H3zM3 9h18M9 21V9'/%3E%3C/svg%3E")}.docs-ico.layers{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 9 5-9 5-9-5z'/%3E%3Cpath d='m3 12 9 5 9-5M3 17l9 5 9-5'/%3E%3C/svg%3E")}.docs-ico.binary{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 6h.01M6 18h.01M10 6h8M10 18h8M6 12h12'/%3E%3C/svg%3E")}.docs-ico.wrench{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a5 5 0 0 0 6 6L12 21l-4-4 8.7-8.7Z'/%3E%3C/svg%3E")}.docs-ico.menu{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h16M4 12h16M4 18h10'/%3E%3C/svg%3E")}.docs-search .docs-ico.search{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23a1a1aa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 22 22'%3E%3Ccircle cx='9.5' cy='9.5' r='6.5'/%3E%3Cpath d='m14.3 14.3 4.2 4.2'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:18px 18px;mask:none;-webkit-mask:none;transform:translateY(-1px)}@media (max-width: 1180px){.docs-layout{grid-template-columns:230px minmax(0,1fr)}.docs-layout.docs-release-layout{grid-template-columns:minmax(0,1fr)}.docs-toc{display:none}}@media (max-width: 820px){.docs-shell{padding-top:58px}.docs-nav{height:auto;grid-template-columns:minmax(0,1fr);padding:12px 20px 0;gap:10px}.docs-nav-title{display:block;min-width:0;color:var(--fg);font:700 18px/1.2 var(--font, inherit);letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.docs-search{display:none}.docs-tabs{order:1;height:48px;overflow-x:auto;gap:18px;scrollbar-width:none}.docs-tabs a{height:48px;flex:0 0 auto}.docs-tabs::-webkit-scrollbar{display:none}.docs-layout{display:block;position:relative;height:auto;min-height:0;overflow:visible;padding:20px 20px 72px}.docs-mobile-controls{display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:10px;min-height:48px;margin:0 0 18px;position:relative;z-index:282}.docs-mobile-nav-toggle{width:100%;max-width:100%;min-height:48px;border:0;background:transparent;color:var(--fg);display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:0 2px;margin:0;font:650 15px/1.2 var(--font, inherit);text-align:left;cursor:pointer;position:relative;z-index:1}.docs-mobile-nav-title{min-width:0;max-width:100%;justify-self:start;display:inline-flex;align-items:center;gap:2px;overflow:hidden}.docs-mobile-nav-title>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.docs-mobile-nav-toggle .docs-ico{width:16px;height:16px;opacity:.9}.docs-mobile-nav-arrow{width:17px;height:17px;flex:0 0 auto;opacity:.9;transition:transform .24s cubic-bezier(.16,1,.3,1)}.docs-mobile-nav-toggle.open .docs-mobile-nav-arrow{transform:rotate(180deg)}.docs-mobile-search-toggle{width:44px;height:44px;border:0;border-radius:999px;background:transparent;color:var(--fg);display:inline-grid;place-items:center;cursor:pointer;justify-self:end;opacity:.88}.docs-mobile-search-toggle svg{width:19px;height:19px}.docs-mobile-search{display:grid;grid-template-columns:18px minmax(0,1fr) 38px;align-items:center;gap:10px;height:0;margin:-18px 0 18px;padding:0;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;border-radius:999px;background:#ffffff14;transition:height .26s cubic-bezier(.16,1,.3,1),margin .26s cubic-bezier(.16,1,.3,1),opacity .18s ease,padding .26s cubic-bezier(.16,1,.3,1),visibility 0s linear .26s}.docs-mobile-search.open{height:46px;margin:-8px 0 18px;padding:0 4px 0 14px;opacity:1;visibility:visible;pointer-events:auto;transition:height .26s cubic-bezier(.16,1,.3,1),margin .26s cubic-bezier(.16,1,.3,1),opacity .18s ease,padding .26s cubic-bezier(.16,1,.3,1),visibility 0s linear 0s}.docs-mobile-search .docs-ico.search{width:18px;height:18px;transform:none}.docs-mobile-search input{min-width:0;height:100%;border:0;outline:0;background:transparent;color:var(--fg);font:inherit}.docs-mobile-search input::placeholder{color:var(--fg-50)}.docs-mobile-search button{width:38px;height:38px;border:0;background:transparent;color:var(--fg-50);display:grid;place-items:center;cursor:pointer}.docs-mobile-search button svg{width:18px;height:18px}.docs-sidebar{display:block;position:absolute;z-index:280;inset:44px 0 auto;max-height:min(66vh,540px);overflow:hidden;padding:0 18px;margin:0;border:0;border-radius:0 0 8px 8px;background:#000000f5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);scrollbar-width:none;overscroll-behavior:contain;opacity:0;transform:translate3d(0,-18px,0);visibility:hidden;pointer-events:none;transition:transform .42s cubic-bezier(.7,0,.84,0),opacity .26s ease,padding .42s cubic-bezier(.7,0,.84,0),visibility 0s linear .42s}.docs-sidebar.mobile-open{max-height:min(66vh,540px);overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:14px 18px 22px;opacity:1;transform:translateZ(0);visibility:visible;pointer-events:auto;transition:transform .42s cubic-bezier(.16,1,.3,1),opacity .24s ease,padding .42s cubic-bezier(.16,1,.3,1),visibility 0s linear 0s}.docs-sidebar::-webkit-scrollbar{display:none}.docs-content{height:auto;overflow:visible;padding-right:0;scroll-timeline:none;transition:filter .32s cubic-bezier(.16,1,.3,1),opacity .26s ease}.docs-content.nav-open{filter:blur(12px);opacity:.48;pointer-events:none;user-select:none}.docs-side-group{margin-top:18px}.docs-side-group p{padding-inline:0}.docs-side-group{display:grid;grid-template-columns:1fr;gap:8px}.docs-side-group p,.docs-side-child-list{grid-column:1 / -1}.docs-function-grid,.docs-category-grid,.docs-guide-grid,.docs-guide-grid-compact{grid-template-columns:1fr}.docs-category-grid a,.docs-guide-grid a,.docs-guide-grid-compact a{grid-template-rows:132px auto}.docs-guide-steps article{padding:18px}.docs-guide-checklist,.docs-guide-step-images{grid-template-columns:1fr}.docs-guide-step-images img{height:auto;max-height:320px}.docs-guide-resource-grid,.docs-guide-media{grid-template-columns:1fr}.docs-guide-media>div{min-height:96px}.docs-category-overview{grid-template-columns:1fr;gap:22px}.docs-release-card{grid-template-columns:1fr;gap:14px}.docs-section-head{display:block}.docs-section-head>span{margin-top:14px}.docs-hero{padding-top:6px}.docs-hero h1{font-size:clamp(34px,11vw,52px);line-height:1.02}.docs-compact-hero h1{font-size:clamp(30px,9vw,42px);line-height:1.04}.docs-hero span{font-size:16px}.docs-table-wrap th,.docs-table-wrap td{min-width:150px}.docs-function-nav{grid-template-columns:1fr}.docs-function-nav .next{text-align:left}}@media (max-width: 480px){.docs-layout,.docs-nav{padding-inline:16px}.docs-side-group{grid-template-columns:1fr}.docs-code-card pre{font-size:12px}.docs-hero h1{font-size:clamp(30px,10vw,42px)}.docs-compact-hero h1{font-size:clamp(28px,9vw,36px)}}@media (prefers-reduced-motion: reduce){.docs-side-chevron:before,.docs-side-child-list,.docs-function-grid a,.docs-category-grid a{transition:none}.docs-function-grid a:hover,.docs-function-grid a.active,.docs-category-grid a:hover{transform:none}}
