:root {
  color-scheme: dark;
  font-family: "Space Grotesk", "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #e5e7eb;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
}

h1 {
  margin: 0;
  letter-spacing: -0.02em;
}

p {
  margin: 0;
  line-height: 1.5;
}

label {
  color: #94a3b8;
  font-size: 0.95rem;
}

.card {
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 16px;
  background: rgba(9, 14, 28, 0.92);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.status {
  color: #7dd3fc;
  font-size: 0.95rem;
  min-height: 1.1em;
}

.error {
  color: #f87171;
  font-size: 0.95rem;
  min-height: 1.1em;
}

.text-link {
  color: #9ae6ff;
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.hidden {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pag{display:flex;gap:6px;justify-content:center;margin-top:14px;flex-wrap:wrap}
