:root.light-mode{--foreground: #2a3033;--background: #f8f9fa;--secondary: #556066;--tertiary: #e4e8eb;--accent: #2d5a4a;--table-border: #d1d7db;--table-row: #eff2f4f1}:root.light-mode #dark-mode-on{display:inline}:root.light-mode #dark-mode-off{display:none}:root.dark-mode{--foreground: #e6e9eb;--background: #1c1e20;--secondary: #a1a6a9;--tertiary: #3a3d3f;--accent: #8fb3a0;--table-border: var(--tertiary);--table-row: #242729}:root.dark-mode #dark-mode-on{display:none}:root.dark-mode #dark-mode-off{display:inline}.dark-mode-buttons{position:absolute;top:1em;right:1em}.dark-mode-button{border:none;background-color:rgba(0,0,0,0)}.dark-mode-button:hover{cursor:pointer}@media (prefers-color-scheme: light){:root{--foreground: #2a3033;--background: #f8f9fa;--secondary: #556066;--tertiary: #e4e8eb;--accent: #2d5a4a;--table-border: #d1d7db;--table-row: #eff2f4f1}:root #dark-mode-on{display:inline}:root #dark-mode-off{display:none}}@media (prefers-color-scheme: dark){:root{--foreground: #e6e9eb;--background: #1c1e20;--secondary: #a1a6a9;--tertiary: #3a3d3f;--accent: #8fb3a0;--table-border: var(--tertiary);--table-row: #242729}:root #dark-mode-on{display:none}:root #dark-mode-off{display:inline}}body{color:var(--foreground);background-color:var(--background)}.accent{color:var(--accent)}.secondary{color:var(--secondary)}a,a:link,a:visited{color:var(--accent);text-decoration:none}a:hover{color:var(--accent);text-decoration:underline}.anchor{color:var(--table-row) !important}.anchor:hover{color:var(--accent) !important}:is(h1,h2,h3,h4,h5,h6):hover .anchor{color:var(--accent) !important}blockquote{color:var(--secondary);border-left:1px solid var(--secondary)}code{background-color:var(--tertiary)}pre{border:1px solid var(--table-border)}pre code{background-color:rgba(0,0,0,0)}.footnote-definition sup{color:var(--secondary)}.footnotes{border-top:1px solid var(--table-border)}.footnotes-list li{color:var(--secondary)}.footnotes-list li p{color:var(--foreground)}hr{border:none;border-bottom:1px solid var(--table-border)}table th,table td{border-color:var(--table-border)}table thead,table tr:nth-child(even){background-color:var(--table-row)}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.3;padding:5em 25%}main,header{max-width:48rem;margin:0 auto}.info{display:flex;align-items:flex-start;gap:1rem;margin:2rem 0}.info .avatar{width:3.125rem;height:3.125rem;border-radius:50%;flex-shrink:0;object-fit:cover;margin:0}.info .info-content{display:flex;flex-direction:column;gap:.5rem}.info .info-header{display:flex;gap:.5rem;align-items:center}.anchor{margin:0 .5rem}.header-links a{margin-right:.5em}.header-links a:last-of-type{margin-right:0}.space{margin-bottom:1em}.doublespace{margin-bottom:2em}.small{font-size:90%}h1,h2,h3,h4,h5,h6{line-height:1;margin-top:3rem}img{max-width:100%;display:block;margin:0 auto}.video{width:100%;height:100%}.video[src*="youtube.com"],.video[src*="youtube-nocookie.com"],.video[src*="youtu.be"]{aspect-ratio:16/9}blockquote{margin-left:0;padding-left:1em}code{padding:.1em .2em;font-size:.8em}pre{overflow:auto;padding:1em}pre code{padding:0}.footnote-definition{margin-top:1em;font-size:90%}.footnote-definition p{display:inline}.footnotes{margin-top:4em}.footnotes-list{font-size:90%}table:not(pre table){border-spacing:0}table:not(pre table) th,table:not(pre table) td{border-width:1px;border-style:solid;border-left-style:none;padding:.5em}table:not(pre table) th:first-child,table:not(pre table) td:first-child{border-left-width:1px;border-left-style:solid}table:not(pre table) th{border-top-width:1px;border-top-style:solid}table:not(pre table) td{border-top-style:none}@media all and (max-width: 1200px){body{padding:3em 15%}}@media all and (max-width: 800px){body{padding:1em 1em}}.code-container{position:relative}.copy-btn{position:absolute;top:8px;right:8px;background:rgba(255,255,255,.034);border:1px solid rgba(255,255,255,.116);border-radius:6px;padding:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.copy-btn:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3)}.copy-btn svg{width:16px;height:16px;fill:#e2e8f0;transition:fill .2s ease}.copy-btn.copied{background:rgba(72,187,120,.2);border-color:rgba(72,187,120,.4)}.copy-btn.copied svg{fill:#48bb78}.repo-header{display:flex;justify-content:space-between;align-items:baseline}.repo-stats{display:flex;gap:.5em}.repo-stats svg{display:inline;vertical-align:text-bottom;margin-right:.2em}