html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  background: #2a1c16;
}

#root {
  height: 100%;
  overflow: hidden;
  display: flex;
  touch-action: none;
}

.fatal {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  color: #fbf3e2;
  font: 18px/1.5 system-ui, sans-serif;
  text-align: center;
}

.fatal h1 {
  margin: 0 0 0.5rem;
  color: #e4553f;
  font-size: 3rem;
}

.fatal .detail {
  opacity: 0.7;
  font-size: 15px;
}
/*$vite$:1*/