﻿@font-face{font-family:"Fantasque Sans Mono";src:url("fonts/FantasqueSansMono-Regular.eot");src:url("fonts/FantasqueSansMono-Regular.eot?#iefix") format("embedded-opentype"),url("fonts/FantasqueSansMono-Regular.woff2") format("woff2"),url("fonts/FantasqueSansMono-Regular.woff") format("woff"),url("fonts/FantasqueSansMono-Regular.ttf") format("truetype"),url("fonts/FantasqueSansMono-Regular.svg#FantasqueSansMono-Regular") format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Fantasque Sans Mono";src:url("fonts/FantasqueSansMono-BoldItalic.eot");src:url("fonts/FantasqueSansMono-BoldItalic.eot?#iefix") format("embedded-opentype"),url("fonts/FantasqueSansMono-BoldItalic.woff2") format("woff2"),url("fonts/FantasqueSansMono-BoldItalic.woff") format("woff"),url("fonts/FantasqueSansMono-BoldItalic.ttf") format("truetype"),url("fonts/FantasqueSansMono-BoldItalic.svg#FantasqueSansMono-BoldItalic") format("svg");font-weight:700;font-style:italic;font-display:swap}:root{--background-color: #f5f5fb;--font-color: #303030;--title-color: #111111;--title-color-alt: #bf616a;--link-color: rgb(0, 88, 162);--link-hover-color: rgb(124, 161, 193);--hr-color: linear-gradient(to right, #ccc, #333, #ccc);--project-img-shadow-start: rgba(0,0,0,0.15);--project-img-shadow-end: rgba(0,0,0,0.13);--gallery-img-shadow-start: rgba(0,0,0,0.05);--gallery-img-shadow-end: rgba(0,0,0,0.03);--gallery-img-shadow-start-hover: rgba(0,0,0,0.15);--gallery-img-shadow-end-hover: rgba(0,0,0,0.13);--toggle-background-color: #f3f3f3;--toggle-border-color: #dddddd;--inline-code-color: var(--title-color-alt);--inline-code-background-color: rgba(0, 0, 0, .02);--gallery-bg-start: rgb(245, 245, 251);--gallery-bg-med: rgb(58, 69, 86);--gallery-bg-end: rgb(0, 10, 30)}[data-theme=dark]{--background-color: #3a4556;--font-color: #d1d6db;--title-color: #d1d6db;--title-color-alt: #bf616a;--link-color: #81e8da;--link-hover-color: #81e8da;--hr-color: linear-gradient(to right, rgb(103, 111, 119), rgb(153, 164, 174), rgb(103, 111, 119));--project-img-shadow-start: rgba(0,0,0,0.15);--project-img-shadow-end: rgba(0,0,0,0.13);--gallery-img-shadow-start: rgba(0,0,0,0.05);--gallery-img-shadow-end: rgba(0,0,0,0.03);--gallery-img-shadow-start-hover: rgba(0,0,0,0.18);--gallery-img-shadow-end-hover: rgba(0,0,0,0.20);--toggle-background-color: #dddddd;--inline-code-background-color: rgba(0, 0, 0, .1);--gallery-bg-start: rgb(58, 69, 86);--gallery-bg-med: rgb(0, 10, 30);--gallery-bg-end: rgb(25, 0, 30)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-weight:300;font-stretch:normal;color:var(--font-color);background-color:var(--background-color)}code{font-family:"Fantasque Sans Mono",monospace}p code,li code{color:var(--inline-code-color);white-space:pre-wrap;}h1,h2,h3,h4{color:var(--title-color);font-weight:500}h2,h3,h4{color:var(--title-color-alt)}h2{font-variant:small-caps}h3{margin:8px 0}p{line-height:1.35em}ul{line-height:1.35em}a,a:visited{color:var(--link-color)}a{text-decoration:none}a:hover{border-bottom:1px solid var(--link-hover-color)}.banner{height:6px;background-color:var(--link-color);background:repeat-y url("/img/output-YlGnBu_r.png");background:repeat-y url("/img/output-RdBu_r.png");background-size:100%;margin:-8px -8px 0 -8px;cursor:pointer;transition:height 200ms;display:flex;align-items:end;justify-content:end}.banner .text{display:none;font-size:30px;font-weight:100;text-transform:uppercase;font-family:Tahoma,Geneva,Verdana,sans-serif}.banner .text a{display:block;color:#d1d6db}.banner .text a:hover{border-bottom:none;color:#266195}.banner:hover,.banner:focus{height:32px}.banner:hover .text,.banner:focus .text{display:block}.name,.name:visited{color:var(--title-color);border-bottom-color:var(--font-color);font-variant:normal}.menu-container{display:flex;justify-content:center;box-shadow:0 -4px 3px 0 var(--gallery-img-shadow-end-hover);margin:0 -8px;padding:8px}.menu-container li{font-size:1.2em;display:inline-block;font-variant:small-caps;margin:16px}.container{max-width:768px;margin:auto}.content-grid{display:grid;grid-template-columns:2fr 1fr;grid-column-gap:32px}.grid-main{grid-column:1/span 1}.grid-aside{grid-column:2/span 1}.footer-container{min-height:64px;text-align:center;padding:16px}.footer-container a,.footer-container a:visited,.footer-container a:hover{color:var(--font-color);border-bottom:none}hr.heavy,.article-content hr{border:0;height:1px;background:#333;background-image:var(--hr-color)}hr.light{display:none;border:0;background-image:var(--hr-color)}.project-content{margin:96px 0;display:grid}@media screen and (min-width: 600px){.project-content{grid-template-columns:[main] 3fr [img] 1fr;grid-template-rows:auto 1fr;grid-column-gap:32px}.project-reversed{grid-template-columns:[img] 1fr [main] 3fr}.project-tags{grid-column:main/span 1;grid-row:1/span 1}.project-description{grid-column:main/span 1;grid-row:2/span 1}.project-img{grid-column:img/span 1;grid-row:1/span 2}}.project-img img{height:auto;margin:8px;box-shadow:4px 4px 8px var(--project-img-shadow-start),0 6px 6px var(--project-img-shadow-end);border-radius:4px}pre{padding:1.1em 1em;overflow:auto}code span{line-height:1.3em}pre mark{display:block;background-color:rgba(254,252,232,.9)}pre mark span:first-child{color:#d1d6db}.side-menu{text-align:center}.side-menu li{display:inline-block}.side-menu li:not(:first-child):before{content:" • "}.side-menu .current-item{font-weight:bold}.gallery{display:flex;flex-wrap:wrap;justify-content:center;max-width:1280px;margin:auto}.gallery .section-title{display:block;width:100%;text-align:center}.gallery .image{height:350px;width:350px;margin:8px}.gallery .image div{width:100%;height:100%;background-repeat:no-repeat;background-size:cover;box-shadow:4px 4px 4px var(--gallery-img-shadow-start),0 6px 6px var(--gallery-img-shadow-start);border-radius:4px;transition:box-shadow 200ms}.gallery .image div:hover{box-shadow:4px 4px 8px var(--gallery-img-shadow-start-hover),0 6px 6px var(--gallery-img-shadow-start-hover)}.gallery a{height:inherit;display:block}.gallery a:hover{border-bottom:none}@media screen and (max-width: 700px){.gallery .image{width:100%;height:inherit;margin:4px}.gallery .image div:after{content:"";display:block;padding-bottom:100%}}#scheme-switch{display:none}#scheme-switch-label{display:inline-block;width:24px;height:24px;border-radius:12px;text-align:center;line-height:24px;cursor:pointer}.blog-list h3{margin:0}.blog-list hr{max-width:32px;margin:32px 0}.blog-snippet{margin:1em 0}.page-meta{text-align:left;display:block;margin-bottom:42px;margin-top:-12px}.article-date{min-width:5.5rem;display:inline-block}.unpublished-tag{color:var(--title-color-alt);font-weight:500}blockquote{border-left:var(--title-color-alt) 4px solid;margin-left:4px;padding-left:1em}table{border-collapse:collapse;margin:2em 0}td,th{border:solid 1px var(--font-color);padding:4px .5em}