.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{position:relative;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{border-radius:0 7px 7px 0}.docs-side-child-list a.active:before{content:"";position:absolute;inset:0 auto 0 0;width:2px;background:var(--fg)}.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;position:relative}.docs-guide-back{display:inline-flex;align-items:center;justify-content:center;gap:8px;justify-self:start;min-height:34px;margin:0 0 22px;padding:0 12px 0 10px;border-radius:999px;background:#ffffff14;color:#ffffffbd;font-size:12.5px;font-weight:650;line-height:1;text-decoration:none;transition:background .16s ease,color .16s ease,transform .16s ease}.docs-guide-back:hover,.docs-guide-back:focus-visible{background:#ffffff21;color:#fff;outline:none;transform:translateY(-1px)}.docs-guide-back svg{width:17px;height:17px;flex:0 0 auto}.docs-guide-back span{width:auto;margin:0;color:inherit;font-size:inherit;line-height:inherit}.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:0;overflow:hidden;border-radius:0;background:transparent}.docs-guide-checklist{display:grid;grid-template-columns:1fr;gap:0;overflow:visible;border-radius:0;background:transparent;border-top:1px solid var(--border)}.docs-guide-checklist div{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr);gap:14px;align-items:center;background:transparent;padding:18px 0;border-bottom:1px solid var(--border)}.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:0;overflow:visible;border-radius:0;background:transparent;border-top:1px solid var(--border)}.docs-guide-resource-grid a{min-width:0;display:flex;align-items:center;gap:12px;padding:16px 0;color:var(--fg);text-decoration:none;background:transparent;border-bottom:1px solid var(--border);font-size:14px;font-weight:600;transition:background .18s ease,color .18s ease}.docs-guide-resource-grid a:hover{background:transparent;color:#fff}.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:transparent;padding:26px 0;border-top:1px solid var(--border)}.docs-guide-steps article:first-child{padding-top:0;border-top:0}.docs-guide-steps h3{display:flex;align-items:center;gap:14px;margin:0 0 8px;font-size:18px}.docs-guide-steps h3 span{flex:0 0 auto;min-width:36px;color:var(--fg);font:800 16px/1 var(--mono);letter-spacing:.02em;opacity:.9}.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:transparent;cursor:zoom-in}.docs-guide-step-images img{display:block;width:100%;max-height:520px;object-fit:contain;background:transparent;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-release-loading{display:flex;align-items:center;justify-content:center;min-height:160px}.docs-release-loading span{width:30px;height:30px;border-radius:999px;border:2px solid rgba(255,255,255,.14);border-top-color:#ffffffeb;animation:docs-release-spin .8s linear infinite}@keyframes docs-release-spin{to{transform:rotate(360deg)}}.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:#000000c2;backdrop-filter:blur(10px);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:0;outline:0;border-radius:16px;background:#111;box-shadow:none;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;left:12px;z-index:2;width:38px;height:38px;display:inline-grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#ffffffb8;cursor:pointer}.docs-image-lightbox-close:hover{background:#ffffff12;color:#fff}.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-ico.search{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M14 3.072a8 8 0 0 1 2.32 11.834l5.387 5.387a1 1 0 0 1-1.414 1.414l-5.388-5.387A8 8 0 1 1 14 3.071'/%3E%3C/svg%3E")}.docs-ico.book,.docs-ico.guide,.docs-ico.bookmark,.docs-ico.intro{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M14 2a5 5 0 0 1 5 5v14a1 1 0 0 1-1.555.832L12 18.202l-5.444 3.63a1 1 0 0 1-1.55-.72L5 21V7a5 5 0 0 1 5-5z'/%3E%3C/svg%3E")}.docs-ico.note,.docs-ico.file{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' 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-2V8zm0 0v6h6z'/%3E%3C/svg%3E")}.docs-ico.download,.docs-ico.arrow-down{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M19 20a1 1 0 0 1 .117 1.993L19 22H5a1 1 0 0 1-.117-1.993L5 20zm-7-18a1 1 0 0 1 .993.883L13 3v10.585l3.293-3.292a1 1 0 0 1 1.497 1.32l-.083.094l-5 5a1 1 0 0 1-1.32.083l-.094-.083l-5-5a1 1 0 0 1 1.32-1.497l.094.083L11 13.585V3a1 1 0 0 1 1-1'/%3E%3C/svg%3E")}.docs-ico.terminal{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zm-9.293 5.293a1 1 0 0 0-1.32-.083l-.094.083l-2 2a1 1 0 0 0-.083 1.32l.083.094l2 2a1 1 0 0 0 1.497-1.32l-.083-.094L8.415 12l1.292-1.293a1 1 0 0 0 0-1.414M17 13h-4a1 1 0 0 0-.117 1.993L13 15h4a1 1 0 0 0 .117-1.993z'/%3E%3C/svg%3E")}.docs-ico.bag{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M14 2a3 3 0 0 1 3 3v1h1.36a2 2 0 0 1 1.995 1.85l.005.15l.6 10a3 3 0 0 1-2.824 3.995L18 22H6a3 3 0 0 1-2.995-3.136l.005-.15l.63-10.005A2 2 0 0 1 5.52 6.8L5.64 6H7V5a3 3 0 0 1 3-3zm1 4V5a1 1 0 0 0-.883-.993L14 4h-4a1 1 0 0 0-.993.883L9 5v1z'/%3E%3C/svg%3E")}.docs-ico.cloud{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M10.04 4.305c2.195-.667 4.615-.224 6.36 1.176c1.386 1.108 2.188 2.686 2.252 4.34l.003.212l.091.003c2.3.107 4.143 1.961 4.25 4.27l.004.211c0 2.407-1.885 4.372-4.255 4.482l-.21.005H6.657l-.222-.008c-2.94-.11-5.317-2.399-5.43-5.263L1 13.517C1 10.77 3.08 8.507 5.784 8.1l.114-.016l.07-.181c.663-1.62 2.056-2.906 3.829-3.518l.244-.08z'/%3E%3C/svg%3E")}.docs-ico.users,.docs-ico.user{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a5 5 0 1 1-5 5l.005-.217A5 5 0 0 1 12 2m2 12a5 5 0 0 1 5 5v1a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-1a5 5 0 0 1 5-5z'/%3E%3C/svg%3E")}.docs-ico.check{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M17 3.34a10 10 0 1 1-14.995 8.984L2 12l.005-.324A10 10 0 0 1 17 3.34m-1.293 5.953a1 1 0 0 0-1.32-.083l-.094.083L11 12.585l-1.293-1.292l-.094-.083a1 1 0 0 0-1.403 1.403l.083.094l2 2l.094.083a1 1 0 0 0 1.226 0l.094-.083l4-4l.083-.094a1 1 0 0 0-.083-1.32'/%3E%3C/svg%3E")}.docs-ico.copy,.docs-ico.folder,.docs-ico.layers,.docs-ico.apps{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M9 3H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 10H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2m10 0h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2M17 3a1 1 0 0 1 .993.883L18 4v2h2a1 1 0 0 1 .117 1.993L20 8h-2v2a1 1 0 0 1-1.993.117L16 10V8h-2a1 1 0 0 1-.117-1.993L14 6h2V4a1 1 0 0 1 1-1'/%3E%3C/svg%3E")}.docs-ico.bolt,.docs-ico.key,.docs-ico.shield,.docs-ico.trash,.docs-ico.wrench,.docs-ico.bug,.docs-ico.activity,.docs-ico.globe,.docs-ico.cpu,.docs-ico.socket,.docs-ico.monitor,.docs-ico.sync{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M11.884 2.007L11.998 2l.118.007l.059.008l.061.013l.111.034a1 1 0 0 1 .217.112l.104.082l.255.218a11 11 0 0 0 7.189 2.537l.342-.01a1 1 0 0 1 1.005.717a13 13 0 0 1-9.208 16.25a1 1 0 0 1-.502 0A13 13 0 0 1 2.54 5.718a1 1 0 0 1 1.005-.717a11 11 0 0 0 7.531-2.527l.263-.225l.096-.075a1 1 0 0 1 .217-.112l.112-.034a1 1 0 0 1 .119-.021z'/%3E%3C/svg%3E")}.docs-ico.bolt{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L4 14h7l-1 8l10-13h-7z'/%3E%3C/svg%3E")}.docs-ico.key{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M7.5 11a5.5 5.5 0 1 0 5.185 7.329l2.986-2.986L18 17.672L20.672 15L18.343 12.672l1.414-1.415A1 1 0 0 0 19.05 9.55h-4.1a1 1 0 0 0-.707.293l-2.572 2.572A5.48 5.48 0 0 0 7.5 11m0 7a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3'/%3E%3C/svg%3E")}.docs-ico.trash{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M14 3a2 2 0 0 1 2 2v1h4a1 1 0 1 1 0 2h-1l-.867 12.142A2 2 0 0 1 16.138 22H7.862a2 2 0 0 1-1.995-1.858L5 8H4a1 1 0 1 1 0-2h4V5a2 2 0 0 1 2-2zm-3 7a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1m4 0a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1M14 5h-4v1h4z'/%3E%3C/svg%3E")}.docs-ico.wrench{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M16.707 2.293a1 1 0 0 1 .2 1.138l-1.08 2.16l2.58 2.58l2.16-1.08a1 1 0 0 1 1.342 1.184A7 7 0 0 1 12.8 16.8l-4.25 4.25a3.182 3.182 0 0 1-4.5-4.5l4.25-4.25a7 7 0 0 1 8.407-10.007'/%3E%3C/svg%3E")}.docs-ico.bug{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M16 4a1 1 0 0 1 .707 1.707L15.414 7H16a4 4 0 0 1 4 4v1h1a1 1 0 0 1 0 2h-1v1h1a1 1 0 0 1 0 2h-1.535A7.005 7.005 0 0 1 6 17H4a1 1 0 0 1 0-2h1v-1H4a1 1 0 0 1 0-2h1v-1a4 4 0 0 1 4-4h.586L8.293 5.707a1 1 0 1 1 1.414-1.414L12 6.586l2.293-2.293A1 1 0 0 1 16 4m-6 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4-1a1 1 0 1 0 2 0a1 1 0 0 0-2 0'/%3E%3C/svg%3E")}.docs-ico.eye{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M12 4c4.29 0 7.863 2.43 10.665 7.154a1.7 1.7 0 0 1 0 1.692C19.863 17.57 16.29 20 12 20s-7.863-2.43-10.665-7.154a1.7 1.7 0 0 1 0-1.692C4.137 6.43 7.71 4 12 4m0 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m0 2a2 2 0 1 1 0 4a2 2 0 0 1 0-4'/%3E%3C/svg%3E")}.docs-ico.alert-triangle{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M10.29 3.86a2 2 0 0 1 3.42 0l8.07 13.57A2 2 0 0 1 20.07 20H3.93a2 2 0 0 1-1.71-3.03zM12 15a1 1 0 1 0 0 2a1 1 0 0 0 0-2m0-7a1 1 0 0 0-.993.883L11 9v3a1 1 0 0 0 1.993.117L13 12V9a1 1 0 0 0-1-1'/%3E%3C/svg%3E")}.docs-ico.lock{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a5 5 0 0 1 5 5v3h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h1V7a5 5 0 0 1 5-5m0 12a2 2 0 0 0-1 3.732V19h2v-1.268A2 2 0 0 0 12 14m0-10a3 3 0 0 0-3 3v3h6V7a3 3 0 0 0-3-3'/%3E%3C/svg%3E")}.docs-ico.package{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M12.89 1.45l8 4A2 2 0 0 1 22 7.24v9.52a2 2 0 0 1-1.105 1.789l-8 4a2 2 0 0 1-1.79 0l-8-4A2 2 0 0 1 2 16.76V7.24a2 2 0 0 1 1.105-1.789l8-4a2 2 0 0 1 1.79 0M12 3.236L5.236 6.618L12 10l6.764-3.382zM4 8.236v8.528l7 3.5v-8.528zm16 0l-7 3.5v8.528l7-3.5z'/%3E%3C/svg%3E")}.docs-ico.user-shield{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a5 5 0 1 1-5 5l.005-.217A5 5 0 0 1 12 2m6.884 9.007l.117-.007l.117.007l.058.008l.06.013l.112.034a1 1 0 0 1 .217.112l.104.082l.255.218a6 6 0 0 0 1.79.986a1 1 0 0 1 .654.938a7 7 0 0 1-4.117 6.58a1 1 0 0 1-.502 0a7 7 0 0 1-4.117-6.58a1 1 0 0 1 .654-.938a6 6 0 0 0 1.79-.986l.263-.225l.096-.075a1 1 0 0 1 .217-.112l.112-.034zM10 14h2.7a8.8 8.8 0 0 0 2.3 5.707V20H5v-1a5 5 0 0 1 5-5'/%3E%3C/svg%3E")}.docs-ico.globe{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 1 0 20a10 10 0 0 1 0-20m0 2c-.74 0-1.715 1.26-2.22 4h4.44C13.715 5.26 12.74 4 12 4m-4.244 6H4.252a8 8 0 0 0 0 4h3.504a17 17 0 0 1 0-4m6.692 0H9.552a15 15 0 0 0 0 4h4.896a15 15 0 0 0 0-4m5.3 0h-3.504a17 17 0 0 1 0 4h3.504a8 8 0 0 0 0-4M13.72 16H9.78c.505 2.74 1.48 4 2.22 4s1.715-1.26 2.22-4'/%3E%3C/svg%3E")}.docs-ico.cpu{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M15 4a5 5 0 0 1 5 5v6a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5V9a5 5 0 0 1 5-5zm0 4H9a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1M9 1a1 1 0 0 1 1 1v1H8V2a1 1 0 0 1 1-1m6 0a1 1 0 0 1 1 1v1h-2V2a1 1 0 0 1 1-1M9 21h1v1a1 1 0 0 1-2 0v-1zm5 0h2v1a1 1 0 0 1-2 0zm7-13h1a1 1 0 0 1 0 2h-1zM2 8h1v2H2a1 1 0 1 1 0-2m19 6h1a1 1 0 0 1 0 2h-1zM2 14h1v2H2a1 1 0 0 1 0-2'/%3E%3C/svg%3E")}.docs-ico.monitor{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M19 4a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-6v2h3a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2h3v-2H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3z'/%3E%3C/svg%3E")}.docs-ico.sync{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M5.64 5.64a9 9 0 0 1 12.72 0l1.14 1.14V4a1 1 0 1 1 2 0v5.5a1 1 0 0 1-1 1H15a1 1 0 1 1 0-2h3.086l-1.14-1.14A7 7 0 0 0 5.05 11a1 1 0 0 1-1.98-.28a9 9 0 0 1 2.57-5.08M4.5 13.5H10a1 1 0 1 1 0 2H6.914l1.14 1.14A7 7 0 0 0 19.95 13a1 1 0 1 1 1.98.28a9 9 0 0 1-15.29 5.08L5.5 17.22V20a1 1 0 1 1-2 0v-5.5a1 1 0 0 1 1-1'/%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='%23a1a1aa' viewBox='0 0 24 24'%3E%3Cpath d='M14 3.072a8 8 0 0 1 2.32 11.834l5.387 5.387a1 1 0 0 1-1.414 1.414l-5.388-5.387A8 8 0 1 1 14 3.071'/%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:22px 0}.docs-guide-steps article:first-child{padding-top:0}.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}}.docs-layout.docs-release-layout{max-width:1320px;gap:clamp(34px,5vw,74px)}.docs-release-layout .docs-content{max-width:1040px}.docs-release-layout .docs-hero,.docs-release-layout .docs-compact-hero,.docs-guide-hero{min-height:0;padding:clamp(38px,7vw,82px) 0 clamp(34px,5vw,58px);margin:0;border-radius:0;background:transparent!important;box-shadow:none;overflow:visible;display:grid;justify-items:center;text-align:center}.docs-release-layout .docs-compact-hero,.docs-release-layout .docs-compact-hero[class*=docs-hero-tone-]{background:transparent!important}.docs-release-layout .docs-hero p,.docs-release-layout .docs-compact-hero p,.docs-release-layout .docs-compact-hero h1,.docs-release-layout .docs-compact-hero span{color:inherit;text-align:center;text-shadow:none;margin-inline:auto}.docs-release-layout .docs-hero p,.docs-release-layout .docs-compact-hero p,.docs-release-layout .docs-section-head p{color:var(--fg-50);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.docs-release-layout .docs-hero h1,.docs-release-layout .docs-compact-hero h1{color:var(--fg);font-size:clamp(46px,7vw,82px);line-height:.96;max-width:820px}.docs-release-layout .docs-hero span,.docs-release-layout .docs-compact-hero span{color:var(--fg-70);font-size:clamp(17px,1.4vw,20px);line-height:1.55;max-width:720px;margin-top:20px}.docs-guide-hero{position:relative;padding-top:clamp(76px,8vw,112px)}.docs-release-layout .docs-guide-back,.docs-guide-back{position:absolute;top:clamp(28px,4.8vw,52px);left:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:34px;margin:0;padding:0 12px 0 10px;border-radius:999px;background:#ffffff14;color:#ffffffbd;font-size:12.5px;font-weight:650;line-height:1;text-decoration:none;white-space:nowrap;transition:background .16s ease,color .16s ease,transform .16s ease}.docs-release-layout .docs-guide-back:hover,.docs-release-layout .docs-guide-back:focus-visible,.docs-guide-back:hover,.docs-guide-back:focus-visible{background:#ffffff21;color:#fff;outline:none;transform:translateY(-1px)}.docs-release-layout .docs-guide-back svg,.docs-guide-back svg{width:17px;height:17px;flex:0 0 auto}.docs-release-layout .docs-guide-back span,.docs-guide-back span{display:inline;width:auto;max-width:none;margin:0;color:inherit;font:inherit;line-height:1;text-align:left}.docs-release-layout .docs-section,.docs-release-layout .docs-detail{border-top-color:#ffffff17;margin-top:0;padding-top:clamp(30px,5vw,46px)}.docs-release-layout .docs-section-head{align-items:center;margin-bottom:26px}.docs-release-layout .docs-section-head h2{font-size:clamp(32px,4vw,48px);line-height:1}.docs-guide-detail .docs-section-head a,.docs-tabs a,.docs-suggested a{background:transparent}.docs-release-layout .docs-tabs a,.docs-release-layout .docs-tabs a.active,.docs-release-layout .docs-suggested a,.docs-release-layout .docs-suggested a:hover{background:transparent;border-color:transparent}.docs-guide-detail .docs-section-head a{border:0;color:var(--fg);padding:0}.docs-guide-detail .docs-section-head a:hover{color:var(--fg-70)}.docs-release-layout .docs-guide-grid,.docs-release-layout .docs-guide-grid-compact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;border-top:0}.docs-release-layout .docs-guide-grid a,.docs-release-layout .docs-guide-grid-compact a{display:flex;flex-direction:column;grid-template-rows:none;grid-template-columns:none;gap:0;min-height:0;padding:0;border-bottom:0;border-radius:0;background:transparent;transform:none;transition:background .18s ease,transform .18s ease}.docs-release-layout .docs-guide-grid a:hover,.docs-release-layout .docs-guide-grid-compact a:hover{background:transparent;transform:translateY(-1px)}.docs-release-layout .docs-card-art,.docs-release-layout [class*=docs-card-tone-] .docs-card-art{position:relative;display:grid;width:100%;min-height:170px;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-release-layout .docs-card-art:before,.docs-release-layout .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-release-layout .docs-card-art:after{inset:-40% -18% auto -12%;height:95%;border-radius:50%;background:#fff3;filter:blur(20px);opacity:.75}.docs-release-layout .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-release-layout .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-release-layout .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-release-layout .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-release-layout .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-release-layout .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-release-layout .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-release-layout .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-release-layout .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-release-layout .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-release-layout .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-release-layout .docs-card-art .docs-ico{position:relative;z-index:1;width:76px;height:76px;color:#fff;filter:drop-shadow(0 1px 12px rgba(0,0,0,.28));opacity:1}.docs-release-layout .docs-card-copy{padding:14px 0 0;gap:8px}.docs-release-layout .docs-card-copy small{justify-self:start;order:-1;margin-top:0;border-radius:7px;background:#ffffff1f;color:#ffffffd1;padding:4px 8px;font-size:12px;font-weight:700}.docs-release-layout .docs-card-copy strong{margin-top:4px;color:#fff;font-size:20px;font-weight:760;line-height:1.15}.docs-release-layout .docs-card-copy em{max-width:680px;color:#ffffff94;font-size:14px;line-height:1.48}.docs-release-layout .docs-guide-checklist,.docs-release-layout .docs-guide-resource-grid,.docs-release-layout .docs-guide-steps{background:transparent;border-top:0;gap:10px}.docs-release-layout .docs-guide-checklist div,.docs-release-layout .docs-guide-resource-grid a,.docs-release-layout .docs-guide-steps article{background:#ffffff0b;border:0;border-radius:8px}.docs-release-layout .docs-guide-checklist div>span{background:transparent}.docs-release-layout .docs-guide-checklist div{padding:18px 20px}.docs-release-layout .docs-guide-resource-grid a{padding:16px 18px}.docs-release-layout .docs-guide-steps article,.docs-release-layout .docs-guide-steps article:first-child{padding:22px}.docs-release-layout .docs-guide-step-images button,.docs-release-layout .docs-guide-step-images img{background:transparent}.docs-release-layout .docs-guide-media,.docs-release-layout .docs-guide-media>div{background:#ffffff0b}.docs-release-layout .docs-guide-media{border-radius:8px;min-height:0;border-top:0;border-bottom:0}.docs-release-layout .docs-guide-media>div{min-height:0}.docs-release-layout .docs-release-empty{border:0;border-radius:0;background:transparent;padding-inline:0}@media (max-width: 820px){.docs-release-layout .docs-hero,.docs-release-layout .docs-compact-hero,.docs-guide-hero{padding:34px 0 30px}.docs-release-layout .docs-guide-grid a,.docs-release-layout .docs-guide-grid-compact a{padding:0}.docs-release-layout .docs-card-art{min-height:150px}}@media (max-width: 1100px) and (min-width: 821px){.docs-release-layout .docs-guide-grid,.docs-release-layout .docs-guide-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}
