.flow-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;z-index:9999}
.flow-modal{background:#fff;border-radius:12px;padding:20px 24px;min-width:320px;box-shadow:0 10px 30px rgba(0,0,0,.2);text-align:center}
.flow-pill-row{display:flex;gap:10px;justify-content:center;align-items:center;margin-top:16px}
.flow-pill-btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:40px;padding:0 18px;min-width:180px;border-radius:28px;font-weight:600;font-size:14px;text-align:center;box-shadow:0 6px 12px rgba(0,0,0,.12)}
.flow-pill-btn--primary{background:linear-gradient(135deg,#14B8A6 0%,#0d9488 100%);color:#fff;border:none}
.flow-pill-btn--outline{background:#fff;color:#14B8A6;border:2px solid #14B8A6}
