:root {
  --screens-font: system-ui, sans-serif;
  --screens-text: #efe9da;
  --screens-muted: #c9bea4;
  --screens-ink: #efe9da;
  --screens-panel: rgba(38, 33, 24, 0.92);
  --screens-border: rgba(255, 255, 255, 0.18);
  --screens-radius: 18px;
}

html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #14100a;
  font-family: system-ui, sans-serif;
}

#game {
  position: fixed;
  inset: 0;
  display: block;
  touch-action: none;
}

#panel {
  position: fixed;
  inset: 0;
  pointer-events: none;
}
