:root {
  --card-bg:rgba(255,255,255,0.8) !important
}

[data-theme='dark'] {
  --card-bg:rgba(0,0,0,0.6) !important
}
