.dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;z-index:1000;overflow:hidden}.dialog-content{background-color:#fff;width:90%;max-width:fit-content;min-width:250px;min-height:200px;max-height:90vh;border-radius:8px;box-shadow:0 8px 16px rgba(0,0,0,.3);display:flex;flex-direction:column;overflow:hidden}.dialog-title{flex-shrink:0;margin:0;padding:20px;font-size:1.4em;background-color:white;position:sticky;top:0;z-index:10}.dialog-message{flex-grow:1;padding:0 20px;overflow-y:auto}.dialog-actions{flex-shrink:0;padding:15px 20px;display:flex;justify-content:flex-end;gap:10px;background-color:white;position:sticky;bottom:0;z-index:10}