*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; }
body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, sans-serif;
  background: #0a0a0a;
  color: #fafafa;
  overflow: hidden;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
}

.ui {
  position: fixed;
  top: 20px;
  left: 24px;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 220, 80, 0.5);
  pointer-events: none;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sep {
  opacity: 0.4;
}

.sub {
  color: rgba(0, 220, 80, 0.3);
}
