html body .toast{position:fixed;bottom:40px;left:50%;transform:translate(-50%, -16px);z-index:9999;display:flex;align-items:center;width:328px;max-width:576px;min-height:auto;padding:0;background:#404040;backdrop-filter:none;box-shadow:none;border-radius:8px;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease}html body .toast--visible{opacity:1;transform:translate(-50%, 0);pointer-events:auto}html body .toast--hiding{opacity:0;transform:translate(-50%, -16px)}html body .toast__content{flex:1;display:flex;align-items:center;gap:4px;padding:12px 14px}html body .toast__message{flex:1;color:#fff;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-0.04em}html body .toast__action{flex-shrink:0;background:rgba(0,0,0,0);border:none;cursor:pointer;color:#fff;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-0.04em;text-decoration:underline;white-space:nowrap}html body .toast__action.hidden{display:none}html body:has(.bottom-nav) .toast{bottom:74px}html body:has(#side) .toast{left:calc(50% + 130px)}
