/* 👑 终极洗净：强力断路器模态舱高拓物理防线样式垫片 */
.modal {
    position: fixed; inset: 0; z-index: 99999 !important; display: none; align-items: center; justify-content: center;
    background-color: rgba(15, 23, 42, 0.75) !important; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); transition: all 0.25s ease;
}
.modal-open { display: flex !important; pointer-events: auto !important; }
.modal-box {
    background: #ffffff; width: 86%; max-width: 20rem; padding: 1.75rem 1.5rem; border-radius: 1.5rem;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.4); text-align: center; transform: scale(0.92); transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.modal-open .modal-box { transform: scale(1) !important; }
body:has(.modal-open) #scroll-container { filter: blur(1.5px); pointer-events: none !important; }