.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{text-align:center;background:#fff;border-radius:8px;max-width:400px;padding:20px}.modal-buttons{justify-content:center;gap:10px;margin-top:20px;display:flex}.modal-buttons button{cursor:pointer;border:none;border-radius:4px;padding:10px 20px}.modal-buttons button:first-child{color:#fff;background:#ff4d4f}.modal-buttons button:nth-child(2){color:#fff;background:#1890ff}.modal-buttons button:nth-child(3){background:#ccc}
