.proprato-pwa-card{position:fixed;right:16px;bottom:max(18px,env(safe-area-inset-bottom));z-index:10000;width:min(360px,calc(100vw - 32px));padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:#151515;color:#fff;box-shadow:0 22px 60px rgba(0,0,0,.32);font-family:Inter,sans-serif;animation:pwaIn .28s ease-out}.proprato-pwa-card[hidden]{display:none}.proprato-pwa-head{display:flex;gap:13px;align-items:center}.proprato-pwa-logo{width:52px;height:52px;border-radius:15px}.proprato-pwa-copy{flex:1}.proprato-pwa-copy strong{display:block;font-size:15px}.proprato-pwa-copy span{display:block;margin-top:4px;color:#b8bdc7;font-size:12px;line-height:1.4}.proprato-pwa-close{align-self:flex-start;border:0;background:#292929;color:#ddd;border-radius:50%;width:30px;height:30px;font-size:20px;cursor:pointer}.proprato-pwa-actions{display:flex;gap:8px;margin-top:15px}.proprato-pwa-actions button{flex:1;border:0;border-radius:13px;padding:12px 10px;font-weight:800;cursor:pointer}.proprato-pwa-primary{background:#fff;color:#111}.proprato-pwa-secondary{background:#292929;color:#fff}.proprato-pwa-help{margin:14px 0 0;padding:12px;border-radius:14px;background:#242424;color:#d9dce2;font-size:12px;line-height:1.55}.proprato-pwa-help b{color:#fff}@keyframes pwaIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media(min-width:768px){.proprato-pwa-card{right:24px;bottom:24px}}
