.error-page{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;background:var(--app-background);padding:0 0 3rem;min-width:100vw;min-height:100vh;color:var(--text-primary)}.error-page__error{position:absolute;top:1rem;left:1rem;font-size:3rem}.error-page__heading{display:flex;flex-direction:column;justify-content:center;align-items:center}.error-page__heading-ascii{margin:0;font-size:3rem}.error-page__heading-txt{display:flex;flex-direction:column;margin-top:1rem;font-size:2rem}.error-page__heading-subtxt{font-size:.5em}.error-page__subtext{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:2rem 0;font-size:1.2rem}.error-page__subtext-quote{display:flex;position:relative;flex-direction:column;max-width:30%;font-size:.75rem;line-height:1.5em;text-align:justify}.error-page__subtext-quote:before{position:absolute;top:.5rem;left:-1.25rem;content:"“";font-size:2.5rem}.error-page__subtext-quote>*{margin:.5rem 0}.nuxt-progress{position:fixed;top:0;left:0;right:0;height:2px;width:0;opacity:1;transition:width .1s,opacity .4s;background-color:#000;z-index:999999}.nuxt-progress.nuxt-progress-notransition{transition:none}.nuxt-progress-failed{background-color:red}.tooltip{display:block!important;z-index:10000;box-shadow:0 .0625rem .3rem rgba(0,0,0,.25);border-radius:1rem}.tooltip .tooltip-inner{border-radius:16px;background:#000;padding:5px 10px 4px;color:#fff}.tooltip .tooltip-arrow{display:none}.tooltip[x-placement^=top]{margin-bottom:5px}.tooltip[x-placement^=top] .tooltip-arrow{bottom:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0;border-width:5px 5px 0;border-right-color:transparent!important;border-bottom-color:transparent!important;border-left-color:transparent!important}.tooltip[x-placement^=bottom]{margin-top:5px}.tooltip[x-placement^=bottom] .tooltip-arrow{top:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0;border-width:0 5px 5px;border-top-color:transparent!important;border-right-color:transparent!important;border-left-color:transparent!important}.tooltip[x-placement^=right]{margin-left:5px}.tooltip[x-placement^=right] .tooltip-arrow{top:calc(50% - 5px);left:-5px;margin-right:0;margin-left:0;border-width:5px 5px 5px 0;border-top-color:transparent!important;border-bottom-color:transparent!important;border-left-color:transparent!important}.tooltip[x-placement^=left]{margin-right:5px}.tooltip[x-placement^=left] .tooltip-arrow{top:calc(50% - 5px);right:-5px;margin-right:0;margin-left:0;border-width:5px 0 5px 5px;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.tooltip.popover .popover-inner{box-shadow:0 5px 30px rgba(black,.1);border-radius:5px;background:#f9f9f9;padding:24px;color:#000}.tooltip.popover .popover-arrow{border-color:#f9f9f9}.tooltip[aria-hidden=true]{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s}.tooltip[aria-hidden=false]{visibility:visible;opacity:1;transition:opacity .15s;max-width:50%;overflow:hidden}body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:350px;font-family:var(--font-family);letter-spacing:.03125rem}body>*{height:100%}body .mono{font-family:var(--font-family-mono)}a{color:var(--link-primary);text-decoration:none}a:active,a:hover{transform:all .25s ease;color:var(--link-primary-hover)}.material-icons{margin:0 .25rem;font-size:inherit}.collapse,button,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,p,ul{margin:0;padding:0}.tooltip-popover .popover-inner{background:transparent}.v-dropdown-menu__container{border-radius:.25rem;background-color:var(--app-background)}.fade-enter-active,.fade-leave-active{transition:opacity .125s ease;will-change:opacity}.fade-enter,.fade-leave-to{opacity:0}.app-bar{display:flex;flex-wrap:wrap;align-items:center;background-color:var(--app-background);padding:.5rem}@media only screen and (max-width:641px){.app-bar{z-index:2;padding:0;height:auto;min-height:unset;max-height:unset}}.app-bar__title{display:flex;flex-grow:1;justify-content:flex-start;align-items:center;margin:0 0 0 1rem;padding:0;color:var(--text-primary);font-weight:900}.app-bar__title-label{display:inline-flex;flex-direction:column;margin:0;max-height:100%;color:var(--text-primary);font-size:1.125rem;line-height:1.125rem}.app-bar__title-subtitle{display:block;margin:0;padding:0;color:var(--text-primary);font-weight:400;font-size:.75rem;line-height:.75rem}.app-bar__title-logo{height:3rem;color:var(--text-primary)}.app-bar__title-logo-svg{width:auto;height:100%}@media only screen and (max-width:641px){.app-bar__title-logo{max-height:5rem}}.app-bar__title-gala-nav{display:flex;flex-grow:0;flex-direction:column;justify-content:center;margin-right:1.25rem;max-width:7rem;height:100%}@media only screen and (max-width:641px){.app-bar__title{justify-content:space-around;margin:.5rem 0}}.app-bar__navigation{display:flex;align-items:center;padding-right:1rem}.app-bar__navigation .app-bar__link{display:inline-flex;align-items:center;margin:0 .5rem;padding:0;color:var(--text-primary);font-size:.875rem;text-decoration:none}.app-bar__navigation .app-bar__link:hover{color:var(--link-primary-active)}.app-bar__navigation .app-bar__link span{display:inline-block;margin-right:.25rem;font-size:1rem}@media only screen and (max-width:641px){.app-bar__navigation .app-bar__link span{margin-bottom:.25rem}}@media only screen and (max-width:641px){.app-bar__navigation .app-bar__link{flex-basis:50%;flex-direction:column;margin:0;padding:0;color:var(--text-primary)}.app-bar__navigation .app-bar__link:hover{color:var(--link-primary-active)}}.app-bar__navigation .app-bar__link-active,.app-bar__navigation .app-bar__link.nuxt-link-exact-active{color:var(--link-primary-active);font-weight:900}@media only screen and (max-width:641px){.app-bar__navigation .app-bar__link-active,.app-bar__navigation .app-bar__link.nuxt-link-exact-active{color:var(--link-primary-active)}}@media only screen and (max-width:641px){.app-bar__navigation{display:flex;justify-content:space-evenly;align-items:center;background-color:var(--app-background);padding:.5rem 0;width:100%}}.footer{word-wrap:normal;display:flex;justify-content:flex-start;align-items:center;box-sizing:border-box;box-shadow:var(--box-shadow-top-primary);background-color:var(--app-background);padding:0 2rem;width:100%;min-height:2.5rem;color:var(--text-primary);font-size:.75rem;white-space:nowrap}@media only screen and (max-width:641px){.footer{box-shadow:unset;padding:0 1rem;max-width:100vw;height:2rem;min-height:2rem;overflow:hidden}}.footer-links{flex-grow:1;text-align:center}.footer-links a{margin:0 3rem;font-size:1rem}@media only screen and (max-width:641px){.footer-links{display:none}}.footer-copyright{text-align:right}@media only screen and (max-width:641px){.footer-copyright{flex-grow:1}}.footer-theme-select-wrapper{display:flex;align-items:center;border-radius:.25rem;background-color:var(--app-background);padding:0}.footer-theme-select-wrapper span{display:inline-block;padding:0 .125rem}.footer-theme-select-wrapper *{color:var(--text-primary);font-size:.75rem}.footer-theme-select,.footer-theme-select *{outline:none;border:0;background:var(--syntax-background);font-size:.75rem}.gala-block-explorer{display:flex;flex-direction:column;min-height:100%}.gala-block-explorer-appbar{flex-grow:0;flex-basis:1%}.gala-block-explorer-content{display:flex;position:relative;flex:1 1 100%;flex-direction:column;background-color:var(--app-background)}.dark-mode{--text-primary:#d4d4d4;--text-inverted:#1e1e1e;--border-primary:#1e1e1e;--link-primary:#d4d4d4;--link-primary-hover:#5b7c96;--link-primary-active:#5b7c96;--link-primary-disabled:#333;--btn-primary-background:#404040;--btn-primary-border:#404040;--btn-primary-text:#fafafa;--btn-primary-active-background:#0f1111;--btn-primary-active-border:#0f1111;--btn-primary-active-text:#fafafa;--app-background:#1e1e1e;--app-background-secondary:#1c1c1c;--app-background-inverted:#d4d4d4;--app-background-secondary-inverted:#d4d4d4;--app-header-color:#303031;--app-header-background:#fafafa;--card-background:#404040;--card-secondary-background:#333;--card-active-background:#404040;--separator-primary:#404040;--blue-primary:#569cd6;--green-primary:#369432;--red-primary:#f44747;--gray-primary:#404040;--light-gray-primary:#d4d4d4;--light-gray-secondary:#ccc;--dark-gray-primary:#1e1e1e;--dark-gray-secondary:#303031;--magenta-primary:#c586c0;--gold-primary:#d7ba7d;--extra-light-primary:#f0eeee;--highlight-background:#f5eedc;--highlight-emphasis:#fcc57c;--highlight-text:#1e1e1e;--syntax-primary:#d7ba7d;--syntax-background:#1e1e1e;--syntax-brackets:#c586c0;--syntax-condition-and:#d16969;--syntax-condition-or:#6a9955;--syntax-dict-key:#9cdcfe;--syntax-dict-val:#ce9178;--syntax-numeric:#b5cea8;--syntax-boolean:#7928a1;--syntax-quote:#ce9178;--channel-default-color:#d4d4d4;--channel-asset-color:#5078a0;--channel-townstar-color:#8c6259;--channel-partner-color:#7f8f98;--channel-spidertanks-color:#708896;--channel-music-color:#e35f8d;--channel-film-color:#805d9b;--channel-pokergo-color:#3f5070;--channel-championsarena-color:#c19a6b;--channel-superior-color:#bf8a48;--channel-legacy-color:#6d8f97;--channel-galafilm-color:#805d9b;--channel-thewalkingdeadempires-color:#856a72;--channel-lastexpedition-color:#67a891;--channel-battlestargalacticaeternity-color:#6d7386;--channel-rep-color:#956d77;--channel-echoesofempire-color:#7f7386;--channel-mirandus-color:#7984a2;--channel-legendsreborn-color:#6d9a7d;--channel-node-color:#607986;--channel-eternalparadox-color:#7f8a79;--loading-logo-base-bg:#1e1e1e;--loading-logo-color:#404040;--loading-logo-animation-speed:5s}.dark-mode,.dark-mono-mode{--font-family:"Roboto",sans-serif;--font-family-mono:"Courier","Courier New",mono,sans-serif;--box-shadow-primary:rgba(0,0,0,0.25) 0 0.0625rem 0.3rem;--box-shadow-secondary:rgba(0,0,0,0.125) 0 0.0625rem 0.3rem;--box-shadow-minimal:rgba(0,0,0,0.0313) 0 0.0313rem 0.3rem;--box-shadow-secondary-active:rgba(0,0,0,0.375) 0 0.0625rem 0.3rem;--box-shadow-inverted-inactive:rgba(0,0,0,0.375) 0 0.0625rem 0.3rem;--box-shadow-top-primary:inset 0 1rem 0.3rem -1rem rgba(0,0,0,0.125);--z-index-top:10;--loading-logo-width-height:2rem}.dark-mono-mode{--text-primary:#fff;--text-inverted:#111;--border-primary:#111;--link-primary:#f9f9f9;--link-primary-hover:#5b7c96;--link-primary-active:#5b7c96;--link-primary-disabled:#333;--btn-primary-background:#333;--btn-primary-border:#f9f9f9;--btn-primary-text:#f9f9f9;--btn-primary-active-background:#333;--btn-primary-active-border:#111;--btn-primary-active-text:#f9f9f9;--app-background:#111;--app-background-secondary:#111;--app-background-inverted:#f9f9f9;--app-background-secondary-inverted:#f9f9f9;--app-header-color:#333;--app-header-background:#f9f9f9;--card-background:#111;--card-secondary-background:#111;--card-active-background:#111;--separator-primary:#333;--blue-primary:#f9f9f9;--green-primary:#f9f9f9;--red-primary:#f9f9f9;--gray-primary:#f9f9f9;--light-gray-primary:#f9f9f9;--light-gray-secondary:#f9f9f9;--dark-gray-primary:#f9f9f9;--dark-gray-secondary:#f9f9f9;--magenta-primary:#f9f9f9;--gold-primary:#f9f9f9;--extra-light-primary:#f9f9f9;--highlight-background:#777;--highlight-emphasis:#f9f9f9;--highlight-text:#111;--syntax-primary:#ccc;--syntax-background:#111;--syntax-brackets:#ccc;--syntax-condition-and:#ccc;--syntax-condition-or:#ccc;--syntax-dict-key:#ccc;--syntax-dict-val:#ccc;--syntax-numeric:#ccc;--syntax-boolean:#ccc;--syntax-quote:#ccc;--channel-asset-color:#f9f9f9;--channel-townstar-color:#f9f9f9;--channel-partner-color:#f9f9f9;--channel-spidertanks-color:#f9f9f9;--channel-music-color:#f9f9f9;--channel-film-color:#f9f9f9;--channel-pokergo-color:#f9f9f9;--channel-championsarena-color:#f9f9f9;--channel-superior-color:#f9f9f9;--channel-legacy-color:#f9f9f9;--channel-galafilm-color:#f9f9f9;--channel-thewalkingdeadempires-color:#f9f9f9;--channel-lastexpedition-color:#f9f9f9;--channel-battlestargalacticaeternity-color:#f9f9f9;--channel-rep-color:#f9f9f9;--channel-echoesofempire-color:#f9f9f9;--channel-mirandus-color:#f9f9f9;--channel-legendsreborn-color:#f9f9f9;--channel-node-color:#f9f9f9;--channel-eternalparadox-color:#f9f9f9;--loading-logo-base-bg:#111;--loading-logo-color:#404040;--loading-logo-animation-speed:5s}.light-mode{--text-primary:#3e3e3e;--text-inverted:#fafafa;--border-primary:#3e3e3e;--link-primary:#3e3e3e;--link-primary-hover:#5b7c96;--link-primary-active:#5b7c96;--link-primary-disabled:#ccc;--btn-primary-background:#fafafa;--btn-primary-border:#404040;--btn-primary-text:#3e3e3e;--btn-primary-active-background:#0f1111;--btn-primary-active-border:#0f1111;--btn-primary-active-text:#fafafa;--app-background:#fafafa;--app-background-secondary:#f4f4f4;--app-background-inverted:#3e3e3e;--app-background-secondary-inverted:#303031;--app-header-color:#303031;--app-header-background:#fafafa;--card-background:#ececec;--card-secondary-background:#fafafa;--card-active-background:#e3e3e3;--box-shadow-primary:rgba(0,0,0,0.25) 0 0.0625rem 0.3rem;--box-shadow-secondary:rgba(0,0,0,0.125) 0 0.0625rem 0.3rem;--box-shadow-minimal:rgba(0,0,0,0.0313) 0 0.0313rem 0.3rem;--box-shadow-secondary-active:rgba(0,0,0,0.375) 0 0.0625rem 0.3rem;--box-shadow-inverted-inactive:rgba(0,0,0,0.375) 0 0.0625rem 0.3rem;--box-shadow-top-primary:inset 0 1rem 0.3rem -1rem rgba(0,0,0,0.125);--blue-primary:#569cd6;--green-primary:#369432;--red-primary:#f44747;--magenta-primary:#c586c0;--gold-primary:#dad6cf;--highlight-background:#f9f1e0;--highlight-emphasis:#ffe7c8;--syntax-primary:#303031;--syntax-background:#f0eeee;--syntax-brackets:#c586c0;--syntax-condition-and:#d16969;--syntax-condition-or:#6a9955;--syntax-dict-key:#196774;--syntax-dict-val:#a76e56;--syntax-numeric:#098658;--syntax-boolean:#7928a1;--syntax-quote:#b6816b;--channel-default-color:#3e3e3e;--channel-asset-color:#5078a0;--channel-townstar-color:#8c6259;--channel-partner-color:#7f8f98;--channel-spidertanks-color:#708896;--channel-music-color:#e35f8d;--channel-film-color:#805d9b;--channel-pokergo-color:#3f5070;--channel-championsarena-color:#c19a6b;--channel-superior-color:#bf8a48;--channel-legacy-color:#6d8f97;--channel-galafilm-color:#805d9b;--channel-thewalkingdeadempires-color:#856a72;--channel-lastexpedition-color:#67a891;--channel-battlestargalacticaeternity-color:#6d7386;--channel-rep-color:#956d77;--channel-echoesofempire-color:#7f7386;--channel-mirandus-color:#7984a2;--channel-legendsreborn-color:#6d9a7d;--channel-node-color:#607986;--channel-eternalparadox-color:#7f8a79}.light-mode,.light-mono-mode{--font-family:"Roboto",sans-serif;--font-family-mono:"Courier","Courier New",mono,sans-serif;--separator-primary:#c1c1c2;--gray-primary:#404040;--light-gray-primary:#d4d4d4;--light-gray-secondary:#dedede;--dark-gray-primary:#1e1e1e;--dark-gray-secondary:#303031;--extra-light-primary:#f0eeee;--z-index-top:10;--loading-logo-width-height:2rem;--loading-logo-base-bg:#fff;--loading-logo-color:#ccc;--loading-logo-animation-speed:5s}.light-mono-mode{--text-primary:#111;--text-inverted:#fff;--border-primary:#111;--link-primary:#111;--link-primary-hover:#5b7c96;--link-primary-active:#5b7c96;--link-primary-disabled:#ccc;--btn-primary-background:#fff;--btn-primary-border:#404040;--btn-primary-text:#111;--btn-primary-active-background:#111;--btn-primary-active-border:#111;--btn-primary-active-text:#fff;--app-background:#fff;--app-background-secondary:#fff;--app-background-inverted:#111;--app-background-secondary-inverted:#111;--app-header-color:#111;--app-header-background:#fff;--card-background:#fefefe;--card-secondary-background:#fefefe;--card-active-background:#fefefe;--box-shadow-primary:rgba(0,0,0,0.25) 0 0.0625rem 0.3rem;--box-shadow-secondary:none;--box-shadow-minimal:none;--box-shadow-secondary-active:rgba(0,0,0,0.25) 0 0.0625rem 0.3rem;--box-shadow-inverted-inactive:rgba(0,0,0,0.375) 0 0.0625rem 0.3rem;--box-shadow-top-primary:inset 0 1rem 0.3rem -1rem rgba(0,0,0,0.125);--blue-primary:#777;--green-primary:#777;--red-primary:#777;--magenta-primary:#777;--gold-primary:#777;--highlight-background:#eee;--highlight-emphasis:#ccc;--syntax-primary:#333;--syntax-background:#fff;--syntax-brackets:#333;--syntax-condition-and:#333;--syntax-condition-or:#333;--syntax-dict-key:#333;--syntax-dict-val:#333;--syntax-numeric:#333;--syntax-boolean:#333;--syntax-quote:#333;--channel-asset-color:#333;--channel-townstar-color:#333;--channel-partner-color:#333;--channel-spidertanks-color:#333;--channel-music-color:#333;--channel-film-color:#333;--channel-pokergo-color:#333;--channel-championsarena-color:#333;--channel-superior-color:#333;--channel-legacy-color:#333;--channel-galafilm-color:#333;--channel-thewalkingdeadempires-color:#333;--channel-lastexpedition-color:#333;--channel-battlestargalacticaeternity-color:#333;--channel-rep-color:#333;--channel-echoesofempire-color:#333;--channel-mirandus-color:#333;--channel-legendsreborn-color:#333;--channel-node-color:#333;--channel-eternalparadox-color:#333}.gala-block-explorer--page-height{display:flex;flex-direction:column;background-color:var(--app-background);max-width:100%;height:100%;max-height:100%;overflow:hidden}.gala-block-explorer--page-height .app-bar{position:static}.gala-block-explorer--page-height .gala-block-explorer-content{position:relative;flex-grow:1;flex-shrink:1;padding:0;height:calc(100% - 3.5rem);overflow:hidden}.gala-block-explorer--page-height .gala-block-explorer-content>*{flex-shrink:1;height:100%;max-height:100%}@media only screen and (max-width:641px){.gala-block-explorer--page-height>.gala-chain-footer{display:none}}#__layout,#__nuxt{width:100%!important;height:100%!important}