
html { scroll-behavior: smooth; }
body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.glass {
  backdrop-filter: blur(18px);
  background: rgba(15, 23, 42, 0.78);
}
.tag-pill {
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
}
.prose a { color: #f97316; text-decoration: underline; }
