.cf-push-prompt{position:fixed;z-index:999998;left:50%;bottom:calc(16px + env(safe-area-inset-bottom, 0px));width:min(650px, calc(100% - 24px));transform:translate(-50%,18px);opacity:0;display:grid;grid-template-columns:52px minmax(0, 1fr) auto;gap:12px;align-items:center;padding:14px 16px;border:1px solid #e5e7eb;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 14px 40px rgba(17,24,39,.14);transition:opacity .25s ease,transform .25s ease}.cf-push-prompt[hidden]{display:none !important}.cf-push-prompt.is-visible{opacity:1;transform:translate(-50%,0)}.cf-push-prompt__icon{display:block;width:52px;height:52px;border-radius:13px}.cf-push-prompt__content{min-width:0}.cf-push-prompt__content strong,.cf-push-prompt__content span{display:block}.cf-push-prompt__content strong{color:#111827;font-size:16px;line-height:1.25;margin-bottom:3px}.cf-push-prompt__content span{color:#667085;font-size:13px;line-height:1.35}.cf-push-prompt__button{min-height:44px;padding:0 18px;border:0;border-radius:12px;background:#2454a6;color:#fff;font:inherit;font-weight:700;cursor:pointer}.cf-push-prompt__button:disabled{opacity:.7;cursor:default}.cf-push-prompt__close{position:absolute;top:-40px;right:6px;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#374151;color:#fff;box-shadow:0 5px 14px rgba(17,24,39,.2);font:inherit;font-size:20px;line-height:1;cursor:pointer}@media (max-width:560px){.cf-push-prompt{grid-template-columns:50px minmax(0, 1fr) auto;gap:10px;padding:13px}.cf-push-prompt__icon{width:50px;height:50px}.cf-push-prompt__content strong{font-size:15px}.cf-push-prompt__content span{font-size:12px}.cf-push-prompt__button{padding:0 15px}}@media (max-width:390px){.cf-push-prompt{grid-template-columns:46px minmax(0, 1fr)}.cf-push-prompt__icon{width:46px;height:46px}.cf-push-prompt__button{grid-column:1/-1;width:100%}}