.top-bar{position:fixed;top:32px;left:0;width:100%;display:flex;justify-content:center;align-items:center;gap:32px;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:5;transition:top .2s ease}.top-bar .top-bar-logo{all:unset;cursor:pointer;position:relative;max-width:200px;height:58px}.top-bar .top-bar-logo img{pointer-events:none;width:100%;height:auto}.top-bar .top-bar-logo.head{width:200px;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.2))}.top-bar .top-bar-logo.head img{object-fit:contain;max-height:100px}@media screen and (max-height:940px){.top-bar .top-bar-logo.head img{max-height:72px}}@media screen and (max-width:1100px){.top-bar .top-bar-logo.head img{max-height:40px}}.top-bar .top-bar-logo .logo-primary{position:absolute;top:0;left:0;opacity:1}@media screen and (max-width:1100px){.top-bar .top-bar-logo .logo-primary{top:-16px}}.top-bar .top-bar-logo .logo-yellow{opacity:0}.top-bar .top-bar-logo:hover{transform:rotate(-5deg) scale(1.2)}.top-bar .top-bar-logo.sticky .logo-primary{opacity:0}.top-bar .top-bar-logo.sticky .logo-yellow{opacity:1}.top-bar .top-bar-logo.hide{opacity:0}.top-bar.sticky{top:0}.top-bar.sticky .top-bar-logo{margin-top:2px}.top-bar a:not(.top-bar-logo),.top-bar button:not(.top-bar-logo){all:unset;display:flex;align-items:center;gap:16px;font-size:18px;text-transform:uppercase;letter-spacing:1.5px;font-weight:700;text-shadow:2px 3px #000;cursor:pointer;position:relative}@media screen and (max-width:1100px){.top-bar a:not(.top-bar-logo),.top-bar button:not(.top-bar-logo){display:none}}.top-bar a:not(.top-bar-logo):active,.top-bar a:not(.top-bar-logo):focus,.top-bar a:not(.top-bar-logo):hover,.top-bar button:not(.top-bar-logo):active,.top-bar button:not(.top-bar-logo):focus,.top-bar button:not(.top-bar-logo):hover{color:#f6c601}.top-bar a:not(.top-bar-logo):active:before,.top-bar a:not(.top-bar-logo):focus:before,.top-bar a:not(.top-bar-logo):hover:before,.top-bar button:not(.top-bar-logo):active:before,.top-bar button:not(.top-bar-logo):focus:before,.top-bar button:not(.top-bar-logo):hover:before{position:absolute;content:" ";background-color:#e00910;width:120%;margin-left:-5%;height:100%;box-shadow:4px 4px 0 #650407}.top-bar a:not(.top-bar-logo):active img,.top-bar a:not(.top-bar-logo):active span,.top-bar a:not(.top-bar-logo):focus img,.top-bar a:not(.top-bar-logo):focus span,.top-bar a:not(.top-bar-logo):hover img,.top-bar a:not(.top-bar-logo):hover span,.top-bar button:not(.top-bar-logo):active img,.top-bar button:not(.top-bar-logo):active span,.top-bar button:not(.top-bar-logo):focus img,.top-bar button:not(.top-bar-logo):focus span,.top-bar button:not(.top-bar-logo):hover img,.top-bar button:not(.top-bar-logo):hover span{transform:scale(1.17)}.top-bar a:not(.top-bar-logo) img,.top-bar button:not(.top-bar-logo) img{width:48px;height:48px;object-fit:contain}@media screen and (max-width:1100px){.top-bar.light{background-color:transparent}}.top-bar.light a,.top-bar.light button:not(.top-bar-logo){color:#f6c601;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,2px 2px #000}.top-bar.light a:active,.top-bar.light a:focus,.top-bar.light a:hover,.top-bar.light button:not(.top-bar-logo):active,.top-bar.light button:not(.top-bar-logo):focus,.top-bar.light button:not(.top-bar-logo):hover{color:#f6c601;text-shadow:2px 3px #000}.top-bar-back{position:fixed;top:-2px;width:100vw;height:62px;background-color:#e00910;z-index:4;transition:transform .2s ease;transform:translateY(-100%)}.top-bar-back.black{background-color:rgba(0,0,0,.75)}.top-bar-back.sticky{transform:translateY(0)}.blood{position:fixed;bottom:0;left:0;z-index:4;width:100%;height:100%;pointer-events:none;opacity:0;transform:translateY(-160%)}.blood .blood-bottom{transform:scaleY(-1) translateY(10px)}.blood .blood-top{position:relative;transform:translateY(10px)}.blood .blood-face{position:absolute;top:200px;left:0;width:100%;height:50vh;z-index:1;display:flex;justify-content:center}.blood .blood-face img{height:100%;width:auto}.blood .blood-middle{height:100vh;background-color:#e00910}.blood.show{opacity:1;animation:slideUp 1s cubic-bezier(.25,.1,.75,.9)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(-180%)}}.mobile-nav-button{all:unset;cursor:pointer;position:fixed;right:32px;top:32px;z-index:5;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease}@media screen and (min-width:1100px)and (min-height:500px){.mobile-nav-button{display:none}}.mobile-nav-button.sticky{filter:grayscale(1) brightness(5);top:16px}.mobile-nav-button img{max-height:40px;max-width:8vw;height:auto}.mobile-nav-button:active,.mobile-nav-button:focus,.mobile-nav-button:hover{filter:contrast(200%) brightness(200%)}.nav{position:fixed;background-color:#c7080e;top:0;right:0;width:100vw;min-height:100%;max-height:-webkit-fill-available;overflow-x:hidden;overflow-y:auto;z-index:5;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .5s ease}.nav.open{transform:translateX(0)}@media screen and (min-width:1100px)and (min-height:500px){.nav.open{box-shadow:-8px 4px 0 #650407}.nav{width:40vw}}.nav .nav-header{display:flex;align-items:center;padding:16px 24px;gap:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav .nav-header .social-media-links{display:flex;align-items:center;gap:16px;margin-left:8px}.nav .nav-header .social-media-links img{width:32px;height:auto;object-fit:contain}.nav .nav-header .nav-logo{height:48px;width:auto}@media screen and (max-width:1100px){.nav .nav-header .nav-logo{height:32px}}.nav .nav-header .nav-close{all:unset;cursor:pointer;margin-left:auto}.nav .nav-header .nav-close img{max-width:40px;height:auto}.nav .nav-header .nav-close:focus,.nav .nav-header .nav-close:hover{transform:scale(1.2)}.nav .nav-links{display:flex;flex-direction:column;padding:16px 16px 16px 32px;gap:24px}.nav .nav-links a{all:unset;display:flex;align-items:center;gap:16px;font-size:18px;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;text-shadow:2px 3px #000;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff}.nav .nav-links a .new{font-style:italic;color:#f6c601;font-size:14px}.nav .nav-links a:active,.nav .nav-links a:focus,.nav .nav-links a:hover{color:#f6c601;background-color:#e00910}.nav .nav-links a:active .new,.nav .nav-links a:focus .new,.nav .nav-links a:hover .new{color:#4178b0}.nav .nav-links a:active img,.nav .nav-links a:active span,.nav .nav-links a:focus img,.nav .nav-links a:focus span,.nav .nav-links a:hover img,.nav .nav-links a:hover span{transform:scale(1.2)}.nav .nav-links a img{width:24px;height:48px;object-fit:contain}.nav .nav-copyright{width:100%;text-align:center;font-size:10px;font-weight:300;letter-spacing:-.5px;text-shadow:2px 3px #000;margin-top:80px;color:#fff}@media screen and (min-width:1100px)and (min-height:500px){.nav .nav-copyright{position:fixed;bottom:16px;font-size:14px}}@media screen and (max-width:1100px){.nav .nav-copyright{position:fixed;left:0;width:100%;text-align:center;bottom:16px}}.mushroom{position:fixed;top:0;right:0;width:100vw;min-height:100vh;max-height:-webkit-fill-available;z-index:4;transform:translateX(100%);transition:transform .5s linear;filter:brightness(80%);pointer-events:none}@media screen and (min-width:1100px)and (min-height:500px){.mushroom{display:none}}.mushroom img{height:100%;width:auto}.mushroom.open{transform:translateX(-225%)}.planes img{position:fixed;z-index:4;mix-blend-mode:multiply;opacity:.25;pointer-events:none;transition:bottom 1s ease,left 1s ease;height:auto}@media screen and (min-width:1100px)and (min-height:500px){.planes img{opacity:.75}}.planes img.plane-one{width:35%;bottom:50%;left:-100%}@media screen and (min-width:1100px)and (min-height:500px){.planes img.plane-one{width:10%}}.planes img.plane-two{width:75%;bottom:-100%;right:-50%}@media screen and (min-width:1100px)and (min-height:500px){.planes img.plane-two{width:20%}}.planes.open .plane-one{bottom:15%;left:20%}@media screen and (min-width:1100px)and (min-height:500px){.planes.open .plane-one{left:auto;right:15%}}.planes.open .plane-two{bottom:-2%;right:-10%}@media screen and (min-width:1100px)and (min-height:500px){.planes.open .plane-two{bottom:-2%;right:-2%}}.blur{display:none}@media screen and (min-width:1100px)and (min-height:500px){.blur{display:block;position:fixed;width:100vw;height:100vh;z-index:4;background-color:rgba(0,0,0,.75);top:0;left:0;opacity:0;pointer-events:none;transition:all .2s ease}.blur.open{opacity:1;pointer-events:all}}.epilepsy{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;background-color:#000;justify-content:center;align-items:center;z-index:6}.epilepsy .epilepsy-logo{position:fixed;display:flex;top:0;padding:16px;width:160px}.epilepsy .epilepsy-inner{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.epilepsy h1{margin:0;text-transform:uppercase;color:#f6c601;font-size:4rem}.epilepsy h1:nth-of-type(2){letter-spacing:5px}.epilepsy button{all:unset;cursor:pointer;color:#e00910;font-family:Martian Mono,monospace;font-weight:400;background-color:#e00910;color:#fff;padding:16px;border:1px double #e00910;text-shadow:2px 3px #000;font-size:24px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:90%;margin-top:32px;text-transform:uppercase}.epilepsy button:active,.epilepsy button:focus,.epilepsy button:hover{text-decoration:underline;text-underline-offset:4px}.spotify{position:fixed;bottom:0;left:0;margin:24px;width:64px;z-index:6;cursor:pointer}.spotify img{pointer-events:none;width:100%;height:auto}@media screen and (max-width:1100px){.spotify{width:32px;top:0;bottom:auto}.spotify.sticky{margin:14px 16px}.spotify.hide{left:-50%}}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:contain;background-image:url(https://w-img.b-cdn.net/lil-darkie/textures/dust.png);filter:invert(1);animation:changeBackground .5s steps(1) infinite alternate-reverse;background-repeat:repeat;opacity:.5;z-index:5;pointer-events:none}.backdrop.flashing{opacity:.5;filter:invert(0)}@keyframes changeBackground{0%{background-image:url(https://w-img.b-cdn.net/lil-darkie/textures/dust.png)}20%{background-image:url(https://w-img.b-cdn.net/lil-darkie/textures/concrete-wall-2.png)}40%{background-image:url(https://w-img.b-cdn.net/lil-darkie/textures/old-wall.png)}60%{background-image:url(https://w-img.b-cdn.net/lil-darkie/textures/concrete-wall.png)}80%{background-image:url(https://w-img.b-cdn.net/lil-darkie/textures/asfalt-dark.png)}to{background-image:url(https://w-img.b-cdn.net/lil-darkie/textures/old-wall.png)}}.cookies{position:fixed;bottom:8px;left:0;width:100%;z-index:6;pointer-events:none}.cookies .cookies-inner{display:flex;flex-wrap:wrap;gap:16px;width:80%;margin:auto;padding:24px;background-color:#131512;border:2px solid #dfe1dc;pointer-events:auto}@media screen and (min-width:1100px)and (min-height:500px){.cookies .cookies-inner{flex-wrap:nowrap;width:70%}}.cookies .cookies-inner p{margin:0;font-size:12px;font-weight:200;text-align:justify;flex:90% 1;color:#fff}.cookies .cookies-inner button{all:unset;cursor:pointer;color:#e00910;font-family:Martian Mono,monospace;font-weight:400;background-color:#e00910;color:#fff;padding:8px 32px;border:1px double #e00910;text-shadow:2px 3px #000;font-size:14px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-transform:uppercase;margin:auto;flex:10% 1}.cookies .cookies-inner button:active,.cookies .cookies-inner button:focus,.cookies .cookies-inner button:hover{text-decoration:underline;text-underline-offset:4px}@font-face{font-family:__Martian_Mono_af434a;font-style:normal;font-weight:100 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2a705150951ef2a4-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Martian_Mono_af434a;font-style:normal;font-weight:100 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6005d9cba6316789-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Martian_Mono_af434a;font-style:normal;font-weight:100 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/8a763194f13aaf21-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Martian_Mono_af434a;font-style:normal;font-weight:100 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/469131ae38de04f1-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Martian_Mono_Fallback_af434a;src:local("Arial");ascent-override:63.06%;descent-override:12.61%;line-gap-override:0.00%;size-adjust:158.58%}.__className_af434a{font-family:__Martian_Mono_af434a,__Martian_Mono_Fallback_af434a;font-style:normal}@import"https://fonts.googleapis.com/css2?family=Martian+Mono:wght@100;200;300;400;500;600;700;800&display=swap";@font-face{font-family:SF Fedora;src:url(https://w-img.b-cdn.net/lil-darkie/fonts/sf-fedora.ttf) format("truetype")}@font-face{font-family:SF Fedora Titles Italic;src:url(https://w-img.b-cdn.net/lil-darkie/fonts/sf-fedora-titles-italic.ttf) format("truetype")}@font-face{font-family:Simple Letter;src:url(https://w-img.b-cdn.net/lil-darkie/fonts/leo.ttf) format("truetype")}:root{color-scheme:dark}body{margin:0;font-family:Martian Mono,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff}body.light{background-color:#fff;color:#000}body.peach{background-color:#efbf75;color:#000}body.no-scroll{overflow:hidden}button,input{font-family:Martian Mono,monospace}html.no-scroll,html.no-scroll body{overflow:hidden}