html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #08131b;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#app {
  width: 100%;
  height: 100%;
  display: block;
  cursor: crosshair;
}

#overlay {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 10;
  max-width: min(1460px, 94vw);
  color: #eff7fb;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
  user-select: none;
  pointer-events: none;
}

.title {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}

.line {
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 8px;
  opacity: 0.95;
}

.status {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.45;
  color: #d7f3ff;
}
