﻿.ypm-modal {
  position: fixed; inset: 0; background: rgba(15, 23, 42, 0.45);
  display: none; align-items: center; justify-content: center; z-index: 1300; padding: 12px;
}
.ypm-modal.open { display: flex; }
.ypm-modal-dialog { width: min(720px, 100%); background: #fff; border-radius: 14px; border: 1px solid var(--ypm-line); box-shadow: var(--ypm-shadow); padding: 14px; }
.ypm-modal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
