/* ==========================================================================
   guide.css — scoped styles for the /guide/ and /weekly/ sections only.
   Added 2026-08-06. These pages also load design-system.css and
   blog-post.css (unmodified); everything below is additive and namespaced
   to classes that exist only on guide/weekly pages, so no existing page
   is affected.
   ========================================================================== */

article .chapter-kicker {
  color: #00e5ff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

article .freshness-note {
  font-size: 0.85rem;
  opacity: 0.75;
  font-style: italic;
  border-top: 1px solid rgba(0, 229, 255, 0.25);
  padding-top: 14px;
  margin-top: 32px;
}

article .guide-contents li,
article .sources-list li,
article .stat-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

article .shortcut-note {
  border-left: 3px solid #00e5ff;
  padding: 10px 16px;
  background: rgba(0, 229, 255, 0.06);
}

article blockquote {
  border-left: 3px solid #00e5ff;
  margin: 18px 0;
  padding: 8px 18px;
  background: rgba(0, 229, 255, 0.05);
  font-style: italic;
}

article dl.glossary dt,
article dl dt {
  font-weight: 700;
  color: #00e5ff;
  margin-top: 14px;
}

article dl dd {
  margin: 4px 0 0 0;
  padding-left: 0;
  line-height: 1.6;
}

article .chapter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin: 36px 0 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

article .chapter-nav a {
  text-decoration: none;
}

article .pdf-note {
  font-size: 0.85rem;
  opacity: 0.8;
}

article .metric-box {
  border: 1px solid rgba(0, 229, 255, 0.35);
  border-radius: 8px;
  padding: 16px 20px;
  margin: 22px 0;
  background: rgba(0, 229, 255, 0.05);
}

article .metric-box h3 {
  margin-top: 0;
}

article .metric-box .big-figure {
  font-size: 3.2rem;
  line-height: 1.1;
  color: #00e5ff;
}

article figure {
  margin: 24px 0;
}

article figure figcaption {
  font-weight: 700;
  margin-bottom: 8px;
}

article figure .table-note {
  font-weight: 400;
  font-size: 0.82rem;
  opacity: 0.75;
  margin-top: 8px;
}

article .issue-list {
  list-style: none;
  padding-left: 0;
}

article .issue-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 18px 22px;
  margin-bottom: 18px;
}

article .issue-card .issue-line {
  color: #00e5ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 6px;
}

article .issue-card h2 {
  margin: 0 0 8px;
}

article .issue-card .issue-meta {
  font-size: 0.82rem;
  opacity: 0.7;
  margin-bottom: 0;
}
