.ffp-nudge{position:fixed;right:24px;bottom:24px;z-index:9999;width:380px;height:145px;box-sizing:border-box;padding:20px 22px;border-radius:13px;display:flex;align-items:center;gap:14px;background:#e74c3c;color:#fff;font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;box-shadow:0 6px 24px rgba(0,0,0,.18);opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.ffp-nudge.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.ffp-nudge.ffp-state-reached{background:#1d9e75}.ffp-nudge-icon{flex:0 0 auto;display:flex;align-items:center;color:#fff}.ffp-nudge-text{display:flex;flex-direction:column;gap:5px;min-width:0}.ffp-nudge-line1{font-size:15px;font-weight:600;line-height:1.35}.ffp-nudge-line2{font-size:13px;line-height:1.35;opacity:.9}.ffp-nudge-close{position:absolute;top:8px;right:10px;width:24px;height:24px;padding:0;border:none;background:0 0;color:#fff;font-size:20px;line-height:1;cursor:pointer;opacity:.75;transition:opacity .15s ease}.ffp-nudge-close:hover{opacity:1}.ffp-nudge-close:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}@media (max-width:480px){.ffp-nudge{left:16px;right:16px;bottom:16px;width:auto;height:auto;min-height:110px;padding:16px 18px}.ffp-nudge-line1{font-size:14px}.ffp-nudge-line2{font-size:12px}}@media (prefers-reduced-motion:reduce){.ffp-nudge{transition:opacity .4s ease;transform:none}.ffp-nudge.is-visible{transform:none}}