/**
 * Era: 2024-2026 — "The Seeds"
 * Clean, familiar. Could be a Medium article. Comfortable serif fonts.
 * White backgrounds. The web you know. Nothing wrong here.
 *
 * Token override only — same visual feel, cleaner code.
 * No sci-fi elements. The world before AI is visible.
 */

.era-2024-2026 {
  --sf-bg: #ffffff;
  --sf-text: #1a1a1a;
  --sf-accent: #2c5f8a;
  --sf-muted: #6b7280;
  --sf-border: rgba(0,0,0,0.08);
  --sf-font-serif: Georgia, "Iowan Old Style", "Palatino Linotype", "Times New Roman", serif;

  /* Legacy era variables for backward compat */
  --era-bg: var(--sf-bg);
  --era-text: var(--sf-text);
  --era-accent: var(--sf-accent);
  --era-muted: var(--sf-muted);
  --era-border: var(--sf-border);

  /* No sci-fi effects */
  --sf-scanline-opacity: 0;
}

.era-2024-2026 body {
  font-family: var(--sf-font-serif);
  color: var(--sf-text);
  background: var(--sf-bg);
}

/* Clean, Medium-like headings */
.era-2024-2026 .node-title {
  font-family: var(--sf-font-sans);
  font-weight: 700;
}

/* Friendly link styling */
.era-2024-2026 .node-link {
  color: var(--sf-accent);
  border-bottom-color: rgba(44, 95, 138, 0.3);
}
.era-2024-2026 .node-link:hover {
  background: rgba(44, 95, 138, 0.06);
}

/* Comfortable stop pages */
.era-2024-2026 .stop-header {
  font-family: var(--sf-font-sans);
}

/* Media templates in this era look professional, trustworthy */
.era-2024-2026 .press-release {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 2rem;
}
.era-2024-2026 .news-article {
  background: #fff;
}
.era-2024-2026 .government-notice {
  background: #f8f8f8;
  border: 1px solid #ddd;
}

/* No visual glitches, no wrongness. Everything is fine. */
