.loader-cube-stage{--size: 120;--coefficient: 1px;--timeline: 2.6s;--delay: .65s;--rotation-y: -24;--rotation-x: 28;transform-origin:50% 50%;animation:scale var(--timeline) var(--delay) infinite linear;display:grid;place-items:center;font-family:Google Sans,sans-serif,system-ui}.loader-cube-stage *,.loader-cube-stage *:after,.loader-cube-stage *:before{box-sizing:border-box;transform-style:preserve-3d}.loader-cube-stage .scene{position:relative;transform:translateZ(100vmin) rotateX(calc(var(--rotation-y, 0) * 1deg)) rotateY(calc(var(--rotation-x, 0) * 1deg)) rotateX(0)}@keyframes scale{0%,10%{transform:scaleX(1) scaleY(1)}35%,to{transform:scaleX(.5) scaleY(.5)}}.loader-cube-stage .shadow{width:calc(var(--size)*var(--coefficient));position:absolute;bottom:0;aspect-ratio:1;transform-origin:50% 50%;transform:rotateX(90deg) translateZ(calc(var(--size) * var(--coefficient) * -.5 - 1px)) scale(.96);animation:squish-squosh var(--timeline) var(--delay) infinite,fade var(--timeline) var(--delay) infinite;background:#000}.loader-cube-stage .loader{--depth: var(--size);--color: var(--accent-color-primary);width:calc(var(--depth)*var(--coefficient));aspect-ratio:1;transform-origin:50% 50%;animation:squish-squosh var(--timeline) var(--delay) infinite}.loader-cube-stage .spinner{animation:spin var(--timeline) var(--delay) infinite}.loader-cube-stage .jumper{animation:jump var(--timeline) var(--delay) infinite}@keyframes squish-squosh{0%,50%,60%{scale:1 1 1}10%,35%{scale:1.2 .8 1.2}25%{scale:.8 1.2 .8}70%{scale:1 1 2}80%{scale:2 1 2}90%,to{scale:2 2 2}}@keyframes fade{0%,10%,40%,50%,60%,to{opacity:1}25%{opacity:.5}}@keyframes spin{0%,10%{rotate:0deg}30%,to{rotate:-360deg}}@keyframes jump{0%,10%,35%,50%{translate:0 0}25%{translate:0 -150%}}.loader-cube-stage .cuboid{width:100%;height:100%;position:relative}.loader-cube-stage .cuboid-side{background:var(--color);position:absolute}.loader-cube-stage .cuboid-side:nth-of-type(1){--b: 1.1;height:calc(var(--depth, 20)*var(--coefficient));width:100%;top:0;transform:translateY(-50%) rotateX(90deg)}.loader-cube-stage .cuboid-side:nth-of-type(2){--b: .9;--color: var(--text-color-tertiary);height:100%;width:calc(var(--depth, 20)*var(--coefficient));top:50%;right:0;transform:translate(50%,-50%) rotateY(90deg)}.loader-cube-stage .cuboid-side:nth-of-type(3){--b: 1;width:100%;height:calc(var(--depth, 20)*var(--coefficient));bottom:0;transform:translateY(50%) rotateX(90deg)}.loader-cube-stage .cuboid-side:nth-of-type(4){--b: 1;--color: var(--text-color-tertiary);height:100%;width:calc(var(--depth, 20)*var(--coefficient));left:0;top:50%;transform:translate(-50%,-50%) rotateY(90deg)}.loader-cube-stage .cuboid-side:nth-of-type(5){--b: 1;--color: var(--text-color-secondary);height:100%;width:100%;transform:translateZ(calc(var(--depth, 20) * var(--coefficient) * .5));top:0;left:0}.loader-cube-stage .cuboid-side:nth-of-type(6){--b: 1.2;height:100%;width:100%;transform:translateZ(calc(var(--depth, 20) * var(--coefficient) * -.5)) rotateY(180deg);top:0;left:0}.dots-loading{display:flex}.dots-loading .dot{position:relative;width:2em;height:2em;margin:.8em;border-radius:50%}.dots-loading .dot:before{position:absolute;content:"";width:100%;height:100%;background:inherit;border-radius:inherit;animation:dot-wave 2s ease-out infinite}.dots-loading .dot:nth-child(1){background:var(--background-default)}.dots-loading .dot:nth-child(1):before{animation-delay:.2s}.dots-loading .dot:nth-child(2){background:var(--text-color-primary)}.dots-loading .dot:nth-child(2):before{animation-delay:.4s}.dots-loading .dot:nth-child(3){background:var(--text-color-secondary)}.dots-loading .dot:nth-child(3):before{animation-delay:.6s}.dots-loading .dot:nth-child(4){background:var(--text-color-tertiary)}.dots-loading .dot:nth-child(4):before{animation-delay:.8s}.dots-loading .dot:nth-child(5){background:var(--accent-color-primary)}.dots-loading .dot:nth-child(5):before{animation-delay:1s}@keyframes dot-wave{50%,75%{transform:scale(2.5)}80%,to{opacity:0}}.line-loading{width:80px;height:50px;position:relative}.line-loading p{top:0;padding:0;margin:0;color:var(--text-color-secondary);animation:text 3.5s ease both infinite;font-size:12px;letter-spacing:1px}@keyframes text{0%{letter-spacing:1px;transform:translate(0)}40%{letter-spacing:2px;transform:translate(26px)}80%{letter-spacing:1px;transform:translate(32px)}90%{letter-spacing:2px;transform:translate(0)}to{letter-spacing:1px;transform:translate(0)}}.line-loading span{background-color:var(--text-color-primary);border-radius:50px;display:block;height:16px;width:16px;bottom:0;position:absolute;transform:translate(64px);animation:line-loading 3.5s ease both infinite}.line-loading span:before{position:absolute;content:"";width:100%;height:100%;background-color:var(--accent-color-primary);border-radius:inherit;animation:loading2 3.5s ease both infinite}@keyframes line-loading{0%{width:16px;transform:translate(0)}40%{width:100%;transform:translate(0)}80%{width:16px;transform:translate(64px)}90%{width:100%;transform:translate(0)}to{width:16px;transform:translate(0)}}@keyframes loading2{0%{transform:translate(0);width:16px}40%{transform:translate(0);width:80%}80%{width:100%;transform:translate(0)}90%{width:80%;transform:translate(15px)}to{transform:translate(0);width:16px}}.editor-dark{color:#ddd}.editor-dark code[class*=language-],.editor-dark pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.editor-dark pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}.editor-dark :not(pre)>code[class*=language-],.editor-dark pre[class*=language-]{background:#2d2d2d}.editor-dark :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.editor-dark .token.comment,.editor-dark .token.block-comment,.editor-dark .token.prolog,.editor-dark .token.doctype,.editor-dark .token.cdata{color:#999}.editor-dark .token.punctuation{color:#ccc}.editor-dark .token.tag,.editor-dark .token.attr-name,.editor-dark .token.namespace,.editor-dark .token.deleted{color:#e2777a}.editor-dark .token.function-name{color:#6196cc}.editor-dark .token.boolean,.editor-dark .token.number,.editor-dark .token.function{color:#f08d49}.editor-dark .token.property,.editor-dark .token.class-name,.editor-dark .token.constant,.editor-dark .token.symbol{color:#f8c555}.editor-dark .token.selector,.editor-dark .token.important,.editor-dark .token.atrule,.editor-dark .token.keyword,.editor-dark .token.builtin{color:#cc99cd}.editor-dark .token.string,.editor-dark .token.char,.editor-dark .token.attr-value,.editor-dark .token.regex,.editor-dark .token.variable{color:#7ec699}.editor-dark .token.operator,.editor-dark .token.entity,.editor-dark .token.url{color:#67cdcc}.editor-dark .token.important,.editor-dark .token.bold{font-weight:700}.editor-dark .token.italic{font-style:italic}.editor-dark .token.entity{cursor:help}.editor-dark .token.inserted{color:green}.editor-light{color:#222}.editor-light code[class*=language-],.editor-light pre[class*=language-]{color:#000;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.editor-light pre[class*=language-]{position:relative;margin:.5em 0;overflow:visible;padding:1px}.editor-light pre[class*=language-]>code{position:relative;z-index:1;border-left:10px solid #358ccb;box-shadow:-1px 0 #358ccb,0 0 0 1px #dfdfdf;background-color:#fdfdfd;background-image:linear-gradient(transparent 50%,#458ed10a 50%);background-size:3em 3em;background-origin:content-box;background-attachment:local}.editor-light code[class*=language-]{max-height:inherit;height:inherit;padding:0 1em;display:block;overflow:auto}.editor-light :not(pre)>code[class*=language-],.editor-light pre[class*=language-]{background-color:#fdfdfd;box-sizing:border-box;margin-bottom:1em}.editor-light :not(pre)>code[class*=language-]{position:relative;padding:.2em;border-radius:.3em;color:#c92c2c;border:1px solid rgba(0,0,0,.1);display:inline;white-space:normal}.editor-light pre[class*=language-]:before,.editor-light pre[class*=language-]:after{content:"";display:block;position:absolute;bottom:.75em;left:.18em;width:40%;height:20%;max-height:13em;box-shadow:0 13px 8px #979797;transform:rotate(-2deg)}.editor-light pre[class*=language-]:after{right:.75em;left:auto;transform:rotate(2deg)}.editor-light .token.comment,.editor-light .token.block-comment,.editor-light .token.prolog,.editor-light .token.doctype,.editor-light .token.cdata{color:#7d8b99}.editor-light .token.punctuation{color:#5f6364}.editor-light .token.property,.editor-light .token.tag,.editor-light .token.boolean,.editor-light .token.number,.editor-light .token.function-name,.editor-light .token.constant,.editor-light .token.symbol,.editor-light .token.deleted{color:#c92c2c}.editor-light .token.selector,.editor-light .token.attr-name,.editor-light .token.string,.editor-light .token.char,.editor-light .token.function,.editor-light .token.builtin,.editor-light .token.inserted{color:#2f9c0a}.editor-light .token.operator,.editor-light .token.entity,.editor-light .token.url,.editor-light .token.variable{color:#a67f59;background:#ffffff80}.editor-light .token.atrule,.editor-light .token.attr-value,.editor-light .token.keyword,.editor-light .token.class-name{color:#1990b8}.editor-light .token.regex,.editor-light .token.important{color:#e90}.editor-light .language-css .token.string,.editor-light .style .token.string{color:#a67f59;background:#ffffff80}.editor-light .token.important{font-weight:400}.editor-light .token.bold{font-weight:700}.editor-light .token.italic{font-style:italic}.editor-light .token.entity{cursor:help}.editor-light .token.namespace{opacity:.7}@media screen and (width <= 767px){.editor-light pre[class*=language-]:before,.editor-light pre[class*=language-]:after{bottom:14px;box-shadow:none}}.editor-light pre[class*=language-].line-numbers.line-numbers{padding-left:0}.editor-light pre[class*=language-].line-numbers.line-numbers code{padding-left:3.8em}.editor-light pre[class*=language-].line-numbers.line-numbers .line-numbers-rows{left:0}.editor-light pre[class*=language-][data-line]{padding-top:0;padding-bottom:0;padding-left:0}.editor-light pre[data-line] code{position:relative;padding-left:4em}.editor-light pre .line-highlight{margin-top:0}*{box-sizing:border-box}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;font-weight:400;margin:0}h1{font-family:InterSemiBold,sans-serif;font-size:1.6rem;line-height:1.6rem;font-weight:600;margin:0}h2{font-family:InterSemiBold,sans-serif;font-size:1.4rem;line-height:1.6rem;font-weight:600;margin:0}h3{font-family:InterSemiBold,sans-serif;font-size:1.25rem;line-height:1.55rem;font-weight:500;margin:0}h4{font-family:InterSemiBold,sans-serif;font-size:1.08rem;line-height:1.65rem;font-weight:500;margin:0}h5{font-size:.92rem;line-height:1.02rem;font-weight:500;margin:0}p{font-size:1.04rem;line-height:1.5rem;margin:.75rem 0}a{text-decoration:none;cursor:pointer}button{-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:Inter,sans-serif;background:none;border:none;cursor:pointer;margin:0;padding:0}input{font-family:Inter,sans-serif;background:none;border:none}button:focus,input:focus,select:focus,textarea:focus{outline:none}.theme-polkadot-relay{--accent-color-primary-light: rgb(211 48 121);--accent-color-primary-dark: rgb(211 48 121);--accent-color-secondary-light: #552bbf;--accent-color-secondary-dark: #6d39ee;--accent-color-tertiary-light: #dedae8;--accent-color-tertiary-dark: #32264c;--accent-color-stroke-light: rgb(211 48 121);--accent-color-stroke-dark: rgb(211 48 121);--accent-color-transparent-light: rgb(211 48 121 / 5%);--accent-color-transparent-dark: rgb(211 48 121 / 5%);--accent-color-pending-light: rgb(211 48 121 / 50%);--accent-color-pending-dark: rgb(211 48 121 / 50%);--button-border-radius-small: .75rem;--button-border-radius-large: 1.5rem;--button-padding-small: .41rem 1rem;--button-padding-large: .53rem 1rem;--button-spacing-small: .125rem;--button-spacing-large: .625rem;--button-font-size-small: 1rem;--button-font-size-large: 1.15rem;--opacity-disabled: .3;--title-font-size: 1.75rem;--transition-duration: .15s}.theme-kusama-relay{--accent-color-primary-light: rgb(31 41 55);--accent-color-primary-dark: rgb(126 131 141);--accent-color-secondary-light: #414c5c;--accent-color-secondary-dark: rgb(141 144 150);--accent-color-tertiary-light: #e6e6e6;--accent-color-tertiary-dark: #444444;--accent-color-stroke-light: #4c4b63;--accent-color-stroke-dark: #d1d1db;--accent-color-transparent-light: rgb(51 51 51 / 5%);--accent-color-transparent-dark: rgb(102 102 102 / 5%);--accent-color-pending-light: rgb(51 51 51 / 50%);--accent-color-pending-dark: rgb(102 102 102 / 50%);--button-border-radius-small: .75rem;--button-border-radius-large: 1.5rem;--button-padding-small: .41rem 1rem;--button-padding-large: .53rem 1rem;--button-spacing-small: .125rem;--button-spacing-large: .625rem;--button-font-size-small: 1rem;--button-font-size-large: 1.15rem;--opacity-disabled: .3;--title-font-size: 1.75rem;--transition-duration: .15s}.theme-westend-relay{--accent-color-primary-light: #da4e71;--accent-color-primary-dark: #da4e71;--accent-color-secondary-light: #de6a50;--accent-color-secondary-dark: #d7674e;--accent-color-tertiary-light: #e8d5d0;--accent-color-tertiary-dark: #46302f;--accent-color-stroke-light: #da4e71;--accent-color-stroke-dark: #da4e71;--accent-color-transparent-light: rgb(218 78 113 / 5%);--accent-color-transparent-dark: rgb(218 78 113 / 5%);--accent-color-pending-light: rgb(218 78 113 / 50%);--accent-color-pending-dark: rgb(218 78 113 / 50%);--button-border-radius-small: .75rem;--button-border-radius-large: 1.5rem;--button-padding-small: .41rem 1rem;--button-padding-large: .53rem 1rem;--button-spacing-small: .125rem;--button-spacing-large: .625rem;--button-font-size-small: 1rem;--button-font-size-large: 1.15rem;--opacity-disabled: .3;--title-font-size: 1.75rem;--transition-duration: .15s}.theme-light{--background-default: #efeeee;--background-primary: #f8f7f7;--background-invert: #333;--background-list-item: rgb(238 238 238 / 100%);--background-modal-card: rgb(237 237 237 / 75%);--background-canvas-card: rgb(245 245 245 / 90%);--background-floating-card: rgb(255 255 255 / 90%);--background-app-footer: rgb(244 225 225 / 75%);--background-warning: #fdf9eb;--background-modal: #f9f7f7;--background-modal-footer: #efefef;--background-status-overlay: rgb(255 255 255 / 85%);--background-menu: #eaeaea;--background-input: #fdfdfd;--border-primary-color: #e4e4e4;--border-secondary-color: #cfcccc;--button-primary-background: #efeeee;--button-secondary-background: #e7e5e5;--button-tertiary-background: #ececec;--button-tab-background: #e4e2e2;--button-hover-background: #e8e6e6;--card-shadow-color: rgb(158 158 158 / 20%);--card-deep-shadow-color: rgb(158 158 158 / 50%);--card-shadow-color-secondary: #e7e7e7;--accent-color-primary: var(--accent-color-primary-light);--accent-color-secondary: var(--accent-color-secondary-light);--accent-color-tertiary: var(--accent-color-tertiary-light);--accent-color-stroke: var(--accent-color-stroke-light);--accent-color-transparent: var(--accent-color-transparent-light);--accent-color-pending: var(--accent-color-pending-light);--modal-background-color: rgb(224 222 222 / 70%);--overlay-background-color: rgb(214 212 212 / 70%);--shimmer-foreground: #e0e0e0;--shimmer-background: #bbb;--status-success-color: green;--status-success-color-transparent: rgb(0 128 0 / 25%);--status-warning-color: #a78a3a;--status-warning-color-transparent: rgb(236 211 125 / 50%);--status-danger-color: #ae2324;--status-danger-color-transparent: rgb(255 0 0 / 25%);--text-color-primary: #3f3f3f;--text-color-secondary: #555;--text-color-tertiary: #888;--text-color-invert: #fafafa;--gradient-background: linear-gradient( 180deg, #efeeee 0%, #efeeee 100px, #e6e6e6 80%, #fbede8 100% );--gradient-side-menu: linear-gradient( 180deg, rgb(244 242 242 / 93%) 0%, rgb(228 225 225 / 93%) 100% );--highlight-primary: rgb(224 222 222 / 75%);--highlight-secondary: linear-gradient( 90deg, rgb(0 0 0 / 4%) 0%, rgb(0 0 0 / 1%) 100% );--grid-color-primary: #e3e3e3;--grid-color-secondary: #e8e8e8;--card-shadow: -1px -2px 12px 1px var(--card-shadow-color-secondary), 0px .5px 1px 0px var(--card-deep-shadow-color), 0 3.5px 6px -1px var(--card-shadow-color), .4px -.4px 0px 0px var(--card-shadow-color), -.4px 0px 0px 0px var(--card-shadow-color);--card-shadow-secondary: 0px 1px 1px 0px var(--card-shadow-color-secondary), 0 .5px 1px -1px var(--card-shadow-color-secondary), .4px -.4px 0px 0px var(--card-shadow-color-secondary), -.4px 0px 0px 0px var(--card-shadow-color-secondary)}.theme-dark{--background-default: rgb(36 32 36);--background-primary: rgb(45 41 45);--background-invert: #ddd;--background-list-item: rgb(38 33 38 / 100%);--background-modal-card: rgb(32 26 32 / 50%);--background-canvas-card: rgb(44 40 44 / 90%);--background-floating-card: rgb(43 38 43 / 95%);--background-app-footer: #262327;--background-warning: #33332a;--background-modal: rgb(43 38 43);--background-modal-footer: rgb(37 32 37);--background-status-overlay: rgb(43 38 43 / 75%);--background-menu: rgb(57 52 58);--background-input: rgb(72 70 72);--border-primary-color: rgb(58 52 58);--border-secondary-color: rgb(95 90 95);--button-primary-background: rgb(58 52 58);--button-secondary-background: rgb(55 50 55);--button-tertiary-background: rgb(54 49 54);--button-tab-background: rgb(56 51 56);--button-hover-background: rgb(66 61 68);--card-shadow-color: rgb(28 24 28 / 25%);--card-deep-shadow-color: rgb(28 24 28 / 50%);--card-shadow-color-secondary: rgb(28 24 28 / 25%);--accent-color-primary: var(--accent-color-primary-dark);--accent-color-secondary: var(--accent-color-secondary-dark);--accent-color-tertiary: var(--accent-color-tertiary-dark);--accent-color-stroke: var(--accent-color-stroke-dark);--accent-color-transparent: var(--accent-color-transparent-dark);--accent-color-pending: var(--accent-color-pending-dark);--modal-background-color: rgb(22 18 22 / 70%);--overlay-background-color: rgb(18 14 18 / 70%);--shimmer-background: rgb(57 52 58);--shimmer-foreground: rgb(32 29 33);--status-success-color: #74da77;--status-success-color-transparent: rgb(0 128 0 / 25%);--status-warning-color: rgb(219 161 0 / 100%);--status-warning-color-transparent: rgb(255 165 0 / 50%);--status-danger-color: #d14445;--status-danger-color-transparent: rgb(255 0 0 / 25%);--text-color-primary: #b8b3b9;--text-color-secondary: #938e94;--text-color-tertiary: #817d82;--text-color-invert: #0f0e0f;--gradient-background: linear-gradient( 180deg, rgb(36 32 36) 0%, rgb(36 32 36) 100px, rgb(32 28 32) 100% );--gradient-side-menu: linear-gradient( 180deg, rgb(48 41 48) 0%, rgb(30 27 30) 100% );--highlight-primary: rgb(255 255 255 / 8%);--highlight-secondary: linear-gradient( 90deg, rgb(255 255 255 / 3%) 0%, rgb(255 255 255 / 1%) 100% );--grid-color-primary: rgb(51 43 51);--grid-color-secondary: rgb(53 45 53);--card-shadow: -1px -2px 12px 1px var(--card-shadow-color-secondary), 0px .75px 1px 0px var(--card-deep-shadow-color), 0 3.5px 6px -1px var(--card-shadow-color), .4px -.4px 0px 0px var(--card-shadow-color), -.4px 0px 0px 0px var(--card-shadow-color);--card-shadow-secondary: 0px 1px 1px 0px var(--card-shadow-color-secondary), 0 .5px 1px -1px var(--card-shadow-color-secondary), .4px -.4px 0px 0px var(--card-shadow-color-secondary), -.4px 0px 0px 0px var(--card-shadow-color-secondary)}.core-card{background:var(--background-primary);box-shadow:var(--card-shadow-secondary);flex:1;z-index:0;display:flex;border-radius:.95rem;flex-flow:row wrap}@media (max-width: 1124px){.core-card{box-shadow:var(--card-shadow)}}.row{display:flex;flex-flow:row wrap;width:100%;margin-right:auto;margin-left:auto}.row.expanded{max-width:none}.flex-start{justify-content:flex-start}.center{justify-content:center}.flex-end{justify-content:flex-end}.space-between{justify-content:space-between}.space-around{justify-content:space-around}.space-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-flex-end{align-items:flex-end}.align-flex-start{align-items:flex-start}.align-baseline{align-items:baseline}.align-stretch{align-items:stretch}.column{display:flex;flex:1 1 0px;box-sizing:border-box}.sm-1{flex:0 0 8.3333%;max-width:8.3333%}.sm-2{flex:0 0 16.6667%;max-width:16.6667%}.sm-3{flex:0 0 25%;max-width:25%}.sm-4{flex:0 0 33.3333%;max-width:33.3333%}.sm-5{flex:0 0 41.6667%;max-width:41.6667%}.sm-6{flex:0 0 50%;max-width:50%}.sm-7{flex:0 0 58.3333%;max-width:58.3333%}.sm-8{flex:0 0 66.6667%;max-width:66.6667%}.sm-9{flex:0 0 75%;max-width:75%}.sm-10{flex:0 0 83.3333%;max-width:83.3333%}.sm-11{flex:0 0 91.6667%;max-width:91.6667%}.sm-12{flex:0 0 100%;max-width:100%}@media screen and (width >= 40em){.md-1{flex:0 0 8.3333%;max-width:8.3333%}.md-2{flex:0 0 16.6667%;max-width:16.6667%}.md-3{flex:0 0 25%;max-width:25%}.md-4{flex:0 0 33.3333%;max-width:33.3333%}.md-5{flex:0 0 41.6667%;max-width:41.6667%}.md-6{flex:0 0 50%;max-width:50%}.md-7{flex:0 0 58.3333%;max-width:58.3333%}.md-8{flex:0 0 66.6667%;max-width:66.6667%}.md-9{flex:0 0 75%;max-width:75%}.md-10{flex:0 0 83.3333%;max-width:83.3333%}.md-11{flex:0 0 91.6667%;max-width:91.6667%}.md-12{flex:0 0 100%;max-width:100%}}@media screen and (width >= 64em){.lg-1{flex:0 0 8.3333%;max-width:8.3333%}.lg-2{flex:0 0 16.6667%;max-width:16.6667%}.lg-3{flex:0 0 25%;max-width:25%}.lg-4{flex:0 0 33.3333%;max-width:33.3333%}.lg-5{flex:0 0 41.6667%;max-width:41.6667%}.lg-6{flex:0 0 50%;max-width:50%}.lg-7{flex:0 0 58.3333%;max-width:58.3333%}.lg-8{flex:0 0 66.6667%;max-width:66.6667%}.lg-9{flex:0 0 75%;max-width:75%}.lg-10{flex:0 0 83.3333%;max-width:83.3333%}.lg-11{flex:0 0 91.6667%;max-width:91.6667%}.lg-12{flex:0 0 100%;max-width:100%}}.odometer{display:flex;align-items:flex-end;position:relative;overflow:hidden;height:inherit;line-height:inherit;width:fit-content}.odometer>.odometer-inner{display:inline-block;vertical-align:bottom}.odometer>.odometer-inner .odometer-digit{display:inline-block;position:relative;vertical-align:bottom;z-index:3}.odometer>.odometer-inner .odometer-digit.odometer-child{display:flex;align-items:flex-end;position:relative;left:0}@keyframes slide-up-1{0%{top:0}to{top:100%}}@keyframes slide-up-2{0%{top:0}to{top:200%}}@keyframes slide-up-3{0%{top:0}to{top:300%}}@keyframes slide-up-4{0%{top:0}to{top:400%}}@keyframes slide-up-5{0%{top:0}to{top:500%}}@keyframes slide-up-6{0%{top:0}to{top:600%}}@keyframes slide-up-7{0%{top:0}to{top:700%}}@keyframes slide-up-8{0%{top:0}to{top:800%}}@keyframes slide-up-9{0%{top:0}to{top:900%}}@keyframes slide-up-10{0%{top:0}to{top:1000%}}@keyframes slide-up-11{0%{top:0}to{top:1100%}}@keyframes slide-up-12{0%{top:0}to{top:1200%}}@keyframes slide-down-1{0%{top:0}to{top:-100%}}@keyframes slide-down-2{0%{top:0}to{top:-200%}}@keyframes slide-down-3{0%{top:0}to{top:-300%}}@keyframes slide-down-4{0%{top:0}to{top:-400%}}@keyframes slide-down-5{0%{top:0}to{top:-500%}}@keyframes slide-down-6{0%{top:0}to{top:-600%}}@keyframes slide-down-7{0%{top:0}to{top:-700%}}@keyframes slide-down-8{0%{top:0}to{top:-800%}}@keyframes slide-down-9{0%{top:0}to{top:-900%}}@keyframes slide-down-10{0%{top:0}to{top:-1000%}}@keyframes slide-down-11{0%{top:0}to{top:-1100%}}@keyframes slide-down-12{0%{top:0}to{top:-1200%}}.account-card-font-size-xx-large{font-size:xx-large}.account-card-font-size-x-large{font-size:x-large}.account-card-font-size-larger{font-size:larger}.account-card-font-size-large{font-size:large}.account-card-font-size-medium{font-size:medium}.account-card-font-size-small{font-size:small}.account-card-font-size-x-small{font-size:x-small}.account-card-font-size-xx-small{font-size:xx-small}.account-card-main-text{font-weight:400;color:var(--text-color-primary)}.account-card-secondary-text{color:var(--text-color-secondary)}.account-card-theme-border{border:.1rem solid var(--border-primary-color)}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:500;src:url(/fonts/SourceCodePro.woff2) format("woff2")}.menu{--menu-width: 19rem;width:var(--menu-width);position:fixed;top:0;left:0;height:auto;max-height:calc(100vh - 4rem);padding-top:6.75rem;padding-bottom:2rem;padding-left:2rem;font-size:1.05rem;overflow:hidden auto;z-index:2;-ms-overflow-style:none;scrollbar-width:none}@media (width < 1200px){.menu{position:relative}}.menu.open{background:var(--background-default);width:var(--menu-width);min-height:100vh;z-index:10}.menu::-webkit-scrollbar{display:none}.menu h3{font-family:InterBold,sans-serif;margin-top:1rem;margin-bottom:.75rem;display:flex;align-items:center;width:100%}.menu h3>svg{width:1.25rem;margin-right:.35rem}.menu section{overflow:hidden}.menu section .link{font-family:InterSemiBold,sans-serif;text-decoration:none;display:block;font-size:1.15rem;line-height:2.75rem;height:2.75rem;padding-left:1.65rem}.menu section .link.group{padding-left:2.5rem}.menu section .link.lg{font-size:1.25rem;margin-bottom:.75rem}.menu section .link.selected{color:var(--app-active-color)}.menu section h4{color:var(--text-color-tertiary);font-family:InterSemiBold,sans-serif;margin:1rem 0 .75rem;font-size:1.15rem;display:flex;align-items:center}.menu section h4>svg{margin-left:.2rem;margin-right:.4rem}.menu section a{color:var(--text-color-secondary);line-height:2.25rem}.menu section a.lg{font-size:1.25rem;margin-bottom:.75rem}.menu section a.selected{color:var(--app-active-color)}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:url(/assets/Inter500-Dxq58mVK.woff2) format("woff2")}@font-face{font-family:InterSemiBold;font-style:normal;font-weight:600;src:url(/assets/Inter500-Dxq58mVK.woff2) format("woff2")}@font-face{font-family:InterBold;font-style:normal;font-weight:700;src:url(/assets/Inter700-C5BRldGf.woff2) format("woff2")}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;src:url(/assets/Unbounded-CU-kERZ5.woff2) format("woff2")}/* @license Copyright 2024 @polkadot-ui/library authors & contributors
SPDX-License-Identifier: MIT */.theme-ui{--accent-color-primary-light: rgb(211 48 121);--accent-color-primary-dark: rgb(211 48 121);--accent-color-secondary-light: #4d3091;--accent-color-secondary-dark: #8e73b6;--accent-color-transparent-light: rgba(140, 48, 211, .022);--accent-color-transparent-dark: rgba(140, 48, 211, .05);--accent-color-pending-light: rgba(119, 48, 211, .276);--accent-color-pending-dark: rgba(140, 81, 203, .466)}.ui-theme-light{--background-default: #f8f7f7;--background-primary: #f3f2f2;--border-secondary-color: #cfcccc;--text-color-primary: #3f3f3f;--text-color-secondary: #555;--text-color-tertiary: #777;--background-invert: #333;--border-primary-color: #e4e4e4;--button-secondary-background: #e7e5e5;--accent-color-primary: var(--accent-color-primary-light);--accent-color-secondary: var(--accent-color-secondary-light);--accent-color-transparent: var(--accent-color-transparent-light);--accent-color-pending: var(--accent-color-pending-light)}.ui-theme-dark{--background-default: rgb(45 41 45);--background-primary: rgb(36 32 36);--text-color-primary: #b8b3b9;--text-color-secondary: #938e94;--text-color-tertiary: #817d82;--background-invert: #ddd;--border-primary-color: rgb(58 52 58);--button-secondary-background: rgb(55 50 55);--accent-color-primary: var(--accent-color-primary-dark);--accent-color-secondary: var(--accent-color-secondary-dark);--accent-color-transparent: var(--accent-color-transparent-dark);--accent-color-pending: var(--accent-color-pending-dark)}.doc{--doc-para-line-height: 2.1rem;--para-font-size: 1.25rem;margin:4rem 0 2.5rem}.doc .edit-on-github{display:flex;justify-content:flex-end;font-size:1.1rem;width:100%}.doc>h1{color:var(--text-color-primary);font-family:InterBold,sans-serif;font-size:2.4rem;line-height:2.7rem}.doc>h1.header{margin-top:1.75rem;display:flex;align-items:center}.doc>h2{font-family:InterBold,sans-serif;font-size:1.8rem;line-height:1.95rem;margin-top:2.75rem;margin-bottom:1.1rem}.doc>h3{color:var(--text-color-primary);font-family:InterBold,sans-serif;font-size:1.4rem;line-height:1.85rem;display:flex;align-items:center;margin:2rem 0 0}.doc>h3>svg{color:var(--text-color-secondary);margin-right:.6rem;height:2.25rem;position:relative;top:.1rem}.doc>h3.header{color:var(--text-color-secondary);font-family:InterSemiBold,sans-serif;margin-top:1.15rem;margin-bottom:0}.doc>h3.reference{border-bottom:1px solid var(--border-primary-color);padding-bottom:.5rem}.doc>h3.npm{color:var(--text-color-primary);font-size:var(--para-font-size);margin-top:1.15rem;margin-bottom:2.5rem}.doc>h3.npm a{color:var(--text-color-secondary)}.doc>h4{font-family:InterSemiBold,sans-serif;color:var(--text-color-primary);font-size:1.3rem;margin-bottom:1.4rem}.doc ul{margin-top:0;margin-bottom:2rem}.doc>p,.doc ul,.doc li,.doc ol{color:var(--text-color-primary);font-size:1.2rem;line-height:var(--doc-para-line-height)}.doc>p{font-size:var(--para-font-size);line-height:var(--doc-para-line-height);margin:1rem 0}.doc>ul,.doc li,.doc ol{color:var(--text-color-primary);font-size:1.2rem;line-height:1.95}.doc code{border:1px solid var(--border-secondary-color);color:var(--text-color-secondary);border-radius:.4rem;padding:.05rem .4rem}.doc code.text{border:none;border-radius:none;padding:0}.doc>h1,.doc h2,.doc h3,.doc h4,.doc h5{display:flex;align-items:center}.doc>h1>a,.doc h2>a,.doc h3>a,.doc h4>a,.doc h5>a{color:inherit;font-size:inherit;line-height:inherit;font-family:inherit}.doc>h1>a:hover,.doc h2>a:hover,.doc h3>a:hover,.doc h4>a:hover,.doc h5>a:hover{text-decoration:underline}.doc>h1 code,.doc h2 code,.doc h3 code,.doc h4 code,.doc h5 code{margin:0 .6rem}.doc>h1 .anc,.doc h2 .anc,.doc h3 .anc,.doc h4 .anc,.doc h5 .anc{align-items:center;display:none}.doc>h1 .anc>svg,.doc h2 .anc>svg,.doc h3 .anc>svg,.doc h4 .anc>svg,.doc h5 .anc>svg{color:var(--text-color-tertiary);font-size:.9em;width:1em;max-height:1.1em}.doc>h1:hover .anc,.doc h2:hover .anc,.doc h3:hover .anc,.doc h4:hover .anc,.doc h5:hover .anc{margin-left:.5rem;display:flex}.doc a{font-family:Inter,sans-serif;font-size:inherit}.doc a code{color:var(--accent-color-secondary);font-size:inherit}.doc hr{border-top:1px solid var(--border-primary-color);display:block;height:1px;margin-bottom:2rem;padding:0}.doc hr.md{margin:2.5rem 0 2rem}.doc hr.lg{margin:3.5rem 0 2.75rem}.doc .params{border-top:1px solid var(--border-primary-color);border-radius:.5rem;padding:.25rem .5rem;margin-top:1rem;margin-bottom:.5rem;width:100%}.doc .params.inline{border-bottom:1px solid var(--border-primary-color);border-top:0;margin:.15rem 0 0;padding-left:0;padding-right:0}.doc .params.inline>p:first-child{margin-top:0}.doc .params p{color:var(--text-color-tertiary);font-size:1.15rem;line-height:1.75rem;padding-bottom:.25rem;margin-top:.5rem;margin-bottom:0}.doc .params p span{font-family:InterSemiBold,sans-serif}.doc .anchor{position:relative;top:-7.75rem}.doc .ext{width:.85rem;height:.85rem;margin-left:.1rem;position:relative;top:-.15rem}.doc .bar{color:var(--border-secondary-color);margin:0 .3rem}.doc .note{border:1px solid var(--accent-color-pending);background:var(--accent-color-transparent);border-radius:.5rem;display:flex;padding:.75rem;margin:1.25rem 0;width:100%}.doc .note>section:first-child{flex:0;display:flex;align-items:flex-start;padding-top:.9rem;padding-left:.75rem;padding-right:1.25rem}.doc .note>section:first-child .icon{width:1.75rem;height:1.75rem}.doc .note>section:first-child svg .primary{fill:var(--accent-color-secondary)}.doc .note>section:last-child{padding-right:1rem}.doc .note>section:last-child *{color:var(--accent-color-secondary);font-size:1.2rem;line-height:var(--doc-para-line-height)}.doc .note>section:last-child a{font-family:InterBold,sans-serif}.doc .demo{border:1px solid var(--border-secondary-color);border-bottom:0;border-top-left-radius:.5rem;border-top-right-radius:.5rem;margin-top:1.25rem;padding:2rem 1rem;display:flex;flex-wrap:wrap;justify-content:center;overflow:auto}@media (width <= 930px){.doc .demo{justify-content:flex-start}}.doc .demo.centered{align-items:center}.doc .demo.standalone{border:1px solid var(--border-secondary-color);border-radius:.5rem;padding:1rem;margin:1.25rem 0 2.5rem}.doc .controls{border-left:1px solid var(--border-secondary-color);border-right:1px solid var(--border-secondary-color);padding:1.75rem 1rem .8rem;display:flex;justify-content:flex-end;width:100%;opacity:.75;transition:opacity var(--transition-duration)}.doc .controls:hover{opacity:1}.doc .controls>button{color:var(--text-color-tertiary);font-family:InterSemiBold,sans-serif;font-size:.95rem;margin-left:1.15rem}.doc .controls>button.active{color:var(--accent-color-primary)}.doc .editor{width:100%;position:relative}.doc .editor.standalone{border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important;border-color:red;margin-top:1.25rem}.doc .editor .copy{position:absolute;right:1.25rem;top:1.1rem;z-index:2}.doc .editor .copy>svg{color:var(--text-color-secondary);opacity:.7}.doc .editor-textarea{word-wrap:break-word}.doc .label{margin-left:1.25rem;position:relative;top:-.1rem}.doc .label>span{border:1px solid var(--border-secondary-color);color:var(--text-color-secondary);padding:.35rem .8rem;border-radius:.4rem;text-transform:uppercase;font-size:.9rem}.doc .label>span svg{margin-right:.5rem}.doc .label>span.primary{color:var(--accent-color-primary);border-color:var(--accent-color-primary)}.doc .label>span.secondary{color:var(--accent-color-secondary);border-color:var(--accent-color-secondary)}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:500;src:url(/fonts/SourceCodePro.woff2) format("woff2")}:root{--app-active-color: rgb(211 48 121)}.main{background:var(--background-default);min-height:100vh;width:100%;padding-bottom:8rem}.main a{color:var(--accent-color-primary)}.error-page{margin:0 auto;padding:6rem 0;text-align:center}.error-page div{margin:1.5rem 0;font-size:1.5rem}.error-page a{font-size:1.25rem}.error-page .icon{width:20rem;height:12rem;margin:0 auto;color:var(--accent-color-primary)}.error-page .icon>svg{max-width:100%;max-height:100%}.app-header{background:var(--background-default);border-bottom:1px solid var(--border-primary-color);display:flex;align-items:center;width:100%;height:5.5rem;position:fixed;z-index:10}.app-header>section{display:flex;align-items:center}.app-header>section:last-child{flex-grow:1;justify-content:flex-end;padding-right:2rem}.app-header>section>button{margin-right:1.5rem;font-size:1.25rem}.app-header>section>button.selected{color:var(--accent-color-primary)}.app-header>section .icon{padding-left:1.5rem;color:var(--accent-color-primary);width:6.5rem;max-height:4.25rem}.app-header>section .icon>svg{max-width:90%;max-height:90%}.app-header>section>.title{border-left:1px solid var(--border-primary-color);display:flex;flex-direction:column;justify-content:center;height:3rem;padding-top:.2rem;padding-left:1.25rem;margin-left:.25rem}.app-header>section>.title>h3,.app-header>section>.title p{margin:0}.app-header>section>.title h3{color:var(--text-color-secondary);font-family:InterBold,sans-serif;display:flex;align-items:center;margin-bottom:.1rem}.app-header>section>.title p{color:var(--text-color-tertiary);font-family:InterSemiBold,sans-serif;letter-spacing:.075rem}.main-area{min-height:calc(100vh + 5.5rem)}@media (width < 1200px){.main-area{padding:0 2.5rem;width:auto}}.main-area>div{margin:0 auto;max-width:900px;padding:3.3rem 0 3rem;overflow:hidden}@media (width >= 1150px){.main-area>div{position:relative;left:-5%}}.main-area>div h4{margin:1rem 0}.svg-box{color:var(--text-color-primary);display:flex;align-items:center;justify-content:center;margin:1.25rem}.svg-box.sm{width:4rem;height:4rem}.svg-box.wide{margin:0 4rem 0 0}.svg-box>svg{max-width:100%;max-height:100%}.svg-box:last-child{margin-right:0}.app-footer{border-top:1px solid var(--border-primary-color);flex:1;padding:0 2rem;min-height:5.5rem;display:flex;align-items:center;position:fixed;bottom:0;background:var(--background-default);width:100%;z-index:99}@media (width <= 800px){.app-footer{flex-direction:column}}.app-footer>section{display:flex;align-items:center}.app-footer>section>div{margin-right:.75rem;display:flex}.app-footer>section>div:last-child{margin-right:0}.app-footer>section .icon{width:2.5rem;height:2.5rem;margin-right:1rem}.app-footer>section h4{color:var(--text-color-tertiary);font-family:InterSemiBold,sans-serif;margin:0}.app-footer>section h4 span{color:var(--text-color-secondary)}.app-footer>section h4.license a{color:var(--text-color-secondary)}.app-footer>section:last-child{flex-grow:1;display:flex;justify-content:flex-end}@media (width <= 800px){.app-footer>section:last-child{justify-content:center}}@media (width <= 800px){.app-footer>section{flex-basis:100%;width:100%;padding:1rem 0;justify-content:center;flex-direction:column}.app-footer>section .icon{margin-right:0}.app-footer>section>div{flex-basis:100%;justify-content:center;width:100%;margin-top:.5rem}}.app-footer>section .alpha{background:var(--background-default);color:var(--accent-color-secondary);border:1px solid var(--accent-color-pending);border-radius:.5rem;font-size:.9rem;line-height:.9rem;padding:.4rem .6rem;text-transform:uppercase;display:flex;align-items:center}@media (width <= 800px){.app-footer>section .alpha{margin-left:.75rem}}@media (width <= 800px){.app-footer{padding:.5rem 0}}.toggle-menu{background:var(--background-primary);border:1px solid var(--border-primary-color);width:3.25rem;height:3.25rem;border-radius:50%;position:fixed;top:6.25rem;left:2rem;z-index:10}@media (width >= 1150px){.toggle-menu{display:none}}html{font-size:10px}@media (width >= 600px){html{font-size:11.2px}}h1{color:var(--text-color-primary);margin:0 0 .4rem}h2,h3{color:var(--text-color-primary);margin:1rem 0}h4,h5{color:var(--text-color-primary);margin:1.25rem 0}p{color:var(--text-color-secondary);margin:.75rem 0}a,button{color:var(--text-color-secondary)}
