.push-prompt{position:fixed;left:20px;bottom:20px;z-index:120;display:flex;gap:12px;width:min(360px,calc(100vw - 32px));padding:16px;background:var(--bg);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-md);font-family:var(--font-sans);color:var(--text);animation:push-prompt-in .25s ease-out}@keyframes push-prompt-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.push-prompt-icon{flex:0 0 40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,var(--bg))}.push-prompt-text{min-width:0}.push-prompt-title{margin:0 0 4px;font-size:15px;font-weight:600}.push-prompt-sub{margin:0 0 12px;font-size:13px;line-height:1.4;color:var(--muted)}.push-prompt-actions{display:flex;gap:8px}.push-prompt-actions button{font:inherit;font-size:14px;height:36px;padding:0 14px;border-radius:8px;cursor:pointer}.push-prompt-allow{background:var(--accent);color:var(--on-accent);border:1px solid var(--accent)}.push-prompt-allow:hover{filter:brightness(1.08)}.push-prompt-later{background:var(--bg);color:var(--text);border:1px solid var(--border)}.push-prompt-later:hover{background:var(--surface)}@media (max-width:768px){.push-prompt{left:16px;right:16px;width:auto;bottom:calc(var(--tabbar-h, 52px) + 12px + env(safe-area-inset-bottom))}}