.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999999;background:#0a162899;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:.5rem;flex-direction:column;width:100%;max-height:90vh;animation:.3s cubic-bezier(.4,0,.2,1) modalSlideIn;display:flex;overflow:hidden;box-shadow:0 24px 48px -12px #0000002e}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-content--sm{max-width:400px}.modal-content--md{max-width:600px}.modal-content--lg{max-width:900px}.modal-content--xl{max-width:1280px;height:90vh}.modal-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-title{color:var(--admin-yacht-navy);letter-spacing:-.01em;margin:0;font-size:1.25rem;font-weight:600}.modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;transition:all .2s;display:flex}.modal-close:hover{color:#111827;background:#f3f4f6}.modal-close svg{width:20px;height:20px}.modal-body{flex:1;padding:1.5rem;overflow-y:auto}@media (max-width:640px){.modal-overlay{padding:0}.modal-content{border-radius:0;max-height:100vh}.modal-content--sm,.modal-content--md,.modal-content--lg,.modal-content--xl{max-width:100%;height:100vh}}
.confirmation-modal{text-align:center;padding:1rem 0}.confirmation-modal__icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.confirmation-modal__icon svg{width:32px;height:32px}.confirmation-modal__icon--danger{color:#dc2626;background:#ef44441a}.confirmation-modal__icon--warning{color:#d97706;background:#f59e0b1a}.confirmation-modal__icon--info{color:#2563eb;background:#3b82f61a}.confirmation-modal__title{color:var(--admin-yacht-navy);letter-spacing:-.01em;margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.confirmation-modal__message{color:#6b7280;margin:0 0 2rem;font-size:.9375rem;line-height:1.6}.confirmation-modal__actions{gap:.75rem;display:flex}
