*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Courier New", Courier, monospace;
  background: #050505;
  color: #0F0;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  min-height: 100vh;
}
::selection { background: #0F0; color: #000; }
img { display: block; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
