#upiInstallFab{ position:fixed; z-index:999999; display:none; align-items:center; gap:10px; padding:12px 16px; font-weight:600; line-height:1; border:0; cursor:pointer; transition:transform .15s ease, box-shadow .2s ease, opacity .2s ease; opacity:.95; }
#upiInstallBar{ position:fixed; z-index:999998; display:none; align-items:center; gap:12px; padding:8px 12px; background:#222; color:#fff; box-shadow:0 -8px 20px rgba(0,0,0,.18); font-weight:500; }
#upiInstallBar .upi-bar-inner{ width:100%; display:flex; align-items:center; gap:12px; }
#upiInstallBar .upi-bar-icon{ width:28px; height:28px; border-radius:6px; }
#upiInstallBar .upi-bar-title{ flex:1 1 auto; font-size:14px; line-height:1.2; }
#upiInstallBar .upi-bar-cta{ flex:0 0 auto; border:0; font-weight:700; padding:10px 14px; border-radius:9999px; cursor:pointer; background:#fff; color:#111; }
#upiInstallBar .upi-bar-close{ background:transparent; border:0; font-size:20px; line-height:1; padding:4px 6px; cursor:pointer; color:inherit; }
#upiIosTip{ position:fixed; z-index:999999; left:50%; transform:translateX(-50%); bottom:86px; padding:10px 14px; font-size:13px; background:#111; color:#fff; border-radius:10px; display:none; }
@media (max-width:1024px){ #upiInstallFab{ display:flex; } }