body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #0b0d12;
  color: #e9ecf5;
  line-height: 1.6;
}

.container {
  max-width: 980px;
  margin: auto;
  padding: 32px 24px;
}

.hero {
  background: linear-gradient(180deg, #111522, #0b0d12);
  border-bottom: 1px solid #2a2f44;
}

h1 {
  font-size: 42px;
  margin-bottom: 6px;
}

.subtitle {
  color: #9fb0ff;
  font-weight: 600;
}

.summary {
  max-width: 820px;
  margin-top: 16px;
  font-size: 18px;
  color: #d6dcff;
}

.meta {
  margin-top: 14px;
  color: #b7bdd3;
}

.meta a {
  color: #7aa7ff;
  text-decoration: none;
}

h2 {
  border-bottom: 1px solid #2a2f44;
  padding-bottom: 6px;
  margin-top: 48px;
}

h3 {
  margin-bottom: 4px;
}

.org {
  color: #b7bdd3;
  font-style: italic;
}

.role {
  margin-top: 24px;
}

ul {
  margin-top: 10px;
}

li {
  margin-bottom: 8px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  padding: 0;
  list-style: none;
}

.pill-list li {
  padding: 6px 12px;
  border: 1px solid #2a2f44;
  border-radius: 999px;
  background: #111522;
  color: #d6dcff;
  font-size: 14px;
}

.impact {
  margin-top: 10px;
  color: #cfd5ff;
}

footer {
  border-top: 1px solid #2a2f44;
  text-align: center;
  padding: 20px;
  margin-top: 60px;
  color: #b7bdd3;
}
