:root {
  --bg: #f5f7f8;
  --surface: #ffffff;
  --text: #16323f;
  --muted: #5f7380;
  --line: #d9e1e5;
  --accent: #167c80;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header,
.site-footer {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.site-footer {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  margin-top: 3rem;
}

.wrap {
  width: min(960px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header .wrap,
.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  font-weight: 700;
  color: var(--text);
}

nav {
  display: flex;
  gap: 1rem;
}

main.wrap {
  padding: 3rem 0;
}

.hero,
.card,
.post-list li,
article.post {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.hero,
.card,
article.post {
  padding: 1.5rem;
}

.hero {
  margin-bottom: 1.5rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.post-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.post-list li {
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}

.post-meta {
  color: var(--muted);
  font-size: 0.95rem;
}

h1,
h2,
h3 {
  line-height: 1.2;
  margin-top: 0;
}

article.post {
  max-width: 760px;
}

.site-footer {
  color: var(--muted);
}

.article-header{margin-bottom:2rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700;color:#52606d}.lead{font-size:1.15rem}.article-meta{display:flex;gap:1rem 2rem;flex-wrap:wrap;margin:1.5rem 0}.article-meta div{min-width:9rem}.article-meta dt{font-size:.75rem;text-transform:uppercase;color:#667}.article-meta dd{margin:0}.tag-list{display:flex;gap:.5rem;flex-wrap:wrap}.tag-list a,.tag-list span{display:inline-block;padding:.3rem .65rem;border-radius:999px;background:#eef3f7;font-size:.875rem}.content-list{list-style:none;padding:0}.content-list li{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid #dde3e8}.content-list li span{color:#667;font-size:.875rem;text-align:right}.related{margin-top:3rem;padding-top:1.5rem;border-top:2px solid #dde3e8}@media(max-width:640px){.content-list li{display:block}.content-list li span{display:block;text-align:left;margin-top:.3rem}.article-meta{display:block}.article-meta div{margin-bottom:.75rem}}
.ai-disclosure{margin:1.5rem 0;padding:.85rem 1rem;border-left:4px solid #6b7280;background:#f5f7f9;font-size:.9rem}.ai-disclosure--reviewed{border-left-color:#2f855a}.ai-disclosure--unreviewed{border-left-color:#b7791f;background:#fffaf0}
.partner-list{margin-top:.75rem;align-items:center}.partner-list strong{font-size:.875rem}
