:root { --radius: .5rem; }
body.dark-mode { background: #0f172a; color: #e2e8f0; }
.card { border-radius: var(--radius); }
