:root {
  --card-bg: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"],
body[data-theme="dark"] {
  --card-bg: rgba(18, 18, 18, 0.7);
}