:root{--global-font-size:16px;--global-font-color:#444;--mono-font-stack:Roboto Mono, Menlo, Monaco, Lucida Console,
        Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono,
        Courier New, monospace, serif;--font-stack:Roboto Mono, Menlo, Monaco, Lucida Console, Liberation Mono,
        DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace,
        serif;--global-line-height:1.6em;--page-width:70em;--display-h1-decoration:1}html.force-dark{--background-color:#222225;--font-color:#e8e9ed;--invert-font-color:#222225;--secondary-color:#a3abba;--tertiary-color:#a3abba;--primary-color:#62c4ff;--error-color:#ff3c74;--progress-bar-background:#3f3f44;--progress-bar-fill:#62c4ff;--code-bg-color:#3f3f44}html.force-light{--background-color:#fff;--font-color:#151515;--invert-font-color:#fff;--primary-color:#1a95e0;--secondary-color:#727578;--error-color:#d20962;--progress-bar-background:#727578;--progress-bar-fill:#151515;--code-bg-color:#e8eff2}#theme-toggle{cursor:pointer;background:0 0;border:none;color:inherit;font:inherit;padding:0}@media(prefers-color-scheme:dark){:root{--background-color:#222225;--page-width:60em;--font-color:#e8e9ed;--invert-font-color:#222225;--secondary-color:#a3abba;--tertiary-color:#a3abba;--primary-color:#62c4ff;--error-color:#ff3c74;--progress-bar-background:#3f3f44;--progress-bar-fill:#62c4ff;--code-bg-color:#3f3f44}}@media(prefers-color-scheme:light){:root{--background-color:#fff;--font-color:#151515;--invert-font-color:#fff;--primary-color:#1a95e0;--secondary-color:#727578;--error-color:#d20962;--progress-bar-background:#727578;--progress-bar-fill:#151515;--code-bg-color:#e8eff2}}@media only screen and (max-width:850px){:root{--global-font-size:14px;--global-font-color:#444;--global-line-height:1.6em;--page-width:70em}}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:1.5rem}.photo-grid figure{margin:0;text-align:center}.photo-grid img{width:100%;height:320px;object-fit:cover;border-radius:4px}.photo-grid figcaption{font-size:.8rem;opacity:.7;margin-top:4px}@media(max-width:600px){.photo-grid{grid-template-columns:1fr}}.terminal-prompt #theme-toggle{margin-left:8px;vertical-align:middle;font-size:.9em}.footer{display:flex;justify-content:space-between;align-items:flex-start}.footer-links div{margin-bottom:4px}.footer-links div:last-child{margin-bottom:0}.filter-btn{background:0 0;border:1px solid var(--font-color);color:var(--font-color);padding:4px 12px;margin-right:6px;margin-bottom:6px;cursor:pointer;border-radius:4px;font:inherit}.filter-btn.active{background:var(--primary-color);color:var(--invert-font-color);border-color:var(--primary-color)}#project-search{background:var(--background-color);color:var(--font-color);border:1px solid var(--secondary-color);border-radius:4px;font:inherit}.min-height-page{min-height:60vh}#boot-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--background-color);color:var(--font-color);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box;transition:opacity .4s ease}#boot-screen.hidden{opacity:0;pointer-events:none}#boot-text{font-family:var(--mono-font-stack);font-size:1rem;white-space:pre-wrap;max-width:700px;width:100%}body.booting{overflow:hidden}