:root {
  color-scheme: dark;
  background: #000;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  touch-action: none;
}

#neon {
  display: block;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #000;
}

#status {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 5;
  margin: 0;
  padding: 12px 14px;
  white-space: pre-wrap;
  font: 13px/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: rgba(238, 244, 255, 0.92);
  background: rgba(0, 0, 0, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}
