.push-prompt{position:fixed;bottom:calc(5.5rem + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);z-index:999;display:none;align-items:center;gap:.875rem;width:min(24rem,calc(100vw - 1.5rem));padding:1rem 1.125rem;border-radius:1rem;background:var(--push-bg, #fff);color:var(--push-fg, #0f172a);border:1px solid var(--push-border, rgba(30, 60, 114, .12));box-shadow:0 12px 40px #0f172a24;animation:push-prompt-in .35s ease}.push-prompt.is-visible{display:flex}.push-prompt--enabled{border-color:#10b98159}.push-prompt--blocked{border-color:#ef444459}.push-prompt--unsupported{opacity:.92}.push-prompt__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.75rem;background:#1e3c7214;color:#1e3c72}.push-prompt--enabled .push-prompt__icon{background:#10b9811f;color:#059669}.push-prompt--blocked .push-prompt__icon{background:#ef44441a;color:#dc2626}.push-prompt__body{flex:1;min-width:0}.push-prompt__title{margin:0 0 .2rem;font-size:.95rem;font-weight:700;line-height:1.3}.push-prompt__message{margin:0;font-size:.8125rem;line-height:1.45;color:var(--push-muted, #64748b)}.push-prompt__actions{display:flex;flex-direction:column;gap:.35rem;flex-shrink:0}.push-prompt__btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .85rem;border-radius:.5rem;font-size:.8125rem;font-weight:600;text-decoration:none;cursor:pointer;border:none;white-space:nowrap;transition:background .15s ease,transform .15s ease}.push-prompt__btn[hidden]{display:none!important}.push-prompt__btn:disabled{opacity:.7;cursor:wait}.push-prompt__btn--primary{background:#1e3c72;color:#fff}.push-prompt__btn--primary:hover{background:#16325d;transform:translateY(-1px)}.push-prompt__btn--ghost{background:transparent;color:#64748b}.push-prompt__btn--ghost:hover{color:#0f172a}.push-prompt__dismiss{position:absolute;top:.35rem;right:.45rem;width:1.75rem;height:1.75rem;border:none;background:transparent;color:#94a3b8;font-size:1.25rem;line-height:1;cursor:pointer;border-radius:.35rem}.push-prompt__dismiss:hover{color:#475569;background:#0f172a0d}body.dark .push-prompt{--push-bg: #1e293b;--push-fg: #f1f5f9;--push-muted: #94a3b8;--push-border: rgba(148, 163, 184, .2)}@keyframes push-prompt-in{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:480px){.push-prompt{flex-wrap:wrap;bottom:calc(4.75rem + env(safe-area-inset-bottom,0px))}.push-prompt__actions{flex-direction:row;width:100%}.push-prompt__btn{flex:1}}
