@keyframes bootSpin {
  to {
    transform: rotate(360deg);
  }
}

.seo-skip-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#boot-splash {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #000;
  color: #94a3b8;
  font-family: system-ui, sans-serif;
}

#boot-splash .boot-logo {
  border-radius: 16px;
}

#boot-splash .boot-spinner {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: #3ee6d0;
  border-radius: 50%;
  animation: bootSpin 0.85s linear infinite;
}

#boot-splash .boot-label {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.noscript-shell {
  font-family: sans-serif;
  max-width: 900px;
  margin: auto;
  padding: 2rem;
}

.seo-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
