/* Opptrak custom styles */
:root { --bg: #0A0A0A; --surface: #141414; --border: #222; --fg: #EDEDED; --muted: #666; --accent: #C8F530; }
body { background: var(--bg); color: var(--fg); }
/* minimal override — core styles live in the layout <style> block */