body{font-family:system-ui,sans-serif;-webkit-user-select:none;user-select:none;margin:0}input:focus,textarea:focus{-webkit-user-select:text;user-select:text}.shell{grid-template-columns:250px 1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"top top" "sidebar content" "status status";position:relative;display:grid;height:100vh}.shell.sidebar-hidden{grid-template-columns:0 1fr}.shell.sidebar-hidden .shell-sidebar{display:none}.shell-top{grid-area:top}@media(max-width:700px){.shell{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"top" "main" "status"}.shell .shell-sidebar{grid-area:main}.shell .shell-content,.shell.sidebar-hidden .shell-sidebar{display:none}.shell.sidebar-hidden .shell-content{grid-area:main;display:block}}.shell-sidebar{border-right:var(--thick-faint) solid lightgrey;padding:calc(3rem + 12px) 1rem 1rem 1rem;grid-area:sidebar;overflow-y:auto;overflow-x:hidden}.shell-content{grid-area:content;overflow-y:auto;overflow-x:hidden;padding:1.5rem}*{scrollbar-width:none}*::-webkit-scrollbar{width:0;height:0;display:none}.shell-status{border-top:var(--thick-faint) solid lightgrey;padding:.25rem .75rem;min-height:1.5rem;grid-area:status;font-size:.9em;color:#666}.status-error{color:#b80000}.hamburger-button{border:var(--thick) solid white;justify-content:center;border-radius:.25rem;align-items:center;background:#fff;position:absolute;cursor:pointer;display:flex;left:.5rem;height:3rem;width:3rem;top:.5rem;z-index:10}.hamburger-button:hover{color:#d3d3d3}.hamburger-button .hamburger-icon path{fill:currentColor}.shell-sidebar h1,.shell-sidebar h2,.shell-sidebar h3{margin:.75rem 0 .25rem}.shell-sidebar hr{border-top:var(--thick-faint) solid lightgrey;margin:1rem 0 0}.shell-sidebar p{margin:0}.shell-sidebar p:first-child{margin-top:var(--gap)}.shell-sidebar a{text-decoration:none;padding:.6px .7rem;border-radius:var(--radius-pill);margin:.1rem 0;display:block;color:inherit}.shell-sidebar a:hover{background:#efefef}.shell-sidebar a.active{background:#d8d8d8}.shell-sidebar details{margin:.25rem 0}.shell-sidebar summary.sidebar-section{padding:.25rem .4rem;font-weight:600;list-style:none;cursor:pointer}.shell-sidebar summary.sidebar-section::-webkit-details-marker{display:none}.shell-sidebar .fold-icon{transition:transform .15s ease;vertical-align:middle;position:relative;margin-left:-7px;fill:currentColor;height:1.4em;width:1.4em;top:-2px}.shell-sidebar details[open] .fold-icon{transform:rotate(90deg)}.shell-sidebar summary.sidebar-section:hover .fold-icon{fill:#d3d3d3}.shell-sidebar details a{margin-left:24px}.callout.center{background:none;margin:.5rem 0;border:none;padding:0}.callout.center .callout-title{display:none}.callout.center .callout-content{text-align:center}.shell-edit{position:fixed;top:.75rem;right:.75rem;z-index:20}:root{--gallery-photo-max: 700px}.gallery{text-align:center;margin:1.5rem 0}.gallery-photo{max-width:min(100%,var(--gallery-photo-max));background:none;cursor:pointer;display:block;margin:0 auto;border:none;padding:0}video.gallery-photo{max-height:var(--gallery-photo-max);display:block;margin:0 auto}.gallery-photo img{max-height:var(--gallery-photo-max);object-fit:contain;max-width:100%;display:block;height:auto;width:auto}.gallery-caption{margin:.5rem 0 0;text-align:center;font-size:.9rem;opacity:.75}.shell-edit{border:var(--thick) solid rgba(0,0,0,.25);background:#ffffffe6;border-radius:var(--radius-pill);padding:.25rem .75rem;font-size:.85rem;cursor:pointer;font:inherit}.shell-edit:hover{background:#fff}.gallery-drop{border:var(--thick-big) dashed rgba(0,0,0,.3);color:#0009;border-radius:8px;padding:2rem 1rem;text-align:center}.gallery-drop.over{border-color:#0009;background:#0000000a}.gallery-note{margin:.5rem 0 0;font-size:.85rem}.gallery-captions{border-collapse:collapse;margin:1rem auto 0;font-size:.85rem;max-width:40rem;text-align:left;width:100%}.gallery-captions th,.gallery-captions td{border-bottom:var(--thick-faint) solid lightgrey;padding:.35rem .5rem;vertical-align:top}.gallery-captions th{color:#666;font-weight:400}.gallery-captions td[contenteditable]{background:#00000008;cursor:text}.gallery-captions td[contenteditable]:focus{background:#fff;outline:var(--thick) solid rgba(0,0,0,.4)}.gallery-captions tr.picked td{background:#ffd66659;border-bottom-color:transparent}.gallery-captions tr.picked td:first-child{border-radius:var(--radius-pill) 0 0 var(--radius-pill)}.gallery-captions tr.picked td:last-child{border-radius:0 var(--radius-pill) var(--radius-pill) 0}.gallery-row{text-align:right;color:#666;width:1%}.gallery-throw{width:1%;white-space:nowrap}.gallery-throw button{border:var(--thick) solid rgba(0,0,0,.25);background:#ffffffe6;border-radius:var(--radius-pill);padding:.1rem .6rem;font-size:.8rem;cursor:pointer;font:inherit;color:#a33}.gallery-throw button:hover{border-color:#a33;background:#fff}.separator.svelte-1w5z10v{background:var(--accent);position:relative;overflow:visible;flex-shrink:0}.separator.svelte-1w5z10v path:where(.svelte-1w5z10v){fill:var(--accent)}.placed.svelte-1w5z10v{transform:translateY(-50%);border-radius:var(--radius-pill);background:var(--section-bg, var(--bg));position:absolute;align-items:center;display:flex;top:50%}.placed.transparent.svelte-1w5z10v{background:transparent}.placed.left.svelte-1w5z10v{left:var(--gap-fat)}.placed.center.svelte-1w5z10v{left:50%;transform:translate(-50%,-50%)}.placed.right.svelte-1w5z10v{right:var(--gap)}.horizontal.svelte-1w5z10v{border-top:0 solid var(--bg);border-bottom:0 solid var(--bg)}.vertical.svelte-1w5z10v{border-left:0 solid var(--bg);border-right:0 solid var(--bg);align-self:stretch}.vertical.spacer.svelte-1w5z10v{flex:1 1 0px;min-width:0}.vertical.spacer.svelte-1w5z10v:first-child{margin-left:calc(-1 * var(--gap));padding-left:var(--gap)}.vertical.spacer.svelte-1w5z10v:last-child{margin-right:calc(-1 * var(--gap));padding-right:var(--gap)}.section.svelte-oibe8v{flex-direction:column;display:flex;flex:0 0 auto;gap:0}.section-body.accented.svelte-oibe8v{background:var(--accent)}.section-bar.svelte-oibe8v{flex:0 0 auto}.section-body.svelte-oibe8v{margin-left:calc(var(--gap) * -1);margin-right:calc(var(--gap) * -1);padding-left:var(--gap);padding-right:var(--gap);flex-direction:column;display:flex;flex:0 0 auto}.section-body.folded.svelte-oibe8v{position:relative;background:var(--accent)}.section-body.folded.svelte-oibe8v:after{background:var(--black);transform:translateY(-50%);pointer-events:none;position:absolute;content:"";height:.5px;right:0;left:0;top:50%}.section-body.lit.svelte-oibe8v[data-hit]{background:var(--hover);cursor:pointer}.section.fills.svelte-oibe8v:has(>.section-body[data-hit]){--section-bg: var(--hover)}
