/* Transporter shared styles */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 2rem;
  line-height: 1.5;
  color: #111827;
  background-color: #f9fafb;
}

h1 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #374151;
}

pre {
  padding: 0.75rem 1rem;
  background: #111827;
  color: #f9fafb;
  border-radius: 0.375rem;
  overflow-x: auto;
}

.invite-card {
  max-width: 36rem;
  margin-top: 1rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.invite-message {
  margin-top: 0.75rem;
  padding: 1rem;
  background: #f3f4f6;
  border-radius: 0.375rem;
  border-left: 4px solid #3b82f6;
}

.meta {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 1rem;
}

.error-page {
  max-width: 28rem;
  margin-top: 2rem;
  padding: 1.5rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
}

.error-page h1 {
  color: #b91c1c;
  font-size: 1.25rem;
}

.error-page p {
  margin-top: 0.5rem;
  color: #991b1b;
}

a {
  color: #2563eb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
