v1.2.0
Auto-close timer. Popups can now dismiss themselves after a set time. Add auto_close: 8 (seconds) to close the popup automatically; omit it (or use 0) to keep the current click-to-close behavior. A very subtle progress bar drains across the top of the dialog as a countdown hint. To close silently instead, set auto_close_progress: false.
Style the popup frame. You can now style the popup's frame directly from the card config:
background: dialog background color, transparency, or gradientbackdrop: color and opacity of the dimmed area behind the dialogbackdrop_blur: frosted-glass blur on the backdropborderandborder_radius: dialog border and corner roundingtitle_color: header title color
For anything beyond these, a style key accepts raw CSS scoped to the popup, so it never leaks to other popups. Raw style always wins over the discrete keys, which override the defaults.