@atlaspack/inspector-frontend 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.atlaspackrc +4 -0
- package/.eslintrc.json +19 -0
- package/CHANGELOG.md +12 -0
- package/dist/atlassian-dark-brand-refresh.91b786da.js +2 -0
- package/dist/atlassian-dark-brand-refresh.91b786da.js.map +1 -0
- package/dist/atlassian-dark-future.59ebadca.js +2 -0
- package/dist/atlassian-dark-future.59ebadca.js.map +1 -0
- package/dist/atlassian-dark-increased-contrast.ff6775f2.js +2 -0
- package/dist/atlassian-dark-increased-contrast.ff6775f2.js.map +1 -0
- package/dist/atlassian-dark.ad679134.js +2 -0
- package/dist/atlassian-dark.ad679134.js.map +1 -0
- package/dist/atlassian-legacy-dark.8aa27f7f.js +2 -0
- package/dist/atlassian-legacy-dark.8aa27f7f.js.map +1 -0
- package/dist/atlassian-legacy-light.2eb372ce.js +2 -0
- package/dist/atlassian-legacy-light.2eb372ce.js.map +1 -0
- package/dist/atlassian-light-brand-refresh.fadcab0a.js +2 -0
- package/dist/atlassian-light-brand-refresh.fadcab0a.js.map +1 -0
- package/dist/atlassian-light-future.612afe8a.js +2 -0
- package/dist/atlassian-light-future.612afe8a.js.map +1 -0
- package/dist/atlassian-light-increased-contrast.7161cd79.js +2 -0
- package/dist/atlassian-light-increased-contrast.7161cd79.js.map +1 -0
- package/dist/atlassian-light.bc343d4c.js +2 -0
- package/dist/atlassian-light.bc343d4c.js.map +1 -0
- package/dist/atlassian-shape.b92d69c0.js +2 -0
- package/dist/atlassian-shape.b92d69c0.js.map +1 -0
- package/dist/atlassian-spacing.60ddd8e7.js +2 -0
- package/dist/atlassian-spacing.60ddd8e7.js.map +1 -0
- package/dist/atlassian-typography-adg3.f88947f6.js +2 -0
- package/dist/atlassian-typography-adg3.f88947f6.js.map +1 -0
- package/dist/atlassian-typography-modernized.42016c51.js +2 -0
- package/dist/atlassian-typography-modernized.42016c51.js.map +1 -0
- package/dist/atlassian-typography-refreshed.ec0d111b.js +2 -0
- package/dist/atlassian-typography-refreshed.ec0d111b.js.map +1 -0
- package/dist/atlassian-typography.66d7e8f4.js +2 -0
- package/dist/atlassian-typography.66d7e8f4.js.map +1 -0
- package/dist/badge-light.7e55986a.png +0 -0
- package/dist/custom-theme.4680282a.js +2 -0
- package/dist/custom-theme.4680282a.js.map +1 -0
- package/dist/drag-handle.136830d3.js +2 -0
- package/dist/drag-handle.136830d3.js.map +1 -0
- package/dist/drag-handle.63bdb345.css +2 -0
- package/dist/drag-handle.63bdb345.css.map +1 -0
- package/dist/index.13289f53.js +28 -0
- package/dist/index.13289f53.js.map +1 -0
- package/dist/index.a41fafce.css +2 -0
- package/dist/index.a41fafce.css.map +1 -0
- package/dist/index.html +1 -0
- package/dist/index.runtime.3c39d71d.js +2 -0
- package/dist/index.runtime.3c39d71d.js.map +1 -0
- package/dist/refractor.2c1fd9a1.js +2 -0
- package/dist/refractor.2c1fd9a1.js.map +1 -0
- package/index.html +11 -0
- package/jest.config.js +16 -0
- package/package.json +64 -0
- package/src/APIError.test.ts +72 -0
- package/src/APIError.tsx +29 -0
- package/src/AppRoutes.tsx +56 -0
- package/src/hack-feature-flags.ts +6 -0
- package/src/main.tsx +50 -0
- package/src/test/stubCssModule.js +1 -0
- package/src/ui/App.module.css +122 -0
- package/src/ui/App.module.css.d.ts +8 -0
- package/src/ui/AppLayout/AppLayout.tsx +26 -0
- package/src/ui/AppLayout/SidebarNavigation/LinkItem.tsx +26 -0
- package/src/ui/AppLayout/SidebarNavigation/SidebarNavigation.tsx +45 -0
- package/src/ui/AppLayout/TopNavigation/Logo.module.css +12 -0
- package/src/ui/AppLayout/TopNavigation/Logo.module.css.d.ts +4 -0
- package/src/ui/AppLayout/TopNavigation/Logo.tsx +11 -0
- package/src/ui/AppLayout/TopNavigation/TopNavigation.module.css +14 -0
- package/src/ui/AppLayout/TopNavigation/TopNavigation.module.css.d.ts +3 -0
- package/src/ui/AppLayout/TopNavigation/TopNavigation.tsx +45 -0
- package/src/ui/AppLayout/TopNavigation/badge-light.png +0 -0
- package/src/ui/AppLayout/TopNavigation/logo-light.png +0 -0
- package/src/ui/DefaultLoadingIndicator/DefaultLoadingIndicator.module.css +9 -0
- package/src/ui/DefaultLoadingIndicator/DefaultLoadingIndicator.module.css.d.ts +3 -0
- package/src/ui/DefaultLoadingIndicator/DefaultLoadingIndicator.test.tsx +15 -0
- package/src/ui/DefaultLoadingIndicator/DefaultLoadingIndicator.tsx +14 -0
- package/src/ui/app/StatsPage.tsx +77 -0
- package/src/ui/app/cache/CacheKeysIndexPage.tsx +13 -0
- package/src/ui/app/cache/CacheKeysPage.module.css +11 -0
- package/src/ui/app/cache/CacheKeysPage.module.css.d.ts +4 -0
- package/src/ui/app/cache/CacheKeysPage.tsx +23 -0
- package/src/ui/app/cache/[key]/CacheValuePage.tsx +40 -0
- package/src/ui/app/cache/ui/CacheKeyList.module.css +40 -0
- package/src/ui/app/cache/ui/CacheKeyList.module.css.d.ts +7 -0
- package/src/ui/app/cache/ui/CacheKeyList.tsx +187 -0
- package/src/ui/app/cache-invalidation/CacheInvalidationPage.tsx +22 -0
- package/src/ui/app/cache-invalidation/[fileId]/CacheInvalidationFilePage.tsx +22 -0
- package/src/ui/app/cache-invalidation/ui/CacheFileList.module.css +40 -0
- package/src/ui/app/cache-invalidation/ui/CacheFileList.module.css.d.ts +7 -0
- package/src/ui/app/cache-invalidation/ui/CacheFileList.tsx +185 -0
- package/src/ui/app/treemap/BottomPanelResizeState.test.ts +25 -0
- package/src/ui/app/treemap/BottomPanelResizeState.tsx +48 -0
- package/src/ui/app/treemap/FoamTreemapPage.module.css +24 -0
- package/src/ui/app/treemap/FoamTreemapPage.module.css.d.ts +6 -0
- package/src/ui/app/treemap/FoamTreemapPage.tsx +47 -0
- package/src/ui/app/treemap/controllers/RelatedBundlesController.tsx +41 -0
- package/src/ui/app/treemap/controllers/UrlFocusController.tsx +33 -0
- package/src/ui/app/treemap/ui/BottomPanel/BottomPanel.module.css +24 -0
- package/src/ui/app/treemap/ui/BottomPanel/BottomPanel.module.css.d.ts +5 -0
- package/src/ui/app/treemap/ui/BottomPanel/BottomPanel.tsx +24 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/AdvancedSettings.module.css +13 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/AdvancedSettings.module.css.d.ts +5 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/AdvancedSettings.tsx +53 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/AssetTable/AssetTable.tsx +135 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/AssetTable/CollapsibleTable/CollapsibleTable.module.css +7 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/AssetTable/CollapsibleTable/CollapsibleTable.module.css.d.ts +3 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/AssetTable/CollapsibleTable/CollapsibleTable.tsx +123 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/AssetTable/CollapsibleTable/CollapsibleTableModel.tsx +18 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/AssetTable/CollapsibleTable/CollapsibleTableRow.module.css +20 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/AssetTable/CollapsibleTable/CollapsibleTableRow.module.css.d.ts +6 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/AssetTable/CollapsibleTable/CollapsibleTableRow.tsx +79 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/AssetTable/getFileURL.test.ts +19 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/AssetTable/getFileURL.ts +24 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/FocusedGroupInfo.module.css +20 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/FocusedGroupInfo.module.css.d.ts +5 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/FocusedGroupInfo.tsx +42 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/FocusedGroupInfoInner.module.css +29 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/FocusedGroupInfoInner.module.css.d.ts +6 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/FocusedGroupInfoInner.tsx +107 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/GraphContainer.module.css +7 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/GraphContainer.module.css.d.ts +3 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/GraphContainer.tsx +20 -0
- package/src/ui/app/treemap/ui/BottomPanel/FocusedGroupInfo/SourceCodeURL.tsx +5 -0
- package/src/ui/app/treemap/ui/BundleGraphRenderer.module.css +13 -0
- package/src/ui/app/treemap/ui/BundleGraphRenderer.module.css.d.ts +4 -0
- package/src/ui/app/treemap/ui/BundleGraphRenderer.tsx +95 -0
- package/src/ui/app/treemap/ui/FocusBreadcrumbs/FocusBreadcrumbs.module.css +6 -0
- package/src/ui/app/treemap/ui/FocusBreadcrumbs/FocusBreadcrumbs.module.css.d.ts +3 -0
- package/src/ui/app/treemap/ui/FocusBreadcrumbs/FocusBreadcrumbs.tsx +49 -0
- package/src/ui/app/treemap/ui/SigmaGraph.module.css +5 -0
- package/src/ui/app/treemap/ui/SigmaGraph.module.css.d.ts +3 -0
- package/src/ui/app/treemap/ui/SigmaGraph.tsx +80 -0
- package/src/ui/app/treemap/ui/Treemap.tsx +14 -0
- package/src/ui/app/treemap/ui/TreemapRenderer/ImpactScore.module.css +32 -0
- package/src/ui/app/treemap/ui/TreemapRenderer/ImpactScore.module.css.d.ts +5 -0
- package/src/ui/app/treemap/ui/TreemapRenderer/ImpactScore.tsx +24 -0
- package/src/ui/app/treemap/ui/TreemapRenderer/TreemapRenderer.module.css +14 -0
- package/src/ui/app/treemap/ui/TreemapRenderer/TreemapRenderer.module.css.d.ts +4 -0
- package/src/ui/app/treemap/ui/TreemapRenderer/TreemapRenderer.tsx +271 -0
- package/src/ui/app/treemap/ui/TreemapRenderer/TreemapTooltip.module.css +15 -0
- package/src/ui/app/treemap/ui/TreemapRenderer/TreemapTooltip.module.css.d.ts +4 -0
- package/src/ui/app/treemap/ui/TreemapRenderer/TreemapTooltip.tsx +111 -0
- package/src/ui/app/treemap/ui/TreemapRenderer/controllers/useStableCallback.test.ts +27 -0
- package/src/ui/app/treemap/ui/TreemapRenderer/controllers/useStableCallback.ts +21 -0
- package/src/ui/app/treemap/ui/TreemapRenderer/useMouseMoveController.ts +20 -0
- package/src/ui/globals.css +26 -0
- package/src/ui/globals.css.d.ts +1 -0
- package/src/ui/globals.d.ts +9 -0
- package/src/ui/model/ViewModel.test.ts +31 -0
- package/src/ui/model/ViewModel.ts +62 -0
- package/src/ui/not-found/NotFoundPage.module.css +7 -0
- package/src/ui/not-found/NotFoundPage.module.css.d.ts +3 -0
- package/src/ui/not-found/NotFoundPage.tsx +9 -0
- package/src/ui/types/Graph.tsx +12 -0
- package/src/ui/util/ErrorBoundary.module.css +3 -0
- package/src/ui/util/ErrorBoundary.module.css.d.ts +3 -0
- package/src/ui/util/ErrorBoundary.test.tsx +65 -0
- package/src/ui/util/ErrorBoundary.tsx +75 -0
- package/src/ui/util/colorPalette.tsx +122 -0
- package/src/ui/util/formatBytes.test.ts +13 -0
- package/src/ui/util/formatBytes.tsx +9 -0
- package/src/ui/util/getRandomDarkerColor.tsx +31 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
body,html{margin:0;font-family:sans-serif}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}nav{display:initial!important}strong{font-weight:600}._11c81u0j{font:var(--ds-font-code,normal 400 .875em/1 ui-monospace,Menlo,"Segoe UI Mono","Ubuntu Mono",monospace)}._16d9qvcn{-webkit-box-decoration-break:clone;box-decoration-break:clone}._19bvm5ip{padding-left:.5ch}._1e0c1nu9{display:inline}._ca0qyh40{padding-top:2px}._n3tdyh40{padding-bottom:2px}._o5721jtm{white-space:pre-wrap}._u5f3m5ip{padding-right:.5ch}._vwz41kw7{line-height:inherit}._1o51eoah{animation-fill-mode:backwards}._1pgl1ddy{animation-timing-function:cubic-bezier(.6,0,0,1)}._1pgl1fu8{animation-timing-function:cubic-bezier(.15,1,.3,1)}._1pgl1nzg{animation-timing-function:cubic-bezier(.8,0,0,.8)}._1pgl5y64{animation-timing-function:cubic-bezier(.4,0,0,1)}._1pglannl{animation-timing-function:cubic-bezier(.8,0,0,1)}._1pgldkwg{animation-timing-function:cubic-bezier(.2,0,0,1)}._1pglp3kn{animation-timing-function:linear}._1y0co91m{animation-play-state:running}._1y0ctrqk{animation-play-state:paused}._5sag14ed{animation-duration:50ms}._5sag1ttt{animation-duration:.35s}._5sag1yx9{animation-duration:.1s}._5sagluct{animation-duration:.175s}._5sagpwmj{animation-duration:.7s}._j7hq15do{animation-name:k7ccisj}._j7hq15m2{animation-name:k1y4xa46}._j7hq1bh1{animation-name:k1na2ju7}._j7hq1cgr{animation-name:kij747q}._j7hq1ebg{animation-name:k1dj5hf1}._j7hq1liq{animation-name:kqit24e}._j7hq1lln{animation-name:kbjizr2}._j7hq1pgp{animation-name:k1ylodgn}._j7hq1w00{animation-name:k9i97cc}._j7hq1yiv{animation-name:k12cqms0}._j7hq2iua{animation-name:kecjqy3}._j7hq39va{animation-name:k1sspn6e}._j7hq797a{animation-name:k1h8oue3}._j7hq7ri4{animation-name:k1ydy56c}._j7hq97jn{animation-name:k11647nu}._j7hqdfjr{animation-name:k8nf8el}._j7hqe8p0{animation-name:k1rq2oqw}._j7hqhnf1{animation-name:k1vmhg30}._j7hqj08w{animation-name:k1wh49cw}._j7hqm2e2{animation-name:k1fo8igf}._j7hqonfj{animation-name:k1bbsfcj}._j7hqovgq{animation-name:km3530i}._j7hqpqak{animation-name:k1gp9ioh}._j7hqqshu{animation-name:k1j8u6o8}._j7hqt8u5{animation-name:k1vint76}._j7hqwo7r{animation-name:k73gfcn}._j7hqy6ql{animation-name:k1tay9q1}._j7hqzy3z{animation-name:kwlxyjp}._ju255cps{animation-delay:0s}@keyframes k11647nu{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translateY(-4px)}}@keyframes k12cqms0{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(calc(-5% - 4px))}}@keyframes k1bbsfcj{0%{opacity:1;transform:none}to{opacity:0;transform:translate(100%)}}@keyframes k1dj5hf1{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(calc(5% + 4px))}}@keyframes k1fo8igf{0%{opacity:0;transform:translateY(-4px)}50%{opacity:1}to{opacity:1;transform:none}}@keyframes k1gp9ioh{0%{opacity:0;transform:translate(calc(5% + 4px))}50%{opacity:1}to{opacity:1;transform:none}}@keyframes k1h8oue3{0%{opacity:0;transform:translateY(4px)}50%{opacity:1}to{opacity:1;transform:none}}@keyframes k1j8u6o8{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:none}}@keyframes k1na2ju7{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:none}}@keyframes k1rq2oqw{0%{opacity:0;transform:scale(.5)}50%{opacity:1}75%{transform:scale(1.25)}to{transform:scale(1)}}@keyframes k1sspn6e{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translateY(calc(-5% - 4px))}}@keyframes k1tay9q1{to{opacity:0;transform:scale(.75)}}@keyframes k1vint76{0%{opacity:0;transform:translate(4px)}50%{opacity:1}to{opacity:1;transform:none}}@keyframes k1vmhg30{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(100%)}}@keyframes k1wh49cw{0%{opacity:1;transform:none}to{opacity:0;transform:translate(-100%)}}@keyframes k1y4xa46{0%{opacity:0;transform:translate(calc(-5% - 4px))}50%{opacity:1}to{opacity:1;transform:none}}@keyframes k1ydy56c{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(-100%)}}@keyframes k1ylodgn{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(4px)}}@keyframes k73gfcn{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translateY(4px)}}@keyframes k7ccisj{0%{opacity:1;transform:translate3d}to{opacity:0;transform:translate(-4px)}}@keyframes k8nf8el{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:none}}@keyframes k9i97cc{0%{opacity:0;transform:translateY(calc(5% + 4px))}50%{opacity:1}to{opacity:1;transform:none}}@keyframes kbjizr2{0%{opacity:1}to{opacity:0}}@keyframes kecjqy3{0%{opacity:0;transform:translateY(calc(-5% - 4px))}50%{opacity:1}to{opacity:1;transform:none}}@keyframes kij747q{0%{opacity:0}50%{opacity:1}to{opacity:1}}@keyframes km3530i{0%{opacity:0;transform:translate(-4px)}50%{opacity:1}to{opacity:1;transform:none}}@keyframes kqit24e{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:none}}@keyframes kwlxyjp{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translateY(calc(5% + 4px))}}@media (prefers-reduced-motion:reduce){._1bumglyw{animation:none}._sedtglyw{transition:none}}._bfhkpioe{background-color:var(--_yr7xfv)}._p12fp3fh{max-width:15pc}._syaz1i9p{color:var(--_ywovvi)}._80om73ad{cursor:default}._szpl2smr:before{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}._123w1b66:before{padding-inline-end:var(--ds-space-050,4px)}._15nnze3t:before{padding-block-start:var(--ds-space-0,0)}._19o61h6o:before{align-items:center}._1a354jg8:before{font-style:normal}._1cfcvrvc:before{flex-direction:row}._1j6r1odn:before{font-family:var(--ds-font-family-code,ui-monospace,Menlo,"Segoe UI Mono","Ubuntu Mono",monospace)}._1kt9y7el:before{content:"<"attr(data-bidi-character-code)">"}._1rbawx40:hover:before{color:var(--ds-text-warning,#a54800)}._1rus1tzq:before{background-color:var(--ds-background-warning,#fff7d6)}._1uakf6fq:before{line-height:18px}._1xqc1rd4:hover:before{background-color:var(--ds-background-warning-hovered,#f8e6a0)}._1xyt1b66:before{padding-inline-start:var(--ds-space-050,4px)}._24gj1h6o:before{justify-content:center}._cfu1116y:before{display:inline-flex}._dsq41wug:before{pointer-events:auto}._is06wx40:before{color:var(--ds-text-warning,#a54800)}._rxygze3t:before{padding-block-end:var(--ds-space-0,0)}._19itidpf{border:0}._19bvidpf{padding-left:0}._1bsbt94y{width:1px}._4t3it94y{height:1px}._ca0qidpf{padding-top:0}._n3tdidpf{padding-bottom:0}._ogto7mnp{clip:rect(1px,1px,1px,1px)}._u5f3idpf{padding-right:0}._1ozdn7od code,._7xinn7od code[class*=language-],._t7aun7od pre[class*=language-]{all:unset}._i7ngn7od .token:not(:-webkit-any([class=token],[data-ds--code--row--highlight],[data-ds--code--row])){all:unset}._i7ngn7od .token:not(:is([class=token],[data-ds--code--row--highlight],[data-ds--code--row])){all:unset}._2rko12b0{border-radius:var(--ds-radius-small,4px)}._1dqoglyw{border-style:none}._1agb1dyw [data-ds--code--row--highlight]+[data-ds--code--row]:not([data-ds--code--row--highlight]),._lkm81dyw [data-ds--code--row]:not([data-ds--code--row--highlight])+[data-ds--code--row--highlight]{border-top:1px dashed #0000}._j1w0ww7y [data-ds--code--row--highlight] .linenumber{border-left:4px solid var(--ds-border-focused,#388bff)}._tv41hkgb [data-ds--code--row--highlight] .linenumber:before{border-top:1px solid var(--ds-border-focused,#388bff)}._wozj1dyw [data-ds--code--row--highlight]:last-child{border-bottom:1px dashed #0000}._113p131l .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.cdata{color:var(--ds-text-subtlest,#626f86)}._12l6ysn8 [data-ds--code--row--highlight]:after,._uga3ysn8 [data-ds--code--row--highlight]:before{clip-path:inset(100%)}._12nh9lu1 .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.deleted{color:var(--ds-text-accent-red,#ae2e24)}._12tu1a66 .linenumber,._zu0j1a66 .ds-sh-line-number{padding-right:var(--ds-space-100,8px)!important}._131n1giz .linenumber,._gy101giz .ds-sh-line-number{font-style:normal!important}._137bh55r .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.inserted{color:var(--ds-text-accent-green,#216e4e)}._13cdh2mm [data-ds--code--row--highlight] .linenumber{position:relative}._13dgkb7n code:last-of-type{flex-shrink:1}._13zt131l .token.token.token.token.token.token.token.substr{color:var(--ds-text-subtlest,#626f86)}._14y71a66 code:last-of-type{padding-right:var(--ds-space-100,8px)!important}._1552u2gc .linenumber,._12afu2gc .ds-sh-line-number{margin-right:var(--ds-space-100,8px)}._15ba126e [data-ds--code--row--highlight] .linenumber{padding-left:var(--ds-space-050,4px)!important}._17071olh code:first-of-type{background-image:linear-gradient(to right,var(--ds--code--line-number-bg-color,var(--ds-background-neutral,#091e420f)),var(--ds--code--line-number-bg-color,var(--ds-background-neutral,#091e420f))var(--ads-code-line-number-width),transparent var(--ads-code-line-number-width),transparent)}._17wyu2gc code,._pn28u2gc code[class*=language-],._gz9fu2gc pre[class*=language-]{padding-bottom:var(--ds-space-100,8px)}._19o610m5 .token.token.token.token.token.token.token.token.token.token.url{color:var(--ds-text-accent-purple,#5e4db2)}._1b9tpnps .token.token.token.token.token.token.token.token.builtin,._1tq6pnps .token.token.token.token.token.token.token.token.bullet,._1rd2pnps .token.token.token.token.token.token.token.token.code,._1pbkpnps .token.token.token.token.token.token.token.token.entity,._k3lipnps .token.token.token.token.token.token.token.token.namespace{color:var(--ds-text-accent-blue,#05c)}._1d4j1y44 [data-ds--code--row--highlight] .linenumber:before{width:4px}._1eimjvyg{direction:ltr}._1exb1q9c [data-ds--code--row--highlight]:after,._1hgu1q9c [data-ds--code--row--highlight]:before{white-space:nowrap}._1f0gpnps .token.token.token.selector{color:var(--ds-text-accent-blue,#05c)}._1f8gstnw [data-ds--code--row--highlight] .linenumber:before{position:absolute}._1g0517qg .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.constant{color:var(--ds-text-accent-teal,#206a83)}._1gec1a66 [data-ds--code--row]{padding-right:var(--ds-space-100,8px)!important}._1gx21e5h .linenumber{float:left}._1hmimyb0 [data-ds--code--row--highlight] .linenumber:before{left:-4px}._1hmyegat code,._vblregat code[class*=language-],._vbulegat pre[class*=language-]{tab-size:4}._1huoidpf code,._1a9lidpf code[class*=language-],._20bqidpf pre[class*=language-]{padding-right:0}._1huou2gc code,._1a9lu2gc code[class*=language-],._20bqu2gc pre[class*=language-]{padding-right:var(--ds-space-100,8px)}._1i3h1txw [data-ds--code--row]{display:flex}._1i3h1ule [data-ds--code--row]{display:block}._1k47pnps .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.number{color:var(--ds-text-accent-blue,#05c)}._1k7d1fxt .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.char{color:var(--ds-text,#172b4d)}._1ls01ule .linenumber,._rude1ule .ds-sh-line-number{display:block}._1ls0df4r .linenumber{display:inline-block!important}._1m3815vq [data-ds--code--row--highlight]:after,._qk1e15vq [data-ds--code--row--highlight]:before{overflow-y:hidden}._1mgnt94y [data-ds--code--row--highlight]:after,._nhket94y [data-ds--code--row--highlight]:before{width:1px}._1n6tpnps .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.prolog{color:var(--ds-text-accent-blue,#05c)}._1na21hna code:last-of-type{word-break:break-word}._1oggidpf code,._bympidpf code[class*=language-],._9nnjidpf pre[class*=language-]{padding-left:0}._1oggu2gc code,._bympu2gc code[class*=language-],._9nnju2gc pre[class*=language-]{padding-left:var(--ds-space-100,8px)}._1pzyb3bt [data-ds--code--row--highlight] .linenumber:before{content:""}._1q16glyw .linenumber,._1io6glyw .ds-sh-line-number{user-select:none}._1ra01n1a [data-ds--code--row--highlight] .linenumber:before{top:-1px}._1t361fxt .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.operator{color:var(--ds-text,#172b4d)}._1v0lh55r .token.token.token.token.token.token.token.token.token.token.token.token.string{color:var(--ds-text-accent-green,#216e4e)}._1v15u2gc code,._ilvcu2gc code[class*=language-],._m29uu2gc pre[class*=language-]{padding-top:var(--ds-space-100,8px)}._1weckb7n code:last-of-type{flex-grow:1}._1wfuwrk5 .linenumber,._16kzwrk5 .ds-sh-line-number{min-width:var(--ads-code-line-number-width)!important}._1wyb1crf{font-size:9pt}._1xcoh55r .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.atrule{color:var(--ds-text-accent-green,#216e4e)}._1xx2grf3 code:first-of-type{padding-right:0!important}._1yvq10m5 .token.token.token.token.token.token.token.token.token.token.token.token.token.class-name,._1vww10m5 .token.token.token.token.token.token.token.token.token.token.token.token.token.section,._1rju10m5 .token.token.token.token.token.token.token.token.token.token.token.token.token.title{color:var(--ds-text-accent-purple,#5e4db2)}._28ddu2gc .linenumber,._1i8zu2gc .ds-sh-line-number{padding-left:var(--ds-space-100,8px)}._2g12fb2s .token.token.token.token.token.token.doctype{color:var(--ds-text-accent-yellow,#7f5f01)}._326z1fxt .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.punctuation{color:var(--ds-text,#172b4d)}._7gp8h55r .token.token.token.token.token.token.token.token.token.token.token.token.token.token.meta-keyword{color:var(--ds-text-accent-green,#216e4e)}._97lipnps .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.boolean{color:var(--ds-text-accent-blue,#05c)}._9d3e17qg .token.token.attr-name{color:var(--ds-text-accent-teal,#206a83)}._9k2r1m30 .token.italic{font-style:italic}._9kk3moej .token.important{font-weight:var(--ds-font-weight-bold,700)}._9wu1fb2s .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.important{color:var(--ds-text-accent-yellow,#7f5f01)}._b5iy131l .token.token.token.token.block-comment,._gti3131l .token.token.token.token.comment{color:var(--ds-text-subtlest,#626f86)}._bfhktkvp{background-color:var(--ds--code--bg-color,var(--ds-background-neutral,#091e420f))}._cjus1w1g .token.bold:not(.important){font-weight:bolder}._ect41odn{font-family:var(--ds-font-family-code,ui-monospace,Menlo,"Segoe UI Mono","Ubuntu Mono",monospace)}._eiht5x2v .token.block-comment:not(.italic),._t9zb5x2v .token.comment:not(.italic){font-family:SFMono-MediumItalic,var(--ds-font-family-code,ui-monospace,Menlo,"Segoe UI Mono","Ubuntu Mono",monospace)}._euyxusvi .linenumber,._cahfusvi .ds-sh-line-number{box-sizing:border-box}._g0lx1fxt .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.function{color:var(--ds-text,#172b4d)}._h909m7j4 [data-ds--code--row--highlight]{background-color:var(--ds-background-neutral,#091e420f)}._i2ig10m5 .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.property{color:var(--ds-text-accent-purple,#5e4db2)}._ipl81e17 [data-ds--code--row--highlight]:before{content:" [var(--ads-highlighted-start-text)] "}._j0l11wug code:last-of-type{flex-basis:auto}._jeky1l04 [data-ds--code--row]{margin-right:-var(--ds-space-100,8px)}._juomusic .linenumber,._lcwuusic .ds-sh-line-number{text-align:right}._k86b10m5 .token.token.token.token.token.function-name{color:var(--ds-text-accent-purple,#5e4db2)}._kxov17qg .token.token.token.token.token.token.token.token.token.regex,._1np517qg .token.token.token.token.token.token.token.token.token.symbol,._m2f517qg .token.token.token.token.token.token.token.token.token.variable{color:var(--ds-text-accent-teal,#206a83)}._mbgcpf9b .linenumber,._bu7zpf9b .ds-sh-line-number{color:var(--ds-text-subtlest,#626f86)!important}._mqok1w1g .token.key:not(:-webkit-any(.important,.bold)){font-weight:bolder}._mqok1w1g .token.key:not(:is(.important,.bold)){font-weight:bolder}._3hsg1w1g .token.keyword:not(:-webkit-any(.important,.bold)){font-weight:bolder}._3hsg1w1g .token.keyword:not(:is(.important,.bold)){font-weight:bolder}._mqok1w1g .token.key:not(:-webkit-any(.important,.bold)){font-weight:bolder}._mqok1w1g .token.key:not(:is(.important,.bold)){font-weight:bolder}._3hsg1w1g .token.keyword:not(:-webkit-any(.important,.bold)){font-weight:bolder}._3hsg1w1g .token.keyword:not(:is(.important,.bold)){font-weight:bolder}._mx8b7mnp [data-ds--code--row--highlight]:after,._1kr87mnp [data-ds--code--row--highlight]:before{clip:rect(1px,1px,1px,1px)}._nalpstnw [data-ds--code--row--highlight]:after,._151dstnw [data-ds--code--row--highlight]:before{position:absolute}._nhmw1m30 .token.block-comment:not(.italic),._yl021m30 .token.comment:not(.italic){font-style:italic}._o572qvpr{white-space:pre}._qdiapnps .token.key,._72uvpnps .token.keyword{color:var(--ds-text-accent-blue,#05c)}._scgayz1z [data-ds--code--row--highlight]:after{content:" [var(--ads-highlighted-end-text)] "}._tgu817qg .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.attr-value{color:var(--ds-text-accent-teal,#206a83)}._vm2c1rh5 .linenumber:after,._12ok1rh5 .ds-sh-line-number:after{content:attr(data-ds--line-number)}._vwz4gktf{line-height:20px}._wmyy17qg .token.token.token.token.token.token.token.token.token.token.token.quote,._748n17qg .token.token.token.token.token.token.token.token.token.token.token.selector-attr,._1mfn17qg .token.token.token.token.token.token.token.token.token.token.token.selector-pseudo,._1d7e17qg .token.token.token.token.token.token.token.token.token.token.token.tag,._p2vr17qg .token.token.token.token.token.token.token.token.token.token.token.type{color:var(--ds-text-accent-teal,#206a83)}._x7c815vq [data-ds--code--row--highlight]:after,._lh0y15vq [data-ds--code--row--highlight]:before{overflow-x:hidden}._xo19t94y [data-ds--code--row--highlight]:after,._1bemt94y [data-ds--code--row--highlight]:before{height:1px}._ys4e131l .token.token.token.token.token.token.token.token.token.token.token.token.token.token.token.meta{color:var(--ds-text-subtlest,#626f86)}._zhnuidpf .linenumber,._1amdidpf .ds-sh-line-number{flex-shrink:0}._zvy9f705 code>span:only-child:empty:before,._qcxof705 code>span:only-child>span:only-child:empty:before{content:" "}._185bglyw._185bglyw>[hidden]{display:none}._18i0kb7n [role=tabpanel]{flex-grow:1}._1c3y1txw [role=tabpanel],._1e0c1txw{display:flex}._1tkeidpf,._ftfaidpf [role=tabpanel]{min-height:0}._i0dl1osq{flex-basis:100%}._128m1bk5:focus-visible{outline-width:var(--ds-border-width-outline,2px)}._1ah3115h:focus-visible{outline-offset:var(--_1203r2w)}._1ah31bk5:focus-visible{outline-offset:var(--ds-border-width-outline,2px)}._mizu194a:focus-visible{outline-color:var(--ds-border-focused,#2684ff)}._ra3xnqa1:focus-visible{outline-style:solid}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){._1cvmnqa1:focus-visible{outline-style:solid}._4davt94y:focus-visible{outline-width:1px}._2mwq115h:focus-visible{outline-offset:var(--_1203r2w)}}._11c81ixg{font:var(--ds-font-body-large,normal 400 1pc/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}._18u0idpf{margin-left:0}._19pkidpf{margin-top:0}._1e0ccj1k{display:-webkit-box}._1i4qfg65{overflow-wrap:anywhere}._1nmz9jpi{word-break:break-all}._2hwxidpf{margin-right:0}._k48p1pd9{font-weight:var(--ds-font-weight-semibold,600)}._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}._k48pmoej{font-weight:var(--ds-font-weight-bold,700)}._otyridpf{margin-bottom:0}._sudp1e54{-webkit-box-orient:vertical}._syaz10m5{color:var(--ds-text-accent-purple,#5e4db2)}._syaz12v7{color:var(--ds-text-accent-teal-bolder,#164555)}._syaz131l{color:var(--ds-text-subtlest,#626f86)}._syaz14q2{color:var(--ds-link,#0c66e4)}._syaz16c2{color:var(--ds-link-pressed,#05c)}._syaz17qg{color:var(--ds-text-accent-teal,#206a83)}._syaz1dyx{color:var(--ds-text-accent-gray,#44546f)}._syaz1e6v{color:var(--ds-text-brand,#0c66e4)}._syaz1fxt{color:var(--ds-text,#172b4d)}._syaz1ik3{color:var(--ds-text-accent-lime-bolder,#37471f)}._syaz1q28{color:var(--ds-text-accent-orange,#a54800)}._syaz1qur{color:var(--ds-text-accent-magenta-bolder,#50253f)}._syaz1s8m{color:var(--ds-text-accent-magenta,#943d73)}._syaz1tco{color:var(--ds-text-accent-lime,#4c6b1f)}._syaz1tmw{color:var(--ds-text-danger,#ae2e24)}._syaz1vps{color:var(--ds-text-accent-orange-bolder,#702e00)}._syaz1x9z{color:var(--ds-text-accent-gray-bolder,#091e42)}._syaz1y78{color:var(--ds-text-accent-green-bolder,#164b35)}._syaz2ibx{color:var(--ds-text-accent-purple-bolder,#352c63)}._syaz9lu1{color:var(--ds-text-accent-red,#ae2e24)}._syaze0os{color:var(--ds-text-information,#05c)}._syazekll{color:var(--ds-text-accent-yellow-bolder,#533f04)}._syazfb2s{color:var(--ds-text-accent-yellow,#7f5f01)}._syazg3x0{color:var(--ds-link-visited-pressed,#352c63)}._syazh55r{color:var(--ds-text-accent-green,#216e4e)}._syazhwvp{color:var(--ds-text-accent-red-bolder,#5d1f1a)}._syazpnps{color:var(--ds-text-accent-blue,#05c)}._syazsc1o{color:var(--ds-text-accent-blue-bolder,#09326c)}._syazw7te{color:var(--ds-link-visited,#5e4db2)}._syazwx40{color:var(--ds-text-warning,#a54800)}._syazy73q{color:var(--ds-text-success,#216e4e)}._syazzjem{color:var(--ds-text-discovery,#5e4db2)}._y3gnh9n0{text-align:end}._zg8l1m30{font-style:italic}._17hylb4i [role=tab]:hover:after,._1jaklb4i [role=tab]:active:after,._9r9ulb4i [role=tab][aria-selected=true]:after,._rfx3lb4i:before{border-radius:var(--ds-radius-xsmall,2px)}._1b8d1hjo [role=tab]:active:after{border-block-end:var(--_1nddtxm)}._1b8dpl7t [role=tab]:active:after{border-block-end:var(--_1b4y4br)}._1lzu1hjo [role=tab]:hover:after{border-block-end:var(--_1nddtxm)}._1lzupl7t [role=tab]:hover:after{border-block-end:var(--_1b4y4br)}._rsmz8hos [role=tab][aria-selected=true]:after{border-block-end:var(--_1rlpysg)}._rsmzmfou [role=tab][aria-selected=true]:after{border-block-end:var(--_hdabma)}._10vzidpf [role=tab]{margin-right:0}._140sidpf [role=tab]:hover:after{height:0}._15d8b3bt [role=tab]:hover:after{content:""}._15plidpf [role=tab],._166qidpf [role=tab]:hover:after{margin-left:0}._16u6b3bt [role=tab]:active:after{content:""}._170tidpf [role=tab]:active:after{margin-right:0}._1a85u2gc [role=tab]{padding-inline-end:var(--ds-space-100,8px)}._1c9uu2gc [role=tab]:active:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{left:var(--ds-space-100,8px)}._1c9uu2gc [role=tab]:active:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{left:var(--ds-space-100,8px)}._1c9uu2gc [role=tab]:active:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:var(--ds-space-100,8px)}._1c9uu2gc [role=tab]:active:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:var(--ds-space-100,8px)}._1cs8stnw:before{position:absolute}._1dze1l2s [role=tab]{text-overflow:ellipsis}._1enwidpf:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):before{right:0}._1enwidpf:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):before{right:0}._1enwidpf:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):before{left:0}._1enwidpf:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):before{left:0}._1fkridpf:before{bottom:0}._1fud15vq [role=tab]{overflow-y:hidden}._1fztidpf [role=tab]:hover:after{bottom:0}._1jjcu2gc [role=tab][aria-selected=true]:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{left:var(--ds-space-100,8px)}._1jjcu2gc [role=tab][aria-selected=true]:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{left:var(--ds-space-100,8px)}._1jjcu2gc [role=tab][aria-selected=true]:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:var(--ds-space-100,8px)}._1jjcu2gc [role=tab][aria-selected=true]:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:var(--ds-space-100,8px)}._1ksob3bt [role=tab][aria-selected=true]:after,._1kt9b3bt:before{content:""}._1lbou2gc [role=tab]:active:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{right:var(--ds-space-100,8px)}._1lbou2gc [role=tab]:active:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{right:var(--ds-space-100,8px)}._1lbou2gc [role=tab]:active:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:var(--ds-space-100,8px)}._1lbou2gc [role=tab]:active:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:var(--ds-space-100,8px)}._1m0e1kw7 [role=tab][aria-selected=true]:after{width:inherit}._1mbxidpf [role=tab][aria-selected=true]:after{margin-right:0}._1mmwidpf [role=tab]{margin-bottom:0}._1mp41kw7:before,._1n121kw7 [role=tab]:active:after{width:inherit}._1nvfidpf [role=tab]:active:after{margin-left:0}._1ofh12x7 [role=tab]{padding-block-end:var(--ds-space-075,6px)}._1olcu2gc [role=tab]:hover:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{left:var(--ds-space-100,8px)}._1olcu2gc [role=tab]:hover:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{left:var(--ds-space-100,8px)}._1olcu2gc [role=tab]:hover:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:var(--ds-space-100,8px)}._1olcu2gc [role=tab]:hover:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:var(--ds-space-100,8px)}._1p9sidpf [role=tab][aria-selected=true]:after{bottom:0}._1q51ze3t{padding-block-start:var(--ds-space-0,0)}._1qa1u2gc [role=tab][aria-selected=true]:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{right:var(--ds-space-100,8px)}._1qa1u2gc [role=tab][aria-selected=true]:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{right:var(--ds-space-100,8px)}._1qa1u2gc [role=tab][aria-selected=true]:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:var(--ds-space-100,8px)}._1qa1u2gc [role=tab][aria-selected=true]:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:var(--ds-space-100,8px)}._1quz1425 [role=tab]{color:var(--_13a5t4u)}._1russudh:before{background-color:var(--_lvpq93)}._1sglstnw [role=tab][aria-selected=true]:after{position:absolute}._1tms1q9c [role=tab]{white-space:nowrap}._1xrmidpf [role=tab]:hover:after{margin-right:0}._1yk1idpf [role=tab]:active:after{bottom:0}._24g71kw7 [role=tab]:hover:after{width:inherit}._7hip15vq [role=tab]{overflow-x:hidden}._7p9oidpf [role=tab]:active:after{height:0}._85i5ze3t{padding-block-end:var(--ds-space-0,0)}._93pdidpf [role=tab][aria-selected=true]:after{height:0}._ahbqx0bf{margin-inline-start:var(--ds-space-negative-100,-8px)}._bb0mh2mm [role=tab]{position:relative}._bppridpf [role=tab][aria-selected=true]:after{margin-top:0}._eid3idpf:before{margin-right:0}._fiemln51 [role=tab][aria-selected=true]{color:var(--_1hfkvbo)}._fiizidpf [role=tab]:hover:after{margin-top:0}._fntnidpf:before{margin-left:0}._gpbcidpf [role=tab]{margin-top:0}._kfgt1bk5:before{height:var(--ds-border-width-outline,2px)}._kfgte4h9:before{height:var(--ds-border-width,1px)}._kn0bidpf [role=tab][aria-selected=true]:after{margin-bottom:0}._lycustnw [role=tab]:hover:after,._o2e1stnw [role=tab]:active:after{position:absolute}._pascidpf:before{margin-top:0}._pryi12x7 [role=tab]{padding-block-start:var(--ds-space-075,6px)}._rmpau2gc [role=tab]{padding-inline-start:var(--ds-space-100,8px)}._rzxytlke [role=tab]{cursor:pointer}._w9ewidpf [role=tab]:active:after{margin-top:0}._wd7eu2gc [role=tab]:hover:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{right:var(--ds-space-100,8px)}._wd7eu2gc [role=tab]:hover:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{right:var(--ds-space-100,8px)}._wd7eu2gc [role=tab]:hover:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:var(--ds-space-100,8px)}._wd7eu2gc [role=tab]:hover:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:var(--ds-space-100,8px)}._wsgdidpf [role=tab][aria-selected=true]:after{margin-left:0}._xyihidpf [role=tab]:hover:after,._y1g1idpf [role=tab]:active:after{margin-bottom:0}._z5wtu2gc:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):before{left:var(--ds-space-100,8px)}._z5wtu2gc:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):before{left:var(--ds-space-100,8px)}._z5wtu2gc:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):before{right:var(--ds-space-100,8px)}._z5wtu2gc:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):before{right:var(--ds-space-100,8px)}._zr3eidpf:before{margin-bottom:0}._1oaz1fgx [role=tab]:hover{color:var(--_kkbq40)}._1i2072d1 [role=tab]:active{color:var(--_71dbsd)}.XTZNma_graphContainer{border:1px solid var(--ds-border);background-color:var(--ds-surface-sunken);border-radius:8px;width:100%;height:100%}.G8-OVW_expander{flex:1;width:100%;height:100%}.G8-OVW_loadingIndicator{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.FxfTgG_advancedSettings{padding:8px 0}.FxfTgG_advancedSettingsInner{flex-direction:column;gap:8px;display:flex}.FxfTgG_advancedSettingsLabel{font-weight:700}._4_jOza_focusedGroupInfoBundleGraph{width:100%;height:100%;padding-top:8px}._4_jOza_focusedGroupInfoAdvancedSettings{width:100%;height:calc(100% - 8px);overflow:hidden auto}._96fe4G_expander{flex:1;width:100%;height:100%}._1b3i1501{--icon-color:#1f1f21}._1b3i18uv{--icon-color:initial}._1b3i1e01{--icon-color:#505258}._1b3i1gvk{--icon-color:#a9abaf}._1b3i5a6q{--icon-color:#1e1f21}._1b3idoyu{--icon-color:#1868db}._1b3iu67f{--icon-color:#fff}._1wyc1e01{--text-color:#505258}._1wyc1fxt{--text-color:var(--ds-text,#172b4d)}._1wyc1gvk{--text-color:#a9abaf}._1wyc5a6q{--text-color:#1e1f21}._1wycu67f{--text-color:#fff}._3wu01501{--border-color:#1f1f21}._3wu01e01{--border-color:#505258}._3wu01fkg{--border-color:#dddee1}._3wu01gvk{--border-color:#a9abaf}._3wu08hz0{--border-color:#4b4d51}._3wu0u67f{--border-color:#fff}._9aea18uv{--tile-color:initial}._9aea1fkg{--tile-color:#dddee1}._9aea5a6q{--tile-color:#1e1f21}._9aea8hz0{--tile-color:#4b4d51}._9aeadoyu{--tile-color:#1868db}._9aeaqlpt{--tile-color:#101214}._9aeau67f{--tile-color:#fff}._syazqlpt{color:#101214}._syazz6c6{color:#e2e3e4}._3se11kw7>svg{fill:inherit}._4t3i1ylp{height:40px}._4t3igktf{height:20px}._lswu1xf6{fill:var(--logo-fill)}._o5724jg8{white-space:normal}._syaz1vry{color:var(--logo-color)}._zbji1osq>svg{height:100%}.eDDq8q_collapsibleTableRow{height:20px}.eDDq8q_collapsibleTableRowPath{vertical-align:baseline;gap:8px;padding-left:16px;display:flex}.eDDq8q_collapsibleTableRowPathButton{background:0 0;border:none;width:16px}.eDDq8q_collapsibleTableRowPathPlaceholder{width:16px}.eiFMpa_collapsibleTable,.eiFMpa_collapsibleTable table{width:100%}._9TApuG_focusedGroupInfoInner{flex-direction:row;gap:8px;width:100%;height:100%;padding-bottom:8px;display:flex}._9TApuG_focusedGroupInfoInnerAdvancedSettings{width:100%;height:calc(100% - 8px);overflow:hidden auto}._9TApuG_focusedGroupInfoInnerAssetTable{width:100%;height:100%;margin-top:8px;overflow:hidden auto}._9TApuG_focusedGroupInfoInnerGraphContainer{width:400px;height:100%;display:flex}.eLT27a_bottomPanel{border-left:1px solid var(--border-color);height:100%;display:flex}.eLT27a_bottomPanelInner{flex-direction:row;gap:8px;width:100%;height:100%;padding:8px;display:flex}.eLT27a_loadingIndicator{flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;height:100%;display:flex}.cU3V7q_focusBreadcrumbs{flex-direction:row;gap:4px;padding:4px;display:flex}.tvI3PG_treemapTooltip{background-color:var(--ds-background-input);border:1px solid var(--ds-border);z-index:1000;border-radius:4px;min-width:400px;padding:10px;position:absolute;box-shadow:0 0 10px #0000001a}.tvI3PG_parent{border-left:3px solid var(--ds-border);padding-left:10px}.fXcVXW_impactScore{background-color:var(--ds-surface-sunken);border:1px solid var(--ds-border);border-radius:4px;height:30px;position:relative;overflow:hidden}.fXcVXW_impactScoreBar{opacity:.5;background-color:green;border-radius:4px;position:absolute;top:0;bottom:0;left:0}.fXcVXW_impactScoreMessage{white-space:nowrap;text-overflow:ellipsis;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;left:0;right:0;overflow:hidden}.etiDnq_expander{flex:1;width:100%;min-width:100px;height:100%;min-height:100px}.etiDnq_treemapRenderer{flex:1;width:100%;height:100%;position:relative}.qJdZ-q_foamTreemapPage{flex-direction:column;width:100%;height:100%;display:flex}.qJdZ-q_foamTreemapPageRenderer{flex:1}.qJdZ-q_foamTreemapPageBottomPanel{border-top:2px solid var(--ds-border);position:relative}.qJdZ-q_foamTreemapPageBottomPanelResizeHandle{cursor:row-resize;width:100%;height:10px;position:absolute;top:0;left:0}html,body,p,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,img,pre,form,fieldset{margin:0;padding:0}img,fieldset{border:0}body,html{width:100%;height:100%}body{background-color:var(--ds-surface,#fff);color:var(--ds-text,#172b4d);font:var(--ds-font-body,normal 400 14px/1.42857 -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif);-ms-overflow-style:-ms-autohiding-scrollbar;text-decoration-skip-ink:auto}p,ul,ol,dl,h1,h2,h3,h4,h5,h6,blockquote,pre,form,table{margin:var(--ds-space-150,12px)0 0 0}a{color:var(--ds-link,#0052cc);text-decoration:none}a:hover{color:var(--ds-link,#0065ff);text-decoration:underline}a:active{color:var(--ds-link-pressed,#0747a6)}a:focus-visible{outline:var(--ds-border-width-outline,2px)solid var(--ds-border-focused,#2684ff);outline-offset:var(--ds-space-025,2px)}@supports not selector(*:focus-visible){a:focus{outline:var(--ds-border-width-outline,2px)solid var(--ds-border-focused,#4c9aff);outline-offset:var(--ds-space-025,2px)}}h1{font:var(--ds-font-heading-xlarge,600 2.07143em/1.10345 -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif);color:var(--ds-text);margin-top:var(--ds-space-500)}h2{font:var(--ds-font-heading-large,500 1.71429em/1.16667 -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif);color:var(--ds-text);margin-top:var(--ds-space-500)}h3{font:var(--ds-font-heading-medium,500 1.42857em/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif);color:var(--ds-text);margin-top:28px}h4{font:var(--ds-font-heading-small,600 1.14286em/1.25 -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif);color:var(--ds-text);margin-top:var(--ds-space-300)}h5{font:var(--ds-font-heading-xsmall,600 1em/1.14286 -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif);color:var(--ds-text);margin-top:var(--ds-space-200)}h6{font:var(--ds-font-heading-xxsmall,600 .857143em/1.33333 -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif);color:var(--ds-text);margin-top:var(--ds-space-250);text-transform:uppercase}ul,ol,dl{padding-left:var(--ds-space-500,40px)}dd,dd+dt,li+li,ul ul:not(:first-child),ul style:first-child~*+ul,ol ul:not(:first-child),ol style:first-child~*+ul,ul ol:not(:first-child),ul style:first-child~*+ol,ol ol:not(:first-child),ol style:first-child~*+ol{margin-top:var(--ds-space-050,4px)}p:first-child,style:first-child+p,ul:first-child,style:first-child+ul,ol:first-child,style:first-child+ol,dl:first-child,style:first-child+dl,h1:first-child,style:first-child+h1,h2:first-child,style:first-child+h2,h3:first-child,style:first-child+h3,h4:first-child,style:first-child+h4,h5:first-child,style:first-child+h5,h6:first-child,style:first-child+h6,blockquote:first-child,style:first-child+blockquote,pre:first-child,style:first-child+pre,form:first-child,style:first-child+form,table:first-child,style:first-child+table{margin-top:0}blockquote,q{color:inherit}blockquote{padding-left:var(--ds-space-500,40px);border:none}[dir=rtl] blockquote{padding-left:0;padding-right:var(--ds-space-500,40px)}blockquote:before,q:before{content:"“"}blockquote:after,q:after{content:"”"}blockquote:before{float:left;text-align:right;width:1em;margin-left:-1em}[dir=rtl] blockquote:before{float:right;text-align:left;margin-right:-1em}blockquote>:last-child{display:inline-block}small{font:var(--ds-font-body-small,normal 400 11px/16px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}code,kbd{font-family:var(--ds-font-family-code,ui-monospace,Menlo,"Segoe UI Mono","Ubuntu Mono",monospace)}var,address,dfn,cite{font-style:italic}abbr{border-bottom:1px var(--ds-border,#ccc)dotted;cursor:help}@supports (color-scheme:dark) and (color-scheme:light){[data-color-mode=light]{--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-color-mode=dark]{--lightningcss-light: ;--lightningcss-dark:initial;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}table{border-collapse:collapse;width:100%}thead,tbody,tfoot{border-bottom:2px solid var(--ds-border,#dfe1e6)}td,th{padding:var(--ds-space-050,4px)var(--ds-space-100,8px);text-align:left;border:none}th{vertical-align:top}td:first-child,style:first-child+td,th:first-child,style:first-child+th{padding-left:0}td:last-child,th:last-child{padding-right:0}caption{font:var(--ds-font-heading-medium,500 1.42857em/1.2 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif);letter-spacing:-.008em;color:var(--ds-text);margin-top:28px;margin-bottom:var(--ds-space-100,8px);text-align:left}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}@-moz-document url-prefix(){img{font-size:0}img:-moz-broken{font-size:inherit}}button{font-family:inherit}.assistive{clip:rect(1px,1px,1px,1px)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}._1ciragmp>:not([data-layout-slot]){display:none!important}._1lmcq9em{grid-template-areas:"banner""top-bar""main""aside"}._1tke1kxc{min-height:100vh}._2z0516ab{grid-template-rows:auto auto 1fr auto}._yv0ei47z{grid-template-columns:minmax(0,1fr)}@media (min-width:64rem){._12fkuz0r{grid-template-areas:"banner banner banner""top-bar top-bar top-bar""side-nav main aside"}._12qzrxre{grid-template-rows:auto auto 3fr}._1rqt70if{grid-template-columns:auto minmax(0,1fr) auto}}@media (min-width:90rem){._xkmgbaui{grid-template-areas:"banner banner banner banner""top-bar top-bar top-bar top-bar""side-nav main aside panel"}._jbc7rxre{grid-template-rows:auto auto 3fr}._tyve1jg8{grid-template-columns:auto minmax(0,1fr) auto auto}}._1rjcutpp{padding-block:var(--ds-space-150,9pt)}._152tv47k{top:var(--ds-space-250,20px)}._1e02v47k:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:var(--ds-space-250,20px)}._1e02v47k:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:var(--ds-space-250,20px)}._1e02v47k:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:var(--ds-space-250,20px)}._1e02v47k:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:var(--ds-space-250,20px)}._1pby1mrw{z-index:-1}._1x8w11lx{list-style-position:outside}._2mzuglyw{list-style-type:none}._kqsw1n9t{position:fixed}._18eu1wug:focus-within{pointer-events:auto}._1digjh3g:focus-within{z-index:calc(infinity)}._1mygkb7n:focus-within{opacity:1}._1pfhze3t{margin-block-start:var(--ds-space-0,0)}._nd5l1gzg{grid-area:main}._19121cl4{isolation:isolate}._njlp1t7j{contain:paint}@media (min-width:64rem){._165teqxy{height:calc(100vh - var(--n_bnrM,0px) - var(--n_tNvM,0px))}._13wn1if8{position:sticky}._qwfh1wug{isolation:auto}}._1e0c1bgi{display:contents}._1bsb1ejb{width:var(--ds-space-300,24px)}._1bsb1kw7{width:inherit}._1bsbpxbi{width:var(--ds-space-200,1pc)}._1bsbutpp{width:var(--ds-space-150,9pt)}._4t3i1ejb{height:var(--ds-space-300,24px)}._4t3i1kw7{height:inherit}._4t3ipxbi{height:var(--ds-space-200,1pc)}._4t3iutpp{height:var(--ds-space-150,9pt)}._bozg1mb9{padding-inline-start:var(--ds--button--new-icon-padding-start,0)}._lcxvglyw{pointer-events:none}._s7n4yfq0{vertical-align:bottom}._vc881r31 stop{stop-color:currentColor}._vwz4utpp{line-height:var(--ds-space-150,9pt)}._y4ti1igz{padding-inline-end:var(--ds--button--new-icon-padding-end,0)}@media screen and (forced-colors:active){._12va1onz{color:canvastext}._jcxd1r8n{filter:grayscale()}}._8l3m13gt:after{border-color:var(--ds-border-disabled,#091e420f)}._80om15jw{cursor:progress}._bfhk1fvb{background-color:var(--ds-background-disabled,#091e420a)}._rjxpze3t:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){right:var(--ds-space-0,0)}._rjxpze3t:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){right:var(--ds-space-0,0)}._rjxpze3t:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:var(--ds-space-0,0)}._rjxpze3t:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:var(--ds-space-0,0)}._u7coze3t{bottom:var(--ds-space-0,0)}._g0pbb4wl:focus-visible{z-index:100}._irr31fvb:hover{background-color:var(--ds-background-disabled,#091e420a)}._irr31j28:hover{background-color:#0000}._irr3t71w:hover{background-color:var(--ds-background-selected-hovered,#253858)}._1di61fvb:active{background-color:var(--ds-background-disabled,#091e420a)}._1di61j28:active{background-color:#0000}._1di6ih13:active{background-color:var(--ds-background-neutral-pressed,#b3d4ff)}._1di6yssv:active{background-color:var(--ds-background-selected-pressed,#253858)}._19itglyw{border:none}._80omtlke{cursor:pointer}._r06hglyw{-webkit-appearance:none;appearance:none}._1o51q7pw{animation-fill-mode:forwards}._1pgl1ytf{animation-timing-function:ease-in-out}._1pgl2qsq{animation-timing-function:cubic-bezier(.4,.15,.6,.85)}._1snbbs82{stroke-width:1.5px}._5sag12kz{animation-duration:.86s}._5sag9cwz{animation-duration:1s}._7ljx1dhp{stroke-dasharray:60}._8hrz1h6o{transform-origin:50%}._j7hq1ky6{animation-name:k1v8un7d}._j7hqsf8s{animation-name:kztt5h0}._lswuglyw{fill:none}._tip812c5{animation-iteration-count:infinite}@keyframes k1v8un7d{0%{stroke-dashoffset:60px;transform:rotate(50deg)}to{stroke-dashoffset:50px;transform:rotate(230deg)}}@keyframes kztt5h0{to{transform:rotate(1turn)}}@media screen and (forced-colors:active){._jcxd7g3v{filter:grayscale()}._1tjm1onz{stroke:canvastext}}._v564g17y{transition:opacity .3s}._16jlidpf{flex-grow:0}._1bto1l2s{text-overflow:ellipsis}._1he91b66{--ds--button--new-icon-padding-start:var(--ds-space-050,4px)}._1he9v77o{--ds--button--new-icon-padding-start:var(--ds-space-025,2px)}._1wpz1h6o{align-self:center}._1wybidpf{font-size:0}._o5721q9c{white-space:nowrap}._tzy4idpf{opacity:0}._w7951b66{--ds--button--new-icon-padding-end:var(--ds-space-050,4px)}._w795v77o{--ds--button--new-icon-padding-end:var(--ds-space-025,2px)}._1bsb1osq{width:100%}._bfhk1ikc{background-color:var(--ds-background-warning-bold,#ffab00)}._bfhk1v7l{background-color:var(--ds-background-danger-bold,#de350b)}._bfhkbeib{background-color:var(--ds-background-selected,#bf2600)}._bfhkvdtc{background-color:var(--ds-background-selected,#ff991f)}._bozgu2gc{padding-inline-start:var(--ds-space-100,8px)}._syaz16q2{color:var(--ds-text-selected,#172b4d)}._syazal3n{color:var(--ds-text-warning-inverse,#172b4d)}._y4tiu2gc{padding-inline-end:var(--ds-space-100,8px)}._1053al3n:visited{color:var(--ds-text-warning-inverse,#172b4d)}._f8pj15cr:focus{color:var(--ds-text-inverse,#fff)}._f8pjal3n:focus,._30l3al3n:hover{color:var(--ds-text-warning-inverse,#172b4d)}._irr31j43:hover{background-color:var(--ds-background-warning-bold-hovered,#ffc400)}._irr31rwk:hover{background-color:var(--ds-background-danger-bold-hovered,#ff5630)}._irr3beib:hover{background-color:var(--ds-background-selected,#bf2600)}._irr3vdtc:hover{background-color:var(--ds-background-selected,#ff991f)}._1di6beib:active{background-color:var(--ds-background-selected,#bf2600)}._1di6h4op:active{background-color:var(--ds-background-warning-bold-pressed,#ff991f)}._1di6vdtc:active{background-color:var(--ds-background-selected,#ff991f)}._1di6yycf:active{background-color:var(--ds-background-danger-bold-pressed,#bf2600)}._9h8hal3n:active{color:var(--ds-text-warning-inverse,#172b4d)}._1hms8stv{text-decoration-line:underline}._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}._2rkofajl{border-radius:var(--ds-radius-small,3px)}._189eidpf{border-width:0}._1rjc12x7{padding-block:var(--ds-space-075,6px)}._1rjcv77o{padding-block:var(--ds-space-025,2px)}._8l3mcoux:after{border-color:var(--ds-border-selected,#0052cc)}._8l3mmuej:after{border-color:var(--ds-border,#091e4224)}._11fnglyw:after{pointer-events:none}._1bsb1k8s{width:1.5rem}._1bsb1wug{width:auto}._1bsbviql{width:2rem}._1e0c116y{display:inline-flex}._1hmsagmp{text-decoration-line:none!important}._4bfu1snc{text-decoration-color:currentColor!important}._4cvr1q9y{align-items:baseline}._4t3i1k8s{height:1.5rem}._4t3iviql{height:2rem}._80om13gf{cursor:not-allowed}._aetrglyw:after{content:none}._ajmmvv82{text-decoration-style:solid!important}._bfhk1g49{background-color:var(--ds-background-selected,#403294)}._bfhk1j54{background-color:var(--ds-background-neutral,#091e420a)}._bfhk1vbi{background-color:var(--ds-background-discovery-bold,#5243aa)}._bfhk7btw{background-color:var(--ds-background-selected,#253858)}._bfhkomb0{background-color:var(--ds-background-brand-bold,#0052cc)}._bfhkqtfy{background-color:var(--ds-background-neutral-subtle,transparent)}._bfhksm61{background-color:var(--ds-background-neutral-subtle,#0000)}._bfhksyzs{background-color:var(--ds-background-disabled,#091e4208)}._bozgutpp{padding-inline-start:var(--ds-space-150,9pt)}._bozgze3t{padding-inline-start:var(--ds-space-0,0)}._gy1p1b66{column-gap:var(--ds-space-050,4px)}._p12f1osq{max-width:100%}._s7n4nkob{vertical-align:middle}._syaz10s3{color:var(--ds-text,#42526e)}._syaz1ldt{color:var(--ds-text-selected,#0052cc)}._syaz1pke{color:var(--ds-text-selected,#f4f5f7)}._y3gn1h6o{text-align:center}._y4tiutpp{padding-inline-end:var(--ds-space-150,9pt)}._y4tize3t{padding-inline-end:var(--ds-space-0,0)}._105310s3:visited{color:var(--ds-text,#42526e)}._105315cr:visited{color:var(--ds-text-inverse,#fff)}._10531gjq:visited{color:var(--ds-text-subtle,#44546f)}._10531ldt:visited{color:var(--ds-text-selected,#0052cc)}._10531pke:visited{color:var(--ds-text-selected,#f4f5f7)}._1a3b1r31:focus{text-decoration-color:currentColor}._4fprglyw:focus{text-decoration-line:none}._5goinqa1:focus{text-decoration-style:solid}._f8pj10s3:focus{color:var(--ds-text,#42526e)}._f8pj1gjq:focus{color:var(--ds-text-subtle,#44546f)}._f8pj1ldt:focus{color:var(--ds-text-selected,#0052cc)}._f8pj1mjl:focus{color:color.text.subtle}._f8pj1pke:focus{color:var(--ds-text-selected,#f4f5f7)}._1bnxglyw:hover{text-decoration-line:none}._30l310s3:hover{color:var(--ds-text,#42526e)}._30l315cr:hover{color:var(--ds-text-inverse,#fff)}._30l31gjq:hover{color:var(--ds-text-subtle,#44546f)}._30l31ldt:hover{color:var(--ds-text-selected,#0052cc)}._30l31lh4:hover{color:var(--ds-text-disabled,#091e424f)}._30l31pke:hover{color:var(--ds-text-selected,#f4f5f7)}._9oik1r31:hover{text-decoration-color:currentColor}._irr31g49:hover{background-color:var(--ds-background-selected,#403294)}._irr31wqm:hover{background-color:var(--ds-background-brand-bold-hovered,#0065ff)}._irr34mfv:hover{background-color:var(--ds-background-neutral-subtle-hovered,#091e4214)}._irr37gr8:hover{background-color:var(--ds-background-discovery-bold-hovered,#8777d9)}._irr3syzs:hover{background-color:var(--ds-background-disabled,#091e4208)}._irr3yw9d:hover{background-color:var(--ds-background-neutral-hovered,#091e4214)}._jf4cnqa1:hover{text-decoration-style:solid}._1di617hq:active{background-color:var(--ds-background-brand-bold-pressed,#0747a6)}._1di619qy:active{background-color:var(--ds-background-neutral-subtle-pressed,#b3d4ff)}._1di619ru:active{background-color:var(--ds-background-selected-pressed,#85b8ff)}._1di61dty:active{background-color:var(--ds-background-neutral-subtle-pressed,#091e4224)}._1di61g49:active{background-color:var(--ds-background-selected,#403294)}._1di61wu2:active{background-color:var(--ds-background-discovery-bold-pressed,#5243aa)}._1di6ip91:active{background-color:var(--ds-background-neutral-pressed,#091e424f)}._1di6syzs:active{background-color:var(--ds-background-disabled,#091e4208)}._1iohnqa1:active{text-decoration-style:solid}._1nrm1r31:active{text-decoration-color:currentColor}._9h8h10s3:active{color:var(--ds-text,#42526e)}._9h8h15cr:active{color:var(--ds-text-inverse,#fff)}._9h8h1gjq:active{color:var(--ds-text-subtle,#44546f)}._9h8h1ldt:active{color:var(--ds-text-selected,#0052cc)}._9h8h1lh4:active{color:var(--ds-text-disabled,#091e424f)}._9h8h1pke:active{color:var(--ds-text-selected,#f4f5f7)}._9h8haqb7:active{color:var(--ds-text-selected,#0c66e4)}._c2waglyw:active{text-decoration-line:none}._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}._11q71c9b{background:var(--ds-top-bar-button-disabled-background)}._11q71qds{background:var(--ds-top-bar-button-selected-background)}._11q7esko{background:var(--ds-top-bar-button-primary-background)}._11q7pkxg{background:var(--ds-top-bar-button-background)}._14mj1kw7:after{border-radius:inherit}._2rkosqtm{border-radius:var(--ds-border-radius-100,3px)}._9v7aze3t:after{inset:var(--ds-space-0,0)}._v5649dqc{transition:background .1s ease-out}._zulp12x7{gap:var(--ds-space-075,6px)}._18zrze3t{padding-inline:var(--ds-space-0,0)}._1rjcze3t{padding-block:var(--ds-space-0,0)}._1tv3nqa1:after{border-style:solid}._39yqe4h9:after{border-width:var(--ds-border-width,1px)}._8l3m15jn:after{border-color:var(--ds-top-bar-button-selected-border)}._8l3m1j28:after{border-color:#0000}._8l3maykr:after{border-color:var(--ds-top-bar-button-border)}._18postnw:after{position:absolute}._1bsb5r7u{width:2.28571em}._1hmsglyw{text-decoration-line:none}._4bfu1r31{text-decoration-color:currentColor}._4t3i5r7u{height:2.28571em}._aetrb3bt:after{content:""}._ajmmnqa1{text-decoration-style:solid}._k48p1wq8{font-weight:var(--ds-font-weight-medium,500)}._syaz15o7{color:var(--ds-top-bar-button-primary-text)}._syaz1i3i{color:var(--ds-top-bar-button-disabled-text)}._syaz1r31{color:currentColor}._syazw5ct{color:var(--ds-top-bar-button-selected-text)}._vwz4idpf{line-height:0}._f8pj15o7:focus,._105315o7:visited{color:var(--ds-top-bar-button-primary-text)}._f8pj1i3i:focus,._10531i3i:visited{color:var(--ds-top-bar-button-disabled-text)}._f8pj1r31:focus,._10531r31:visited{color:currentColor}._f8pjw5ct:focus,._1053w5ct:visited{color:var(--ds-top-bar-button-selected-text)}._19lc1c9b:hover{background:var(--ds-top-bar-button-disabled-background)}._19lc1rps:hover{background:var(--ds-top-bar-button-background-hovered)}._19lcjrv1:hover{background:var(--ds-top-bar-button-selected-background-hovered)}._19lcp6hf:hover{background:var(--ds-top-bar-button-primary-background-hovered)}._30l315o7:hover{color:var(--ds-top-bar-button-primary-text)}._30l31i3i:hover{color:var(--ds-top-bar-button-disabled-text)}._30l31r31:hover{color:currentColor}._30l3w5ct:hover{color:var(--ds-top-bar-button-selected-text)}._j6xt1c9b:active{background:var(--ds-top-bar-button-disabled-background)}._j6xt5sko:active{background:var(--ds-top-bar-button-primary-background-pressed)}._j6xtnh62:active{background:var(--ds-top-bar-button-selected-background-pressed)}._j6xtqtgh:active{background:var(--ds-top-bar-button-background-pressed)}._1iohnqa1:active,._5goinqa1:focus,._jf4cnqa1:hover{text-decoration-style:solid}._1nrm1r31:active,._1a3b1r31:focus,._9oik1r31:hover{text-decoration-color:currentColor}._9h8h15o7:active{color:var(--ds-top-bar-button-primary-text)}._9h8h1i3i:active{color:var(--ds-top-bar-button-disabled-text)}._9h8h1r31:active{color:currentColor}._9h8hw5ct:active{color:var(--ds-top-bar-button-selected-text)}._c2waglyw:active,._4fprglyw:focus,._1bnxglyw:hover{text-decoration-line:none}._nd5l8cbt{grid-area:top-bar}._zulpu2gc{gap:var(--ds-space-100,8px)}._18zrutpp{padding-inline:var(--ds-space-150,9pt)}._179rzgxb{border-block-end:1px solid var(--ds-border,#091e4224)}._152t1nws{top:var(--n_bnrM,0)}._1pbyegat{z-index:4}._4t3i1dgc{height:var(--n_tNvM)}._bfhkvuon{background-color:var(--ds-surface,#fff)}._d6vu1bgi>span[data-ep-placeholder-id=top_navigation_skeleton]{display:contents}._yv0e1mfv{grid-template-columns:auto 1fr auto}@media (min-width:48rem){._1j8b18ax{grid-template-columns:1fr minmax(min-content,max-content) 1fr}}@media (min-width:64rem){._1rqtc57g{grid-template-columns:1fr 3fr 1fr}}._2rko1l7b{border-radius:3px}._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}._18zr1b66{padding-inline:var(--ds-space-050,4px)}._18zru2gc{padding-inline:var(--ds-space-100,8px)}._1jpx1f51 img{object-fit:contain}._ahbq1b66{margin-inline-start:var(--ds-space-050,4px)}._bna71tcg img{height:24px}._p12f1tcg{max-width:24px}._p12fnklw{max-width:20pc}._rtys1kw7 img{max-width:inherit}._irr3166n:hover{background-color:var(--ds-background-neutral-subtle-hovered,#091e420f)}._irr31rps:hover{background-color:var(--ds-top-bar-button-background-hovered)}._1di61wwy:active{background-color:var(--ds-background-neutral-subtle-pressed,#091e4224)!important}._1di6yhlj:active{background-color:var(--ds-top-bar-button-background-pressed)!important}@media (min-width:64rem){._10y41txw._10y41txw{display:flex}._10y4glyw._10y4glyw{display:none}}._yyhykb7n{grid-column:1}@media (min-width:30rem){._pwyo12x7{padding-inline-end:var(--ds-space-075,6px)}}@media (min-width:64rem){._glte1ris{width:max-content}._15ri1mjv{min-width:300px}._1gs5usvi{box-sizing:border-box}}.mzPKHa_logo{align-items:center;gap:8px;display:flex}.mzPKHa_logoText{color:var(--ds-text);font-size:20px;font-weight:600;text-decoration:none!important}.ZBnLYa_logoContainer{align-items:center;max-height:48px;display:flex}.ZBnLYa_logoContainer img{width:auto;height:24px}.ZBnLYa_logoContainer a{text-decoration:none!important}._nd5l1b6c{grid-area:main/aside/aside}._191wglyw{border-inline-start:none}._t51zglyw{border-inline-end:none}._t51zzgxb{border-inline-end:1px solid var(--ds-border,#091e4224)}._152timx3{top:calc(var(--n_bnrM,0px) + var(--n_tNvM,0px))}._16qs1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}._1bah1yb4{justify-content:space-between}._1bsb1ego{width:min(90%,20pc)}._1pbycs5v{z-index:2}._4t3ieqxy{height:calc(100vh - var(--n_bnrM,0px) - var(--n_tNvM,0px))}._bfhk1bhr{background-color:var(--ds-surface-overlay,#fff)}._kqsw1if8{position:sticky}@media (min-width:48rem){._14b5hc79{width:var(--n_snvRsz,var(--n_sNvw))}}@media (min-width:64rem){._dm2518uv{display:initial}._dm25glyw{display:none}._p5clglyw{border-inline-end:none}._p5clzgxb{border-inline-end:1px solid var(--ds-border,#091e4224)}._qiln1gzg{grid-area:main}._4ap31bhr{background-color:var(--ds-surface-overlay,#fff)}._scbp1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}._qilnk0mc{grid-area:side-nav}._4ap3vuon{background-color:var(--ds-surface,#fff)}._scbpglyw{box-shadow:none}}@supports not ((-moz-appearance:none)){@media (prefers-reduced-motion:no-preference){._1uwsjq3t{transform:translate(-100%)}@starting-style{._oyeijq3t{transform:translate(-100%)}}._139f8iot{transition-property:transform,display}._1tpvfnf5{transition-duration:.2s}._sylc1a5r{transition-behavior:allow-discrete}}}._12ji1r31{outline-color:currentColor}._12y31o36{outline-width:medium}._152tidpf{top:0}._19bvze3t{padding-left:var(--ds-space-0,0)}._1bsbjfq9{width:var(--ds-border-width-indicator,3px)}._1bsbl52n{width:17px}._1e021v6z:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:7px}._1e021v6z:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:7px}._1e021v6z:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:7px}._1e021v6z:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:7px}._1e02zeo2:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:-9px}._1e02zeo2:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:-9px}._1e02zeo2:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:-9px}._1e02zeo2:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:-9px}._1e0c1ule{display:block}._1e0cglyw{display:none}._1lww5cps{transition-delay:0s}._1oec1yx9{transition-duration:.1s}._1pbykb7n{z-index:1}._1qu2glyw{outline-style:none}._4t3i1osq{height:100%}._bfhk1r31{background-color:currentColor}._ca0qze3t{padding-top:var(--ds-space-0,0)}._k8m01ylx{transition-property:color}._n3tdze3t{padding-bottom:var(--ds-space-0,0)}._rjxpftgi:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){right:8px}._rjxpftgi:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){right:8px}._rjxpftgi:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:8px}._rjxpftgi:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:8px}._syaz1j28{color:#0000}._syaz1kw7{color:inherit}._u5f3ze3t{padding-right:var(--ds-space-0,0)}._u7coidpf{bottom:0}._1cg4fnf5:focus-within,._le1bfnf5:hover{transition-duration:.2s}._1dr21ylx:focus-within,._1s5z1ylx:hover{transition-property:color}._vp7gaqb7:focus-within,._30l3aqb7:hover{color:var(--ds-text-selected,#0c66e4)}._1gavfnf5:hover{transition-delay:.2s}._d0aluf7j:hover{cursor:ew-resize}._1gglglyw:active{transition:none}._9h8h16c2:active{color:var(--ds-link-pressed,#05c)}@media (min-width:48rem){._181n1ule{display:block}}._16jlkb7n{flex-grow:1}._18m91wug{overflow-y:auto}._19bvutpp{padding-left:var(--ds-space-150,9pt)}._1o9zkb7n{flex-shrink:1}._1reo1wug{overflow-x:auto}._ca0qutpp{padding-top:var(--ds-space-150,9pt)}._i0dlf1ug{flex-basis:0%}._n3tdutpp{padding-bottom:var(--ds-space-150,9pt)}._u5f3utpp{padding-right:var(--ds-space-150,9pt)}._17jb1osq>svg{max-height:100%}._1bsb7vkz{width:1pc}._1bsbckbl{width:3pc}._1bsbzwfg{width:2pc}._1e0c1o8l{display:inline-block}._1kg81r31>svg stop{stop-color:currentColor}._1ksvoz0e>svg{color:var(--icon-primary-color)}._1szv15vq>svg{overflow-x:hidden}._1tly15vq>svg{overflow-y:hidden}._1veoyfq0>svg{vertical-align:bottom}._3se1x1jp>svg{fill:var(--icon-secondary-color)}._4t3i7vkz{height:1pc}._5fdi1tcg>svg{width:24px}._5fdi7vkz>svg{width:1pc}._5fdickbl>svg{width:3pc}._5fdizwfg>svg{width:2pc}._re2rglyw>svg{pointer-events:none}._rzyw1osq>svg{max-width:100%}._vwz4kb7n{line-height:1}._vyfuvuon{--icon-secondary-color:var(--ds-surface,#fff)}._zbji1tcg>svg{height:24px}._zbji7vkz>svg{height:1pc}._zbjickbl>svg{height:3pc}._zbjizwfg>svg{height:2pc}@media screen and (forced-colors:active){._18hbwc43>svg{--icon-primary-color:Canvas}._4fyi1j28>svg{--icon-secondary-color:transparent}._jcxd1r8n{filter:grayscale()}._gq0g1onz{--icon-primary-color:CanvasText}._1trkwc43{--icon-secondary-color:Canvas}}._10m98stt{scroll-margin-inline:750pt}._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}._1r04ze3t{inset:var(--ds-space-0,0)}._2rkoglpi{border-radius:var(--ds-border-radius,4px)}._nd5l16dh{grid-area:elem-after}._nd5l17zh{grid-area:elem-before}._nd5l19l3{grid-area:interactive}._nd5lbc26{grid-area:actions}._zulp1b66{gap:var(--ds-space-050,4px)}._zulpv77o{gap:var(--ds-space-025,2px)}._1ii7kb7n{grid-row:1}._yyhyjvu9{grid-column:1/-1}._14iu19ru:active:not(:disabled){background-color:var(--ds-background-selected-pressed,#85b8ff)}._14iu1ji5:active:not(:disabled){background-color:var(--ds-surface-pressed,#dcdfe4)}._152t1ssb{top:50%}._152tze3t{top:var(--ds-space-0,0)}._18m915vq{overflow-y:hidden}._18ukglyw:not(:has(button,a)){pointer-events:none}._1bah1h6o{justify-content:center}._1bsb1tcg{width:24px}._1bsbyh40{width:2px}._1cykglyw{--drag-handle-display:none}._1djyglyw:has([aria-expanded=true][aria-haspopup=true]){--elem-after-display:none}._1e02ze3t:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:var(--ds-space-0,0)}._1e02ze3t:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:var(--ds-space-0,0)}._1e02ze3t:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:var(--ds-space-0,0)}._1e02ze3t:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:var(--ds-space-0,0)}._1e0c11p5{display:grid}._1e0c13yo{display:var(--elem-after-display)}._1e0c1c3z{display:var(--actions-on-hover-display)}._1e0c1txw{display:flex}._1i4q1hna{overflow-wrap:break-word}._1ifmglyw{-webkit-touch-callout:none}._1lmcu4vt{grid-template-areas:"elem-before interactive elem-after actions"}._1o9zidpf{flex-shrink:0}._1ojv1txw:has([aria-expanded=true][aria-haspopup=true]){--actions-on-hover-display:flex}._1q511b66{padding-block-start:var(--ds-space-050,4px)}._1q51v77o{padding-block-start:var(--ds-space-025,2px)}._1reo15vq{overflow-x:hidden}._1swv108i:has([aria-expanded=true][aria-haspopup=true]){background-color:var(--ds-surface-hovered,#f1f2f4)}._1swvi1yw:has([aria-expanded=true][aria-haspopup=true]){background-color:var(--ds-background-selected-hovered,#cce0ff)}._1tkezwfg{min-height:2pc}._1ul91c9m{min-width:1ch}._1ul9t9kd{min-width:72px}._1yyu1fvw{--notch-color:var(--ds-background-selected-bold,#0c66e4)}._1yyu1j28{--notch-color:transparent}._2lx21bp4{flex-direction:column}._2z05hkll{grid-template-rows:1fr}._2z05nbh3{grid-template-rows:subgrid}._4cvr1h6o{align-items:center}._4t3i1crf{height:9pt}._4t3i1tcg{height:24px}._4t3ickbl{height:3pc}._4t3izwfg{height:2pc}._85i51b66{padding-block-end:var(--ds-space-050,4px)}._85i5v77o{padding-block-end:var(--ds-space-025,2px)}._91ju1txw{--elem-after-display:flex}._91juglyw{--elem-after-display:none}._ae4v1h6o{align-content:center}._bfhk1j28{background-color:#0000}._bfhk1o0g{background-color:var(--notch-color)}._bfhkcdhy{background-color:var(--ds-background-neutral-bold,#44546f)}._bfhkfg4m{background-color:var(--ds-background-selected,#e9f2ff)}._bozg12x7{padding-inline-start:var(--ds-space-075,6px)}._bozg1b66{padding-inline-start:var(--ds-space-050,4px)}._ek6g1txw{--actions-on-hover-display:flex}._ek6gglyw{--actions-on-hover-display:none}._kqswh2mm{position:relative}._kqswstnw{position:absolute}._p12f1pna{max-width:420px}._slp31hna{word-wrap:break-word}._syaz15cr{color:var(--ds-text-inverse,#fff)}._syaz1gjq{color:var(--ds-text-subtle,#44546f)}._syaz1lh4{color:var(--ds-text-disabled,#091e424f)}._syazaqb7{color:var(--ds-text-selected,#0c66e4)}._t9ec1i34{transform:translateY(-50%)}._tzy41ou4{opacity:.4}._uiztglyw{user-select:none}._vchh1ntv{box-sizing:content-box}._vchhusvi{box-sizing:border-box}._y3gnv2br{text-align:start}._y4ti12x7{padding-inline-end:var(--ds-space-075,6px)}._y4ti1b66{padding-inline-end:var(--ds-space-050,4px)}._yv0e7dup{grid-template-columns:minmax(0,auto) 1fr minmax(0,auto) minmax(0,auto)}._yv0enbh3{grid-template-columns:subgrid}._12s918uv:focus-within{overflow-y:initial}._1brr1txw:focus-within,._109x1txw:hover{--actions-on-hover-display:flex}._1guo18uv:focus-within{overflow-x:initial}._1mfcglyw:focus-within,._1sjuglyw:hover{--elem-after-display:none}._11om6b4r:hover{animation-name:k1xyysw3}._1uy01amc:hover{animation-delay:.8s}._30l3aqb7:hover{color:var(--ds-text-selected,#0c66e4)}._7psyru3m:hover{animation-duration:0s}._bir2q7pw:hover{animation-fill-mode:forwards}._irr3108i:hover{background-color:var(--ds-surface-hovered,#f1f2f4)}._irr3i1yw:hover{background-color:var(--ds-background-selected-hovered,#cce0ff)}._irr3n7od:hover{background-color:unset}._x0kw1txw:hover{--drag-handle-display:flex}@keyframes k1xyysw3{to{cursor:grab}}.c7xyOa_cacheKeyList{background-color:var(--ds-surface-sunken);border:1px solid var(--ds-border);flex-direction:column;flex-shrink:0;gap:8px;width:300px;height:100%;padding:8px;display:flex}.c7xyOa_cacheKeyListInner{background-color:var(--ds-background-input);border:1px solid var(--ds-border);border-radius:4px;flex:1;gap:4px;padding:4px;overflow:hidden}.c7xyOa_cacheKeyPlaceholderContainer{flex:1;justify-content:center;align-items:center;display:flex}.c7xyOa_cacheKeyListItemsContainer{flex:1;width:100%;height:100%;position:relative;overflow-y:auto}.c7xyOa_cacheKeyListItemsContainerInner{width:100%}h1,h2,h3,h4,h5,h6{margin:0;padding:0}table{border-collapse:collapse}table td{border:solid 1px var(--border-color);padding:calc(var(--base-spacing)/2)var(--base-spacing);margin:0}.L_T-Na_defaultLoadingIndicator{flex-direction:column;align-items:center;gap:32px;width:100%;height:100%;padding-top:100px;display:flex}._2zhl-a_cacheKeysPage{width:100%;height:calc(100vh - 48px);display:flex}._2zhl-a_cacheKeysPageChild{flex:1;max-height:100%;overflow:auto}._4n1tua_cacheFileList{background-color:var(--ds-surface-sunken);border:1px solid var(--ds-border);flex-direction:column;flex-shrink:0;gap:8px;width:300px;height:100%;padding:8px;display:flex}._4n1tua_cacheFileListInner{background-color:var(--ds-background-input);border:1px solid var(--ds-border);border-radius:4px;flex:1;gap:4px;padding:4px;overflow:hidden}._4n1tua_cacheFilePlaceholderContainer{flex:1;justify-content:center;align-items:center;display:flex}._4n1tua_cacheFileListItemsContainer{flex:1;width:100%;height:100%;position:relative;overflow-y:auto}._4n1tua_cacheFileListItemsContainerInner{width:100%}.nJvn9W_notFoundPage{flex-direction:column;align-items:center;gap:8px;padding-top:100px;display:flex}.v215jq_errorMessage{padding-top:32px}
|
|
2
|
+
/*# sourceMappingURL=index.a41fafce.css.map */
|