/* Critical — terminal base (loads before main stylesheet) */
html {
  color-scheme: dark;
}

body.term-app {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  background-color: #0d1117;
  color: #e6edf3;
  -webkit-font-smoothing: antialiased;
}

body.term-app .card,
body.term-app .docs-sidebar,
body.term-app .table-wrap,
body.term-app .code-canvas,
body.term-app .hero__pattern,
body.term-app .dialog__shell,
body.term-app .docs-code-block pre {
  background-color: #161b22;
  color: #e6edf3;
}

body.term-app .input,
body.term-app .term__input {
  background-color: #0d1117;
  color: #e6edf3;
  border-color: #30363d;
}

body.term-app a {
  color: #ff9d00;
}