/* article-dark-theme.css
 * Complements the new dark navigation-styles.css for article pages.
 * Only needs footer styling since nav is already dark.
 */

/* === DARK FOOTER === */
.footer {
  background: #0c101e !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
  color: #4b5563 !important;
  font-family: 'DM Sans', 'Inter', -apple-system, sans-serif;
}
.footer a, .footer-right a { color: #6b7280 !important; }
.footer a:hover, .footer-right a:hover { color: #a78bfa !important; }
