:root{--code-secondary: #999999;--code-tertiary: #99999944}:root.light-mode{--foreground: #222222;--background: #eeeeee;--secondary: #808080;--tertiary: #dddddd;--accent: #3d3cba;--accent-highlight: #01796f;--table-border: #d0d0d0;--table-row: #f7f7f7}:root.light-mode #dark-mode-on{display:inline}:root.light-mode #dark-mode-off{display:none}:root.dark-mode{--foreground: #eeeeee;--background: #161616;--secondary: #999999;--tertiary: #444444;--accent: #959bf0;--accent-highlight: #c2c5f6;--table-border: var(--tertiary);--table-row: #1e1e1e}: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: #222222;--background: #eeeeee;--secondary: #808080;--tertiary: #dddddd;--accent: #3d3cba;--accent-highlight: #01796f;--table-border: #d0d0d0;--table-row: #f7f7f7}:root #dark-mode-on{display:inline}:root #dark-mode-off{display:none}}@media (prefers-color-scheme: dark){:root{--foreground: #eeeeee;--background: #161616;--secondary: #999999;--tertiary: #444444;--accent: #959bf0;--accent-highlight: #c2c5f6;--table-border: var(--tertiary);--table-row: #1e1e1e}:root #dark-mode-on{display:none}:root #dark-mode-off{display:inline}}body{color:var(--foreground);background-color:var(--background)}.secondary{color:var(--secondary)}a,a:link,a:visited{color:var(--accent)}a:hover{color:var(--accent-highlight)}blockquote{border-left:2px solid var(--secondary)}code{background-color:var(--tertiary)}pre code{background-color:rgba(0,0,0,0)}pre mark{color:inherit}pre table tr:nth-child(even){background-color:rgba(0,0,0,0)}pre table td:first-child{color:var(--code-tertiary)}pre[data-name]::before{background-color:var(--code-tertiary);color:var(--code-secondary)}.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)}@font-face{font-family:"Iosevka";src:url("/fonts/Iosevka-Regular.woff2") format("woff2");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Iosevka";src:url("/fonts/Iosevka-Italic.woff2") format("woff2");font-weight:normal;font-style:italic;font-display:swap}html,body{margin:0;padding:0}body{font-family:Iosevka,Arial,Helvetica,sans-serif;font-size:14pt;line-height:1.5em;padding:5em 25%}.header-links a{margin-right:.5em}.header-links a:last-of-type{margin-right:0}.space{margin-bottom:2em}.space-up{margin-top:4em}.space-jam{display:flex;justify-content:space-between;align-items:center}.small{font-size:75%}.projects-footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif;line-height:1.25}img{max-width:100%}img.show{width:70%;min-width:300px;border:2px solid var(--foreground);border-radius:10px;display:block;margin:2em 0 2em}img.rounded{border:2px solid var(--foreground);border-radius:10px;display:block}.controls-grid{display:grid;grid-template-columns:auto 1fr;gap:8px 24px;align-items:center;padding-left:2em}.keys-inline{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.sep{color:#888;font-size:.9rem}.controls{display:flex;flex-wrap:wrap;gap:48px;align-items:flex-end;justify-content:center;margin-bottom:3rem}kbd{display:inline-block;padding:4px 8px;border:2px solid #555;border-radius:4px;border-bottom-width:4px;font-family:monospace;font-size:1rem;min-width:2rem;text-align:center;box-shadow:1px 1px 0 #333}.keys{display:flex;flex-direction:column;align-items:center;gap:10px}blockquote{margin-left:0;padding-left:1em}code{padding:.1em .2em;font-size:75%}pre{overflow:auto;padding:.3em;line-height:1.2em}pre code{padding:0;min-width:100%;display:inline-block}pre mark{display:block;width:100%}pre table{width:100%}pre table tr,pre table td{padding:0;border:none}pre table td:first-child{text-align:center;vertical-align:middle;border:none;user-select:none}pre[data-linenos]{padding-inline:0}pre[data-name]{padding-top:1.8em;position:relative}pre[data-name]::before{position:absolute;top:0;left:0;padding-inline:.3em;content:attr(data-name);font-size:75%;font-family:Arial,Helvetica,sans-serif}.footnote-definition{margin-top:1em;font-size:75%}.footnote-definition p{display:inline}.footnotes{margin-top:4em}.footnotes-list{font-size:75%}.embed-frame{border:2px solid var(--foreground);border-radius:10px;display:block;margin:2rem 0 2rem}table{border-collapse:collapse}table th,table td{border-width:1px;border-style:solid;padding:.2em}.desktop-only{display:grid}.mobile-only{display:none}@media all and (max-width: 1200px){body{padding:3em 15%}}@media all and (max-width: 800px){body{padding:1em 1em}.desktop-only{display:none}.controls{display:none}.mobile-only{display:grid}}.project-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.project-card{display:block;text-align:center}.project-thumb{overflow:hidden;border:2px solid var(--foreground);border-radius:5px}.project-card img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.project-card:hover img{border-color:var(--accent-highlight);filter:brightness(1)}.project-card span{display:block;padding:.5rem}@media (max-width: 600px){.project-grid{grid-template-columns:1fr;max-width:80%;margin:0 auto}}@media (hover: hover){.project-card img{filter:brightness(.9)}}