.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal-content{color:#2e2e2e;background:#fff;border:2px solid #e6e6e6;border-radius:4px;flex-direction:column;max-height:90vh;font-family:DM Sans,sans-serif;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000026}.modal-small{width:100%;max-width:400px}.modal-medium{width:100%;max-width:600px}.modal-large{width:100%;max-width:900px}.modal-header{background:#f8f9fa;border-bottom:2px solid #e6e6e6;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-title{color:#2e2e2e;margin:0;font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:600}.modal-close{cursor:pointer;border-radius:2px;justify-content:center;align-items:center;width:32px;height:32px;margin:0;font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:500;line-height:1;transition:all .3s;display:flex;color:#4b91f1!important;background:0 0!important;border:2px solid #4b91f1!important;padding:0!important}.modal-close:hover{opacity:.8;color:#4b91f1!important;box-shadow:none!important;background:0 0!important;border-color:#4b91f1!important;transform:none!important}.modal-body{color:#2e2e2e;flex:1;padding:1.5rem;font-family:DM Sans,sans-serif;overflow-y:auto}.modal-body p{color:#2e2e2e;margin:0 0 1rem;font-family:DM Sans,sans-serif;line-height:1.6}.modal-body p:last-child{margin-bottom:0}.modal-body strong{color:#2e2e2e;font-family:DM Sans,sans-serif;font-weight:600}.modal-actions{border-top:2px solid #e6e6e6;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.modal-actions button,.modal-actions .btn-cancel,.modal-actions .btn-primary,.modal-actions .btn-secondary,.modal-actions .btn-delete,.modal-actions .btn-confirm-approve,.modal-actions .btn-confirm-reject{min-width:auto;padding:.75rem 1.5rem!important;font-size:1rem!important}@media (max-width:768px){.modal-overlay{align-items:flex-start;padding:1rem .5rem .5rem}.modal-content{width:calc(100% - 1rem);max-height:95vh;margin:0 auto}.modal-small,.modal-medium,.modal-large{max-width:calc(100% - 1rem)}.modal-header,.modal-body{padding:1rem}.modal-title{font-size:1.25rem}.modal-close{touch-action:manipulation;width:44px;min-width:44px;height:44px;min-height:44px}}@media (max-width:480px){.modal-overlay{padding:.5rem .25rem .25rem}.modal-content{border-radius:4px;width:calc(100% - .5rem);max-height:98vh}.modal-header,.modal-body{padding:.875rem}.modal-title{font-size:1.1rem}}
