:root{--bg-color: #1a1b26;--bg-alt-color: #24283b;--fg-color: #a9b1d6;--gray-color: #565f89;--blue: #7aa2f7;--sky: #7dcfff;--violet: #bb9af7;--amber: #ff9e64;--lime: #9ece6a;--emerald: #73daca;--tp-base-background-color: hsla(230, 24%, 19%, 1);--tp-base-shadow-color: hsla(0, 0%, 0%, .2);--tp-button-background-color: hsla(229, 23%, 44%, 1);--tp-button-background-color-active: rgba(126, 135, 174, 1);--tp-button-background-color-focus: rgba(111, 121, 165, 1);--tp-button-background-color-hover: rgba(96, 107, 154, 1);--tp-button-foreground-color: hsla(230, 7%, 17%, 1);--tp-container-background-color: hsla(230, 7%, 75%, .1);--tp-container-background-color-active: hsla(230, 7%, 75%, .25);--tp-container-background-color-focus: hsla(230, 7%, 75%, .2);--tp-container-background-color-hover: hsla(230, 7%, 75%, .15);--tp-container-foreground-color: hsla(230, 7%, 75%, 1);--tp-groove-foreground-color: hsla(235, 19%, 13%, 1);--tp-input-background-color: hsla(230, 7%, 75%, .1);--tp-input-background-color-active: hsla(231, 7%, 60%, .1);--tp-input-background-color-focus: hsla(230, 7%, 65%, .1);--tp-input-background-color-hover: hsla(229, 7%, 70%, .1);--tp-input-foreground-color: hsla(229, 35%, 75%, 1);--tp-label-foreground-color: hsla(229, 35%, 75%, 1);--tp-monitor-background-color: hsla(230, 7%, 0%, .2);--tp-monitor-foreground-color: hsla(229, 23%, 44%, 1)}body{background-color:var(--bg-color);color:var(--fg-color);margin:0;overflow:hidden}h1{font-size:3rem;color:var(--blue);text-shadow:0 0 1rem var(--blue)}svg{width:100%;height:100%}.selection-screen.svelte-jpodrm{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--bg-color);color:var(--fg-color);z-index:100;transition:opacity .5s ease-in-out}.selection-buttons.svelte-jpodrm{display:flex;flex-wrap:wrap;justify-content:center}.select-button.svelte-jpodrm{font-size:1rem;background-color:var(--bg-alt-color);color:var(--violet);padding:1rem 1.5rem;margin:1rem;border:.25rem solid var(--violet);filter:drop-shadow(0 0 .25rem var(--violet));border-radius:1rem;cursor:pointer;transition:filter .25s ease-in-out}.select-button.svelte-jpodrm:hover,.select-button.svelte-jpodrm:focus{filter:drop-shadow(0 0 .5rem var(--violet))}.navigation-bar.svelte-jpodrm{position:fixed;top:2rem;left:2rem;display:flex;flex-direction:column;justify-content:flex-start;background-color:var(--bg-alt-color);color:var(--fg-color);border-radius:20rem;z-index:101}.nav-link.svelte-jpodrm{width:2rem;height:2rem;border-radius:50%;margin:.5rem;color:var(--sky);filter:drop-shadow(0 0 .1rem var(--sky));transition:filter .25s ease-in-out}.nav-link.svelte-jpodrm:hover,.nav-link.svelte-jpodrm:focus{filter:drop-shadow(0 0 .25rem var(--sky))}.footer-notes.svelte-jpodrm{position:fixed;bottom:2rem;left:2rem;border-radius:.5rem;background-color:var(--bg-alt-color);border:.25rem solid var(--amber);filter:drop-shadow(0 0 .5rem var(--amber));color:var(--fg-color);z-index:101}.footer-notes.svelte-jpodrm p:where(.svelte-jpodrm){font-size:.85rem;margin:1rem}
