.modal-overlay{z-index:10000;background-color:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-content{background-color:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;display:flex;position:relative;overflow-y:auto;box-shadow:0 4px 20px #00000026}@media (max-width:640px){.modal-content{border-radius:12px 12px 0 0;width:calc(100% - 20px);max-height:95vh;margin:0 10px}}
