/* css/editor/modals.css */

.modal-overlay { 
    display: none; position: fixed; inset: 0; background: rgba(15,23,42,0.6); 
    z-index: 9999; backdrop-filter: blur(4px); align-items: center; justify-content: center; 
}
.modal-box { 
    background: white; border-radius: 16px; width: 90%; max-width: 500px; 
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); border: 1px solid #e2e8f0; overflow: hidden; 
}