/* Early shell — linked from HTML before JS; prevents unstyled flash */
html {
  background: #0b0f14;
  color-scheme: dark;
}

body {
  margin: 0;
  background: #0b0f14;
  color: #e6eaf2;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

.compare-canvas-wrap,
.engine-viewport {
  background: #0b0f14;
}
