.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}.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}.gallery-root{padding:0 3rem 1.5rem;width:100%;max-width:1200px;margin:0 auto;-moz-columns:4;columns:4;-moz-column-gap:1rem;column-gap:1rem}@media screen and (max-width:1100px){.gallery-root{-moz-columns:3;columns:3}}@media screen and (max-width:750px){.gallery-root{-moz-columns:2;columns:2}}@media screen and (max-width:450px){.gallery-root{-moz-columns:1;columns:1}}.gallery-item{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:1rem}.gallery-item a{display:block;position:relative;overflow:hidden;border-radius:4px 4px 0 0;text-decoration:none}.gallery-item img{width:100%;display:block;transition:transform .2s ease}.gallery-item:hover img{transform:scale(1.03)}.gallery-item.nsfw a img{filter:blur(20px);transition:filter .3s ease,transform .2s ease}.gallery-item.nsfw a .nsfw-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--colors-text);font-family:ManksansRegular-Medium,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif;font-size:85%;text-align:center;padding:.5rem 1rem;background:rgba(0,0,0,.5);border-radius:4px;pointer-events:none;transition:opacity .3s ease}.gallery-item.nsfw a.nsfw-first .nsfw-label::after{content:"click to reveal";display:block;font-size:70%;opacity:.6;margin-top:2px}.gallery-item.nsfw.revealed a img{filter:none}.gallery-item.nsfw.revealed a .nsfw-label{opacity:0}.gallery-caption{padding:.5rem .5rem 0;display:flex;flex-direction:column;gap:2px}.gallery-title{font-family:ManksansRegular-Medium,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif;font-size:100%}.gallery-meta{color:var(--colors-subtext);font-size:75%;font-family:paradroidmono-light,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif}.page-root{padding:1.5rem 3rem;width:100%;max-width:48rem;margin:0 auto;font-family:louis_george_caferegular,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif}.page-root p{color:var(--colors-subtext);font-size:85%}.page-root p:first-of-type{margin-top:0}.page-root h4:first-of-type{margin-top:0}.page-root p:last-of-type{margin-bottom:0}.page-root h1,.page-root h2,.page-root h3,.page-root h4{font-family:ManksansRegular-Medium,Roboto,Oxygen,Droid Sans,Helvetica Neue,sans-serif}footer{padding:1.5rem 3rem;display:flex;justify-content:center}.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)}