@media(prefers-color-scheme:dark){:root{--background-color:#1d2021;--font-color:#ebdbb2;--invert-font-color:#1d2021;--secondary-color:#d5c4a1;--tertiary-color:#bdae93;--primary-color:#458588;--error-color:#cc241d;--progress-bar-background:#504945;--progress-bar-fill:#458588;--code-bg-color:#282828}}@media(prefers-color-scheme:light){:root{--background-color:#f9f5d7;--font-color:#282828;--invert-font-color:#f9f5d7;--primary-color:#076678;--secondary-color:#3c3836;--tertiary-color:#504945;--error-color:#9d0006;--progress-bar-background:#d5c4a1;--progress-bar-fill:#076678;--code-bg-color:#ebdbb2}}html[data-theme=dark]{--background-color:#1d2021;--font-color:#ebdbb2;--invert-font-color:#1d2021;--secondary-color:#d5c4a1;--tertiary-color:#bdae93;--primary-color:#458588;--error-color:#cc241d;--progress-bar-background:#504945;--progress-bar-fill:#458588;--code-bg-color:#282828}html[data-theme=light]{--background-color:#f9f5d7;--font-color:#282828;--invert-font-color:#f9f5d7;--primary-color:#076678;--secondary-color:#3c3836;--tertiary-color:#504945;--error-color:#9d0006;--progress-bar-background:#d5c4a1;--progress-bar-fill:#076678;--code-bg-color:#ebdbb2}a:hover{background-color:initial;color:var(--primary-color);filter:brightness(1.4)}.terminal-prompt::after{animation-iteration-count:10;animation-fill-mode:forwards}.preload-transitions *{transition:none!important}#dark-mode-toggle{background:0 0;border:none;color:var(--primary-color);cursor:pointer;font-family:inherit;font-size:1.3em;font-weight:bolder;padding:0;margin-left:1em;text-decoration:none}#dark-mode-toggle:hover{text-decoration:underline}.projects-list{padding-left:220px}.projects-list .project-title{width:220px}@media only screen and (max-width:850px){.projects-list{padding-left:0}.projects-list .project-title{display:block;position:static;width:auto}}.source-link svg{width:2em;height:2em;vertical-align:middle;margin-right:.2em;color:var(--font-color)}.cv-row{display:grid;grid-template-columns:130px 1fr;margin-bottom:.75em}.cv-row p{margin:0}@media(max-width:850px){.cv-row{grid-template-columns:1fr;margin-bottom:1.25em}.cv-label{font-weight:700;text-decoration:underline}}details>summary{list-style:none}summary::-webkit-details-marker{display:none}summary::after{content:'';display:inline-block;width:1.2em;height:1.2em;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path stroke='none' d='M0 0h24v24H0z' fill='none'/><path d='M14 6l-6 6l6 6v-12'/></svg>");mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path stroke='none' d='M0 0h24v24H0z' fill='none'/><path d='M14 6l-6 6l6 6v-12'/></svg>");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;vertical-align:middle;margin-left:.3em;transform:rotate(0);transition:transform .2s ease}details[open] summary::after{transform:rotate(-90deg)}