html, body {
  margin: 0;
  min-height: 100%;
  background: #faf9f6;
  color: #101316;
  font-family: system-ui, sans-serif;
}

#pinx-startup {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  text-align: center;
  background: inherit;
  font-size: 1rem;
  line-height: 1.6;
  z-index: 10;
}

#pinx-startup img { border-radius: 16px; }
#pinx-startup p { margin: 0; }
#pinx-retry {
  padding: 12px 24px;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #006b5c;
  font: inherit;
  cursor: pointer;
}
#pinx-retry:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }

@media (prefers-color-scheme: dark) {
  html, body { background: #101316; color: #f5f5f2; }
  #pinx-retry { color: #101316; background: #6de0ca; }
}
