:root{--background: #fefefe;--header-background: #0a2233;--header-navigation: #ebf0f1;--brand: #fefefe;--text: #42444a;--link: #1779ba;--link-hover: #101115;--accent-1: #f6f6f6;--accent-2: #d4d4d6;--accent-3: #84868b;--highlight: #e3e3e6;--mono-space-font: ui-monospace, SFMono-Regular, ui-monospace, Monaco, "Andale Mono", "Ubuntu Mono", monospace;--heading-font: "Nunito Sans", -apple-system, system-ui, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;--body-font: "Lora", serif;--font-weight-normal: 400;--font-weight-bold: 700;--header-width: 94rem;--site-width: 88rem;--photos-wide: 120rem}@media (prefers-color-scheme: dark){:root{--background: #282c35;--text: #f7f7f7;--link: #45c8f7;--link-hover: #ffffff;--accent-1: #3d4149;--accent-2: #53565d;--accent-3: #d4d4d6;--highlight: #53565d}}*,*::before,*::after{box-sizing:border-box}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4,h5,h6,b,strong,th,td{font-weight:var(--font-weight-bold)}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font)}#root,#__next{isolation:isolate}html{font-size:10px;font-family:var(--body-font);text-rendering:optimizeLegibility;scroll-behavior:smooth}body{background:var(--background);color:var(--text);font-size:1.5rem;line-height:1.5666;width:100%;margin:0;-moz-font-feature-settings:"kern" 1;-ms-font-feature-settings:"kern" 1;-o-font-feature-settings:"kern" 1;-webkit-font-feature-settings:"kern" 1;font-feature-settings:"kern" 1;font-kerning:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;-ms-word-wrap:break-word;word-wrap:break-word;overflow-y:scroll;}::-moz-selection{background:var(--accent-2)}::selection{background:var(--accent-2)}a{text-decoration:none}a:link,a:visited{color:var(--link)}a:hover,a:active{text-decoration:underline;color:var(--link-hover)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:var(--font-weight-bold)}h1{font-size:2.4rem}h2{font-size:2.2rem}h3{font-size:2rem}h4,h5,h6{font-size:1.8rem}i,em,cite{font-style:italic}b,strong{font-weight:var(--font-weight-bold)}sub{vertical-align:sub;font-size:smaller}sup{vertical-align:super;font-size:smaller}figure{font-size:1.4rem;color:var(--accent-3);text-align:center}hr{border:none;height:1px;background:var(--accent-2);margin:4rem 0}blockquote{border-left:3px solid var(--link);color:var(--accent-3);margin:2rem 0;padding:0 2rem;font-style:italic}table{border-collapse:collapse;width:100%}th{font-weight:var(--font-weight-bold);background:var(--accent-1)}td{font-weight:var(--font-weight-normal)}th,td{padding:6px;border:1px solid var(--accent-2);text-align:left}code,kbd,pre,tt{font-family:var(--mono-space-font);font-size:1.4rem}pre{background:#101115;border-radius:.5rem;color:#f8f8f8;line-height:1.5;margin:2rem 0;overflow-wrap:normal;overflow-x:scroll;padding:2rem;white-space:pre;word-wrap:normal}code{background:var(--text);border-radius:1rem;color:var(--background);padding:3px}pre code{background:none;border:none;color:inherit;padding:0}div.highlight pre{background-color:#000 !important}highlight,mark{background-color:var(--highlight);color:var(--text);padding:0 3px;margin-left:-3px}input[type=button],input[type=submit]{background-color:var(--accent-2);border:none;color:var(--text);padding:6px 12px;text-decoration:none;margin:4px 1px;cursor:pointer;border-radius:.5rem}input[type=button]:hover,input[type=button]:active,input[type=submit]:hover,input[type=submit]:active{color:#fff;background:var(--link)}input[type=date],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{padding:8px 12px;background:var(--accent-1);border:1px solid var(--accent-2);border-radius:.5rem;margin:4px 1px;width:100%;font-size:1.8rem;height:auto;color:var(--text)}input[type=email]:active,input[type=email]:focus,input[type=text]:active,input[type=text]:focus,input[type=search]:active,input[type=search]:focus,textarea:active,textarea:focus{border-color:var(--accent-3);outline:none}main{margin:0 auto;padding:2rem;max-width:var(--site-width)}.header{width:100%;background:var(--header-background);z-index:10000;margin:0 0 2rem 0;padding:1rem 0;text-transform:uppercase}.logo{border-radius:.6rem;display:inline;margin-right:1.2rem;margin-top:-3px;vertical-align:middle;width:8rem;height:auto}.site-title{font-family:var(--heading-font);font-size:1.6rem;font-weight:700}.site-title a{padding-top:3px;display:inline-block}.site-title a:link,.site-title a:visited{color:var(--text)}.site-title a:hover,.site-title a:active{color:var(--link);text-decoration:none}.site-nav{display:flex;justify-content:space-between;align-items:center;padding:.75rem 2rem .5rem 2rem;font-family:var(--heading-font);font-size:1.4rem;margin:0 auto;max-width:var(--header-width)}.site-nav ul{list-style:none;padding:0}.site-nav a:link,.site-nav a:visited{color:var(--header-navigation)}.site-nav .brand{display:flex;flex-direction:row;align-items:center}.site-nav .brand h1{font-size:2rem;color:var(--brand);margin:0}.site-nav .brand h2{font-size:1.25rem;color:var(--brand);margin:0}.hamburger{display:none}.bar{display:block;width:16px;height:2px;margin:3px auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:var(--header-navigation)}.nav-menu{display:flex;justify-content:space-between;align-items:center}.nav-item{margin-left:1.75rem}body>footer{color:var(--brand);width:100%;background:var(--header-background);font-family:var(--heading-font);font-size:1.4rem;padding:2rem 2rem 1.5rem 2rem;text-align:center;margin:0 auto}body>footer p{margin:0}.to-top{border-radius:.6rem;height:3.6rem;width:3.6rem;vertical-align:middle;position:fixed;bottom:1rem;right:1.75rem;border:none;box-shadow:none;background:var(--link);padding:0 1rem;cursor:pointer;opacity:50%;transition:all .2s ease}.to-top:hover{opacity:100%}.to-top svg{fill:var(--background)}section.posts article{padding-bottom:3rem;border-bottom:1px solid #ddd;margin-bottom:5rem}section.posts article header h3{font-family:var(--body-font);font-size:1.5rem}article img,article video{max-width:600px;border-radius:1rem;margin:3rem auto}article img{max-height:500px;max-width:70%;height:auto;width:auto}article video{width:70%}article .youtube{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}article .youtube iframe{width:100%;height:100%;position:absolute;border:0}.captioned{display:flex;flex-direction:column;align-items:center}.captioned img{margin-bottom:.5rem}.captioned figcaption{font-size:1.25rem;font-style:italic}.gallery{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem 1rem;justify-content:center}.gallery img{width:45%}.gallery .captioned{width:45%}.gallery .captioned img{width:100%;max-height:fit-content;max-width:fit-content}ul.links{list-style-type:none;font-size:1.25rem}.screenshots{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem 1rem;justify-content:center}.screenshots img{width:30%;max-height:fit-content;max-width:fit-content}.screenshots .captioned{width:30%}.screenshots .captioned img{width:100%;max-height:fit-content;max-width:fit-content}section.apps{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;gap:3rem 10%}section.apps header h1{text-align:center;margin-bottom:0}section.apps header h1+img{margin-top:2rem}section.apps article img{width:100%;max-height:inherit;max-width:inherit;margin:0}article.summary{width:45%}article.summary header h1{font-size:1.9rem;text-transform:uppercase}section.games article.summary header img{border-radius:1rem;box-shadow:2px 2px 4px rgba(0,0,0,.3)}article.summary a:link,article.summary a:visited{color:var(--link-hover)}article.summary footer{display:flex;flex-direction:row;justify-content:center}article.summary footer img.itch{max-width:130px}@media only screen and (max-width: 768px){body{overscroll-behavior:contain;line-height:1.5111}.header{margin:0}.logo{width:6rem}.site-nav{font-size:2rem}.site-nav ul{padding:4rem 0;height:100dvmax;justify-content:start}.site-nav a:link,.site-nav a:visited{color:var(--text)}.nav-menu{position:fixed;left:-100%;top:0;flex-direction:column;background-color:var(--background);width:100%;border-radius:0;text-align:center;transition:.1s;height:100dvmax;z-index:10000}.nav-menu.active{left:0;top:0;margin:0;padding:10rem 0}.nav-item{margin:1.5rem 0}.hamburger{display:block;cursor:pointer;z-index:10010}.hamburger.active{position:fixed;right:20px}.hamburger.active .bar{background-color:var(--text)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(1){-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}.hamburger.active .bar:nth-child(3){-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)}.gallery{justify-content:space-around;gap:1rem 0}.gallery img{width:70%;margin:0}.gallery .captioned{width:70%}ul.links{display:none}.screenshots{gap:1rem 1rem;justify-content:space-around}.screenshots img{width:45%;margin:0}.screenshots .captioned{width:45%}article.summary{width:100%}}