@keyframes retro-flash-hard{0%,49.99%{opacity:1}50%,to{opacity:0}}@keyframes retro-flash-soft{0%,49.99%{opacity:1}50%,to{opacity:.5}}.retro-flash{animation-name:retro-flash-soft;animation-timing-function:steps(1,jump-none);animation-iteration-count:infinite;animation-duration:calc(var(--flash-duration, 2s) / var(--flash-rate, 4))}.retrofx-type-hard{animation-name:retro-flash-hard}.retrofx-type-soft{animation-name:retro-flash-soft}.retrofx-rate-slow{--flash-rate:2}.retrofx-rate-medium{--flash-rate:4}.retrofx-rate-fast{--flash-rate:8}.retrofx-rate-extreme{--flash-rate:16}.retrofx-duration-short{--flash-duration:1s}.retrofx-duration-medium{--flash-duration:2s}.retrofx-duration-long{--flash-duration:4s}@keyframes retro-flash-in-log{0%,16.66%{opacity:0;filter:brightness(.3)}16.67%,33.32%{opacity:.5;filter:brightness(.62)}33.33%,49.99%{opacity:.75;filter:brightness(.78)}50%,66.66%{opacity:.87;filter:brightness(.87)}66.67%,83.32%{opacity:.94;filter:brightness(.94)}83.33%,99.99%{opacity:1;filter:brightness(1.1)}to{opacity:1;filter:brightness(1)}}@keyframes retro-flash-in-exp{0%,16.66%{opacity:0;filter:brightness(.3)}16.67%,33.32%{opacity:.06;filter:brightness(.36)}33.33%,49.99%{opacity:.13;filter:brightness(.46)}50%,66.66%{opacity:.25;filter:brightness(.54)}66.67%,83.32%{opacity:.5;filter:brightness(.7)}83.33%,99.99%{opacity:1;filter:brightness(1.1)}to{opacity:1;filter:brightness(1)}}@keyframes retro-flash-out-log{0%,16.66%{opacity:1;filter:brightness(1)}16.67%,33.32%{opacity:.5;filter:brightness(.7)}33.33%,49.99%{opacity:.25;filter:brightness(.54)}50%,66.66%{opacity:.13;filter:brightness(.46)}66.67%,83.32%{opacity:.06;filter:brightness(.36)}83.33%,99.99%{opacity:0;filter:brightness(.3)}to{opacity:0;filter:brightness(1)}}@keyframes retro-flash-out-exp{0%,16.66%{opacity:1;filter:brightness(1)}16.67%,33.32%{opacity:.94;filter:brightness(.94)}33.33%,49.99%{opacity:.87;filter:brightness(.87)}50%,66.66%{opacity:.75;filter:brightness(.78)}66.67%,83.32%{opacity:.5;filter:brightness(.62)}83.33%,99.99%{opacity:0;filter:brightness(.3)}to{opacity:0;filter:brightness(1)}}.retro-flash-in,.retro-flash-out{animation-duration:calc(var(--flash-duration, 1.2s) / var(--flash-rate, 1));animation-fill-mode:forwards;animation-timing-function:steps(1,jump-none)}.retrofx-in-log{animation-name:retro-flash-in-log}.retrofx-in-exp{animation-name:retro-flash-in-exp}.retrofx-out-log{animation-name:retro-flash-out-log}.retrofx-out-exp{animation-name:retro-flash-out-exp}.retro-flash-in.retrofx-rate-slow,.retro-flash-out.retrofx-rate-slow{--flash-rate:0.5}.retro-flash-in.retrofx-rate-medium,.retro-flash-out.retrofx-rate-medium{--flash-rate:1}.retro-flash-in.retrofx-rate-fast,.retro-flash-out.retrofx-rate-fast{--flash-rate:1.5}.retro-flash-in.retrofx-rate-extreme,.retro-flash-out.retrofx-rate-extreme{--flash-rate:2}.retro-flash-in.retrofx-duration-short,.retro-flash-out.retrofx-duration-short{--flash-duration:600ms}.retro-flash-in.retrofx-duration-medium,.retro-flash-out.retrofx-duration-medium{--flash-duration:1200ms}.retro-flash-in.retrofx-duration-long,.retro-flash-out.retrofx-duration-long{--flash-duration:1800ms}.retro-scanline{position:relative;overflow:hidden}.retro-scanline:after{content:"";position:absolute;inset:0;top:0;left:0;width:100%;height:calc(100% + 4px);pointer-events:none;background:repeating-linear-gradient(180deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 1px,transparent 0,transparent 3px,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 4px,transparent 0);animation:scanline-move 4s linear infinite;z-index:10}@keyframes scanline-move{0%{transform:translateY(-4px)}to{transform:translateY(0)}}.retro-scanline-static:after{animation:none}@keyframes retro-pixel-scale-in{0%{transform:scale(.94);filter:contrast(.9) saturate(.85)}to{transform:scale(1);filter:contrast(1) saturate(1)}}.retro-img-reveal{position:relative;overflow:hidden;image-rendering:pixelated;animation:retro-pixel-scale-in var(--reveal-duration,.9s) steps(var(--reveal-steps,10)) both}.retro-img-reveal:before{content:"";position:absolute;inset:0;pointer-events:none;mix-blend-mode:normal;opacity:var(--noise-opacity,1);background-image:var(--noise-image,url("/assets/noise/noise-perlin.png"));background-size:var(--noise-size,120px 120px);background-repeat:repeat;transition:opacity var(--reveal-duration,.9s) linear}.retro-img-reveal[data-noise=perlin]{--noise-image:url(/assets/noise/noise-perlin.png)}.retro-img-reveal[data-noise=simplex]{--noise-image:url(/assets/noise/noise-simplex.png)}.retro-img-reveal[data-noise=worley]{--noise-image:url(/assets/noise/noise-worley.png)}.retro-img-reveal[data-noise=gradient]{--noise-image:linear-gradient(135deg,#000,transparent 60%)}.retro-img-reveal.retrofx-rate-slow{--reveal-duration:1100ms}.retro-img-reveal.retrofx-rate-medium{--reveal-duration:900ms}.retro-img-reveal.retrofx-rate-fast{--reveal-duration:700ms}.retrofx-steps-8{--reveal-steps:8}.retrofx-steps-10{--reveal-steps:10}.retro-img-reveal-trigger:before{animation:retro-noise-fade var(--reveal-duration,.9s) linear forwards}@keyframes retro-noise-fade{0%{opacity:1}to{opacity:0}}.retro-paused{animation-play-state:paused!important}.retro-glow-low{filter:blur(.3px) brightness(1.05);text-shadow:0 0 6px currentColor,0 0 12px currentColor}.retro-glow,.retro-glow-medium{filter:blur(.5px) brightness(1.1);text-shadow:0 0 8px currentColor,0 0 16px currentColor}.retro-glow-high{filter:blur(1px) brightness(1.2);text-shadow:0 0 10px currentColor,0 0 20px currentColor,0 0 30px currentColor}@keyframes retro-glow-pulse-low{0%,to{filter:blur(0) brightness(1);text-shadow:0 0 0 transparent,0 0 0 transparent}50%{filter:blur(.3px) brightness(1.05);text-shadow:0 0 6px currentColor,0 0 12px currentColor}}@keyframes retro-glow-pulse-medium{0%,to{filter:blur(0) brightness(1);text-shadow:0 0 0 transparent,0 0 0 transparent}50%{filter:blur(.5px) brightness(1.1);text-shadow:0 0 8px currentColor,0 0 16px currentColor}}@keyframes retro-glow-pulse-high{0%,to{filter:blur(0) brightness(1);text-shadow:0 0 0 transparent,0 0 0 transparent}50%{filter:blur(1px) brightness(1.2);text-shadow:0 0 10px currentColor,0 0 20px currentColor,0 0 30px currentColor}}.retro-glow-low-animated{animation:retro-glow-pulse-low 2s ease-in-out infinite}.retro-glow-animated,.retro-glow-medium-animated{animation:retro-glow-pulse-medium 2s ease-in-out infinite}.retro-glow-high-animated{animation:retro-glow-pulse-high 2s ease-in-out infinite}.retro-pixelated{image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.retro-chromatic{position:relative}.retro-chromatic:after,.retro-chromatic:before{content:attr(data-text);position:absolute;inset:0;pointer-events:none}.retro-chromatic:before{color:red;transform:translate(-2px);mix-blend-mode:screen}.retro-chromatic:after{color:#0ff;transform:translate(2px);mix-blend-mode:screen}