@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@font-face{font-display:swap;font-family:Victor;font-style:normal;font-weight:700;src:url(/assets/VictorMono-Bold-CG6GEdIT.woff2) format("woff2"),url(/assets/VictorMono-Bold-CjB6eX6n.woff) format("woff")}@font-face{font-display:swap;font-family:MAELSTROM;font-style:normal;font-weight:400;src:url(/assets/MAELSTROM-CMKa8tzI.woff2) format("woff2"),url(/assets/MAELSTROM-FGw2uFCi.woff) format("woff")}:root{--color-red:#c20000;--color-green:#26ff00;--color-grey:#d9d9d9;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:4rem;--columns:12;--col-gutter:var(--space-sm);--site-gutter:var(--space-sm);--font-body:"Geist",sans-serif;--font-mono:"Victor",monospace;--font-display:"MAELSTROM",sans-serif;--font-size-base:1rem;--line-height-base:1.25}.grid-overlay{background-image:repeating-linear-gradient(to right,#ffffff0c,#ffffff0c calc(100%/var(--columns) - var(--col-gutter)),transparent calc(100%/var(--columns) - var(--col-gutter)),transparent calc(100%/var(--columns)));background-position:0 0;background-size:calc(100% + var(--col-gutter)) 100%;inset:0 var(--site-gutter);mix-blend-mode:difference;pointer-events:none;position:fixed;z-index:9999}.grid-container{align-items:start;-moz-column-gap:var(--col-gutter);column-gap:var(--col-gutter);display:grid;grid-template-columns:repeat(var(--columns),minmax(0,1fr));padding:0 var(--site-gutter)}.grid-container>*{grid-column:1/-1}.subgrid{display:grid;grid-template-columns:subgrid}.grid-decoration{background-image:linear-gradient(to right,transparent 8px,var(--color-grey) 8px,var(--color-grey) 9px,transparent 9px),linear-gradient(to right,transparent 50%,var(--color-grey) 50%,var(--color-grey) calc(50% + 1px),transparent calc(50% + 1px)),linear-gradient(to right,transparent calc(100% - 9px),var(--color-grey) calc(100% - 9px),var(--color-grey) calc(100% - 8px),transparent calc(100% - 8px));height:100vh;top:0;right:0;bottom:0;left:0;pointer-events:none;position:fixed;z-index:1}.grid-decoration--under{background-image:linear-gradient(to right,transparent 25%,var(--color-grey) 25%,var(--color-grey) calc(25% + 1px),transparent calc(25% + 1px)),linear-gradient(to right,transparent 75%,var(--color-grey) 75%,var(--color-grey) calc(75% + 1px),transparent calc(75% + 1px));z-index:0}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}html{font-size:100%;-webkit-text-size-adjust:100%}body{line-height:1.5;min-height:100svh;-webkit-font-smoothing:antialiased}a{color:currentColor;text-decoration:none;text-decoration-thickness:from-font;text-underline-position:from-font}.btn{font-size:1em;min-height:35px}.btn,.btn span{display:inline-block}.btn span{font-family:var(--font-display);height:100%;line-height:1.5;text-transform:uppercase;word-spacing:-.5em}.btn:hover span{font-family:var(--font-body);font-size:1.5em;font-weight:500;line-height:1;word-spacing:0}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}::-webkit-scrollbar{height:.55rem;width:.55rem}::-webkit-scrollbar-track{background-color:var(--color-green)}::-webkit-scrollbar-thumb{background-color:#21db04;border-radius:0}#noise-canvas{top:0;right:0;bottom:0;left:0;opacity:.75;pointer-events:none;position:fixed;z-index:-1}body{background-color:var(--color-green);color:var(--color-red);font-family:var(--font-body);font-size:var(--font-size-base);line-height:var(--line-height-base)}.hero-section{flex-direction:column;justify-content:space-between;min-height:100svh;position:relative}.hero-section,.hero-svg-clip{align-items:center;display:flex;overflow:hidden}.hero-svg-clip{top:0;right:0;bottom:0;left:0;justify-content:center;pointer-events:none;position:fixed;z-index:0}.hero-svg-clip>svg{flex-shrink:0;height:auto;max-width:none;width:106vw}.hero-svg-clip.is-settled{display:block;inset:auto;left:50%;overflow:visible;position:absolute;top:var(--svg-bbox-offset);transform:translate(-50%);width:106vw}.hero-svg-placeholder{opacity:0;pointer-events:none}.hero{overflow-x:clip;position:relative}.hero-section--top{font-family:var(--font-mono);font-size:.875rem;font-weight:700;letter-spacing:-.01em;line-height:1}.hero-section--top:after,.hero-section--top:before{background-color:var(--color-grey);content:"";height:1px;left:0;position:fixed;right:0;top:var(--site-gutter);width:100%}.hero-section--top:after{bottom:var(--site-gutter);position:absolute;top:auto}.hero-section--bottom{overflow:visible;position:relative}.hero-section--bottom svg{filter:drop-shadow(5px 5px 0 #21DB01)}:is(.hero-section--bottom svg) path{opacity:0}.hero-section--bottom:after{background-color:var(--color-grey);bottom:var(--site-gutter);content:"";height:1px;left:0;position:absolute;right:0;width:100%}.hero-section__footer,.hero-section__header{align-items:flex-start;display:flex;justify-content:space-between;padding:var(--site-gutter);width:100%}:is(.hero-section__header,.hero-section__footer)>*{flex:1;text-align:center}:is(:is(.hero-section__header,.hero-section__footer)>*):first-child{text-align:left}:is(:is(.hero-section__header,.hero-section__footer)>*):last-child{text-align:right}.hero-section__header .logo{display:inline-block;left:calc(var(--site-gutter) + 1px);position:fixed;top:calc(var(--site-gutter) + 2px);z-index:4}:is(.hero-section__header .logo) svg{height:auto;width:50px}.hero-section__header a{display:inline-block;position:fixed;right:calc(var(--site-gutter) + 1px);top:var(--site-gutter);transform:scaleX(-1);z-index:4}.hero-section__footer{align-items:flex-end}.hero-section__footer .time{display:inline-block;left:.1em;position:relative;transform:scaleX(-1)}.hero-section__footer .since{display:inline-block;left:-.3em;position:relative}.hero-section__footer .temp{display:inline-block;left:-.1em;position:relative;writing-mode:sideways-rl}.hero-section__content{font-family:var(--font-body);font-weight:400;width:100%}.hero-section__content .content-inner{margin-top:-1.5%;opacity:0;transition:opacity .15s}:is(.hero-section__content .content-inner)>p{font-size:14px}.reveal:is(.hero-section__content .content-inner){opacity:1}.hero-section__content .message{border-bottom:1px solid var(--color-grey);border-top:1px solid var(--color-grey);font-weight:400;grid-column:7/-1;margin-bottom:150px;margin-left:calc(var(--col-gutter)*-1/2);margin-right:calc(var(--col-gutter)*-1);margin-top:150px;padding-bottom:10px;padding-top:10px}:is(.hero-section__content .message) p{display:block;height:100%;top:0;right:0;bottom:0;left:0;margin:0;max-width:none!important;position:absolute;transition:transform .33s;width:100%}:is(:is(.hero-section__content .message) p):before{background-color:var(--color-red);content:"";top:0;right:0;bottom:0;left:0;position:absolute}:is(.hero-section__content .message) img{animation:hue-spin 8s linear infinite;filter:hue-rotate(0deg) blur(7px);height:100%;top:0;right:0;bottom:0;left:0;mix-blend-mode:hard-light;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.hero-section__content .message__inner{align-items:center;background-color:var(--color-grey);display:flex;justify-content:center;min-height:70vh;overflow:hidden;padding:200px 15px 190px;position:relative}:is(.hero-section__content .message__inner):hover strong{color:var(--color-green);font-family:var(--font-body);font-size:4vw;font-weight:900;line-height:1;word-spacing:0}:is(.hero-section__content .message__inner):hover p{transform:scale(1.1) rotate(2deg)}:is(.hero-section__content .message__inner)>*+*{margin-top:10px}:is(.hero-section__content .message__inner) strong{color:var(--color-red);display:block;font-family:var(--font-display);font-size:3.25vw;font-weight:400;letter-spacing:-.01em;mix-blend-mode:difference;position:relative;text-align:center;text-transform:uppercase;text-wrap:nowrap;transition:.15s;word-spacing:-1.5em;z-index:2}:is(.hero-section__content .message__inner) p{max-width:60ch}.ticker{border-bottom:1px solid var(--color-grey);font-family:var(--font-display);font-size:50px;letter-spacing:1.25em;overflow:hidden;padding-bottom:10px;position:relative;width:100%;z-index:3}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes hue-spin{0%{filter:hue-rotate(0deg) blur(7px)}to{filter:hue-rotate(1turn) blur(7px)}}.ticker__track{align-items:center;animation:ticker 120s linear infinite;height:100px;width:-moz-max-content;width:max-content}.stacked-sections>*,.ticker__track{background-color:var(--color-grey);display:flex}.stacked-sections>*{flex-direction:column;flex-wrap:nowrap;padding:10px;position:sticky;top:82px;width:25vw}:is(.stacked-sections>*) h2{font-weight:900;text-transform:uppercase}:is(.stacked-sections>*):before{align-items:center;background-color:var(--color-red);color:var(--color-green);content:attr(data-letter);display:inline-flex;font-family:var(--font-display);font-size:50px;justify-content:center;left:0;padding:10px;position:absolute;top:0;transform:translateY(-100%);width:25vw}:is(.stacked-sections>*):nth-child(2){margin-left:25%}:is(.stacked-sections>*):nth-child(3){margin-left:50%}:is(.stacked-sections>*):nth-child(4){margin-left:75%}:is(.stacked-sections>*):nth-child(5){margin-left:0;top:164px}:is(.stacked-sections>*):nth-child(6){margin-left:25%;top:164px}:is(.stacked-sections>*):nth-child(7){margin-left:50%;top:164px}:is(.stacked-sections>*):nth-child(8){margin-left:75%;top:164px}:is(.stacked-sections>*)>*+*{margin-top:10px}:is(.stacked-sections>*) p{max-width:40ch}footer{background-color:#21db01;min-height:100vh}
