.push-prompt{position:fixed;bottom:-250px;right:1.5rem;width:340px;background:var(--app-green);color:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 8px 24px rgba(0,0,0,.25);z-index:1060;transition:bottom .4s ease}.push-prompt.visible{bottom:1.5rem}.push-prompt__icon{font-size:1.5rem;margin-right:.625rem;flex-shrink:0}.push-prompt__header{display:flex;align-items:center;margin-bottom:.75rem}.push-prompt__title{font-weight:600;font-size:.95rem;margin:0}.push-prompt__text{font-size:.85rem;line-height:1.45;margin-bottom:1rem;opacity:.92}.push-prompt__actions{display:flex;gap:.625rem}.push-prompt__btn{flex:1;border:0;border-radius:.375rem;padding:.5rem .75rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .2s}.push-prompt__btn:hover{opacity:.85}.push-prompt__btn--allow{background:var(--accent-yellow);color:#1a1a1a}.push-prompt__btn--cancel{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.35)}@media(max-width:575.98px){.push-prompt{width:calc(100% - 1rem);right:.5rem;border-radius:.75rem .75rem 0 0}.push-prompt.visible{bottom:0}}