.sda-tm-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:99999}
.sda-tm-modal{background:#fff;max-width:960px;width:96%;border-radius:16px;padding:20px;box-shadow:0 20px 60px rgba(0,0,0,.2);font-family:system-ui,Segoe UI,Roboto,Arial,sans-serif;position:relative}
.sda-tm-close{position:absolute;right:14px;top:10px;border:0;background:#fff;font-size:22px;line-height:1;width:36px;height:36px;border-radius:18px;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.1)}
.sda-tm-grid{display:grid;gap:18px;grid-template-columns:1fr 1fr}
@media (max-width:900px){.sda-tm-grid{grid-template-columns:1fr}}
.sda-tm-field{margin-bottom:10px}
.sda-tm-field label{display:block;font-weight:700;margin-bottom:6px}
.sda-tm-row{display:flex;gap:8px;align-items:center}
.sda-tm-iban{font-family:monospace;background:#f4f6f8;border-radius:8px;padding:6px 8px;display:inline-block}
.sda-tm-copy{border:1px solid #e5e7eb;background:#fff;border-radius:8px;padding:6px 10px;cursor:pointer}
.sda-tm-amounts{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}
.sda-tm-amt{border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:8px 12px;cursor:pointer}
.sda-tm-amt.active{outline:2px solid #111}
.sda-tm-custom{display:flex;gap:8px;align-items:center}
.sda-tm-input{width:140px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:10px}
.sda-tm-actions{margin-top:6px}
.sda-tm-done{background:#111;color:#fff;border:0;border-radius:12px;padding:10px 14px;font-weight:600;cursor:pointer}
.sda-tm-hint{font-size:12px;color:#666;margin-top:8px}
.sda-tm-note{font-size:13px;color:#0a7d34;margin-top:6px}
.sda-tm-qrbox{display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px dashed #e5e7eb;border-radius:12px;min-height:260px}
.sda-tm-qrimg{max-width:100%;height:auto;display:block}
.sda-tm-qrnote{font-size:12px;color:#555;margin-top:8px;text-align:center}