.modal-overlay.svelte-vwtmt2{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:svelte-vwtmt2-fadeIn .2s ease-out}.modal-container.svelte-vwtmt2{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-height:90vh;display:flex;flex-direction:column;animation:svelte-vwtmt2-slideIn .3s ease-out;margin:1rem}.modal-container.small.svelte-vwtmt2{width:100%;max-width:400px}.modal-container.medium.svelte-vwtmt2{width:100%;max-width:600px}.modal-container.large.svelte-vwtmt2{width:100%;max-width:800px}.modal-header.svelte-vwtmt2{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-title.svelte-vwtmt2{margin:0;font-size:1.25rem;font-weight:600;color:#333}.modal-close.svelte-vwtmt2{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close.svelte-vwtmt2:hover{background-color:#f5f5f5;color:#333}.modal-body.svelte-vwtmt2{padding:1.5rem;overflow-y:auto;flex:1}.modal-footer.svelte-vwtmt2{padding:1rem 1.5rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:.75rem}@keyframes svelte-vwtmt2-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-vwtmt2-slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 640px){.modal-container.svelte-vwtmt2{margin:.5rem;max-height:95vh}.modal-header.svelte-vwtmt2,.modal-body.svelte-vwtmt2{padding:1rem}.modal-footer.svelte-vwtmt2{padding:.75rem 1rem}}
