/**
 * Critical CSS — fondo dark de v3 + anti-FOUC.
 */

html,
body {
  margin: 0;
  background: #070A18;
  color: #F4F3EF;
}

.sr-only:not(:focus):not(:focus-within) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

html:not(.app-ready) body > header,
html:not(.app-ready) [data-app-content],
html:not(.app-ready) .site-footer {
  opacity: 0;
}

.noscript-fallback {
  max-width: 40rem;
  margin: 2rem auto;
  padding: 1.5rem;
  font-family: Manrope, system-ui, sans-serif;
  line-height: 1.5;
}

.noscript-fallback a {
  color: #43d6ce;
}
