* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  background: linear-gradient(180deg, #f8f7fc 0%, #fff 50%);
  color: #334155;
  line-height: 1.6;
  min-height: 100vh;
}
.wrap {
  max-width: 42rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}
header.site {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
header.site a.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #0f172a;
  font-weight: 700;
  font-size: 1rem;
}
header.site a.logo img { height: 40px; width: auto; }
header.site nav {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.875rem;
}
header.site nav a {
  color: #6d28d9;
  text-decoration: none;
}
header.site nav a:hover { text-decoration: underline; }
.kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}
h1 {
  font-size: clamp(1.75rem, 4vw, 2rem);
  font-weight: 800;
  color: #0f172a;
  margin-top: 0.5rem;
  line-height: 1.2;
}
.updated {
  font-size: 0.875rem;
  color: #64748b;
  margin-top: 0.5rem;
}
.prose {
  margin-top: 2rem;
}
.prose h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  margin: 1.75rem 0 0.75rem;
}
.prose p, .prose li {
  font-size: 0.9375rem;
  color: #475569;
  margin-bottom: 0.75rem;
}
.prose ul {
  margin: 0.5rem 0 1rem 1.25rem;
}
.prose a {
  color: #6d28d9;
  font-weight: 600;
}
.prose strong { color: #0f172a; }
.nav-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
  font-size: 0.875rem;
}
.nav-bottom a {
  color: #6d28d9;
  font-weight: 600;
  text-decoration: none;
}
.nav-bottom a:hover { text-decoration: underline; }
