/* Keep the HUD crisp while the rendered world gets the PS1 atmosphere. */
#game{image-rendering:auto;}
#game:before{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;opacity:.055;background:repeating-linear-gradient(0deg,rgba(255,236,190,.03) 0 1px,transparent 1px 4px),repeating-linear-gradient(90deg,rgba(25,38,35,.02) 0 1px,transparent 1px 5px);mix-blend-mode:soft-light;}
#game:after{background:radial-gradient(circle at 50% 44%,transparent 34%,rgba(6,10,11,.12) 73%,rgba(4,7,8,.5) 100%);}
@media(prefers-reduced-motion:reduce){#game:before{opacity:.08;}}
