﻿:root{--padding: 10px;--screen-padding: 15px;--spacing: 20px;--site-width: 1000px;--site-width-desktop: 1001px;--border-radius-small: 4px;--nord0: #2e3440;--nord1: #3b4252;--nord2: #434c5e;--nord3: #4c566a;--nord4: #d8dee9;--nord5: #e5e9f0;--nord6: #eceff4;--nord7: #8fbcbb;--nord8: #88c0d0;--nord9: #81a1c1;--nord10: #5e81ac;--nord11: #bf616a;--nord12: #d08770;--nord13: #ebcb8b;--nord14: #a3be8c;--nord15: #b48ead}@media (prefers-color-scheme: dark){:root{--font-color: #ccc;--bg-color: #444;--grey-light: #555;--grey-dark: #535252;--red: #ff5151;--red-hover: #ff6b6b;--blue-dark: #6289ff;--blue-light: #8aa0e1;--code-background: var(--nord0);--inline-code-background: var(--nord0)}}@media (prefers-color-scheme: light){:root{--font-color: #444;--bg-color: #eeeeee;--grey-light: #ddd;--grey-dark: #dcdcdc;--red: #a52a2a;--red-hover: #a54a4a;--blue-dark: #2a49a5;--blue-light: #6e8de9;--code-background: var(--grey-light);--inline-code-background: var(--grey-dark)}}.font-default{font-family:"Open Sans",sans-serif}.font-mono,pre,code{font-family:"Fira Mono",monospace}.font-heading{font-family:"Oswald",sans-serif}.divider,hr,.footer,.list__post+article{border:none;border-top:1px solid var(--grey-light)}.header{padding:0 var(--padding)}.header__logo{display:flex;align-items:center}.header__logo img{width:50px;height:50px;margin-right:var(--spacing);display:inline-block}.header__links{margin-top:var(--spacing);display:flex;justify-content:space-around}@media screen and (min-width: 480px){.header__links{justify-content:center}}.header__links__link{display:flex;flex-direction:column-reverse;align-items:center;line-height:1.5rem}@media screen and (min-width: 480px){.header__links__link{display:block;white-space:nowrap}}.header__links__link__text{font-size:12px;text-transform:uppercase;text-align:center}@media screen and (min-width: 480px){.header__links__link__text{font-size:inherit;text-transform:none}}.header__links__link>svg{vertical-align:sub;max-width:1.5em;max-height:1.5em;width:1.5em}@media screen and (min-width: 480px){.header__links__link>svg{max-width:1em;max-height:1em;width:1em}}.header__links__link+.header__links__link{margin-left:10px}@media screen and (min-width: 481px){.header__links__link+.header__links__link{margin-left:20px}}.list__post+article{margin-top:var(--spacing)}.list__post .image-holder{margin-top:var(--spacing)}.list__post header{margin-top:var(--spacing)}.list__post header h1{margin:0;font-size:2em}@media screen and (max-width: var(--site-width)){.list__post header h1{font-size:1.5em}}.list__post header time a{color:var(--blue-dark)}@media screen and (max-width: var(--site-width)){.list__post header{flex-direction:column;align-items:flex-start}.list__post header time{margin-top:var(--spacing)}}.list__post__excerpt h1,.list__post__excerpt h2,.list__post__excerpt h3,.list__post__excerpt h4,.list__post__excerpt h5,.list__post__excerpt h5{display:none}.highlight,.z-code{max-width:calc(100vw - var(--padding)*2)}@media (prefers-color-scheme: dark){.highlight,.z-code{--hl-grey-light: #858884;--hl-grey-dark: var(--font-color);--hl-text: var(--font-color);--hl-black: #282a36;--hl-red: #ff5c57;--hl-green: #5af78e;--hl-yellow: #f3f99d;--hl-blue: #57c7ff;--hl-purple: #ff6ac1;--hl-cyan: #9aedfe}}@media (prefers-color-scheme: light){.highlight,.z-code{--hl-grey-light: #8e908c;--hl-red: #c82829;--hl-purple: #b168cd;--hl-pink: #d35c5c;--hl-text: #21272d;--hl-cyan: #31a0b0;--hl-grey-dark: #4d4d4c;--hl-green: #46ad55;--hl-yellow: #c87028;--hl-blue: #256fb9}}p code{background-color:var(--inline-code-background);color:var(--blue-dark);padding:2px 4px;border-radius:3px;word-wrap:break-word}pre,code{font-size:.8rem}@media screen and (min-width: var(--site-width-desktop)){pre,code{font-size:15px}}pre{margin:var(--spacing) 0;background-color:var(--code-background);border-radius:var(--border-radius-small);overflow-x:auto;tab-size:4;-moz-tab-size:4;-o-tab-size:4;margin:0;max-width:100%;line-height:1.3em;white-space:pre-wrap}@media screen and (max-width: var(--site-width)){pre{tab-size:2;-moz-tab-size:2;-o-tab-size:2}}pre code{display:block;white-space:pre;padding:var(--padding);tab-size:4;-moz-tab-size:4;-o-tab-size:4}@media screen and (max-width: var(--site-width)){pre code{tab-size:2;-moz-tab-size:2;-o-tab-size:2}}@media (max-width: 480px){.highlight,.z-code{tab-size:2;letter-spacing:-.5px}}.post{width:100%;max-width:var(--site-width)}.post__header--image hr{border-color:rgba(0,0,0,0)}.post>header{margin-top:var(--spacing)}@media screen and (max-width: var(--site-width)){.post>header{padding:0 var(--screen-padding)}}.post__title{margin:var(--spacing) 0}.post__title h1{font-size:2em;margin:0}@media screen and (max-width: var(--site-width)){.post__title h1{font-size:1.5em}}.post__title time{display:block}@media screen and (max-width: 1000px){.post__title time{margin-top:var(--spacing)}}.post__title time a,.post__title time a:visited{color:var(--blue-dark)}.post__text h1,.post__text h2,.post__text h3,.post__text h4,.post__text h5{contain:layout}@media screen and (min-width: 1079px){.post__text h1 .zola-anchor:hover,.post__text h2 .zola-anchor:hover,.post__text h3 .zola-anchor:hover,.post__text h4 .zola-anchor:hover,.post__text h5 .zola-anchor:hover{text-decoration:none}.post__text h1 .zola-anchor:hover:before,.post__text h2 .zola-anchor:hover:before,.post__text h3 .zola-anchor:hover:before,.post__text h4 .zola-anchor:hover:before,.post__text h5 .zola-anchor:hover:before{display:block}.post__text h1 .zola-anchor:before,.post__text h2 .zola-anchor:before,.post__text h3 .zola-anchor:before,.post__text h4 .zola-anchor:before,.post__text h5 .zola-anchor:before{content:"🔗";margin-top:-.7rem;position:absolute;font-size:1rem;right:0;padding:var(--spacing);left:calc(-1.5rem - var(--spacing)) !important}}@media screen and (min-width: 1079px) and (not (pointer: coarse)){.post__text h1 .zola-anchor:before,.post__text h2 .zola-anchor:before,.post__text h3 .zola-anchor:before,.post__text h4 .zola-anchor:before,.post__text h5 .zola-anchor:before{display:none}}@media screen and (max-width: var(--site-width)){.post__text{padding:0 var(--screen-padding)}}.post__feature-image{max-height:50vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.post__feature-image__inner{width:100vw}.post__2-images{display:flex;flex-direction:column}.post__2-images>div+div{margin-top:1rem}@media screen and (min-width: 1001px){.post__2-images{flex-direction:row}.post__2-images>div+div{margin-top:0;margin-left:1rem}}.footer{margin:var(--spacing) 0;max-width:var(--site-width);padding:0 var(--screen-padding);padding-top:var(--spacing)}.footer__logo{width:110px;height:110px}.footer__links{display:flex;flex-direction:row;align-items:center;margin-top:var(--spacing);justify-content:center}.footer__links>*{padding:5px;margin-right:var(--spacing);padding-left:var(--spacing);display:inline-block}.footer__links>*+*{border-left:1px solid var(--grey-light)}@media screen and (max-width: 480px){.footer__links{flex-direction:column}.footer__links>*{border:none}}.footer__bio{display:flex;flex-direction:row;align-items:center;justify-content:center}@media screen and (max-width: var(--site-width)){.footer__bio{flex-direction:column}}.footer__bio__text{max-width:400px;margin-left:var(--spacing)}@media screen and (max-width: var(--site-width)){.footer__bio__text{margin:0;margin-top:var(--spacing)}}.cv__name{margin:2rem 0}@media print{.cv__name{margin-top:0}}.cv__name h1{font-size:3rem}@media print{.cv__name h1{margin-top:0 !important}}.cv__name h1,.cv__name h2,.cv__name h3,.cv__name h4{margin:0}.cv__contact{float:right}.cv__contact ul{margin-bottom:0;text-align:right;list-style:none}.cv__description{text-align:justify}.cv__skills{display:flex}@media screen{.cv__skills{flex-direction:column}}@media screen and (min-width: 1001px){.cv__skills{flex-direction:row}.cv__skills>*+*{margin-left:1rem}}@media print{.cv__skills>*+*{margin-left:1rem}}.cv__skills h3{margin:0}.cv__skills>*{width:100%}.cv__skills ul{padding-left:1rem;margin-bottom:0}.cv__oss{list-style:none;margin:0;padding:0}.cv__oss ul{list-style-type:disc}.cv__oss h3{margin:.5rem 0 1rem 0}.cv__oss a:first-of-type{font-weight:bold}.cv__work-history{list-style:none;margin:0;padding:0}.cv__work-history__tags{margin-top:0}.cv__work-history time{float:right;font-size:80%}.cv__work-history ul{list-style-type:disc}.cv__work-history h3{margin-bottom:0}@media print{.cv__work-history h3{margin-top:1rem}}.cv__work-history h4{margin:0}@media print{body,html{color:#000 !important;margin:0 !important;padding:0 !important;background:#fff !important;font-size:12px !important}code{font-size:12px !important}.cv__name{margin-top:0}p{margin:10px 0}*{color:#000 !important}h1{margin:1rem 0 !important}}@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:100%}}*{box-sizing:border-box}body,html{font-size:14pt;font-family:"Atkinson Hyperlegible","Open Sans","Helvetica Neue","Helvetica-Neue",helvetica,sans-serif;color:var(--font-color);background-color:var(--bg-color);padding:0;margin:0}@media screen and (max-width: 1000px){body,html{font-size:13pt}}body{display:flex;flex-direction:column;align-items:center;padding:0 10px}@media screen and (max-width: var(--site-width)){body{display:block;padding:0}}h1,h2,h3,h4,h5,h6{font-family:Oswald;padding:0;margin:var(--spacing) 0;font-weight:normal}h1>img,h2>img,h3>img,h4>img,h5>img,h6>img{font-size:12px !important;font-family:sans-serif}h1 code,h2 code,h3 code,h4 code,h5 code,h6 code{font-size:inherit}h1,h1>a{color:var(--red)}h2,h2>a{color:var(--blue-dark)}h3,h4,h5,h6{color:var(--blue-light)}h3>a,h4>a,h5>a,h6>a{color:var(--blue-light)}a{text-decoration:none;color:var(--red)}a code{color:var(--red)}a:hover{color:var(--red-hover);text-decoration:underline}a:visited{color:var(--red)}img{max-width:100%}blockquote{border-left:3px solid var(--blue-light);margin:0;padding:0;padding-left:15px;position:relative}@media screen and (min-width: var(--site-width-desktop)){blockquote{margin-left:30px}blockquote:before{content:"🤔";position:absolute;left:-30px;top:0;font-size:18px}}.page-content{max-width:var(--site-width);padding:0 var(--screen-padding)}@media screen and (min-width: var(--site-width-desktop)){.box-float--left{clear:right;float:left;margin-right:20px}}@media screen and (min-width: var(--site-width-desktop)){.box-float--right{clear:left;float:right;margin-left:20px}}.box-float-break{clear:both}table{width:100%}table th,table td{text-align:left;border-top:1px solid var(--grey-light);padding:2px 6px}table th{font-weight:bold}div.callout{margin:1rem 0;padding:1rem;background-color:rgba(0,0,0,.1);background-color:color-mix(in srgb, var(--blue-light) 20%, rgba(0,0,0,0));border-radius:5px}div.callout :first-child{margin-top:0}div.callout :last-child{margin-bottom:0}