:root{--light-bg: radial-gradient(aliceblue, ghostwhite);--dark-bg: radial-gradient(#222222, #303030);--color-accent: light-dark(#9eb4db, #726e97);--color-accent-muted: light-dark(#9eb4db30, #726e9730);--bg-brightness: light-dark(60%, 20%);--bg-texture-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23e5e5e5' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");--bg-texture-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23363636' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")}:root[data-theme=light]{color-scheme:light;--bg-texture: var(--bg-texture-light)}:root[data-theme=dark]{color-scheme:dark;--bg-texture: var(--bg-texture-dark)}:root[data-theme=dark] .astro-code,:root[data-theme=dark] .astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}:root[data-theme=system]{color-scheme:light dark;--bg-texture: var(--bg-texture-light)}@media(prefers-color-scheme:dark){:root[data-theme=system]{--bg-texture: var(--bg-texture-dark)}:root[data-theme=system] .astro-code,:root[data-theme=system] .astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}}html{height:100%;width:100%;background-color:light-dark(ghostwhite,#222222);background-image:var(--bg-texture)}body{height:100%;margin:0;display:flex;justify-content:center;line-height:1.3;background-attachment:fixed;color:light-dark(#222222,ghostwhite)}main[data-astro-cid-kq56sc45]{padding:20px}a:link,a:visited{color:light-dark(#1d3994,rgb(158,158,255))}.content-box+.content-box{margin-top:1.25em}code,pre{font-family:var(--font-plexmono);font-size:14px}.astro-code{border:1px solid var(--color-accent);padding:1em}.drag-zone[data-astro-cid-vgsl42lc]{width:100%;height:100%}.app[data-astro-cid-vgsl42lc]{display:flex;flex-direction:column;max-width:120em;width:100%;height:100%}.header[data-astro-cid-vgsl42lc]{width:100%;display:flex;gap:1em}.app-info[data-astro-cid-vgsl42lc]{width:100%;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:.25em;padding:1em}.app-info[data-astro-cid-vgsl42lc] p[data-astro-cid-vgsl42lc]{margin-bottom:0}.workspace[data-astro-cid-vgsl42lc]{display:flex;flex-grow:1;max-width:120em;gap:1em}.workspace[data-astro-cid-vgsl42lc] .content-box[data-astro-cid-vgsl42lc]{margin-top:0}.viewer[data-astro-cid-vgsl42lc]{max-width:100em;height:100%}.viewer[data-astro-cid-vgsl42lc] .content-box__content{height:100%}.viewer__content[data-astro-cid-vgsl42lc]{height:100%;display:flex;flex-direction:column}.viewer__canvas-container[data-astro-cid-vgsl42lc]{height:100%;display:flex;justify-content:center;align-items:center;margin:1.5em 0}.viewer__canvas[data-astro-cid-vgsl42lc]{image-rendering:pixelated}.viewer__info[data-astro-cid-vgsl42lc]{margin-top:.5em!important}.viewer__info-content[data-astro-cid-vgsl42lc]{display:flex;gap:.5em}.viewer__empty[data-astro-cid-vgsl42lc]{width:100%;display:flex;justify-content:center;text-align:center;height:100%;align-items:center}.sidebar[data-astro-cid-vgsl42lc]{max-width:20em;display:flex;flex-direction:column;gap:1em;height:100%}.options[data-astro-cid-vgsl42lc]{height:15em}.options__content[data-astro-cid-vgsl42lc]{margin-top:1em;display:flex;flex-direction:column;gap:.75em}.files[data-astro-cid-vgsl42lc]{flex:1;min-height:0}.files[data-astro-cid-vgsl42lc] tbody tr{height:100%}.files[data-astro-cid-vgsl42lc] .content-box__content{position:relative}.files__content[data-astro-cid-vgsl42lc]{position:absolute;inset:.2em .6em;overflow-y:auto}.files__heading[data-astro-cid-vgsl42lc]{display:flex;justify-content:space-between}.heading-box[data-astro-cid-vgsl42lc]{max-width:60em;margin-bottom:1.5em}.heading-box__nav[data-astro-cid-vgsl42lc]{text-align:left}.heading-box__nav-link[data-astro-cid-vgsl42lc]{color:light-dark(#1d3994,ghostwhite)!important}.heading-box__content[data-astro-cid-vgsl42lc]{padding:.25em 0}.heading-box__title[data-astro-cid-vgsl42lc]{margin:0}.viewer__info-content{display:flex;flex-wrap:wrap}.viewer__info-content dt{font-weight:700}.viewer__info-content dd{margin-left:0;margin-right:1em}.files__list{list-style:none;padding-left:0}.files__list li{padding:.125em 0}.files__list li:hover{cursor:pointer;text-decoration:underline}.viewer__canvas-container.alt-bg{background-color:light-dark(#222,ghostwhite)}.viewer__canvas-container .viewer__canvas.show-border{border:2px solid red}
