:root{--bg:#fff;--text:#000;--link:#00e;--link-visited:#609;--border:#ccc}html[data-theme=dark]{--bg:#1a1a1a;--text:#ccc;--link:#6af;--link-visited:#b7f;--border:#333}@media(prefers-color-scheme:dark){html:not([data-theme]){--bg:#1a1a1a;--text:#ccc;--link:#6af;--link-visited:#b7f;--border:#333}html:not([data-theme]) .logo-light{display:none}html:not([data-theme]) .logo-dark{display:inline}html:not([data-theme]) .theme-toggle .sun{display:inline}html:not([data-theme]) .theme-toggle .moon{display:none}}body{background:var(--bg);color:var(--text);font-family:serif;font-size:20px;line-height:1.5;user-select:none;-webkit-user-select:none;margin:0;display:grid;grid-template-rows:1fr auto;min-height:100vh}a{color:var(--link)}a:visited{color:var(--link-visited)}.main{max-width:40em;margin:2em auto 0;padding:0 1em}.content-header{margin-top:2em}h1{font-size:3rem;font-weight:700;margin-bottom:-40px}h1+p{margin-top:2em;margin-bottom:2em}.content-body{margin-top:4em}p{margin:var(--content-spacing,3em)0}.footer{max-width:40em;margin:0 auto;padding:.5em 1em;text-align:center;color:var(--text);font-size:.8em}.copy-symbol{font-size:1.2em;margin-right:.1em;position:relative;top:1.5px}.home .main{max-width:40em;margin:2em auto 0;padding:0 1em}.home-header{margin-top:2em}.site-title{display:flex;align-items:center;justify-content:center;gap:.5em;margin-top:-40px;margin-bottom:-60px}.site-title h1{font-size:5rem;margin:0}.site-title .logo{height:5.5rem;width:auto;user-select:none;-webkit-user-select:none;pointer-events:none}.logo-dark{display:none}html[data-theme=dark] .logo-light{display:none}html[data-theme=dark] .logo-dark{display:inline}.home .site-title+p{margin-top:4em;margin-bottom:4em;text-align:center}.home-body{margin-top:4em}.home p{margin:var(--home-spacing,3.5em)0}.list .main{max-width:40em;margin:2em auto 0;padding:0 1em}.list-header{margin-top:2em}.list h1{font-size:3rem;font-weight:700;margin-bottom:-40px}.list h1+p{margin-top:2em;margin-bottom:2em}.list-body{margin-top:4em}.list p{margin:var(--list-spacing,3em)0}.main table{width:100%;border-collapse:collapse;border-spacing:0;margin-bottom:1em}.main th,.main td{padding:6px 11px;border:1px solid var(--border);text-align:start}.theme-toggle{position:fixed;bottom:10em;right:3em;cursor:pointer;padding:0;background:0 0;border:none;color:var(--text);user-select:none;-webkit-user-select:none}.theme-toggle .sun{display:none}.theme-toggle .moon{display:inline}html[data-theme=dark] .theme-toggle .sun{display:inline}html[data-theme=dark] .theme-toggle .moon{display:none}@media(max-width:950px){body{font-size:18px;position:relative}.site-title h1{font-size:3rem}h1{font-size:2rem;margin-top:-20px;margin-bottom:-30px}.site-title{margin-top:-20px;margin-bottom:-30px}.site-title .logo{height:3rem}.theme-toggle{position:absolute;top:2em;right:1em;bottom:auto}}@media(max-width:768px){body{font-size:18px;position:relative}.site-title h1{font-size:3rem}h1{font-size:2rem;margin-top:-20px;margin-bottom:-30px}.site-title{margin-top:-20px;margin-bottom:-30px}.site-title .logo{height:3rem}.theme-toggle{position:absolute;top:2em;right:1em;bottom:auto}}@media(max-width:374px){body{font-size:15px}.main{max-width:100%}.site-title h1{font-size:2rem}h1{font-size:1.5rem;margin-top:0;margin-bottom:0}.site-title{margin-top:0;margin-bottom:0;flex-wrap:wrap}.site-title .logo{height:2rem}.theme-toggle{position:absolute;top:1em;right:1em;bottom:auto}.footer{font-size:.7em}}