.dark{--colors-text:#DCDCDC;--colors-subtext:#AFAFAF;--colors-hr:#AFAFAF7F;--colors-background:#100F11;--colors-page:#27282B;--colors-accent:#E7B400;--colors-border:#777}.dark .items-light{display:none}.light{--colors-text:#100F11;--colors-subtext:#3C3C3C;--colors-hr:#3C3C3C7F;--colors-background:#EAE7E0;--colors-page:#CABDB6;--colors-accent:#CA6116;--colors-border:#777}.light .items-dark{display:none}@font-face{font-family:manksansregular;src:url(/fonts/manksans.woff2)format("woff2"),url(/fonts/manksans.woff)format("woff"),url(/fonts/manksans.tff)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:manksansregular-medium;src:url(/fonts/manksans-medium.woff2)format("woff2"),url(/fonts/manksans-medium.woff)format("woff"),url(/fonts/manksans-medium.tff)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:louis_george_caferegular;src:url(/fonts/louis_george_cafe.woff2)format("woff2"),url(/fonts/louis_george_cafe.woff)format("woff"),url(/fonts/louis_george_cafe.tff)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:paradroidmono-light;src:url(/fonts/paradroidmono-light.woff2)format("woff2"),url(/fonts/paradroidmono-light.woff)format("woff"),url(/fonts/paradroidmono-light.tff)format("truetype");font-weight:400;font-style:normal}html,body{padding:0;margin:0;font-size:110%;font-family:ManksansRegular,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--colors-background);color:var(--colors-text)}a{color:inherit}*{box-sizing:border-box}.site-wrapper{min-height:100vh;display:flex;flex-direction:column}.site-wrapper main{flex:1}.menu-root{padding:1.5rem 3rem;font-family:ManksansRegular-Medium,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:.5rem}.menu-root a{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.5rem;color:var(--colors-text);text-decoration:none}.menu-root a svg{width:18px;height:18px}.menu-root a:hover{color:var(--colors-accent)}.menu-root a:active{color:var(--colors-accent);text-shadow:0 0 5px var(--colors-accent)}.menu-root a:active svg{filter:drop-shadow(0 0 5px var(--colors-accent))}.menu-root a.active{color:var(--colors-accent);text-decoration-line:underline;text-decoration-thickness:2px;text-underline-offset:5px}.menu-icon{display:block;margin:auto;cursor:pointer}.projects-root{padding:0 3rem 1.5rem;width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media screen and (max-width:900px){.projects-root{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.projects-root{grid-template-columns:1fr}}.project-card{background:var(--colors-page);border-radius:6px;overflow:hidden;text-decoration:none;color:var(--colors-text);transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.project-card.coming-soon{opacity:.5;pointer-events:none}.project-cover{aspect-ratio:16/9;overflow:hidden}.project-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-cover img{transform:scale(1.05)}.project-cover-placeholder{display:flex;align-items:center;justify-content:center;background:var(--colors-background);font-family:ManksansRegular-Medium,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif;font-size:115%;color:var(--colors-subtext)}.project-info{padding:1rem;display:flex;flex-direction:column;gap:4px}.project-title{font-family:ManksansRegular-Medium,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif;font-size:115%}.project-genre{color:var(--colors-subtext);font-size:85%;font-family:paradroidmono-light,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif}.project-status{font-size:85%;font-family:paradroidmono-light,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif;color:var(--colors-subtext);margin-top:4px}.project-status.playable{color:var(--colors-accent)}.project-page{width:100%;max-width:48rem;margin:0 auto;padding:0 3rem 1.5rem}.project-hero{border-radius:6px;overflow:hidden;margin-bottom:1.5rem;max-width:300px;float:left;margin-right:1.5rem}.project-hero img{width:100%;display:block}@media screen and (max-width:600px){.project-hero{float:none;max-width:200px;margin:0 auto 1.5rem}}.project-details h1{font-family:ManksansRegular-Medium,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif;margin:0 0 .5rem}.project-details .project-genre{display:block;margin-bottom:1.5rem}.project-description{font-family:louis_george_caferegular,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif;color:var(--colors-subtext);font-size:85%;line-height:1.6;margin-bottom:1.5rem}.project-description p:first-of-type{margin-top:0}.project-description p:last-of-type{margin-bottom:0}.project-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:.5rem 1.5rem;border-radius:4px;text-decoration:none;font-family:ManksansRegular-Medium,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif;font-size:100%;transition:background .2s ease,transform .1s ease}.btn:active{transform:scale(.97)}.btn-play{background:var(--colors-accent);color:var(--colors-background)}.btn-play:hover{filter:brightness(1.15)}.btn-external{background:var(--colors-page);color:var(--colors-text);border:1px solid var(--colors-border)}.btn-external:hover{border-color:var(--colors-accent);color:var(--colors-accent)}footer{padding:1.5rem 3rem;display:flex;justify-content:center}.site-footer{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-about{font-family:louis_george_caferegular,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif;font-size:85%;color:var(--colors-subtext);margin:0}.footer-about a{color:var(--colors-accent);text-decoration:none}.footer-about a:hover{text-decoration:underline}.social-container{display:flex;flex-direction:row;margin:.5rem;padding-bottom:1rem}.social-link{margin:.5rem;display:flex;flex-direction:row;align-items:center}.social-link img{width:18px;filter:saturate(.2)}.social-link:hover img{filter:saturate(1)}