body.theme-modern{
  --cream:#eef4ff;
  --paper:rgba(255,255,255,.94);
  --ink:#101828;
  --muted:#667085;
  --line:#d7e1f0;
  --teal:#0f766e;
  --teal-dark:#115e59;
  --orange:#f97316;
  --soft:#f7faff;
  --shadow:0 18px 46px rgba(15,23,42,.10);
  --radius:24px;
}
body.theme-modern .page-hero{background:linear-gradient(135deg,#0f172a,#155eef 55%,#f97316)}
body.theme-modern .posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
