/* Site-wide minimal baseline (keep this lightweight) */
:root { --bg:#0e0e0e; --fg:#e8e8e8; --muted:#a5a5a5; --line:#1e1e1e; }
html, body { background:#000; color:var(--fg); }
a { color:#66aaff; text-decoration:none; }
a:hover { text-decoration:underline; }

/* basic layout helpers you might use site-wide */
.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

/* do NOT include any .vj-* rules here */
