/* r32 owner: dialog-backdrop. Exact r30 source lines 1857-1862; route scope is declared by data/css-ownership.json. */
.theme-dialog::backdrop,
.command-palette::backdrop {
    background: rgba(0, 0, 0, 0.76);
    backdrop-filter: blur(0.55rem);
}

