#boot-error {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding: 24px;
  background: #1a0b0b;
  color: #ffb4b4;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  white-space: pre-wrap;
  overflow: auto;
}

#boot-error h1 {
  margin: 0 0 12px;
  color: #ff6b6b;
  font-size: 16px;
}

#boot-loading {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0b;
  color: #71717a;
  font-family: system-ui, sans-serif;
  font-size: 14px;
}

noscript {
  position: relative;
  z-index: 10000;
  display: block;
  padding: 16px;
  background: #fff7ed;
  color: #9a3412;
  font-family: system-ui, sans-serif;
}

noscript + #boot-loading {
  display: none;
}
