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:1fr auto;grid-template-areas:"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}@media(max-width:700px){.shell{grid-template-columns:1fr;grid-template-areas:"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:.5px solid lightgrey;padding:calc(3rem + 12px) 1rem 1rem 1rem;grid-area:sidebar;overflow-y:auto}.shell-content{grid-area:content;overflow-y:auto;padding:1.5rem}.shell-status{border-top:.5px solid lightgrey;padding:.25rem .75rem;min-height:1.5rem;grid-area:status;font-size:.9em;color:#666}.status-error{color:#b80000}.shell-toggle{border:1px 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}.shell-toggle:hover{color:#d3d3d3}.shell-toggle .toggle-icon path{fill:currentColor}.shell-sidebar h1,.shell-sidebar h2,.shell-sidebar h3{margin:.75rem 0 .25rem}.shell-sidebar hr{border-top:.5px solid lightgrey;margin:1rem 0 0}.shell-sidebar p{margin:0}.shell-sidebar p:first-child{margin-top:8px}.shell-sidebar a{text-decoration:none;padding:.6px .7rem;border-radius:999px;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}
