*{box-sizing:border-box;margin:0;padding:0;background:unset;border:unset}li{list-style:none;line-height:1.5;margin-bottom:6px}a{color:var(--accent);text-underline-offset:4px}button{display:inline-flex;cursor:pointer}button[disabled]{cursor:default}p{margin-top:30px}:root{--desktop-sidebar-width: 200px;--desktop-body-width: 600px;--vertical-height: 100%;--vertical-height: 100dvh;--std-pad: 1rem;--footer-height: 27px;--app-min-height: calc(var(--vertical-height) - var(--footer-height));--mobile-header-height: 50px;--fg: #000;--fg-subdued: #333;--bg: #fff;--bg-subdued: #f0f0f0;--accent: darkred;--header-bg: lightsalmon}@media (prefers-color-scheme: dark){:root{--fg: #fff;--fg-subdued: #ccc;--bg: #000;--bg-subdued: #111;--accent: #e8a295;--header-bg: #222}}.light{--fg: #000;--fg-subdued: #333;--bg: #fff;--bg-subdued: #f0f0f0;--accent: darkred;--header-bg: lightsalmon}.dark{--fg: #fff;--fg-subdued: #ccc;--bg: #000;--bg-subdued: #111;--accent: #e8a295;--header-bg: #222}html{color:var(--fg);background:var(--bg-subdued);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:var(--vertical-height);max-height:var(--vertical-height);overflow:hidden}body{font-family:ui-monospace,Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;text-align:left;word-wrap:break-word;overflow-wrap:break-word;line-height:1.8;padding-bottom:var(--footer-height);min-height:var(--vertical-height);max-height:var(--vertical-height);overflow-y:auto}.all-but-footer-wrapper{display:flex;flex-direction:column;background:var(--bg-subdued);min-height:var(--app-min-height)}.main-inner{max-width:var(--desktop-body-width);padding:2rem 3rem 3rem}.primary-nav-bar{position:sticky;top:0;left:0;background:var(--header-bg);display:flex;gap:var(--std-pad);align-items:center;height:var(--mobile-header-height);min-height:var(--mobile-header-height);max-height:var(--mobile-header-height);padding:0 var(--std-pad)}@media screen and (min-width: 800px){.all-but-footer-wrapper{flex-direction:row}.primary-nav-bar{min-width:var(--desktop-sidebar-width);overflow-y:auto;padding:var(--std-pad) calc(var(--std-pad) * 1.5);flex-direction:column;justify-content:flex-start;align-items:flex-start;height:var(--app-min-height);min-height:var(--app-min-height);max-height:var(--app-min-height)}main{width:100%}}@media screen and (max-width: 400px){body{font-size:15px}}footer{position:fixed;bottom:0;width:100%;font-size:10px;color:var(--fg-subdued);height:var(--footer-height);background:var(--bg);pointer-events:none;display:flex;gap:10px;align-items:center}footer button,footer a{pointer-events:auto}dialog::backdrop{background:orange;opacity:.5}.update-theme-button{display:flex;align-items:center;justify-content:center;height:100%;width:var(--footer-height);padding:3px;background:var(--fg);color:var(--bg);opacity:.8;cursor:default}.update-theme-button:hover{opacity:1}.update-theme-button:active{opacity:.6}@media screen and (min-width: 800px){.mobile-only{display:none}}@media screen and (max-width: 799px){.desktop-only{display:none}}
