.preload-home {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: #e5e7eb;
}

.preload-home h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0.5rem 0;
}

.preload-home p {
  color: #cbd5e1;
  line-height: 1.6;
}

.preload-home .links {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.preload-home a {
  color: #67e8f9;
  text-decoration: none;
  border: 1px solid #374151;
  padding: 0.35rem 0.6rem;
  border-radius: 8px;
}

.preload-home a:hover {
  color: #a5f3fc;
  border-color: #06b6d4;
}

.preload-home .small {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #94a3b8;
}
