body {
  background: #f4f6fb;
  color: #0e1726;
  font-family:
    "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px 24px 96px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.brand {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.brand .dot {
  color: #2563eb;
}

.nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  color: #475569;
}

.nav a {
  text-decoration: none;
}

.hero h1 {
  font-size: 48px;
  line-height: 1.05;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.hero p {
  font-size: 18px;
  color: #475569;
  max-width: 60ch;
  margin: 0 0 32px;
}

.dropzone {
  background: #fff;
  border: 2px dashed #c7d2e3;
  border-radius: 16px;
  padding: 64px 24px;
  text-align: center;
  margin-bottom: 32px;
}

.dropzone .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border-radius: 12px;
  background: #2563eb14;
  display: grid;
  place-items: center;
  font-size: 24px;
}

.dropzone strong {
  font-size: 18px;
  display: block;
}

.dropzone span {
  color: #64748b;
  font-size: 14px;
}

.privacy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ecfdf5;
  color: #047857;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
}

.results {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 16px;
}

.results header {
  padding: 16px 24px;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 600;
  font-size: 14px;
  color: #334155;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

th,
td {
  padding: 10px 24px;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
}

th {
  background: #f8fafc;
  font-weight: 500;
  color: #64748b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

td.score {
  font-variant-numeric: tabular-nums;
  color: #047857;
}

.back {
  margin-top: 64px;
  font-size: 13px;
}

.back a {
  color: #475569;
}
