html, body { background-color: var(--color-bg-primary) }
.theme-light { --color-bg-primary: #FFFFFF; }
.theme-dark { --color-bg-primary: #17191A; }