@charset "UTF-8";:root{--color-accent:#2079c7;--font-color:#202020;--bold-color:#090909;--bg-color:white;--header-bg-color:#d9d9d9;--header-dark-color:var(--bold-color);--header-med-color:#333333;--header-light-color:#555555}@media not print{[data-theme=dark]{--color-accent:#2dd709;--font-color:#d9d9d9;--bold-color:#f0f0f0;--bg-color:#090909;--header-bg-color:#444;--header-dark-color:var(--bold-color);--header-med-color:#cccccc;--header-light-color:#aaaaaa}}html,body{padding:0;margin:0;height:100%;width:100%;background-color:var(--bg-color);color:var(--font-color)}:root{--font-body:'Roboto', sans-serif;--font-accent:'Roboto Mono', sans-serif}html,body{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1.33}h1{font-family:var(--font-accent);font-weight:700;font-size:1.8em;color:var(--color-accent)}h1:before,h2:before{content:'//';margin-right:.8em;letter-spacing:-.25em}h1:before{margin-right:.5em}h2{font-family:var(--font-accent);font-weight:700;text-transform:uppercase;font-size:.9em;color:var(--color-accent);margin-top:2rem}h3{margin-top:1.75em;color:var(--header-dark-color)}h4{color:var(--header-med-color)}h5{color:var(--header-light-color);font-weight:400}h3+h4{padding-top:0;margin-top:-1em}h4+h5{padding-top:0;margin-top:-1em}@media(min-width:900px){h1{font-size:2.5em}h2{font-size:1em}}@media(min-width:1200px){h1{font-size:2.5em}}ul{padding-left:1.25em}ul>li{margin-bottom:.25em}strong{font-weight:500;color:var(--bold-color)}a:visited,a:active,a:link,a:hover{color:var(--font-color)}#content{margin:0 auto;max-width:100%;padding:0 2rem;line-height:1.6}@media(min-width:900px){#content{display:grid;grid-template-columns:1fr 320px;column-gap:4rem;max-width:900px}}@media(min-width:1200px){#content{max-width:1200px}}header{font-family:var(--font-accent);font-size:.9em;line-height:2;white-space:nowrap;position:sticky;top:0;z-index:10;display:flex;gap:4em;justify-content:center;margin:0 auto;padding:.35em 0 .1em;background-color:var(--header-bg-color);border-bottom:1px solid #333}header strong{font-weight:700}header a{text-decoration:none}header a:hover{text-decoration:underline}header nav ul{display:flex;gap:2em;list-style:none;margin:0;padding:0}header nav ul li{flex:initial}footer{border-top:1px solid #ccc;padding:1em 0;margin:2em auto 0;text-align:center}.theme-switch{cursor:pointer}.theme-switch input[type=checkbox]{display:none}.theme-switch span:after{margin-left:.33em}.theme-switch .dark-label{display:inline-block}.theme-switch .dark-label:after{content:'🌙';background-color:navy;border-radius:100%}.theme-switch .light-label{display:none}.theme-switch .light-label:after{content:'☀️'}[data-theme=dark] .theme-switch .light-label{display:inline-block}[data-theme=dark] .theme-switch .dark-label{display:none}#sidebar ul{padding-left:0;list-style:none}#sidebar figure{margin:2em auto}#sidebar figure img{max-width:100%;clip-path:polygon(15% 0%,100% 0%,85% 100%,0% 100%);background:#eee;background:linear-gradient(0deg,#f0f0f0 0%,#cccccc 100%)}[data-theme=dark] #sidebar figure img{background:#444;background:linear-gradient(0deg,#444444 0%,#222222 100%)}[data-theme=dark] #sidebar figure img.neo{background:#444 url(/matrix-bg.webp)no-repeat 50%}#sidebar figure figcaption{font-family:var(--font-accent)}.homepage h1{white-space:nowrap;overflow:hidden;animation:typewriter 3s steps(30)1s 1 normal both}@keyframes typewriter{from{width:0}to{width:100%}}.homepage h1:after{content:'\2588';margin-left:.5em;animation:blink 1s steps(2,end)5;animation-delay:2.5s;visibility:hidden}@keyframes blink{to{visibility:visible}}#preview{width:520px;height:270px;box-sizing:border-box;padding:.66em 1em;margin:0 auto;border:1px solid #000;display:flex;flex-direction:column;justify-content:space-between;font-size:120%}#preview>div{width:100%}#preview #top{flex:none}#preview #bottom{flex:1 0;text-align:right;min-width:0;display:block;max-height:54%}#preview #bottom figure{display:flex;flex-direction:row;justify-content:space-between;align-items:end;margin:0;height:100%}#preview #bottom figure img{display:block;object-fit:contain;aspect-ratio:830/669;max-height:100%;clip-path:polygon(20% 0%,100% 0%,80% 100%,0% 100%)}#preview #bottom figure figcaption{font-size:1em;font-family:var(--font-accent)}#preview h1{font-size:1.8em}#preview h1,#preview h3{margin:0 0 .5em}@media print{:root{--font-color:black}h1,h2,h3,h4,h5{color:var(--font-color)}body{font-size:10pt}a:visited,a:active,a:link,a:hover{color:var(--font-color);text-decoration:none}h1:before,h2:before{display:none}header,footer{display:none}#content{display:grid;grid-template-columns:1fr 200px;column-gap:2em;line-height:1.3}#main p{text-align:justify}#sidebar #contact-info+ul li:last-child{display:none}#sidebar figure img{clip-path:none;background:0 0}.resume #main .job:nth-last-of-type(-n+3){font-size:.8em;line-height:1.2}.resume #main .job:nth-last-of-type(-n+3) h3,.resume #main .job:nth-last-of-type(-n+3) h4{display:inline-block;margin-top:.5rem;margin-right:1rem;margin-bottom:.5rem}}.fourohfour h3 .dark-message{display:none}.fourohfour h3 .light-message{display:block}[data-theme=dark] .fourohfour h3 .dark-message{display:block}[data-theme=dark] .fourohfour h3 .light-message{display:none}