
/* pSEO Engine v3 — Dark Theme fallback (main styles are inline in templates) */
:root { --primary: #10B981; --bg: #0D0D0D; --text: #E2E8F0; --muted: #94A3B8; }
body { background: var(--bg); color: var(--text); font-family: system-ui, sans-serif; margin: 0; }
a { color: var(--primary); }
