header{margin-bottom:1rem}footer{border-top:1px solid var(--border-color);margin-top:1rem}:root{--bg: #323232;--fg: #cccccc;--fg-muted: #8a8a8a;--link: #00aaff;--link-hover: #33bbff;--orange: #ffaf00;--green: #5faf00;--red: #cc0000;--yellow: #d7d75f;--grey-darker: #303030;--grey-dark: #444444;--grey-light: #6c6c6c;--grey-lighter: #8a8a8a;--border-color: #444444;--code-bg: #2a2a2a;--selection-bg: #444444}[data-theme=light]{--bg: #e8e8e8;--fg: #323232;--fg-muted: #5a5a5a;--link: #0077cc;--link-hover: #005599;--orange: #cc8800;--green: #3d7a00;--red: #aa0000;--yellow: #8a8a00;--grey-darker: #d0d0d0;--grey-dark: #b0b0b0;--grey-light: #888888;--grey-lighter: #666666;--border-color: #b0b0b0;--code-bg: #d8d8d8;--selection-bg: #c0c0c0}@media(prefers-color-scheme:light){:root:not([data-theme=dark]){--bg: #e8e8e8;--fg: #323232;--fg-muted: #5a5a5a;--link: #0077cc;--link-hover: #005599;--orange: #cc8800;--green: #3d7a00;--red: #aa0000;--yellow: #8a8a00;--grey-darker: #d0d0d0;--grey-dark: #b0b0b0;--grey-light: #888888;--grey-lighter: #666666;--border-color: #b0b0b0;--code-bg: #d8d8d8;--selection-bg: #c0c0c0}}body{color:var(--fg);background-color:var(--bg);font-family:sans-serif;line-height:1.5;margin:0}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover)}::selection{background:var(--selection-bg)}code,pre{background-color:var(--code-bg)}pre{padding:.5em;overflow-x:auto}code{padding:.1em .3em}h1,h2,h3,h4,h5,h6{color:var(--orange)}.container{display:grid;grid-template-columns:250px 1fr;gap:2rem;max-width:1000px;margin:0 auto;padding:1rem}footer{grid-column:1 / -1}.theme-toggle{background:none;border:1px solid var(--border-color);color:var(--fg-muted);cursor:pointer;padding:.2em .4em;font-size:1.2rem;line-height:1;float:right}.theme-toggle:hover{color:var(--fg);border-color:var(--fg-muted)}@media(max-width:768px){.container{grid-template-columns:1fr}}
