.tbpfc-modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.45); z-index: 9999; }
.tbpfc-modal.show { display: flex; }
.tbpfc-modal-box { background: #fff; border-radius: 12px; padding: 16px; width: 560px; max-width: 94%; position: relative; }
.tbpfc-close { position: absolute; right: 8px; top: 8px; background: transparent; border: none; font-size: 20px; cursor: pointer; }
.tbpfc-row { margin-bottom: 10px; }
.tbpfc-row input, .tbpfc-row select { width: 100%; border: 1px solid #ddd; border-radius: 8px; padding: 8px; }
.tbpfc-inline { display: flex; gap: 8px; align-items: center; }
