.cp-app-card{position:fixed;z-index:99990;left:18px;bottom:18px;width:min(390px,calc(100vw - 36px));background:#fff;border:1px solid rgba(7,27,51,.12);border-radius:20px;box-shadow:0 24px 70px rgba(7,27,51,.24);padding:16px;display:none;gap:12px;align-items:flex-start;font-family:inherit;color:#071B33}.cp-app-card.is-visible{display:flex;animation:cpCardIn .28s ease both}.cp-app-card__icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#071B33;flex:0 0 auto;overflow:hidden}.cp-app-card__icon img{width:100%;height:100%;object-fit:cover}.cp-app-card__copy{min-width:0;flex:1}.cp-app-card__copy strong{display:block;font-size:15px;line-height:1.25;margin:1px 0 4px}.cp-app-card__copy p{margin:0;color:#5c6675;font-size:12px;line-height:1.45}.cp-app-card__actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:11px}.cp-app-card__actions button{border:0;border-radius:999px;padding:9px 13px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.cp-app-card__primary{background:#00C978;color:#071B33}.cp-app-card__secondary{background:#f1f3f6;color:#071B33}.cp-app-card__close{border:0;background:transparent;color:#6a7482;font-size:20px;line-height:1;cursor:pointer;padding:0 0 8px 8px}.cp-toast{position:fixed;z-index:99999;left:50%;bottom:26px;transform:translate(-50%,20px);opacity:0;background:#071B33;color:#fff;border-radius:999px;padding:8px 12px;font:700 11px/1.2 inherit;box-shadow:0 12px 32px rgba(7,27,51,.22);transition:.22s ease;max-width:220px;text-align:center}.cp-toast.is-visible{transform:translate(-50%,0);opacity:1}.cp-push-status{position:fixed;z-index:99970;right:14px;bottom:84px;min-width:58px;height:28px;border:0;border-radius:999px;padding:0 10px;display:flex;align-items:center;justify-content:center;font:800 10px/1 inherit;letter-spacing:.01em;cursor:pointer;box-shadow:0 8px 22px rgba(7,27,51,.18);transition:.18s ease}.cp-push-status.is-active{background:#00C978;color:#071B33}.cp-push-status.is-inactive{background:#222343;color:#fff}.cp-ios-steps{margin:8px 0 0;padding-left:17px;color:#5c6675;font-size:11px;line-height:1.5}@keyframes cpCardIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.cp-app-card{left:12px;bottom:12px;width:calc(100vw - 24px)}.cp-push-status{right:12px;bottom:76px;height:26px;min-width:54px;padding:0 9px;font-size:9.5px}}
