#psf-modal { position: fixed; top:0; left:0; right:0; bottom:0; display:none; align-items:center; justify-content:center; z-index:99999; }
.ps-dialog__overlay { position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.6); }
.ps-dialog__box { position:relative; background:#fff; width:460px; border-radius:8px; box-shadow:0 8px 30px rgba(0,0,0,0.25); overflow:hidden; }
.ps-dialog__header { display:flex; align-items:center; justify-content:space-between; padding:12px 16px; border-bottom:1px solid rgba(0,0,0,0.05); }
.ps-dialog__title { margin:0; font-weight:600; font-size:1rem; }
.ps-dialog__close { background:none; border:none; font-size:20px; line-height:1; cursor:pointer; }
.ps-dialog__body { padding:12px 16px; max-height:52vh; overflow:auto; }
.ps-input { width:100%; padding:10px 12px; border:1px solid rgba(0,0,0,0.08); border-radius:6px; margin-bottom:12px; }
.psf-results .psf-row { display:flex; align-items:center; padding:8px; border-radius:6px; margin-bottom:6px; }
.psf-row input { margin-right:10px; width:18px; height:18px; }
.psf-row img.ps-avatar { width:36px; height:36px; border-radius:50%; margin-right:10px; }
.ps-dialog__footer { padding:12px 16px; display:flex; justify-content:flex-end; gap:8px; border-top:1px solid rgba(0,0,0,0.05); }
.ps-btn { padding:8px 12px; border-radius:6px; border:1px solid rgba(0,0,0,0.08); background:#fff; cursor:pointer; }
.ps-btn--action { background:#0073aa; color:#fff; border-color:transparent; }