@keyframes wc-app-promo-fade{0%{opacity:0}to{opacity:1}}.wc-app-promo-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;animation:wc-app-promo-fade .18s ease-out}.wc-app-promo-modal[hidden]{display:none}.wc-app-promo-modal__content{background:var(--wc-surface, #fff);border-radius:18px;max-width:420px;width:100%;padding:32px 24px;text-align:center;position:relative;box-shadow:0 20px 60px rgba(15,29,54,.3);outline:0}.wc-app-promo-modal__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;border:0;background:#f3f4f6;cursor:pointer;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background .15s ease,color .15s ease}.wc-app-promo-modal__close:hover{background:#e5e7eb;color:#111827}.wc-app-promo-modal__close:focus-visible{outline:2px solid var(--wc-brand, #DC1842);outline-offset:2px}.wc-app-promo-modal__icon{margin-bottom:16px}.wc-app-promo-modal__icon img{width:72px;height:72px;border-radius:16px;box-shadow:0 4px 12px rgba(15,29,54,.15)}.wc-app-promo-modal__title{font-size:20px;font-weight:700;color:var(--wc-ink, #0f1d36);margin:0 0 8px}.wc-app-promo-modal__lead{font-size:14px;color:var(--wc-mute, #57667d);margin:0 0 24px;line-height:1.5}.wc-app-promo-modal__stores{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.wc-app-promo-modal__store-link{display:inline-block;height:40px}.wc-app-promo-modal__store-link img{height:40px;width:auto}.wc-app-promo-modal__store-link--gplay img{height:60px;margin:-10px 0}@media (prefers-reduced-motion:reduce){.wc-app-promo-modal{animation:none}}