@keyframes modalOverlayFadeIn{0%{background-color:#0000}to{background-color:#00000080}}@keyframes modalBodyFadeIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:100;display:flex;align-items:center;justify-content:center;background-color:#00000080;animation:modalOverlayFadeIn .3s ease-out}.modal-overlay .modal-body{width:600px;z-index:101;background-color:#f8f9fa;border-radius:.5rem;box-shadow:0 0 10px #0000001a;overflow:hidden;animation:modalBodyFadeIn .3s ease-out}.modal-overlay .header{padding:1rem;font-size:1.3rem}.modal-overlay .content{padding:1rem;max-height:80svh;overflow-y:auto}
