html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #141b24;
  color: #dbe7f2;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

#ofg-canvas {
  display: block;
  width: 100vw;
  height: 100vh;
  background: #1b2532;
}

#ofg-status {
  position: fixed;
  left: 16px;
  bottom: 16px;
  max-width: min(520px, calc(100vw - 32px));
  padding: 10px 12px;
  border: 1px solid rgba(219, 231, 242, 0.22);
  background: rgba(10, 14, 20, 0.78);
  color: #dbe7f2;
  font-size: 13px;
  line-height: 1.35;
}
