/* tap-public/assets/css/tap.css */

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Helvetica, Arial, sans-serif;
  background: #0f172a;
  color: #e2e8f0;
  display: grid;
  place-items: center;
  height: 100vh;
  margin: 0;
}

.card {
  background: #111827;
  border: 1px solid #1f2937;
  border-radius: 14px;
  padding: 24px;
  max-width: 560px;
}

h1 {
  font-size: 20px;
  margin: 0 0 8px;
}

p {
  margin: 6px 0;
  color: #cbd5e1;
}

small {
  color: #94a3b8;
}

a {
  color: #93c5fd;
}
