:root{
  --accent:#2563eb;
}
body{
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  color:#0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}
.navbar-brand{ color: var(--accent); }
.news-card img{ height:220px; object-fit:cover; }
.article-content img{ max-width:100%; height:auto; }
.article-content pre{ background:#0b1220; color:#e6eef8; padding:1rem; border-radius:8px; overflow:auto; }
.object-fit-cover{ object-fit:cover; }
.footer{ border-top:1px solid #e6eef8; }