header.svelte-1js3fyl{height:5em;background-color:var(--cardColor);box-shadow:0 .1em .3em 0 var(--shadowColor);display:grid;padding-right:1em;grid-template-columns:min-content auto min-content min-content;grid-gap:1em;gap:1em}.powered-by.svelte-1js3fyl{white-space:nowrap;align-self:center;text-align:center;color:var(--textColor);text-decoration:none;padding:.5em 1em;border-radius:.5em}.powered-by.svelte-1js3fyl:hover{text-decoration:none;background-color:color-mix(in srgb,var(--textColor),transparent 80%)}.breadcrumbs.svelte-1js3fyl{display:flex;align-items:center;flex-direction:row;overflow:hidden;white-space:nowrap}.breadcrumbs.svelte-1js3fyl>span:where(.svelte-1js3fyl){padding:.25em;z-index:2;font-weight:700}.breadcrumbs.svelte-1js3fyl>:where(.svelte-1js3fyl):first-child{font-size:1.25em;padding:.75em .6em}.breadcrumbs.svelte-1js3fyl>:where(.svelte-1js3fyl):last-child{white-space:nowrap}.breadcrumbs.svelte-1js3fyl>:where(.svelte-1js3fyl):first-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumbs.svelte-1js3fyl>:where(.svelte-1js3fyl):not(:first-child,:last-child){overflow:hidden}.breadcrumbs.svelte-1js3fyl a:where(.svelte-1js3fyl){color:var(--textColor);text-decoration:none;font-weight:700;padding:1em .6em;border-radius:.5em;text-overflow:ellipsis}.breadcrumbs.svelte-1js3fyl a:where(.svelte-1js3fyl):hover{text-decoration:none;background-color:color-mix(in srgb,var(--textColor),transparent 80%)}button.svelte-1js3fyl{margin:0;height:100%;border:none;box-shadow:none;border-radius:0}button.svelte-1js3fyl:is(:where(.svelte-1js3fyl):hover,:where(.svelte-1js3fyl):focus,:where(.svelte-1js3fyl):active){border:none;box-shadow:none}button.svelte-1js3fyl:hover{background-color:color-mix(in srgb,var(--textColor),transparent 80%)}button.svelte-1js3fyl svg{height:100%;width:auto}input[type=checkbox].svelte-1js3fyl:is(.toggle:where(.svelte-1js3fyl)):hover:before{border:1px solid color-mix(in srgb,var(--textColor),transparent 30%)}input[type=checkbox].svelte-1js3fyl:is(.toggle:where(.svelte-1js3fyl)):after{content:"🌙";background-color:color-mix(in srgb,var(--cardColor),white 20%)}input[type=checkbox].svelte-1js3fyl:is(.toggle:where(.svelte-1js3fyl)):checked:after{content:"☀️";left:calc(var(--toggle-width) - var(--toggle-height) + (var(--indicator-padding) / 2))}.no-js-hint.svelte-1js3fyl{display:grid;place-items:center}.no-js-hint.svelte-1js3fyl>span:where(.svelte-1js3fyl){white-space:nowrap}@media (prefers-color-scheme: dark){:root{color-scheme:dark light;--textAlpha: .95;--textColor: rgb(255 255 255 / var(--textAlpha));--colorPrimary: #1f64d4;--colorPrimaryHover: #414141;--colorPrimaryActive: #474747;--cardColor: #3a3b3d;--backgroundColor: #202125;--shadowColor: #00000050;--textColorLight: rgb(255 255 255 / 1);--textColorDark: rgb(0 0 0 / .95)}}@media (prefers-color-scheme: light){:root{color-scheme:light dark;--textAlpha: 1;--textColor: rgb(0 0 0 / var(--textAlpha));--colorPrimary: #273346;--colorPrimaryHover: #494949;--colorPrimaryActive: #525252;--cardColor: #f7f7f7;--backgroundColor: #dbe4e4;--shadowColor: #00000030;--textColorLight: rgb(255 255 255 / 1);--textColorDark: rgb(0 0 0 / .95)}}.theme-dark{--textAlpha: .95;--textColor: rgb(255 255 255 / var(--textAlpha));--colorPrimary: #1f64d4;--colorPrimaryHover: #414141;--colorPrimaryActive: #474747;--cardColor: #3a3b3d;--backgroundColor: #202125;--shadowColor: #00000050;--textColorLight: rgb(255 255 255 / 1);--textColorDark: rgb(0 0 0 / .95)}.theme-light{--textAlpha: 1;--textColor: rgb(0 0 0 / var(--textAlpha));--colorPrimary: #273346;--colorPrimaryHover: #494949;--colorPrimaryActive: #525252;--cardColor: #f7f7f7;--backgroundColor: #dbe4e4;--shadowColor: #00000030;--textColorLight: rgb(255 255 255 / 1);--textColorDark: rgb(0 0 0 / .95)}:root{--transitionDuration: .25s;--scrollbarBG: hsl(0 0% 50% / .1);--thumbBG: hsl(0 0% 50% / .5);--scrollBarWidth: .65rem}*:not(svg):not(path),:before,:after{transition-property:all;transition-duration:.25s;transition-duration:var(--transitionDuration);transition-timing-function:ease-in-out;transition-delay:.01ms}*[no-js-shown]{display:none!important}**[no-js-shown]{display:none!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}html:focus-within{scroll-behavior:smooth}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}body{background-color:var(--backgroundColor);color:var(--textColor);height:100%;width:100%;font-family:Noto Sans,"Noto Color Emoji",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:.65rem;width:var(--scrollBarWidth);height:.65rem;height:var(--scrollBarWidth)}::-webkit-scrollbar-track{background:#8080801a;background:var(--scrollbarBG);border-radius:100vw;margin-block:.5em}::-webkit-scrollbar-thumb{background-color:#80808080;background-color:var(--thumbBG);border-radius:100vw}p{white-space:pre-line}button{background-color:transparent;border:1px solid color-mix(in srgb,var(--textColor),transparent 60%);cursor:pointer;outline:1px solid transparent;padding:1rem;color:var(--textColor);border-radius:.5rem;margin:.25rem;box-shadow:0 1px 4px #0000001a;transition:all .2s ease-in-out;display:flex}button:is(:hover,:focus){box-shadow:0 2px 4px #00000080;border:1px solid color-mix(in srgb,var(--textColor),transparent 20%)}button:is(:active){box-shadow:0 0 8px #0000;border:1px solid color-mix(in srgb,var(--textColor),transparent 80%)}input:not([type=checkbox]){background-color:transparent;border:1px solid color-mix(in srgb,var(--textColor),transparent 60%);cursor:pointer;outline:1px solid transparent;padding:1rem;color:var(--textColor);border-radius:.5rem;margin:.25rem;box-shadow:0 1px 4px #0000001a;transition:all .2s ease-in-out;display:flex}input:not([type=checkbox])::-moz-placeholder{color:var(--textColor);opacity:.5}input:not([type=checkbox])::placeholder{color:var(--textColor);opacity:.5}input:not([type=checkbox]):is(:hover,:focus){box-shadow:0 2px 6px #00000080;background-color:var(--colorPrimaryHover)}input[type=checkbox]:is(.toggle){-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:3.5em;position:relative;display:grid;place-items:center;--toggle-height: 2em;--toggle-width: 3.5em;--indicator-padding: .7em}input[type=checkbox]:is(.toggle):before{content:"";width:var(--toggle-width);height:var(--toggle-height);background-color:transparent;top:0;right:0;bottom:0;left:0;border-radius:100vh;border:1px solid color-mix(in srgb,var(--textColor),transparent 60%)}input[type=checkbox]:is(.toggle):after{content:"";position:absolute;--size: calc(var(--toggle-height) - var(--indicator-padding));height:var(--size);width:var(--size);background-color:var(--textColor);border-radius:100vh;left:calc(var(--indicator-padding) / 2)}input[type=checkbox]:is(.toggle):checked:after{left:calc(var(--toggle-width) - var(--toggle-height) + (var(--indicator-padding) / 2))}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}}.app.svelte-1254uh8{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;display:grid;grid-template-rows:min-content 1fr}main.svelte-1254uh8{padding:0;width:100%;height:100%;overflow:hidden;display:grid}
