/* Editorial theme — light, spacious, card-forward.
 * Palette lifted from the existing hatcher.accushoot.com site: the
 * indigo->violet gradient masthead (#667eea -> #764ba2) and Bootstrap-family
 * grays, so Reconbrief reads as part of the same property. Default theme. */
:root {
  --brand-grad: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --brand-fg: #ffffff;
  --accent: #667eea;
  --accent-dark: #5568d3;
  --link: #0066cc;
  --link-hover: #0052a3;
  --ink: #212529;
  --muted: #6c757d;
  --faint: #98a0a8;
  --rule: #e9ecef;
  --panel: #f8f9fa;
  --card-bg: #ffffff;
  --card-border: #e6e8eb;
  --card-shadow: 0 1px 3px rgba(30,34,90,0.06);
  --card-shadow-hover: 0 8px 20px rgba(102,110,234,0.15);
  --badge-bg: #eef0fb;
  --badge-fg: #4a52a8;
  --page-bg: #ffffff;
}
