/* Copy Code - small custom rules for dark theme */
:root { --bg: #0b1220; --card: #0f1724; --muted: #94a3b8; }

body.dark { background: var(--bg); color: #e6eef8; }

table th, table td { border-color: rgba(255,255,255,0.03); }
