/* 白天模式隐藏遮罩 */
:root[data-theme="light"] .bg-overlay {
    display: none;
}