.pwa-toast{position:fixed;z-index:95;left:12px;right:12px;font-family:var(--font-ui,var(--font-inter,"Inter"),system-ui,-apple-system,"Segoe UI",sans-serif);font-size:13px;color:var(--t1,#fff);animation:pwaFade .3s ease-out both;color-scheme:dark}.pwa-toast-top{top:72px}.pwa-toast-bottom{bottom:80px}@media (min-width:768px){.pwa-toast{left:auto;right:24px;width:420px;max-width:calc(100vw - 48px)}.pwa-toast-top{top:80px}.pwa-toast-bottom{bottom:24px}}.pwa-toast-ico{flex:none;color:var(--t2,#a1a1aa)}.pwa-toast-lbl{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pwa-toast .hb-btn{flex:none}.pwa-toast-x{width:32px;height:32px;margin-right:-6px}.pwa-toast-col{flex-direction:column;align-items:stretch;gap:10px}.pwa-toast-row{display:flex;align-items:center;gap:10px}.pwa-chips{display:flex;flex-wrap:wrap;gap:6px}.pwa-chips .hb-chip{font-weight:500;color:var(--t1,#fff)}.pwa-chips .hb-chip b{font-weight:700;color:var(--t3,#71717a);font-variant-numeric:tabular-nums}@keyframes pwaFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.pwa-toast{animation:none}}