.activity-toast{position:fixed;left:1rem;bottom:calc(1rem + env(safe-area-inset-bottom));z-index:20;display:flex;align-items:center;gap:.55rem;max-width:min(21rem,calc(100vw - 2rem));padding:.5rem .5rem .5rem .55rem;border-radius:12px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--sh);animation:activity-toast-in .32s cubic-bezier(.16,1,.3,1)}@keyframes activity-toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.activity-toast .at-ic{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;flex:none;background:color-mix(in srgb,var(--accent) 14%,var(--surface))}.activity-toast .at-ic img{width:16px;height:16px;object-fit:contain}.activity-toast .at-text{min-width:0;flex:1;font-size:.72rem;line-height:1.4;color:var(--muted-foreground)}.activity-toast .at-close{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;flex:none;color:var(--muted-foreground);transition:background-color .16s ease,color .16s ease}.activity-toast .at-close:hover{background:color-mix(in srgb,var(--muted-foreground) 14%,transparent);color:var(--foreground)}@media (prefers-reduced-motion:reduce){.activity-toast{animation:none}}@media (max-width:1023px){.activity-toast{bottom:calc(7.5rem + env(safe-area-inset-bottom))}}